Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-23lavf: postpone removal of public metadata conversion APIAnton Khirnov
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-01-14Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje
Originally committed as revision 26330 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-18metadata: make av_metadata_set2 case insensitive by defaultAurelien Jacobs
Originally committed as revision 25515 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-16add ff_ prefix to metadata_conv()Anton Khirnov
patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25505 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25493 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-19rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs
Originally committed as revision 24825 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-18add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs
Originally committed as revision 24818 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-04reindent after previous commit.Anton Khirnov
Patch by Anton Khirnov, wyskas at gmail Originally committed as revision 23467 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-04metadata: make conversion to the same format a noop.Anton Khirnov
Patch by Anton Khirnov, wyskas at gmail Originally committed as revision 23466 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
in its place. av_metadata_set() is going to be dropped at the next major bump. Originally committed as revision 22961 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-05Add a flag to not overwrite existing tagsAnton Khirnov
Patch by Anton Khirnov <wyskas gmail com>. Originally committed as revision 22806 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-16Set lavf identification string globally in av_write_header(), ratherAnton Khirnov
than inside the muxers. Remove special handling of "encoder" tags from AVI and MP3 muxers. Patch by Anton Khirnov <wyskas gmail com>. Originally committed as revision 21850 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-13Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer
I cannot use the same ABI as ffmbc as value 2 is already used in ffmpeg, besides the name AV_METADATA_NONCONST* makes no sense to me. Add av_metadata_set2() that takes flags. Originally committed as revision 20834 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-19fix indentationBaptiste Coudurier
Originally committed as revision 20300 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-01simplify metadata conversion and fixes gcc-2.95 at the same timeAurelien Jacobs
Originally committed as revision 17681 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-01add a metadata conversion APIAurelien Jacobs
Originally committed as revision 17670 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-26fix a memleak in av_metadata_set()Aurelien Jacobs
Originally committed as revision 17617 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-03modify the way to pass parameters to av_metadata_set()Aurelien Jacobs
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
2009-01-19replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs
with the opposed meaning Originally committed as revision 16680 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-09move ff_metadata_sync_compat to metadata_compat.cAurelien Jacobs
Originally committed as revision 16500 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-07free all allocated metadata structuresAurelien Jacobs
Originally committed as revision 16457 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-06ignore year=0 and track=0Aurelien Jacobs
Originally committed as revision 16452 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-06Add a metadata compatibility layer, so that when a user application setAurelien Jacobs
metadata using old API, it is automatically converted to new API before muxing. Originally committed as revision 16447 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-06add a typedef for AVMetadataAurelien Jacobs
Originally committed as revision 16446 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-05rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs
Originally committed as revision 16430 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-04Move metadata API from avcodec to avformat.Michael Niedermayer
Originally committed as revision 16425 to svn://svn.ffmpeg.org/ffmpeg/trunk