summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-03-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer25-493/+10990
2012-03-19RealAudio Lossless decoderKostya Shishkov10-1/+10472
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-05-28Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra3-19/+23
2009-09-06ff_rm_metadata is const.Reimar Döffinger2-2/+2
2009-02-17use new metadata API in rm (de)muxerAurelien Jacobs5-21/+57
2007-05-30split rm muxer and demuxer in their own filesAurelien Jacobs5-1150/+1197
2007-04-17Atrac3 decoder.Benjamin Larsson9-3/+1215
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer45-104/+7
2007-03-30Do not return invalid pointer for non-audio or video streams.Sam Hocevar1-3/+4
2006-11-01Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme27-84/+84
2006-11-01reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme8-206/+205
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs24-24/+24
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-10-03Remove unused variables and the corresponding warnings along with them.Diego Biurrun6-8/+3
2006-09-30dont set sub_id as its completly redundant and sillyMichael Niedermayer1-8/+1
2006-07-10allow individual selection of muxers and demuxersMåns Rullgård69-964/+837
2006-07-09give AVInput/OutputFormat structs consistent namesMåns Rullgård72-299/+299
2006-06-04rm_read_audio_stream_info return type is not voidRoberto Togni1-7/+10
2006-06-04Support for AAC (fourcc raac and racp) in rm filesRoberto Togni1-0/+31
2006-05-13sanity checks some might have been exploitableMichael Niedermayer4-0/+53
2006-03-01add size to AVIndexMichael Niedermayer7-14/+19
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-25Support for 28_8 in old ar. filesRoberto Togni1-11/+27
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-19Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.raRoberto Togni1-1/+8
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-12-17malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička4-4/+5
2005-12-09Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson8-46/+1960
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun24-139/+159
2005-07-17changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer56-1025/+1024
2005-05-26AVPacket.posMichael Niedermayer30-132/+88
2005-04-30switch to native time basesMichael Niedermayer48-384/+314
2005-04-24fixing broken_rv20_1mb_.rmMichael Niedermayer2-9/+11
2005-03-17more fine grained discarding of packetsMichael Niedermayer11-17/+46
2005-02-28set block alignMichael Niedermayer1-1/+1
2005-02-28ra288 demuxing support (doesnt really work, might be demuxer or decoder bug)Michael Niedermayer1-7/+19
2005-01-22support discarding uninterresting packetsMichael Niedermayer8-9/+33
2005-01-06RV30/RV40 demuxing (untested)Michael Niedermayer2-5/+15
2005-01-03skip INDX chunksMichael Niedermayer1-6/+15
2004-12-07rv20 encodingMichael Niedermayer5-2/+64
2004-12-06seeking in rm 2nd tryMichael Niedermayer1-17/+31
2004-12-06seeking in rmMichael Niedermayer2-44/+102
2004-12-06rm encoding fixMichael Niedermayer3-5/+5
2004-12-06try to recover from errors instead of failing fatalyMichael Niedermayer1-6/+8
2004-12-06various demuxer fixesMichael Niedermayer1-20/+31
2004-12-06rv10 thread safety fix / rv10 ffplay fixMichael Niedermayer2-9/+5
[next]