summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2011-10-31Allow building a LGPL only gst-ffmpeg pluginMartin Storsjo3-5/+18
2011-10-31ffmpegenc: Pass the size of the output buffer to avcodec_encode_audioSjoerd Simons1-1/+1
2011-10-31ffmpegcodecmap: Further specify allowed rates for G722 and G726Sjoerd Simons1-0/+12
2011-10-31ffmpegcodecmap: Always restrict audio codec in the unfixed casesSjoerd Simons1-66/+63
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-21postproc: pp_*_t => pp_*Edward Hervey1-2/+2
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
2011-04-21ffmpeg: Disable code using old metadata APIEdward Hervey2-0/+26
2011-04-21ffmpegdemux: The index_built AVFormatContext hasn't been used in over 2 yearsEdward Hervey1-1/+1
2011-04-21codecmap: _XVID is goneEdward Hervey1-1/+0
2011-04-21ffmpeg: PKT_FLAG_KEY => AV_PKT_FLAG_KEYEdward Hervey2-2/+2
2011-04-21ffmpeg: AVERROR_* => AVERROR(*)Edward Hervey2-7/+7
2011-04-21ffmpeg: CodecType => AVMediaTypeEdward Hervey7-57/+58
2011-04-21gstffmpeg: register_protocol => av_register_protocol2Edward Hervey1-2/+2
2011-04-19Fix unused-but-set-variable warnings with gcc 4.6Marc Plano-Lesay4-11/+3
2011-04-09gstffmpeg(de)mux: Disable known broken (de)muxersEdward Hervey1-2/+4
2011-04-08ffmpeg: don't divide by 0 when checking the frameratesStefan Kost1-0/+4
2011-04-07dec: avoid making the buffer writableWim Taymans1-3/+4
2011-04-05ffmpegdec: do buffer padding before parsing and before decodingMiguel Angel Cabrera Moya1-17/+25
2011-02-14ffvideoscale: add support for UYVYJulien Isorce1-2/+5
2011-01-31ffmpegdec: improve error message when set_caps is called but we have no mappingTim-Philipp Müller1-3/+16
2011-01-25codecmap: Add mapping for g722Edward Hervey1-0/+8
2011-01-24codecmap: Add proper caps name for CamstudioEdward Hervey1-1/+10
2011-01-24gstffmpegdemux: Ignore more pseudo demuxersEdward Hervey1-2/+8