index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
metadata.h
Age
Commit message (
Expand
)
Author
2012-01-28
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-27
lavf: remove disabled FF_API_OLD_METADATA2 cruft
Anton Khirnov
2011-06-09
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-08
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
Move metadata API from lavf to lavu.
Anton Khirnov
2011-04-20
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-19
lavf: remove FF_API_OLD_METADATA cruft
Anton Khirnov
2011-04-13
lavf: postpone removal of public metadata conversion API
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-23
lavf: postpone removal of public metadata conversion API
Anton Khirnov
2010-10-16
add ff_ prefix to metadata_conv()
Anton Khirnov
2010-10-15
Export metadata in the generic format. Deprecate old conversion API.
Anton Khirnov
2010-08-18
rename LAVF_API_* defines to FF_API_* to clarify that it is not public API
Aurelien Jacobs
2010-08-17
add LAVF_API_OLD_METADATA define to disable the deprecated metadata API
Aurelien Jacobs
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-02-16
Set lavf identification string globally in av_write_header(), rather
Anton Khirnov
2009-02-28
add a metadata conversion API
Aurelien Jacobs
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-09
rename ff_metadata_sync_compat to ff_metadata_mux_compat
Aurelien Jacobs
2009-01-08
Add a second metadata compatibility layer, so that metadata that gets
Aurelien Jacobs
2009-01-06
Add a metadata compatibility layer, so that when a user application set
Aurelien Jacobs
2009-01-04
rename AVMetaData to AVMetadata and meta_data to metadata
Aurelien Jacobs
2009-01-04
Move metadata API from avcodec to avformat.
Michael Niedermayer