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 (Expand)Author
2014-01-18avformat/metadata: allow ff_metadata_conv() to be called with NULL saftelyMichael Niedermayer
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-27lavf: remove disabled FF_API_OLD_METADATA2 cruftAnton Khirnov
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov
2011-04-13lavf: postpone removal of public metadata conversion APIAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-23lavf: postpone removal of public metadata conversion APIAnton Khirnov
2011-01-14Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje
2010-10-18metadata: make av_metadata_set2 case insensitive by defaultAurelien Jacobs
2010-10-16add ff_ prefix to metadata_conv()Anton Khirnov
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-08-19rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs
2010-08-18add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs
2010-06-04reindent after previous commit.Anton Khirnov
2010-06-04metadata: make conversion to the same format a noop.Anton Khirnov
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-05Add a flag to not overwrite existing tagsAnton Khirnov
2010-02-16Set lavf identification string globally in av_write_header(), ratherAnton Khirnov
2009-12-13Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer
2009-10-19fix indentationBaptiste Coudurier
2009-03-01simplify metadata conversion and fixes gcc-2.95 at the same timeAurelien Jacobs
2009-03-01add a metadata conversion APIAurelien Jacobs
2009-02-26fix a memleak in av_metadata_set()Aurelien Jacobs
2009-02-03modify the way to pass parameters to av_metadata_set()Aurelien Jacobs
2009-01-19replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs
2009-01-09move ff_metadata_sync_compat to metadata_compat.cAurelien Jacobs
2009-01-07free all allocated metadata structuresAurelien Jacobs
2009-01-06ignore year=0 and track=0Aurelien Jacobs
2009-01-06Add a metadata compatibility layer, so that when a user application setAurelien Jacobs
2009-01-06add a typedef for AVMetadataAurelien Jacobs
2009-01-05rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs
2009-01-04Move metadata API from avcodec to avformat.Michael Niedermayer