| Commit message (Expand) | Author | Age | Files | Lines |
* | apetag: use int64_t for filesize | Anton Khirnov | 2013-06-04 | 1 | -1/+1 |
* | apetag: add support for writing APE tags | Anton Khirnov | 2013-05-28 | 1 | -0/+56 |
* | apetag: fix error handling in ff_ape_parse_tag() | Xi Wang | 2012-11-21 | 1 | -2/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | apetag: change a forgotten return to return 0 | Anton Khirnov | 2012-07-31 | 1 | -1/+1 |
* | wv,mpc8: don't return apetag data in packets. | Anton Khirnov | 2012-07-31 | 1 | -6/+15 |
* | apetag: reindent | Anton Khirnov | 2012-07-02 | 1 | -9/+9 |
* | apetag: export attached covers as video streams. | Anton Khirnov | 2012-07-02 | 1 | -1/+24 |
* | apetag: fix the amount of data read from binary tags. | Anton Khirnov | 2012-07-02 | 1 | -1/+6 |
* | apetag: make sure avio_get_str() doesn't read more than it should. | Anton Khirnov | 2012-07-02 | 1 | -1/+1 |
* | apetag: do not leak memory if avio_read() fails | Paul B Mahol | 2012-02-23 | 1 | -1/+3 |
* | apetag: propagate errors. | Ronald S. Bultje | 2012-02-23 | 1 | -0/+2 |
* | apetag: add proper support for binary tags | Paul B Mahol | 2012-02-17 | 1 | -8/+27 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -1/+2 |
* | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -2/+0 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -9/+9 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini | 2010-04-03 | 1 | -1/+1 |
* | Include apetag.h which contains the prototype for ff_ape_parse_tag(). | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Remove unused variable, fixes the warning: | Diego Biurrun | 2009-12-15 | 1 | -1/+1 |
* | Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped | Michael Niedermayer | 2009-12-13 | 1 | -8/+9 |
* | remove old and useless debug code | Aurelien Jacobs | 2009-10-18 | 1 | -12/+0 |
* | Move APE tag parsing into separate module. | Kostya Shishkov | 2009-08-11 | 1 | -0/+122 |