summaryrefslogtreecommitdiff
path: root/libavformat/metadata_compat.c
Commit message (Collapse)AuthorAge
* don't trigger metadata compatibility code when user app already set metadataAurelien Jacobs2009-02-26
| | | | | | using new API Originally committed as revision 17608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* modify the way to pass parameters to av_metadata_set()Aurelien Jacobs2009-02-02
| | | | | | | This improves code readability and this avoid warnings about discarding qualifiers from pointer target type. Originally committed as revision 16952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-18
| | | | | | with the opposed meaning Originally committed as revision 16680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix version protectionAurelien Jacobs2009-01-13
| | | | Originally committed as revision 16572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename ff_metadata_sync_compat to ff_metadata_mux_compatAurelien Jacobs2009-01-09
| | | | Originally committed as revision 16501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_metadata_sync_compat to metadata_compat.cAurelien Jacobs2009-01-08
| | | | Originally committed as revision 16500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs2009-01-08
demuxed with new API is automatically converted to the old API, allowing old applications to stay functional. Originally committed as revision 16499 to svn://svn.ffmpeg.org/ffmpeg/trunk