summaryrefslogtreecommitdiff
path: root/libavformat/apetag.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-22
|\
| * apetag: fix error handling in ff_ape_parse_tag()Xi Wang2012-11-21
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
| * apetag: change a forgotten return to return 0Anton Khirnov2012-07-31
* | apetag: return value when required.Nicolas George2012-08-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-31
|\|
| * wv,mpc8: don't return apetag data in packets.Anton Khirnov2012-07-31
* | lavf/apetag: move common stuff between writer and reader to single filePaul B Mahol2012-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-02
|\|
| * apetag: reindentAnton Khirnov2012-07-02
| * apetag: export attached covers as video streams.Anton Khirnov2012-07-02
| * apetag: fix the amount of data read from binary tags.Anton Khirnov2012-07-02
| * apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov2012-07-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-25
|\|
| * apetag: do not leak memory if avio_read() failsPaul B Mahol2012-02-23
| * apetag: propagate errors.Ronald S. Bultje2012-02-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-18
|\|
| * apetag: add proper support for binary tagsPaul B Mahol2012-02-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
| * Remove unused variablesMans Rullgard2011-06-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | Fix various unused variable warningsClément Bœsch2011-05-30
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-08
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
|/
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Include apetag.h which contains the prototype for ff_ape_parse_tag().Carl Eugen Hoyos2010-02-28
* Remove unused variable, fixes the warning:Diego Biurrun2009-12-15
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
* remove old and useless debug codeAurelien Jacobs2009-10-18
* Move APE tag parsing into separate module.Kostya Shishkov2009-08-11