25 Commits (50196a982bf7c8be9b41053fa0975473c217e709)

Author SHA1 Message Date
Ronald S. Bultje 7f88a5bf9b Introduce av_metadata_copy() to copy metadata from one struct to another. 14 years ago
Aurelien Jacobs a3a29c2651 metadata: make av_metadata_set2 case insensitive by default 14 years ago
Anton Khirnov ad7768f4c4 add ff_ prefix to metadata_conv() 14 years ago
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Aurelien Jacobs 54036be11a rename LAVF_API_* defines to FF_API_* to clarify that it is not public API 14 years ago
Aurelien Jacobs dd872bf49f add LAVF_API_OLD_METADATA define to disable the deprecated metadata API 14 years ago
Anton Khirnov acf85d7b9d reindent after previous commit. 15 years ago
Anton Khirnov 795c6a6b1f metadata: make conversion to the same format a noop. 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Anton Khirnov 3dd6180fc7 Add a flag to not overwrite existing tags 15 years ago
Anton Khirnov ed7694d8cf Set lavf identification string globally in av_write_header(), rather 15 years ago
Michael Niedermayer a181981eb4 Add flags to prevent strdup() on arguments to av_metadata_set2(). 15 years ago
Baptiste Coudurier c3a58c4efc fix indentation 15 years ago
Aurelien Jacobs 95030323d1 simplify metadata conversion and fixes gcc-2.95 at the same time 16 years ago
Aurelien Jacobs f610a9f284 add a metadata conversion API 16 years ago
Aurelien Jacobs 6352c6bb63 fix a memleak in av_metadata_set() 16 years ago
Aurelien Jacobs 5ea7ce8843 modify the way to pass parameters to av_metadata_set() 16 years ago
Aurelien Jacobs 48a81c0ff5 replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag 16 years ago
Aurelien Jacobs 97ca83a566 move ff_metadata_sync_compat to metadata_compat.c 16 years ago
Aurelien Jacobs 094d9df72e free all allocated metadata structures 16 years ago
Aurelien Jacobs 7cfe7d77a4 ignore year=0 and track=0 16 years ago
Aurelien Jacobs 176aee8282 Add a metadata compatibility layer, so that when a user application set 16 years ago
Aurelien Jacobs e232c2529e add a typedef for AVMetadata 16 years ago
Aurelien Jacobs bc1d2afb37 rename AVMetaData to AVMetadata and meta_data to metadata 16 years ago
Michael Niedermayer a6d18a0e6a Move metadata API from avcodec to avformat. 16 years ago
Michael Niedermayer 47146dfbf6 Generic metadata API. 16 years ago