summaryrefslogtreecommitdiff
path: root/libavformat/mpc.c
Commit message (Expand)AuthorAge
* 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