summaryrefslogtreecommitdiffstats
path: root/libavformat/mpc.c
Commit message (Expand)AuthorAgeFilesLines
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-191-2/+5
* 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-1/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-18/+18
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-2/+2
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* 10l, > vs. >= typo, caused crashes on last mpc frameReimar Döffinger2007-01-141-1/+1
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-011-1/+4
* Make MPC demuxer deal with ID3 tags at the beginningKostya Shishkov2007-01-011-3/+21
* Enable forward seek in Musepack demuxerKostya Shishkov2006-12-281-3/+31
* Musepack SV7 decoding supportKostya Shishkov2006-12-241-0/+182
OpenPOWER on IntegriCloud