summaryrefslogtreecommitdiff
path: root/libavformat/mpc8.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* mpc8: Make sure the first stream exists before parsing the seek tableMartin Storsjö2013-09-12
* mpc8: Check the seek table size parsed from the bitstreamMartin Storsjö2013-09-12
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mpc8: set packet duration and stream start time instead of tracking framesJustin Ruggles2012-08-06
* mpc8: return more meaningful error codes.Anton Khirnov2012-07-31
* wv,mpc8: don't return apetag data in packets.Anton Khirnov2012-07-31
* mpc8: read APE tags.Anton Khirnov2012-06-26
* mpc8: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* mpc8: Fix return value on EOFLaurent Aimar2011-10-07
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov2011-03-16
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Return an error when the parsed mpc chunk size is negative, otherwise weReimar Döffinger2009-09-30
* reindent after last commit and remove unneeded empty lineKostya Shishkov2009-09-16
* Make MPC SV8 probe skip tags until stream header is foundKostya Shishkov2009-09-16
* Enhance Musepack SV8 probing codeKostya Shishkov2009-09-16
* Allocate a bit more memory for MPC SV8 seek table, so bitreader won't readKostya Shishkov2009-06-13
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-07