summaryrefslogtreecommitdiff
path: root/libavcodec/mpc8.c
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix an issue uncovered by commit 20623:Attila Kinali2009-11-30
* Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).Kostya Shishkov2009-06-13
* Compact and make constant two tables used by Musepack decodersKostya Shishkov2009-04-20
* Use new static VLC scheme in Indeo2, Musepack and WNV1 decodersKostya Shishkov2009-04-17
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov2009-03-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-19
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Transform codec names into single words.Stefano Sabatini2008-04-29
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* constsMichael Niedermayer2008-02-01
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-07