summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch27-33/+0
2012-12-23rmenc: write correct bytes per minutePiotr Bandurski2-3/+3
2012-09-16Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer23-114/+85
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov19-30/+16
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-324/+400
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun86-135/+135
2012-04-29rmenc: more than 2 streams are not currently possible.Reimar Döffinger1-0/+5
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-181/+174
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö63-156/+174
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-414/+454
2012-01-02Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun4-7/+7
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov132-1466/+1311
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-407/+558
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov55-218/+263
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer74-637/+833
2011-04-03avio: introduce an AVIOContext.seekable fieldAnton Khirnov40-72/+91
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer30-413/+533
2011-03-21rmenc: replace avio_seek(0) with avio_tell()Anton Khirnov1-1/+1
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov47-99/+104
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
2011-02-25lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov8-17/+20
2011-02-25lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov12-152/+166
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2010-05-28Reindent after r23361.Francesco Lavra1-7/+7
2010-05-28Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxingFrancesco Lavra1-3/+16
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas52-90/+90
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-03-21Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje4-25/+17
2009-02-17use new metadata API in rm (de)muxerAurelien Jacobs5-21/+57
2009-02-12Use more descriptive format long_names.Diego Biurrun6-7/+7
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-12-13Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje3-58/+59
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles16-32/+32
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2008-05-26consistency cosmetics: indices --> indexesDiego Biurrun15-26/+26
2007-12-02Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov1-3/+8
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson89-825/+874
2007-05-30split rm muxer and demuxer in their own filesAurelien Jacobs5-1150/+1197