]> git.sesse.net Git - ffmpeg/history - libavformat/metadata.c
Make rtp_write_header() fail in case of unsupported payload type
[ffmpeg] / libavformat / metadata.c
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.