summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc/lavf: use unique private classes.Anton Khirnov2011-10-051-2/+8
* lavc: use designated initializers for av_codec_context_classAnton Khirnov2011-10-051-1/+8
* qcelpdec: cosmetics: do not add line break before opening bracket in 'for',Justin Ruggles2011-10-041-120/+60
* qcelp: check output buffer size before decodingJustin Ruggles2011-10-041-2/+8
* qcelpdec: fix the return value of qcelp_decode_frame().Chris Rankin2011-10-041-1/+1
* sipr: fix the output data size check and only calculate it once.Justin Ruggles2011-10-041-4/+7
* Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun2011-10-042-1/+5
* qdm2: check output buffer size before decodingJustin Ruggles2011-10-031-2/+9
* Fix out of bound reads in the QDM2 decoder.Laurent Aimar2011-10-031-0/+2
* Check for out of bound writes in the QDM2 decoder.Laurent Aimar2011-10-031-1/+6
* libvpx: fix build with older libvpx versions.Anton Khirnov2011-10-031-0/+2
* ARM: check for inline asm 'y' operand modifier supportMans Rullgard2011-10-031-1/+1
* mpc8: check output buffer size before decodingJustin Ruggles2011-10-021-2/+8
* 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
* nellymoserdec: allocate float_buf only when decoding to int16Justin Ruggles2011-10-021-1/+7
* nellymoserdec: use NELLY_BUF_LEN instead of 128Justin Ruggles2011-10-021-1/+1
* nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.Justin Ruggles2011-10-021-2/+2
* nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.Justin Ruggles2011-10-021-7/+22
* nellymoser: check output buffer size before decodingJustin Ruggles2011-10-021-5/+12
* win32: improve threading algorithm warningLuca Barbato2011-10-021-2/+4
* lavc: add video/audio/encoding flags to global_quality optionAnton Khirnov2011-10-011-1/+1
* libvpxenc: use libvpx's own defaults for some parametersLuca Barbato2011-10-011-5/+16
* vpxenc: add private optionsLuca Barbato2011-10-011-3/+60
* dpcm: return error if packet is too smallJustin Ruggles2011-09-301-1/+4
* dpcm: use smaller data types for static tablesJustin Ruggles2011-09-301-5/+5
* dpcm: use sol_table_16 directly instead of through the DPCMContext.Justin Ruggles2011-09-301-3/+2
* dpcm: replace short with int16_tJustin Ruggles2011-09-301-4/+3
* dpcm: check to make sure channels is 1 or 2.Justin Ruggles2011-09-301-0/+5
* dpcm: misc pretty-printingJustin Ruggles2011-09-301-20/+20
* dpcm: remove unnecessary variable by using bytestream functions.Justin Ruggles2011-09-301-38/+28
* dpcm: move codec-specific variable declarations to their corresponding decodi...Justin Ruggles2011-09-301-4/+4
* dpcm: consistently use the variable name 'n' for the next input byte.Justin Ruggles2011-09-301-7/+5
* dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2.Justin Ruggles2011-09-301-13/+16
* dpcm: calculate and check actual output data size prior to decoding.Justin Ruggles2011-09-301-16/+34
* dpcm: factor out the stereo flag calculationJustin Ruggles2011-09-301-14/+15
* dpcm: cosmetics: rename channel_number to chJustin Ruggles2011-09-301-23/+23
* dxva2_h264: pass the correct 8x8 scaling listsCarl Eugen Hoyos2011-09-301-6/+8
* dca: NEON optimised high freq VQ decodingMans Rullgard2011-09-303-9/+69
* avcodec: reject audio packets with NULL data and non-zero sizeJustin Ruggles2011-09-301-0/+5
* dxva: Add ability to enable workaround for older ATI cardsJoakim Plate2011-09-302-9/+24
* adpcm: move codec-specific variable declarations to the sections for the corr...Justin Ruggles2011-09-291-14/+19
* adpcm: check buffer size in Funcom ISS decoder before reading header.Justin Ruggles2011-09-291-1/+7
* adpcm: simplify reading of Funcom ISS frame header.Justin Ruggles2011-09-291-7/+5
* adpcm: check buffer size in IMA DK4 decoder before reading header.Justin Ruggles2011-09-291-1/+7
* adpcm: simplify reading of IMA DK4 frame header.Justin Ruggles2011-09-291-8/+5
* adpcm_ms: clean up reading of predictor coefficientsJustin Ruggles2011-09-291-9/+13
* adpcm_4xm: process planar packets sequentially rather than simultaneously.Justin Ruggles2011-09-291-20/+18
* adpcm_ima_wav: process channel-interleaved blocks sequentially rather than si...Justin Ruggles2011-09-291-7/+11
* adpcm: update reference linksJustin Ruggles2011-09-292-15/+10
OpenPOWER on IntegriCloud