]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/metadata.c
Removed static omkization
[frescor/ffmpeg.git] / libavformat / metadata.c
2009-03-01 aurelsimplify metadata conversion and fixes gcc-2.95 at...
2009-02-28 aureladd a metadata conversion API
2009-02-26 aurelfix a memleak in av_metadata_set()
2009-02-02 aurelmodify the way to pass parameters to av_metadata_set()
2009-01-18 aurelreplace AV_METADATA_IGNORE_CASE flag by a new AV_METADA...
2009-01-08 aurelmove ff_metadata_sync_compat to metadata_compat.c
2009-01-06 aurelfree all allocated metadata structures
2009-01-06 aurelignore year=0 and track=0
2009-01-06 aurelAdd a metadata compatibility layer, so that when a...
2009-01-05 aureladd a typedef for AVMetadata
2009-01-04 aurelrename AVMetaData to AVMetadata and meta_data to metadata
2009-01-04 michaelMove metadata API from avcodec to avformat.