summaryrefslogtreecommitdiff
path: root/libavformat/metadata.c
Commit message (Expand)AuthorAgeFilesLines
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-181-1/+1
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-171-1/+1
* reindent after previous commit.Anton Khirnov2010-06-041-12/+12
* metadata: make conversion to the same format a noop.Anton Khirnov2010-06-041-2/+3
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-1/+1
* Add a flag to not overwrite existing tagsAnton Khirnov2010-04-051-0/+2
* Set lavf identification string globally in av_write_header(), ratherAnton Khirnov2010-02-161-1/+1
* Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer2009-12-131-1/+14
* fix indentationBaptiste Coudurier2009-10-181-7/+7
* simplify metadata conversion and fixes gcc-2.95 at the same timeAurelien Jacobs2009-03-011-11/+9
* add a metadata conversion APIAurelien Jacobs2009-02-281-0/+49
* fix a memleak in av_metadata_set()Aurelien Jacobs2009-02-261-1/+3
* modify the way to pass parameters to av_metadata_set()Aurelien Jacobs2009-02-021-6/+6
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-181-3/+3
* move ff_metadata_sync_compat to metadata_compat.cAurelien Jacobs2009-01-081-37/+0
* free all allocated metadata structuresAurelien Jacobs2009-01-061-0/+14
* ignore year=0 and track=0Aurelien Jacobs2009-01-061-1/+1
* Add a metadata compatibility layer, so that when a user application setAurelien Jacobs2009-01-061-0/+37
* add a typedef for AVMetadataAurelien Jacobs2009-01-051-3/+3
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-041-6/+6
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-041-0/+75