summaryrefslogtreecommitdiff
path: root/libavcodec/mpc7.c
Commit message (Expand)AuthorAgeFilesLines
* mpc7: check subband indexMichael Niedermayer2012-03-101-0/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-191-1/+1
|\
| * mpc7: assign an error level + context to av_log() msg.Ronald S. Bultje2012-02-171-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-031-17/+29
|\ \ | |/
| * mpc7: use av_fast_padded_malloc()Justin Ruggles2012-02-011-7/+13
| * mpc7: simplify handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles2012-02-011-14/+26
| * mpc7: check for allocation failureJustin Ruggles2012-01-301-0/+2
| * mpc7: align local temp bufferJustin Ruggles2012-01-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-311-1/+1
|\ \ | |/
* | Use av_fast_padded_malloc in fraps and mpc decoders.Reimar Döffinger2012-01-181-6/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-11/+18
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-11/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-121-1/+8
|\ \ | |/
| * mpc7: only support stereo input.Justin Ruggles2011-11-111-1/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-111-1/+1
|\ \ | |/
| * mpc7: Fix memset call in mpc7_decode_frame functionAlex Converse2011-11-101-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-031-2/+9
|\ \ | |/
| * mpc7: return error if packet is too small.Justin Ruggles2011-10-021-0/+1
| * mpc7: check output buffer size before decodingJustin Ruggles2011-10-021-2/+8
* | 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-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-1/+1
* 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at theKostya Shishkov2010-11-151-1/+1
* 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
* Move variable declaration to block where it is used and simplify code.Reimar Döffinger2010-01-281-2/+3
* Extract duplicated code into a separate function.Reimar Döffinger2010-01-281-10/+13
* Fix an issue uncovered by commit 20623:Attila Kinali2009-11-301-2/+3
* Use skip_bits_long() for large skipsDavid Conrad2009-05-141-1/+1
* 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-4/+24
* 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