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