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
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-2
/
+2
*
ape: Don't allow the seektable to be omitted
Martin Storsjö
2013-09-12
1
-1
/
+1
*
ape demuxer: check for EOF in potentially long loops
Anton Khirnov
2013-09-02
1
-2
/
+2
*
ape: use correct context for the bit table printed in debug
Kostya Shishkov
2013-03-27
1
-1
/
+1
*
ape: 3.80-3.92 decoding support
Kostya Shishkov
2013-03-25
1
-3
/
+25
*
add support for Monkey's Audio versions from 3.93
Kostya Shishkov
2013-03-15
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
ape: create audio stream before reading tags.
Anton Khirnov
2012-06-24
1
-6
/
+6
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
ape: do not set AVCodecContext.frame_size.
Justin Ruggles
2012-03-05
1
-1
/
+0
*
ape: skip packets with invalid size
Justin Ruggles
2012-02-06
1
-0
/
+8
*
ape: calculate final packet size instead of guessing
Justin Ruggles
2012-02-06
1
-3
/
+12
*
ape: stop reading after the last frame has been read
Justin Ruggles
2012-02-06
1
-1
/
+1
*
ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finished
Justin Ruggles
2012-02-06
1
-2
/
+2
*
ape: return error if seeking to the current packet fails in ape_read_packet()
Justin Ruggles
2012-02-06
1
-1
/
+2
*
ape: fix seeking
Paul B Mahol
2012-02-04
1
-0
/
+2
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-1
/
+1
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+2
*
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
[next]