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
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove disabled FF_API_OLD_METADATA2 cruftAnton Khirnov
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
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
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-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-16Set lavf identification string globally in av_write_header(), ratherAnton Khirnov
2009-03-01add a metadata conversion APIAurelien Jacobs
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-09rename ff_metadata_sync_compat to ff_metadata_mux_compatAurelien Jacobs
2009-01-09Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs
2009-01-06Add a metadata compatibility layer, so that when a user application setAurelien Jacobs
2009-01-05rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs
2009-01-04Move metadata API from avcodec to avformat.Michael Niedermayer