gstreamer/ext/ffmpeg
Sjoerd Simons eb2e9f48e3 ffmpegenc: Pass the size of the output buffer to avcodec_encode_audio
avcodec_encode_audio is documented as taking the size of the output
buffer not the size of the input buffer.  This fixes the use of the G722
encoder and makes the code more consistent with avconv from the libav
source tree.
2011-10-19 13:18:35 +01:00
..
gstffmpeg.c gstffmpeg: register_protocol => av_register_protocol2 2011-04-21 20:56:44 +02:00
gstffmpeg.h Implement push-based support for demuxers 2009-01-27 11:39:18 +01:00
gstffmpegaudioresample.c audioresample: Use new av_audio_resample API 2011-04-21 20:56:45 +02:00
gstffmpegcfg.c ffmpegcfg: mb_qmin/mb_qmax are deprecated/removed 2011-04-21 20:56:45 +02:00
gstffmpegcfg.h build: Add all kinds of compiler warning flags and fix the resulting warnings 2010-03-24 12:07:28 +01:00
gstffmpegcodecmap.c ffmpegcodecmap: Further specify allowed rates for G722 and G726 2011-10-19 13:18:35 +01:00
gstffmpegcodecmap.h ffmpeg: CodecType => AVMediaType 2011-04-21 20:56:44 +02:00
gstffmpegdec.c gstffmpegdec: Re-enable MT-decoding by default 2011-10-17 16:27:36 +02:00
gstffmpegdeinterlace.c ffdeinterlace: add "mode" property including automatic mode 2011-09-26 19:17:41 +01:00
gstffmpegdemux.c ffmpegdemux: Define our own MAX_STREAMS 2011-04-21 20:56:45 +02:00
gstffmpegenc.c ffmpegenc: Pass the size of the output buffer to avcodec_encode_audio 2011-10-19 13:18:35 +01:00
gstffmpegenc.h ffenc: Make keyframe forcing thread-safe 2009-11-20 22:14:51 -05:00
gstffmpegmux.c ffmpeg: Disable code using old metadata API 2011-04-21 20:56:45 +02:00
gstffmpegpipe.h demuxers: Add more debugging 2009-03-09 13:45:22 +01:00
gstffmpegprotocol.c ffmpeg: AVERROR_* => AVERROR(*) 2011-04-21 20:56:44 +02:00
gstffmpegscale.c ffvideoscale: Change classification to Filter/Converter/Video/Scaler 2010-12-16 10:12:02 +01:00
gstffmpegutils.c Enable threading in ffmpeg decoders that support it. 2011-06-21 14:33:29 +10:00
gstffmpegutils.h gstffmpegutils: Fix include 2011-10-17 16:26:52 +02:00
Makefile.am ffenc_aac: Add profile and level to the caps 2011-05-27 10:54:12 +02:00