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
/
mpc8.c
Age
Commit message (
Expand
)
Author
2013-09-12
mpc8: Make sure the first stream exists before parsing the seek table
Martin Storsjö
2013-09-12
mpc8: Check the seek table size parsed from the bitstream
Martin Storsjö
2013-05-04
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-06
mpc8: set packet duration and stream start time instead of tracking frames
Justin Ruggles
2012-07-31
mpc8: return more meaningful error codes.
Anton Khirnov
2012-07-31
wv,mpc8: don't return apetag data in packets.
Anton Khirnov
2012-06-26
mpc8: read APE tags.
Anton Khirnov
2012-02-10
mpc8: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
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-10-07
mpc8: Fix return value on EOF
Laurent Aimar
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
lavf: move ff_get_v from avio.h to avio_internal.h
Anton Khirnov
2011-03-16
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-07
avio: deprecate url_feof
Anton Khirnov
2011-03-04
avio: add avio_tell macro as a replacement for url_ftell
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-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-09-30
Return an error when the parsed mpc chunk size is negative, otherwise we
Reimar Döffinger
2009-09-16
reindent after last commit and remove unneeded empty line
Kostya Shishkov
2009-09-16
Make MPC SV8 probe skip tags until stream header is found
Kostya Shishkov
2009-09-16
Enhance Musepack SV8 probing code
Kostya Shishkov
2009-06-13
Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read
Kostya Shishkov
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
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-05-09
Use full path for #includes from another directory.
Diego Biurrun
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-07
Musepack SV8 demuxer and decoder
Kostya Shishkov