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
/
ape.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Replace all remaining occurrences of AVERROR_NOMEM with
Stefano Sabatini
2010-04-03
1
-2
/
+2
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
Stefano Sabatini
2010-03-13
1
-2
/
+2
*
Set start_time and duration in AVStream instead of AVFormatContext for
David Conrad
2010-01-21
1
-2
/
+2
*
Move APE tag parsing into separate module.
Kostya Shishkov
2009-08-11
1
-98
/
+2
*
Do not use internals of ByteIOContext during APE tags parsing.
Matti Hamalainen
2009-08-11
1
-12
/
+18
*
Remove incorrect APE tag size adjustment based on flags.
Matti Hamalainen
2009-08-11
1
-3
/
+0
*
apedec: display a warning when truncating a metadata tag
Aurelien Jacobs
2009-02-17
1
-0
/
+2
*
use new metadata API in ape demuxer
Aurelien Jacobs
2009-02-17
1
-39
/
+11
*
Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.
Benoit Fouet
2009-02-16
1
-47
/
+47
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
1
-0
/
+1
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-1
/
+1
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Missing tags in APE is normal situation, so don't print an error.
Kostya Shishkov
2008-04-26
1
-1
/
+0
*
fix 8 "initialization discards qualifiers from pointer target type"
Michael Niedermayer
2008-02-04
1
-1
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-6
/
+6
*
Looks like this APE decoder support versions starting from 3.95
Kostya Shishkov
2007-09-23
1
-1
/
+1
*
disable loads of debug messages to reduce object size
Aurelien Jacobs
2007-09-17
1
-0
/
+6
*
monkey audio demuxer now can parse ape tags
Benjamin Zores
2007-09-16
1
-0
/
+125
*
Monkey Audio decoder
Kostya Shishkov
2007-09-13
1
-0
/
+392