index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
ape.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
ape demuxer: fix segfault on memory allocation failure.
Laurent Aimar
2011-09-12
1
-0
/
+2
*
ape: adjust some printf format strings to correctly match argument types
Diego Biurrun
2011-07-26
1
-4
/
+7
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-8
/
+8
*
Replace custom DEBUG preprocessor trickery by the standard one.
Diego Biurrun
2011-06-03
1
-3
/
+1
*
Employ correct printf format specifiers, mostly in debug output.
Diego Biurrun
2011-05-31
1
-24
/
+30
*
ape: Allow demuxing of files with metadata tags.
Carl Eugen Hoyos
2011-05-24
1
-3
/
+3
*
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-04-03
1
-1
/
+1
*
ape: check that number of seektable entries is equal to number of frames
Kostya Shishkov
2011-04-01
1
-0
/
+5
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-3
/
+3
*
Do not attempt to decode APE file with no frames
Kostya
2011-03-16
1
-0
/
+4
*
avio: deprecate url_feof
Anton Khirnov
2011-03-07
1
-1
/
+1
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-1
/
+1
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-4
/
+4
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-30
/
+30
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-1
/
+1
*
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