summaryrefslogtreecommitdiff
path: root/ext/ffmpeg
AgeCommit message (Expand)AuthorFilesLines
2012-04-24ffmpegenc/dec: Remove audio/video specific codeEdward Hervey10-3674/+768
2012-04-24ffmpeg: Clone encoder and decoder filesEdward Hervey4-0/+4586
2012-04-24codecmap: Add utility for using with GstVideoFormatEdward Hervey2-1/+130
2012-04-20ffdec: don't flush buffers on DISCONTWim Taymans1-4/+4
2012-03-06ffmux: Use correct enum type for return valueSebastian Dröge1-1/+1
2012-03-02ffmpegdec: Use auto-threads if available, and only slice-threadingEdward Hervey1-3/+8
2012-02-22codecmap: Add mapping for Indeo 4 video codecEdward Hervey1-0/+8
2012-01-18ffdec: Only set get_buffer() function for videoSebastian Dröge1-3/+5
2012-01-12ffmpegdemux: demote swf demuxer to GST_RANK_NONETim-Philipp Müller1-2/+1
2012-01-12ffmpegdemux: fix caps leakVincent Penquerc'h1-0/+1
2012-01-10ffmpeg: Channel layouts are now set for DTS and (E)AC3 by libavSebastian Dröge1-19/+0
2012-01-10ffdec: Give the (E)AC3/DTS decoders a rank of marginalSebastian Dröge1-9/+1
2011-12-15ffmpeg: port to GstCollectPads2Vincent Penquerc'h1-17/+17
2011-12-01ffmpegdec: Report latency if B-frames are presentEdward Hervey1-25/+36
2011-11-28ffmpeg: fix pad template ref leaksVincent Penquerc'h4-12/+9
2011-11-23Fix cpu cores detection on OS XMatej Knopp1-1/+1
2011-10-31Allow building a LGPL only gst-ffmpeg pluginMartin Storsjo1-1/+7
2011-10-19ffmpegenc: Pass the size of the output buffer to avcodec_encode_audioSjoerd Simons1-1/+1
2011-10-19ffmpegcodecmap: Further specify allowed rates for G722 and G726Sjoerd Simons1-0/+12
2011-10-19ffmpegcodecmap: Always restrict audio codec in the unfixed casesSjoerd Simons1-66/+63
2011-10-17gstffmpegdec: Re-enable MT-decoding by defaultEdward Hervey1-1/+1
2011-10-17gstffmpegutils: Fix includeEdward Hervey1-0/+6
2011-10-03ffdec: ensure buffers have correct interlacedness in capsVincent Penquerc'h1-0/+22
2011-09-26ffmpegdec: post QoS messages when dropping a frameVincent Penquerc'h1-2/+30
2011-09-26ffmpegdec: disable parser for already-parsed FLAC inputTim-Philipp Müller1-0/+6
2011-09-26ffmpegcodecmap: don't create dummy codec data for FLAC decoderTim-Philipp Müller1-1/+2
2011-09-26ffdeinterlace: add "mode" property including automatic modeTvrtko Ursulin1-1/+162
2011-09-03ffdec: Blacklist non-working subtitle decodersNicolas Dufresne1-1/+6
2011-07-18codecmap: Don't create dummy extradata for AAC LATMRaimo Järvi1-1/+1
2011-07-11ffmpegdec: Set default number of threads to 1Edward Hervey1-1/+1
2011-06-30ffmpegdec: Setting AC3/EAC3/DTS decoders to rank NONE for releaseEdward Hervey1-0/+8
2011-06-30ffmpegcodecmap: really include all supported sample formats in audio capsMark Nauwelaerts1-1/+1
2011-06-30ffmpegdec: avoid allocating and leaking local avpacket helpersMark Nauwelaerts1-15/+11
2011-06-21Enable threading in ffmpeg decoders that support it.Jan Schmidt3-0/+66
2011-06-06ffdec: Fix calculating frame duration from last timestamp and frame count.Raimo Järvi1-1/+1
2011-06-01ffdec: Check for AV_NOPTS_VALUE in PTS value.Raimo Järvi1-1/+1
2011-05-30ffdec: Add mpegversion 2 to AAC decoder capsRaimo Järvi1-3/+14
2011-05-29ffmpegdec: Don't discard timestamps if output AND input are in orderEdward Hervey1-1/+1
2011-05-27ffenc_aac: Add profile and level to the capsSebastian Dröge2-2/+9
2011-05-26ffdec: Always use parser for AAC LATM/LOASSebastian Dröge1-2/+1
2011-05-25ffmpeg: Add codec mapping for AAC LATM/LOASRafael Diniz2-4/+36
2011-05-09ffdec: Do not use invalid input timestamp as next timestamp.Thadeu Lima de Souza Cascardo1-1/+2
2011-05-06ffdec: do not try to resync to the next keyframe when lateVincent Penquerc'h1-18/+1
2011-04-21audioresample: Use new av_audio_resample APIEdward Hervey1-2/+5
2011-04-21ffmpegdec: Set caps on outgoing audio buffersEdward Hervey1-0/+1
2011-04-21ffmpegdec: Use new AVPacket-based APIEdward Hervey1-4/+20
2011-04-21gstffmpegdec: Use non-deprecated av_parser_parse2Edward Hervey1-5/+5
2011-04-21ffmpegdec: Use skip_frame instead of deprecated hurry_upEdward Hervey1-24/+24
2011-04-21ffmpegcfg: mb_qmin/mb_qmax are deprecated/removedEdward Hervey1-6/+6
2011-04-21ffmpegdemux: Define our own MAX_STREAMSEdward Hervey1-0/+2