]> git.sesse.net Git - ffmpeg/history - libavformat/metadata.c
Remove unnecessary header inclusion directives.
[ffmpeg] / libavformat / metadata.c
2010-04-05 Anton KhirnovAdd a flag to not overwrite existing tags
2010-02-16 Anton KhirnovSet lavf identification string globally in av_write_hea...
2009-12-13 Michael NiedermayerAdd flags to prevent strdup() on arguments to av_metada...
2009-10-18 Baptiste Coudurierfix indentation
2009-03-01 Aurelien Jacobssimplify metadata conversion and fixes gcc-2.95 at...
2009-02-28 Aurelien Jacobsadd a metadata conversion API
2009-02-26 Aurelien Jacobsfix a memleak in av_metadata_set()
2009-02-02 Aurelien Jacobsmodify the way to pass parameters to av_metadata_set()
2009-01-18 Aurelien Jacobsreplace AV_METADATA_IGNORE_CASE flag by a new AV_METADA...
2009-01-08 Aurelien Jacobsmove ff_metadata_sync_compat to metadata_compat.c
2009-01-06 Aurelien Jacobsfree all allocated metadata structures
2009-01-06 Aurelien Jacobsignore year=0 and track=0
2009-01-06 Aurelien JacobsAdd a metadata compatibility layer, so that when a...
2009-01-05 Aurelien Jacobsadd a typedef for AVMetadata
2009-01-04 Aurelien Jacobsrename AVMetaData to AVMetadata and meta_data to metadata
2009-01-04 Michael NiedermayerMove metadata API from avcodec to avformat.