summaryrefslogtreecommitdiffstats
path: root/libavformat/mpc8.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* mpc8: Fix return value on EOFLaurent Aimar2011-10-071-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+7
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov2011-03-161-4/+5
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-2/+2
* avio: deprecate url_feofAnton Khirnov2011-03-071-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-8/+8
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-3/+3
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-5/+5
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Return an error when the parsed mpc chunk size is negative, otherwise weReimar Döffinger2009-09-301-0/+2
* reindent after last commit and remove unneeded empty lineKostya Shishkov2009-09-161-6/+5
* Make MPC SV8 probe skip tags until stream header is foundKostya Shishkov2009-09-161-19/+38
* Enhance Musepack SV8 probing codeKostya Shishkov2009-09-161-2/+28
* Allocate a bit more memory for MPC SV8 seek table, so bitreader won't readKostya Shishkov2009-06-131-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+3
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-10/+10
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-071-0/+244
OpenPOWER on IntegriCloud