summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-13avformat: use ff_alloc_extradata()Paul B Mahol52-218/+83
2013-06-14apetag: do not require seekable outputPaul B Mahol1-27/+31
2013-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-1/+1
2013-06-04apetag: use int64_t for filesizeAnton Khirnov1-1/+1
2013-05-29apetag: do not create invalid APE tagsPaul B Mahol1-1/+13
2013-05-29Merge commit '2d2d6a4883479403798f4ed46941d5b365823570'Michael Niedermayer9-39/+186
2013-05-28apetag: add support for writing APE tagsAnton Khirnov2-0/+61
2012-11-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-13/+20
2012-11-21apetag: fix error handling in ff_ape_parse_tag()Xi Wang1-2/+2
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-08-01apetag: return value when required.Nicolas George1-1/+1
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-257/+301
2012-07-31apetag: change a forgotten return to return 0Anton Khirnov1-1/+1
2012-07-31wv,mpc8: don't return apetag data in packets.Anton Khirnov4-9/+34
2012-07-29lavf/apetag: move common stuff between writer and reader to single filePaul B Mahol3-7/+5
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer29-138/+1306
2012-07-02apetag: reindentAnton Khirnov1-9/+9
2012-07-02apetag: export attached covers as video streams.Anton Khirnov1-1/+24
2012-07-02apetag: fix the amount of data read from binary tags.Anton Khirnov1-1/+6
2012-07-02apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov1-1/+1
2012-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-88/+277
2012-02-24apetag: do not leak memory if avio_read() failsPaul B Mahol1-1/+3
2012-02-23apetag: propagate errors.Ronald S. Bultje1-0/+2
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer29-199/+565
2012-02-17apetag: add proper support for binary tagsPaul B Mahol1-8/+27
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-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer70-897/+1031
2011-06-02Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun12-32/+11
2011-06-02Remove unused variablesMans Rullgard41-143/+76
2011-05-29Fix various unused variable warningsClément Bœsch31-55/+40
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-08avio: avio_ prefix for url_fsizeAnton Khirnov25-32/+37
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov25-32/+37
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini17-29/+29
2010-02-28Include apetag.h which contains the prototype for ff_ape_parse_tag().Carl Eugen Hoyos1-0/+1
2009-12-15Remove unused variable, fixes the warning:Diego Biurrun1-1/+1
2009-12-13Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer9-70/+91
2009-10-18remove old and useless debug codeAurelien Jacobs1-12/+0
2009-08-11Move APE tag parsing into separate module.Kostya Shishkov4-99/+158