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
/
ape.c
Age
Commit message (
Expand
)
Author
2015-02-14
avformat: Don't anonymously typedef structs
Diego Biurrun
2013-09-12
ape: Don't allow the seektable to be omitted
Martin Storsjö
2013-09-02
ape demuxer: check for EOF in potentially long loops
Anton Khirnov
2013-03-27
ape: use correct context for the bit table printed in debug
Kostya Shishkov
2013-03-25
ape: 3.80-3.92 decoding support
Kostya Shishkov
2013-03-15
add support for Monkey's Audio versions from 3.93
Kostya Shishkov
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-06-24
ape: create audio stream before reading tags.
Anton Khirnov
2012-04-06
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-03-05
ape: do not set AVCodecContext.frame_size.
Justin Ruggles
2012-02-06
ape: skip packets with invalid size
Justin Ruggles
2012-02-06
ape: calculate final packet size instead of guessing
Justin Ruggles
2012-02-06
ape: stop reading after the last frame has been read
Justin Ruggles
2012-02-06
ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finished
Justin Ruggles
2012-02-06
ape: return error if seeking to the current packet fails in ape_read_packet()
Justin Ruggles
2012-02-04
ape: fix seeking
Paul B Mahol
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-10-19
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-09-12
ape demuxer: fix segfault on memory allocation failure.
Laurent Aimar
2011-07-26
ape: adjust some printf format strings to correctly match argument types
Diego Biurrun
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-06-03
Replace custom DEBUG preprocessor trickery by the standard one.
Diego Biurrun
2011-05-31
Employ correct printf format specifiers, mostly in debug output.
Diego Biurrun
2011-05-24
ape: Allow demuxing of files with metadata tags.
Carl Eugen Hoyos
2011-04-03
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-04-01
ape: check that number of seektable entries is equal to number of frames
Kostya Shishkov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
Do not attempt to decode APE file with no frames
Kostya
2011-03-07
avio: deprecate url_feof
Anton Khirnov
2011-03-01
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-02-21
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-04-03
Replace all remaining occurrences of AVERROR_NOMEM with
Stefano Sabatini
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-13
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
Stefano Sabatini
2010-01-21
Set start_time and duration in AVStream instead of AVFormatContext for
David Conrad
2009-08-11
Move APE tag parsing into separate module.
Kostya Shishkov
2009-08-11
Do not use internals of ByteIOContext during APE tags parsing.
Matti Hamalainen
2009-08-11
Remove incorrect APE tag size adjustment based on flags.
Matti Hamalainen
2009-02-17
apedec: display a warning when truncating a metadata tag
Aurelien Jacobs
2009-02-17
use new metadata API in ape demuxer
Aurelien Jacobs
2009-02-16
Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.
Benoit Fouet
2009-01-11
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2008-09-08
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-04-26
Missing tags in APE is normal situation, so don't print an error.
Kostya Shishkov
[next]