summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavf: remove disabled FF_API_OLD_METADATA2 cruftAnton Khirnov4-113/+2
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-407/+558
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov55-218/+263
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov9-112/+252
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer67-1376/+150
2011-04-19lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov8-228/+0
2011-04-13lavf: postpone removal of public metadata conversion APIAnton Khirnov4-5/+10
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-23lavf: postpone removal of public metadata conversion APIAnton Khirnov4-3/+8
2010-10-16add ff_ prefix to metadata_conv()Anton Khirnov10-16/+16
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov21-39/+55
2010-08-18rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs8-24/+24
2010-08-17add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs6-16/+21
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-02-16Set lavf identification string globally in av_write_header(), ratherAnton Khirnov6-10/+20
2009-02-28add a metadata conversion APIAurelien Jacobs3-2/+70
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-09rename ff_metadata_sync_compat to ff_metadata_mux_compatAurelien Jacobs3-3/+3
2009-01-08Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs4-1/+111
2009-01-06Add a metadata compatibility layer, so that when a user application setAurelien Jacobs3-0/+45
2009-01-04rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs6-26/+26
2009-01-04Move metadata API from avcodec to avformat.Michael Niedermayer6-51/+51