summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Allow building a LGPL only gst-ffmpeg pluginMartin Storsjo2011-10-313-5/+18
* ffmpegenc: Pass the size of the output buffer to avcodec_encode_audioSjoerd Simons2011-10-311-1/+1
* ffmpegcodecmap: Further specify allowed rates for G722 and G726Sjoerd Simons2011-10-311-0/+12
* ffmpegcodecmap: Always restrict audio codec in the unfixed casesSjoerd Simons2011-10-311-66/+63
* ffdec: ensure buffers have correct interlacedness in capsVincent Penquerc'h2011-10-031-0/+22
* ffmpegdec: post QoS messages when dropping a frameVincent Penquerc'h2011-09-261-2/+30
* ffmpegdec: disable parser for already-parsed FLAC inputTim-Philipp Müller2011-09-261-0/+6
* ffmpegcodecmap: don't create dummy codec data for FLAC decoderTim-Philipp Müller2011-09-261-1/+2
* ffdeinterlace: add "mode" property including automatic modeTvrtko Ursulin2011-09-261-1/+162
* ffdec: Blacklist non-working subtitle decodersNicolas Dufresne2011-09-031-1/+6
* codecmap: Don't create dummy extradata for AAC LATMRaimo Järvi2011-07-181-1/+1
* ffmpegdec: Set default number of threads to 1Edward Hervey2011-07-111-1/+1
* ffmpegdec: Setting AC3/EAC3/DTS decoders to rank NONE for releaseEdward Hervey2011-06-301-0/+8
* ffmpegcodecmap: really include all supported sample formats in audio capsMark Nauwelaerts2011-06-301-1/+1
* ffmpegdec: avoid allocating and leaking local avpacket helpersMark Nauwelaerts2011-06-301-15/+11
* Enable threading in ffmpeg decoders that support it.Jan Schmidt2011-06-213-0/+66
* ffdec: Fix calculating frame duration from last timestamp and frame count.Raimo Järvi2011-06-061-1/+1
* ffdec: Check for AV_NOPTS_VALUE in PTS value.Raimo Järvi2011-06-011-1/+1
* ffdec: Add mpegversion 2 to AAC decoder capsRaimo Järvi2011-05-301-3/+14
* ffmpegdec: Don't discard timestamps if output AND input are in orderEdward Hervey2011-05-291-1/+1
* ffenc_aac: Add profile and level to the capsSebastian Dröge2011-05-272-2/+9
* ffdec: Always use parser for AAC LATM/LOASSebastian Dröge2011-05-261-2/+1
* ffmpeg: Add codec mapping for AAC LATM/LOASRafael Diniz2011-05-252-4/+36
* ffdec: Do not use invalid input timestamp as next timestamp.Thadeu Lima de Souza Cascardo2011-05-091-1/+2
* ffdec: do not try to resync to the next keyframe when lateVincent Penquerc'h2011-05-061-18/+1
* postproc: pp_*_t => pp_*Edward Hervey2011-04-211-2/+2
* audioresample: Use new av_audio_resample APIEdward Hervey2011-04-211-2/+5
* ffmpegdec: Set caps on outgoing audio buffersEdward Hervey2011-04-211-0/+1
* ffmpegdec: Use new AVPacket-based APIEdward Hervey2011-04-211-4/+20
* gstffmpegdec: Use non-deprecated av_parser_parse2Edward Hervey2011-04-211-5/+5
* ffmpegdec: Use skip_frame instead of deprecated hurry_upEdward Hervey2011-04-211-24/+24
* ffmpegcfg: mb_qmin/mb_qmax are deprecated/removedEdward Hervey2011-04-211-6/+6
* ffmpegdemux: Define our own MAX_STREAMSEdward Hervey2011-04-211-0/+2
* ffmpeg: Disable code using old metadata APIEdward Hervey2011-04-212-0/+26
* ffmpegdemux: The index_built AVFormatContext hasn't been used in over 2 yearsEdward Hervey2011-04-211-1/+1
* codecmap: _XVID is goneEdward Hervey2011-04-211-1/+0
* ffmpeg: PKT_FLAG_KEY => AV_PKT_FLAG_KEYEdward Hervey2011-04-212-2/+2
* ffmpeg: AVERROR_* => AVERROR(*)Edward Hervey2011-04-212-7/+7
* ffmpeg: CodecType => AVMediaTypeEdward Hervey2011-04-217-57/+58
* gstffmpeg: register_protocol => av_register_protocol2Edward Hervey2011-04-211-2/+2
* Fix unused-but-set-variable warnings with gcc 4.6Marc Plano-Lesay2011-04-194-11/+3
* gstffmpeg(de)mux: Disable known broken (de)muxersEdward Hervey2011-04-091-2/+4
* ffmpeg: don't divide by 0 when checking the frameratesStefan Kost2011-04-081-0/+4
* dec: avoid making the buffer writableWim Taymans2011-04-071-3/+4
* ffmpegdec: do buffer padding before parsing and before decodingMiguel Angel Cabrera Moya2011-04-051-17/+25
* ffvideoscale: add support for UYVYJulien Isorce2011-02-141-2/+5
* ffmpegdec: improve error message when set_caps is called but we have no mappingTim-Philipp Müller2011-01-311-3/+16
* codecmap: Add mapping for g722Edward Hervey2011-01-251-0/+8
* codecmap: Add proper caps name for CamstudioEdward Hervey2011-01-241-1/+10
* gstffmpegdemux: Ignore more pseudo demuxersEdward Hervey2011-01-241-2/+8