summaryrefslogtreecommitdiff
path: root/libavformat/mpc.c
Commit message (Expand)AuthorAge
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* mpc7: set channel layoutJustin Ruggles2012-11-12
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mpc: return more meaningful error codes.Anton Khirnov2012-07-31
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* musepack: fix signed shift overflow in mpc_read_packet()Mans Rullgard2011-11-27
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Musepack SV7: try to read files without number of frames providedKostya Shishkov2011-07-13
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* mpc: read id3v1 tags.Anton Khirnov2010-12-02
* Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger2010-10-06
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-11
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Do not leave uninitialized data in the packet in MPC demuxer. Should allow forVitor Sessak2010-02-20
* Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad2010-01-21
* Parse ID3 tags in Musepack SV7 filesMatti Hamalainen2009-08-11
* Parse APE metadata tags in Musepack SV7 filesMatti Hamalainen2009-08-11
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-19
* 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
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* license header consistency cosmeticsDiego Biurrun2007-07-05
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* 10l, > vs. >= typo, caused crashes on last mpc frameReimar Döffinger2007-01-14
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-01
* Make MPC demuxer deal with ID3 tags at the beginningKostya Shishkov2007-01-01
* Enable forward seek in Musepack demuxerKostya Shishkov2006-12-28
* Musepack SV7 decoding supportKostya Shishkov2006-12-24