summaryrefslogtreecommitdiff
path: root/libavformat/metadata.c
Commit message (Expand)AuthorAge
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* lavf: remove disabled FF_API_OLD_METADATA2 cruftAnton Khirnov2012-01-27
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-08
* lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov2011-04-19
* lavf: postpone removal of public metadata conversion APIAnton Khirnov2011-04-13
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-14
* metadata: make av_metadata_set2 case insensitive by defaultAurelien Jacobs2010-10-18
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-16
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-18
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-17
* reindent after previous commit.Anton Khirnov2010-06-04
* metadata: make conversion to the same format a noop.Anton Khirnov2010-06-04
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Add a flag to not overwrite existing tagsAnton Khirnov2010-04-05
* Set lavf identification string globally in av_write_header(), ratherAnton Khirnov2010-02-16
* Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer2009-12-13
* fix indentationBaptiste Coudurier2009-10-18
* simplify metadata conversion and fixes gcc-2.95 at the same timeAurelien Jacobs2009-03-01
* add a metadata conversion APIAurelien Jacobs2009-02-28
* fix a memleak in av_metadata_set()Aurelien Jacobs2009-02-26
* modify the way to pass parameters to av_metadata_set()Aurelien Jacobs2009-02-02
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-18
* move ff_metadata_sync_compat to metadata_compat.cAurelien Jacobs2009-01-08
* free all allocated metadata structuresAurelien Jacobs2009-01-06
* ignore year=0 and track=0Aurelien Jacobs2009-01-06
* Add a metadata compatibility layer, so that when a user application setAurelien Jacobs2009-01-06
* add a typedef for AVMetadataAurelien Jacobs2009-01-05
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-04
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-04