summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2.Justin Ruggles2011-09-30
* dpcm: calculate and check actual output data size prior to decoding.Justin Ruggles2011-09-30
* dpcm: factor out the stereo flag calculationJustin Ruggles2011-09-30
* dpcm: cosmetics: rename channel_number to chJustin Ruggles2011-09-30
* dxva2_h264: pass the correct 8x8 scaling listsCarl Eugen Hoyos2011-09-30
* dca: NEON optimised high freq VQ decodingMans Rullgard2011-09-30
* avcodec: reject audio packets with NULL data and non-zero sizeJustin Ruggles2011-09-30
* dxva: Add ability to enable workaround for older ATI cardsJoakim Plate2011-09-30
* adpcm: move codec-specific variable declarations to the sections for the corr...Justin Ruggles2011-09-29
* adpcm: check buffer size in Funcom ISS decoder before reading header.Justin Ruggles2011-09-29
* adpcm: simplify reading of Funcom ISS frame header.Justin Ruggles2011-09-29
* adpcm: check buffer size in IMA DK4 decoder before reading header.Justin Ruggles2011-09-29
* adpcm: simplify reading of IMA DK4 frame header.Justin Ruggles2011-09-29
* adpcm_ms: clean up reading of predictor coefficientsJustin Ruggles2011-09-29
* adpcm_4xm: process planar packets sequentially rather than simultaneously.Justin Ruggles2011-09-29
* adpcm_ima_wav: process channel-interleaved blocks sequentially rather than si...Justin Ruggles2011-09-29
* adpcm: update reference linksJustin Ruggles2011-09-29
* adpcm: simplify packet size bounds checking in the ADPCM IMA QT decoder.Justin Ruggles2011-09-29
* adpcm: simplify and speed up several ADPCM decoders.Justin Ruggles2011-09-29
* adpcm: pretty-print tablesJustin Ruggles2011-09-29
* prores: Handle 0 or fewer bits leftAlex Converse2011-09-29
* dca: clear inactive subbands only once in qmf_32_subbands()Mans Rullgard2011-09-29
* ARM: NEON optimised vector_fmac_scalar()Mans Rullgard2011-09-28
* dca: use vector_fmac_scalar from dsputilMans Rullgard2011-09-28
* dsputil: add vector_fmac_scalar()Mans Rullgard2011-09-28
* ws_snd: misc cosmetic clean-upsJustin Ruggles2011-09-26
* ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.Justin Ruggles2011-09-26
* ws_snd: use memcpy() and memset() instead of loopsJustin Ruggles2011-09-26
* ws_snd: use samples pointer for loop termination instead of a separateJustin Ruggles2011-09-26
* ws_snd: make sure number of channels is 1Justin Ruggles2011-09-26
* ws_snd: add some checks to prevent buffer overread or overwrite.Justin Ruggles2011-09-26
* ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.Justin Ruggles2011-09-26
* flacdec: fix buffer size checking in get_metadata_size()Justin Ruggles2011-09-26
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-26
* cosmetics: reindent and pretty-printJustin Ruggles2011-09-25
* libgsm: split init and close fuctions for encoder and decoder.Justin Ruggles2011-09-25
* ppc: fix 32-bit PIC buildMans Rullgard2011-09-25
* vmdaudio: fix decoding of 16-bit audio format.Justin Ruggles2011-09-25
* h264: check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar2011-09-25
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* adpcmenc: Set bits_per_coded_sampleJustin Ruggles2011-09-23
* adpcmenc: fix QT IMA ADPCM encoderBaptiste Coudurier2011-09-23
* adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier2011-09-23
* permit decoding of multichannel ADPCM_EA_XASPeter Ross2011-09-23
* Fix input buffer size check in adpcm_ea decoder.Reimar Döffinger2011-09-23
* fft: avoid a signed overflowSean McGovern2011-09-23
* ratecontrol: update last_qscale_for soonerLuca Barbato2011-09-22
* prores: return more meaningful error valuesDiego Biurrun2011-09-23
* prores: improve error message wordingDiego Biurrun2011-09-23
* prores: cosmetics: prettyprinting, drop useless parenthesesDiego Biurrun2011-09-23