summaryrefslogtreecommitdiff
path: root/libavformat/metadata.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-5/+2
|\
| * lavf: remove disabled FF_API_OLD_METADATA2 cruftAnton Khirnov2012-01-271-5/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-6/+2
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+1
| * Move metadata API from lavf to lavu.Anton Khirnov2011-06-081-5/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-5/+0
|\ \ | |/
| * lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov2011-04-191-5/+0
| * lavf: postpone removal of public metadata conversion APIAnton Khirnov2011-04-131-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | lavf: postpone removal of public metadata conversion APIAnton Khirnov2011-02-231-1/+1
|/
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-161-2/+2
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-0/+5
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-181-1/+1
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-171-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Set lavf identification string globally in av_write_header(), ratherAnton Khirnov2010-02-161-0/+3
* add a metadata conversion APIAurelien Jacobs2009-02-281-0/+5
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* rename ff_metadata_sync_compat to ff_metadata_mux_compatAurelien Jacobs2009-01-091-1/+1
* Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs2009-01-081-0/+1
* Add a metadata compatibility layer, so that when a user application setAurelien Jacobs2009-01-061-0/+4
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-041-2/+2
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-041-0/+38