index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
metadata.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/metadata: allow ff_metadata_conv() to be called with NULL saftely
Michael Niedermayer
2014-01-17
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-29
1
-1
/
+0
|
\
|
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-28
1
-29
/
+0
|
\
\
|
|
/
|
*
lavf: remove disabled FF_API_OLD_METADATA2 cruft
Anton Khirnov
2012-01-27
1
-29
/
+0
|
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-3
/
+3
*
|
Replace all strcasecmp/strncasecmp usages.
Reimar Döffinger
2011-11-03
1
-3
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-09
1
-83
/
+20
|
\
\
|
|
/
|
*
Move metadata API from lavf to lavu.
Anton Khirnov
2011-06-08
1
-83
/
+20
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-20
1
-7
/
+0
|
\
\
|
|
/
|
*
lavf: remove FF_API_OLD_METADATA cruft
Anton Khirnov
2011-04-19
1
-7
/
+0
|
*
lavf: postpone removal of public metadata conversion API
Anton Khirnov
2011-04-13
1
-0
/
+2
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
|
lavf: postpone removal of public metadata conversion API
Anton Khirnov
2011-02-23
1
-0
/
+2
|
/
*
Introduce av_metadata_copy() to copy metadata from one struct to another.
Ronald S. Bultje
2011-01-14
1
-0
/
+8
*
metadata: make av_metadata_set2 case insensitive by default
Aurelien Jacobs
2010-10-18
1
-1
/
+1
*
add ff_ prefix to metadata_conv()
Anton Khirnov
2010-10-16
1
-6
/
+6
*
Export metadata in the generic format. Deprecate old conversion API.
Anton Khirnov
2010-10-15
1
-2
/
+8
*
rename LAVF_API_* defines to FF_API_* to clarify that it is not public API
Aurelien Jacobs
2010-08-18
1
-1
/
+1
*
add LAVF_API_OLD_METADATA define to disable the deprecated metadata API
Aurelien Jacobs
2010-08-17
1
-1
/
+1
*
reindent after previous commit.
Anton Khirnov
2010-06-04
1
-12
/
+12
*
metadata: make conversion to the same format a noop.
Anton Khirnov
2010-06-04
1
-2
/
+3
*
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
Stefano Sabatini
2010-04-25
1
-1
/
+1
*
Add a flag to not overwrite existing tags
Anton Khirnov
2010-04-05
1
-0
/
+2
*
Set lavf identification string globally in av_write_header(), rather
Anton Khirnov
2010-02-16
1
-1
/
+1
*
Add flags to prevent strdup() on arguments to av_metadata_set2().
Michael Niedermayer
2009-12-13
1
-1
/
+14
*
fix indentation
Baptiste Coudurier
2009-10-18
1
-7
/
+7
*
simplify metadata conversion and fixes gcc-2.95 at the same time
Aurelien Jacobs
2009-03-01
1
-11
/
+9
*
add a metadata conversion API
Aurelien Jacobs
2009-02-28
1
-0
/
+49
*
fix a memleak in av_metadata_set()
Aurelien Jacobs
2009-02-26
1
-1
/
+3
*
modify the way to pass parameters to av_metadata_set()
Aurelien Jacobs
2009-02-02
1
-6
/
+6
*
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
Aurelien Jacobs
2009-01-18
1
-3
/
+3
*
move ff_metadata_sync_compat to metadata_compat.c
Aurelien Jacobs
2009-01-08
1
-37
/
+0
*
free all allocated metadata structures
Aurelien Jacobs
2009-01-06
1
-0
/
+14
*
ignore year=0 and track=0
Aurelien Jacobs
2009-01-06
1
-1
/
+1
*
Add a metadata compatibility layer, so that when a user application set
Aurelien Jacobs
2009-01-06
1
-0
/
+37
*
add a typedef for AVMetadata
Aurelien Jacobs
2009-01-05
1
-3
/
+3
*
rename AVMetaData to AVMetadata and meta_data to metadata
Aurelien Jacobs
2009-01-04
1
-6
/
+6
*
Move metadata API from avcodec to avformat.
Michael Niedermayer
2009-01-04
1
-0
/
+75