summaryrefslogtreecommitdiff
path: root/libavformat/apetag.c
Commit message (Expand)AuthorAgeFilesLines
...
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-9/+9
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* | Fix various unused variable warningsClément Bœsch2011-05-301-1/+1
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-081-1/+1
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-2/+2
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-9/+9
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
|/
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-1/+1
* Include apetag.h which contains the prototype for ff_ape_parse_tag().Carl Eugen Hoyos2010-02-281-0/+1
* Remove unused variable, fixes the warning:Diego Biurrun2009-12-151-1/+1
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-131-8/+9
* remove old and useless debug codeAurelien Jacobs2009-10-181-12/+0
* Move APE tag parsing into separate module.Kostya Shishkov2009-08-111-0/+122