summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Indeo Audio decoderKostya Shishkov2012-06-05
* imc: make IMDCT support stereo outputKostya Shishkov2012-06-05
* imc: move channel-specific data into separate contextKostya Shishkov2012-06-05
* mpc8: fix maximum bands handlingKostya Shishkov2012-06-05
* aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...Alex Converse2012-06-04
* bmv: add stricter checks for invalid decoded lengthKostya Shishkov2012-06-03
* avpacket: fix duplicating side data.Anton Khirnov2012-06-03
* vp8: move block coeff arithcoder on stack.Ronald S. Bultje2012-05-30
* pcm-mpeg: improve log message wordingChristian Schmidt2012-05-30
* pcm_mpeg: fix number of consumed bytes to include the header.Hendrik Leppkes2012-05-29
* x86: use new schema for ASM macrosVitor Sessak2012-05-29
* imc: some cosmeticsKostya Shishkov2012-05-25
* tqi: Pass errors from the MB decoderMichael Niedermayer2012-05-23
* x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles2012-05-22
* dwt: return errors from ff_slice_buffer_init()Diego Biurrun2012-05-22
* dwt: check malloc callsJordi Ortiz2012-05-22
* ppc: Drop unused header regs.hDiego Biurrun2012-05-22
* Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-21
* dwt: K&R prettyprinting cosmeticsJordi Ortiz2012-05-21
* indeo: Make ivi_calc_band_checksum() static, it is only used in one file.Diego Biurrun2012-05-20
* indeo: Drop unused debug function ivi_check_band().Diego Biurrun2012-05-20
* avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun2012-05-20
* truemotion1: remove disabled codeDiego Biurrun2012-05-20
* fix typo in commentKostya Shishkov2012-05-20
* indeo: check for invalid motion vectorsKostya Shishkov2012-05-20
* indeo: check that band output buffer existsKostya Shishkov2012-05-20
* indeo: clear allocated band buffersKostya Shishkov2012-05-20
* indeo: track tile macroblock sizeKostya Shishkov2012-05-20
* indeo: check custom Huffman tables for errorsKostya Shishkov2012-05-20
* factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-20
* mp3: fix start band index for block type 2 in 8kHz audioKostya Shishkov2012-05-20
* pcmenc: set correct bitrate valueMans Rullgard2012-05-17
* x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.Michael Kostylev2012-05-15
* ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16Justin Ruggles2012-05-15
* tta: Fix comment about channel number; TTA supports >2 channels.Aneesh Dogra2012-05-15
* indeo3: validate new frame size before resetting decoderKostya Shishkov2012-05-15
* indeo3: when freeing buffers, set pointers referencing them to NULL as wellKostya Shishkov2012-05-15
* indeo3: initialise pixel planes on allocationKostya Shishkov2012-05-15
* indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoderKostya Shishkov2012-05-15
* libmp3lame: set supported channel layouts.Anton Khirnov2012-05-14
* vcr1: Add vcr1_ prefixes to all static functions with generic names.Diego Biurrun2012-05-14
* vcr1: Fix return type of common_init to match the function pointer signature.Diego Biurrun2012-05-14
* vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.Diego Biurrun2012-05-14
* motion-test: remove disabled codeDiego Biurrun2012-05-14
* x86: use more standard construct for setting ASM functions in FFT codeVitor Sessak2012-05-14
* x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions.Michael Kostylev2012-05-12
* arm/neon: dsputil: use correct size specifiers on vld1/vst1Mans Rullgard2012-05-10
* arm: dsputil: prettify some conditional instructions in put_pixels macrosMans Rullgard2012-05-10
* vqavideo: change x/y loop counters to the usual patternMans Rullgard2012-05-10
* rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet2012-05-10