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