16048 Commits (34271cabacb20f24ad07bff818e3447330cdd851)

Author SHA1 Message Date
Kostya Shishkov 34271cabac imc: make IMDCT support stereo output 13 years ago
Kostya Shishkov c45e2da617 imc: move channel-specific data into separate context 13 years ago
Kostya Shishkov b56825c40e mpc8: fix maximum bands handling 13 years ago
Alex Converse 79c8e29a7e aacdec: Turn PS off when switching to stereo and turn it to implicit when switching to mono. 13 years ago
Kostya Shishkov 96fadfb158 bmv: add stricter checks for invalid decoded length 13 years ago
Anton Khirnov cf3a1948e9 avpacket: fix duplicating side data. 13 years ago
Ronald S. Bultje 6163d880c0 vp8: move block coeff arithcoder on stack. 13 years ago
Christian Schmidt d041dec3cb pcm-mpeg: improve log message wording 13 years ago
Hendrik Leppkes c58bcead3b pcm_mpeg: fix number of consumed bytes to include the header. 13 years ago
Vitor Sessak bac0729d9e x86: use new schema for ASM macros 13 years ago
Kostya Shishkov d073f122ea imc: some cosmetics 13 years ago
Michael Niedermayer 90290a5150 tqi: Pass errors from the MB decoder 13 years ago
Justin Ruggles 713548cbad x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code. 13 years ago
Diego Biurrun cc7fac9970 dwt: return errors from ff_slice_buffer_init() 13 years ago
Jordi Ortiz c89e428ed8 dwt: check malloc calls 13 years ago
Diego Biurrun 3ea5429489 ppc: Drop unused header regs.h 13 years ago
Kieran Kunhya 5ff01259a8 Convert vector_fmul range of functions to YASM and add AVX versions 13 years ago
Jordi Ortiz 13a867a63e dwt: K&R prettyprinting cosmetics 13 years ago
Diego Biurrun 4f04f5cc8b indeo: Make ivi_calc_band_checksum() static, it is only used in one file. 13 years ago
Diego Biurrun 9ccbdc0aca indeo: Drop unused debug function ivi_check_band(). 13 years ago
Diego Biurrun 0c517644b2 avcodec/utils: cast a function argument to shut up a compiler warning 13 years ago
Diego Biurrun 4466d0e84b truemotion1: remove disabled code 13 years ago
Kostya Shishkov f05b69a79f fix typo in comment 13 years ago
Kostya Shishkov cf61aaaca1 indeo: check for invalid motion vectors 13 years ago
Kostya Shishkov 9603738221 indeo: check that band output buffer exists 13 years ago
Kostya Shishkov 23ba1503f2 indeo: clear allocated band buffers 13 years ago
Kostya Shishkov a6e4ac40a6 indeo: track tile macroblock size 13 years ago
Kostya Shishkov fe7a37c36f indeo: check custom Huffman tables for errors 13 years ago
Kostya Shishkov aa372cf470 factor out common decoding code for Indeo 4 and Indeo 5 13 years ago
Kostya Shishkov b37d945dd4 mp3: fix start band index for block type 2 in 8kHz audio 13 years ago
Mans Rullgard 7d7b40f48a pcmenc: set correct bitrate value 13 years ago
Michael Kostylev 6797d1948b x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions. 13 years ago
Justin Ruggles 95a98ab3f0 ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16 13 years ago
Aneesh Dogra 46ea46357a tta: Fix comment about channel number; TTA supports >2 channels. 13 years ago
Kostya Shishkov 6de226a2b8 indeo3: validate new frame size before resetting decoder 13 years ago
Kostya Shishkov bc00da2701 indeo3: when freeing buffers, set pointers referencing them to NULL as well 13 years ago
Kostya Shishkov 81064a8045 indeo3: initialise pixel planes on allocation 13 years ago
Kostya Shishkov fc417db3f1 indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoder 13 years ago
Anton Khirnov e6694659fc libmp3lame: set supported channel layouts. 13 years ago
Diego Biurrun 100c70b048 vcr1: Add vcr1_ prefixes to all static functions with generic names. 13 years ago
Diego Biurrun a761e5951c vcr1: Fix return type of common_init to match the function pointer signature. 13 years ago
Diego Biurrun 55da88c5ab vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits. 13 years ago
Diego Biurrun 5aad8e80a7 motion-test: remove disabled code 13 years ago
Vitor Sessak fcc456b829 x86: use more standard construct for setting ASM functions in FFT code 13 years ago
Michael Kostylev ea60dfe284 x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions. 13 years ago
Mans Rullgard e54e6f25cf arm/neon: dsputil: use correct size specifiers on vld1/vst1 13 years ago
Mans Rullgard 2eba6898c9 arm: dsputil: prettify some conditional instructions in put_pixels macros 13 years ago
Mans Rullgard c776531aef vqavideo: change x/y loop counters to the usual pattern 13 years ago
Christophe Gisquet 110d0cdc9d rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC 13 years ago
Christophe Gisquet 706b998cdc ape: Use unsigned integer maths 13 years ago