summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-12-28soxenc: use ff_raw_write_packet()Paul B Mahol2-9/+3
2012-12-28soxenc: use ffio_fillPaul B Mahol1-2/+1
2012-12-28soxenc: use FFALIGNPaul B Mahol1-1/+1
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
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer78-286/+388
2011-12-11lavu: replace int/float punning functionsMans Rullgard23-76/+152
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-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-156/+198
2011-07-15doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun11-14/+14
2011-07-14doxygen: consistently place brief descriptionDiego Biurrun12-12/+15
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03Do not include intfloat_readwrite.h in avutil.hMans Rullgard18-1/+18
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-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov47-99/+104
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov87-391/+392
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
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-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-05-30Implement SoX native format muxer and demuxer.Daniel Verkamp7-0/+309