platform/upstream/gst-plugins-good.git
2014-05-08 Nicolas Dufresnev4l2allocator: Reset flushed group
2014-05-08 Nicolas Dufresnev4l2bufferpool: Get number of allocated buffers from...
2014-05-08 Nicolas Dufresnev4l2allocator: Add a method to read number of allocated...
2014-05-08 Nicolas Dufresnev4l2bufferpool: Improve debugging
2014-05-08 Nicolas Dufresnev4l2bufferpool: Ensure we don't re-enqueue buffer durin...
2014-05-08 Nicolas Dufresnev4l2transform: Initilialize debug category
2014-05-08 Nicolas Dufresnev4l2allocator: Fix libv4l2 support
2014-05-08 Nicolas Dufresnev4l2allocator: Set the flags on the object
2014-05-08 Nicolas Dufresnev4l2bufferpool: Re-enqueue buffer at stream start
2014-05-08 Nicolas Dufresnev4l2allocator: There is not group on error
2014-05-08 Nicolas Dufresnev4l2transform: Handle FLUSH_STOP event
2014-05-08 Nicolas Dufresnev4l2bufferpool: Acquire cannot return a buffer from...
2014-05-08 Nicolas Dufresnev4l2bufferpool: Remove unreached acquire code
2014-05-08 Nicolas Dufresnev4l2bufferpool: Sanetize buffer refount handling
2014-05-08 Nicolas Dufresnev4l2transform: Add more traces
2014-05-08 Nicolas Dufresnev4l2-allocator: Add S to REQBUFS/CREATE_BUFS enum
2014-05-08 Nicolas Dufresnev4l2transform: Enabled QoS
2014-05-08 Nicolas Dufresnev4l2: Fixup USERPTR/DMABUF capture support
2014-05-08 Nicolas Dufresnev4l2object: Improve selecton of min/max in decide alloc...
2014-05-08 Nicolas Dufresnev4l2bufferpool: Update config if meta is missing
2014-05-08 Nicolas Dufresnev4l2: Add DMABUF and USERPTR importation
2014-05-08 Nicolas Dufresnev4l2allocator: Valid FD are bigger or equal to zero
2014-05-08 Nicolas Dufresnev4l2object: Don't leak downstream pool in propose_alloc...
2014-05-08 Nicolas Dufresnev4l2: Introduce DMABUF_IMPORT IO mode
2014-05-08 Nicolas Dufresnev4l2: Add dmabuf export support
2014-05-08 Nicolas Dufresnev4l2allocator: Guaranty queued state integrety
2014-05-08 Nicolas Dufresnev4l2transform: Implement open/close
2014-05-08 Nicolas Dufresnev4l2transform: Ensure output pool is configured
2014-05-08 Nicolas Dufresnev4l2transform: Check if caps have changes before asserting
2014-05-08 Nicolas Dufresnev4l2videodec: Ensure pool is configured
2014-05-08 Nicolas Dufresnev4l2object: Always set a size when deciding allocation
2014-05-08 Nicolas Dufresnev4l2object: Improved decide allocation
2014-05-08 Nicolas Dufresnev4l2bufferpool: Do not pre-configure the pool
2014-05-08 Nicolas Dufresnev4l2bufferpool: Preserve downstream minimum even in RW
2014-05-08 Nicolas Dufresnev4l2bufferpool: Turn cropmeta into a custom option
2014-05-08 Nicolas Dufresnev4l2bufferpool: Early catch short allocation
2014-05-08 Nicolas Dufresnev4l2bufferpool: Port to use GstV4l2Allocator
2014-05-08 Nicolas DufresneImplement V4l2 Allocator
2014-05-08 Nicolas Dufresnev4l2object: Don't advertise crop meta
2014-05-08 Nicolas Dufresnev4l2object: Setup pool already send element error
2014-05-08 Nicolas Dufresnev4l2object: Workaround decoder that set num_planes...
2014-05-08 Nicolas Dufresnev4l2object: Ensure size before configuring the pool
2014-05-08 Nicolas Dufresnev4l2object: Set minimum buffers to 2
2014-05-08 Nicolas Dufresnev4l2object: Remove unused MAX_BUFFERS define
2014-05-08 Nicolas Dufresnev4l2object: Don't hardcode min/max use default instead
2014-05-08 Nicolas Dufresnev4l2transform: Install PROP_CAPTURE_IO_MODE with right ID
2014-05-08 Nicolas Dufresnev4l2transform: decide_allocation returns a boolean
2014-05-08 Nicolas Dufresnev4l2videodec: Install PROP_CAPTURE_IO_MODE with right ID
2014-05-08 Nicolas Dufresnev4l2transform: Add propose_allocation
2014-05-08 Nicolas Dufresnev4l2: Move propose allocation to v4l2object
2014-05-08 Nicolas Dufresnev4l2transform: Fixup caps query
2014-05-08 Nicolas Dufresnev4l2transform: Setup cropping if needed
2014-05-08 Nicolas Dufresnev4l2transform: Expose BGRA and ARGB formats
2014-05-08 Nicolas Dufresnev4l2transform: Ensure output pool is activated
2014-05-08 Nicolas Dufresnev4l2transform: Ensure internal buffer pools actication
2014-05-08 Nicolas Dufresnev4l2transform: Move subinstance subclass init near...
2014-05-08 Nicolas Dufresnev4l2transform: Stop stream before closing the devices.
2014-05-08 Víctor Manuel... v4l2transform: copy metdata
2014-05-08 Nicolas DufresneImplement GstV4l2Transform
2014-05-08 Nicolas Dufresnev4l2: Probe for CREATE_BUFS in order to correctly set...
2014-05-08 Nicolas Dufresnev4l2: Move capture eos handling in _process()
2014-05-08 Nicolas Dufresnev4l2object: Fix support for planar format in 1 v4l2...
2014-05-08 Nicolas Dufresnev4l2videodec: Cleanly fail if set_format is never called
2014-05-08 Nicolas Dufresnev4l2: Expose RGB32 formats with and without alpha
2014-05-08 Nicolas Dufresnev4l2: Correctly check if video meta is needed
2014-05-08 Nicolas Dufresnev4l2object: Fix tiled stride request
2014-05-08 Nicolas Dufresnev4l2object: Ensure video and crop meta are enabled...
2014-05-08 Nicolas Dufresnev4l2videodec: Ensure internal pool are activated
2014-05-08 Nicolas Dufresnev4l2videodec: Check that pool where allocated before...
2014-05-08 Nicolas Dufresnev4l2bufferpool: Enforce activation outside of process
2014-05-08 Nicolas Dufresnev4l2object: don't use own pool if downstream don't...
2014-05-08 Nicolas Dufresnev4l2bufferpool: Use obj->n_v4l2_planes for correct...
2014-05-08 Nicolas Dufresnev4l2object: Fix handling of contiuous vs non-contiguous...
2014-05-08 Nicolas Dufresnev4l2: Add initial support for alignment and cropping
2014-05-08 Nicolas Dufresnev4l2object: Rename setup_format() method into acquire_f...
2014-05-08 Nicolas Dufresnev4l2object: Move type declaration to the top
2014-05-08 Nicolas Dufresnev4l2videodec: Protect NULL pool while going to READY
2014-05-08 Nicolas Dufresnev4l2object: Fail cleanly if pixel format is unkown...
2014-05-08 Nicolas Dufresnev4l2videodec: Clear the input state pointer after unref
2014-05-08 Nicolas Dufresnev4l2videodec: handle stop being called without flush
2014-05-08 Nicolas Dufresnev4l2videodec: Default to template in caps query
2014-05-08 Nicolas Dufresnev4l2videodec: Ensure processing thread has stopped...
2014-05-08 Nicolas Dufresnev4l2videodec: Don't drain if processing thread is inactive
2014-05-08 Sebastian Drögesouphttpsrc: Clean up all pending operations from libso...
2014-05-07 Tim-Philipp... tests: fix compilation of souphttpsrc test for libsoup...
2014-05-07 Tim-Philipp... tests: fix compilation of souphttpsrc test for libsoup...
2014-05-06 Tim-Philipp... flacparse: skip PICTURE headers without any image data
2014-05-06 Руслан Ижбулатовconfigure: use X11 detection macro from common
2014-05-06 Guillaume Desmottesrtp/README: update pipelines to work with 1.0
2014-05-05 Vincent Penquerc'hmatroska: rejig test to avoid undefined shift behavior
2014-05-05 Vincent Penquerc'hvp9enc: do not dereference NULL pointer
2014-05-05 Vincent Penquerc'hmatroskamux: ensure we don't dereference a NULL pointer
2014-05-05 Tim-Philipp... v4l2: minor fix for closing the fd
2014-05-05 Olivier Crêtertpaux/rtprtx: Make tests non-racy
2014-05-05 Olivier Crêtertprtxreceive: Wait until timeout to clear association...
2014-05-04 Olivier Crêtertpmux: Always let upstream chose the ssrc if it wishes
2014-05-04 Mark Nauwelaertsrtpjitterbuffer: avoid stall by corrupted seqnum accounting
2014-05-04 Olivier Crêtepulsedevicemonitor: Index are per facility, not global
2014-05-04 Olivier Crêtepulsedevicemonitor: pa_subscription_event_t are enums...
2014-05-04 Nicolas Dufresnev4l2devicemonitor: Port to use GstV4l2Iterator
next