]> git.sesse.net Git - ffmpeg/history - libavformat/metadata.c
cosmetics, rename nb_frames to nb_fields
[ffmpeg] / libavformat / metadata.c
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.