summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpc8.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-031-2/+8
|\
| * mpc8: check output buffer size before decodingJustin Ruggles2011-10-021-2/+8
* | Check for out of bound bands limit in mpc v8 decoder.Laurent Aimar2011-09-251-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+6
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-051-1/+0
|\ \ | |/
| * musepack: remove extraneous mpcdata.h inclusionsMans Rullgard2011-06-041-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-201-1/+2
|\ \ | |/
| * Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Musepack SV8 supports "mono" files (though it still codes them as stereo),Kostya Shishkov2010-11-211-3/+8
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fix an issue uncovered by commit 20623:Attila Kinali2009-11-301-2/+3
* Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).Kostya Shishkov2009-06-131-1/+2
* Compact and make constant two tables used by Musepack decodersKostya Shishkov2009-04-201-1/+1
* Use new static VLC scheme in Indeo2, Musepack and WNV1 decodersKostya Shishkov2009-04-171-15/+60
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov2009-03-081-3/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-181-1/+1
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-141-4/+0
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-191-0/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Transform codec names into single words.Stefano Sabatini2008-04-291-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* typo fix: inited --> initializedDiego Biurrun2008-02-131-3/+3
* constsMichael Niedermayer2008-02-011-1/+1
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-071-0/+364
OpenPOWER on IntegriCloud