summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-03-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-45/+85
2012-03-24avc: Add a function for converting mp4 style extradata to annex bMartin Storsjö3-24/+42
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-183/+160
2011-11-10avc: fix memory errors when encoding invalid h264 codecdataJohn Brooks1-11/+18
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer74-637/+833
2011-04-03avio: avio_ prefix for url_close_dyn_bufAnton Khirnov20-48/+53
2011-04-03avio: avio_ prefix for url_open_dyn_bufAnton Khirnov17-38/+43
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2010-02-28Include avc.h from avc.c: It contains several prototypes.Carl Eugen Hoyos1-0/+1
2010-02-22Attempt to fix the completely random values returned by ff_avc_find_startcode().Michael Niedermayer1-5/+11
2009-07-30cosmetics, remove spaces after '(' and before ')'Baptiste Coudurier1-14/+14
2009-03-26Use intptr_t when casting pointers to int.Ramiro Polla4-10/+10
2009-01-16support h264 extradata with 0x000001 startcodeBaptiste Coudurier1-1/+2
2009-01-16export ff_avc_parse_nal_units_bufBaptiste Coudurier2-2/+3
2009-01-16return size written in ff_avc_parse_nal_unitsBaptiste Coudurier2-2/+5
2009-01-15Do not reallocate AVPacket's data when muxing a packetLuca Abeni5-34/+36
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun82-3/+91
2008-02-19Fix misplaced const, avoids a cast-discards-qualifiers warningReimar Döffinger1-1/+1
2008-02-19constMichael Niedermayer2-14/+14
2008-01-15Make avc_find_startcode non-static, so that it can be used from otherLuca Abeni2-3/+4
2008-01-11add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs4-9/+9
2008-01-11Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs4-118/+172