summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* twinvq: set channel layoutJustin Ruggles2012-11-011-0/+4
* twinvq: validate that channels is not <= 0Justin Ruggles2012-11-011-1/+1
* truespeech: set channel layoutJustin Ruggles2012-11-011-1/+3
* sipr: set channel layoutJustin Ruggles2012-11-011-1/+4
* shorten: validate that the channel count in the header is not <= 0Justin Ruggles2012-11-011-1/+1
* ra288dec: set channel layoutJustin Ruggles2012-11-011-1/+6
* ra144dec: set channel layoutJustin Ruggles2012-11-011-1/+4
* qdm2: remove unneeded checks for channel countJustin Ruggles2012-11-011-8/+0
* qdm2: make sure channels is not <= 0 and set channel layoutJustin Ruggles2012-11-011-1/+4
* qcelpdec: set channel layoutJustin Ruggles2012-11-011-1/+4
* nellymoserdec: set channels to 1Justin Ruggles2012-11-011-0/+1
* libopencore-amr: set channel layout for amr-nb or if not set by the userJustin Ruggles2012-11-011-5/+9
* libilbc: set channel layoutJustin Ruggles2012-11-011-3/+5
* dpcm: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-11-011-8/+6
* imc: set channels to 1 instead of validating itJustin Ruggles2012-11-011-2/+4
* gsmdec: always set channel layout and sample rate at initializationJustin Ruggles2012-11-011-4/+5
* libgsmdec: always set channel layout and sample rate at initializationJustin Ruggles2012-11-011-13/+5
* g726dec: do not validate sample rateJustin Ruggles2012-11-011-8/+0
* g726dec: set channel layout at initialization instead of validating itJustin Ruggles2012-11-011-4/+4
* flacdec: do not warn on sample rate changeJustin Ruggles2012-11-011-5/+1
* flacdec: allow mid-stream channel layout changeJustin Ruggles2012-11-014-18/+32
* flacdec: use av_samples_* functions for sample buffer allocationJustin Ruggles2012-11-011-14/+29
* dcadec: allow the decoder to change the channel layout mid-streamJustin Ruggles2012-11-011-17/+1
* cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERRORJustin Ruggles2012-11-011-4/+4
* cook: move samples_per_frame from COOKSubpacket to where it is usedJustin Ruggles2012-11-011-6/+5
* cook: use av_get_channel_layout_nb_channels() instead of cook_count_channels()Justin Ruggles2012-11-011-11/+1
* cook: reverse a condition so that the code makes more senseJustin Ruggles2012-11-011-3/+2
* cook: remove unneeded COOKContext variable, sample_rateJustin Ruggles2012-11-011-3/+1
* cook: remove unneeded COOKContext variable, bit_rateJustin Ruggles2012-11-011-3/+1
* cook: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-11-011-8/+6
* bmvaudio: set channel layout at init() rather than validating itJustin Ruggles2012-11-011-6/+4
* atrac1: do not keep a copy of channel count in the private contextJustin Ruggles2012-11-011-4/+2
* dsicinaudio: set channels and channel layoutJustin Ruggles2012-11-011-7/+5
* g722dec: set channel layout at initialization instead of validating itJustin Ruggles2012-11-011-5/+4
* amrwbdec: set channels, channel_layout, and sample_rateJustin Ruggles2012-11-011-1/+10
* amrnbdec: set channels, channel_layout, and sample_rateJustin Ruggles2012-11-011-1/+10
* dca_parser: allow the parser to change the sample rateJustin Ruggles2012-11-011-2/+1
* lavc: check channel count after decoder initJustin Ruggles2012-11-011-0/+5
* lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decodersJustin Ruggles2012-11-013-6/+5
* x86: Move optimization suffix to end of function namesDiego Biurrun2012-10-313-30/+30
* x86: h264_chromamc_10bit: drop pointless PAVG %defineDiego Biurrun2012-10-311-2/+1
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-3114-196/+216
* aacdec: Drop some unused function argumentsDiego Biurrun2012-10-311-24/+20
* x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun2012-10-311-26/+26
* x86: fmtconvert: port to cpuflagsDiego Biurrun2012-10-311-70/+71
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-318-45/+45
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-312-3/+3
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-3127-27/+27
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-3128-28/+1
* cng: Reindent some incorrectly indented linesMartin Storsjö2012-10-302-2/+2
OpenPOWER on IntegriCloud