OSDN Git Service

libx264: add 'direct-pred' private option
[coroid/ffmpeg_saccubus.git] / libavformat / metadata.h
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-08 Anton KhirnovMove metadata API from lavf to lavu.
2011-04-19 Anton Khirnovlavf: remove FF_API_OLD_METADATA cruft
2011-04-13 Anton Khirnovlavf: postpone removal of public metadata conversion API
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-10-16 Anton Khirnovadd ff_ prefix to metadata_conv()
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-08-18 Aurelien Jacobsrename LAVF_API_* defines to FF_API_* to clarify that...
2010-08-17 Aurelien Jacobsadd LAVF_API_OLD_METADATA define to disable the depreca...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-16 Anton KhirnovSet lavf identification string globally in av_write_hea...
2009-02-28 Aurelien Jacobsadd a metadata conversion API
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-09 Aurelien Jacobsrename ff_metadata_sync_compat to ff_metadata_mux_compat
2009-01-08 Aurelien JacobsAdd a second metadata compatibility layer, so that...
2009-01-06 Aurelien JacobsAdd a metadata compatibility layer, so that when a...
2009-01-04 Aurelien Jacobsrename AVMetaData to AVMetadata and meta_data to metadata
2009-01-04 Michael NiedermayerMove metadata API from avcodec to avformat.