summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-02libav: update to v9.3Tim-Philipp Müller1-0/+0
2013-03-01swscale: Use 1.0-style video/x-raw capsOlivier Crête1-29/+0
2013-02-28Add uninstalled pkg-config file so other modules can find libav elements for ...Tim-Philipp Müller5-2/+49
2013-02-15Fix 'make dist'Rico Tzschichholz1-10/+10
2013-02-12libav: update to v9.1Tim-Philipp Müller1-0/+0
2013-02-04Add mapping for SMPTE 302m audioDavid Schleef1-0/+4
2013-01-28Automatic update of common submoduleStefan Sauer1-0/+0
2013-01-26Revert "avdec_aac: disable for autoplugging until it gets fixed"Tim-Philipp Müller1-2/+0
2013-01-26avauddec: fix decoding of mono audio as wellTim-Philipp Müller1-9/+13
2013-01-26avauddec: fix garbled audio decoding in some casesNicolas Dufresne1-3/+5
2013-01-22avenc_aac: downgrade to RANK_NONE until it gets fixedTim-Philipp Müller1-1/+12
2013-01-22avdec_aac: disable for autoplugging until it gets fixedTim-Philipp Müller1-0/+2
2013-01-21libav: fix checks for internal libav configure optionsAndoni Morales Alastruey1-1/+1
2013-01-17Disable libswscale/avvideoscale plugin until it works at least somewhatTim-Philipp Müller1-1/+4
2013-01-16tests: use GST_*_1_0 environment variables everywhereTim-Philipp Müller1-3/+3
2013-01-15Automatic update of common submoduleTim-Philipp Müller1-0/+0
2012-12-31configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSTim-Philipp Müller1-1/+1
2012-12-22av: Remove some unused variables and function declarationsSebastian Dröge2-14/+1
2012-12-22av: Move gst_ffmpegdata functions to gstavprotocol.h tooSebastian Dröge6-9/+10
2012-12-21av: Fix redefinition of typedef 'GstFFMpegPipe'Thijs Vermeir2-3/+3
2012-12-21configure: Pass CC, LD, AS, AR and NM to the libav configure if setSebastian Dröge1-0/+20
2012-12-21av: Use correct printf format strings for gsizeSebastian Dröge2-6/+5
2012-12-18libav: Update to today's masterSebastian Dröge1-0/+0
2012-12-17av: Fix some memory leaks and misuse of libav APISebastian Dröge7-45/+18
2012-12-17avauddec: Use a GstBuffer instead of a GstAdapter for collecting the output b...Sebastian Dröge2-27/+16
2012-12-17avauddec: accumulate buffers from a single input to push it all at onceThiago Santos2-4/+31
2012-12-17avcodecmap: Only set "formats" field on raw audio/video capsSebastian Dröge2-6/+22
2012-12-17avcodecmap: Correctly convert GStreamer channel positions to libav channel maskSebastian Dröge1-1/+1
2012-12-17avcodecmap: Add more and correct restrictions for DVSebastian Dröge1-113/+144
2012-12-12libav: Fix some compilation errors caused by circular includesSebastian Dröge1-0/+2
2012-12-12libav: Update to today's masterSebastian Dröge1-0/+0
2012-12-12avcodec: set bits_per_coded_sample for G726Wim Taymans1-0/+5
2012-12-12avauddec: Set frame defaults for the audio decoders tooSebastian Dröge1-0/+1
2012-12-12avcodecmap: Remove some unused functionsSebastian Dröge2-51/+2
2012-12-12avaudenc: init frame with defaultsWim Taymans1-0/+1
2012-12-12avdec: Improve src template capsSebastian Dröge3-21/+17
2012-12-12avaudenc: Properly handle planar audio formats with more than AV_NUM_DATA_POI...Sebastian Dröge1-9/+16
2012-12-12avauddec: Properly handle planar audio formats with more than AV_NUM_DATA_POI...Sebastian Dröge1-5/+8
2012-12-12avprotocol: Port from the URL protocol handler to saner public APIChristiaan Welvaart5-137/+117
2012-12-12libav: fix palette support againWim Taymans2-2/+35
2012-12-11avcodecmap: Take framerate restrictions into account for encodersSebastian Dröge1-7/+33
2012-12-11avvidenc: Simplify color formats in the raw video capsSebastian Dröge5-261/+262
2012-12-11avaudenc: Reorder audio channels if necessary and add proper support for chan...Sebastian Dröge3-0/+49
2012-12-11avcodecmap: Take channel layout constraints into account if possibleSebastian Dröge3-27/+57
2012-12-11avcodecmap: Take generic samplerate limitations into accountSebastian Dröge1-60/+116
2012-12-11avcodecmap: Simplify raw audio capsSebastian Dröge1-22/+49
2012-12-11avauddec: Close context when it was openedSebastian Dröge1-1/+1
2012-12-11avviddec: Fix memory leak if we already allocated an output buffer for the frameSebastian Dröge1-0/+1
2012-12-11Revert "avviddec: Fix memory leaks and assertions in error cases if we can't ...Wim Taymans1-7/+2
2012-12-10Fix incorrect use of object in log statement. We are given a pointer to the o...Rasmus Rohde1-1/+1