| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 6 | -47/+76 |
|\ |
|
| * | x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions. | Michael Kostylev | 2012-05-15 | 2 | -6/+6 |
| * | ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16 | Justin Ruggles | 2012-05-15 | 2 | -26/+43 |
| * | tta: Fix comment about channel number; TTA supports >2 channels. | Aneesh Dogra | 2012-05-15 | 1 | -1/+1 |
| * | indeo3: validate new frame size before resetting decoder | Kostya Shishkov | 2012-05-15 | 1 | -0/+8 |
| * | indeo3: when freeing buffers, set pointers referencing them to NULL as well | Kostya Shishkov | 2012-05-15 | 1 | -0/+1 |
| * | indeo3: initialise pixel planes on allocation | Kostya Shishkov | 2012-05-15 | 1 | -0/+2 |
| * | indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoder | Kostya Shishkov | 2012-05-15 | 1 | -14/+16 |
* | | aasc: support "Autodesk 24 bit RLE compressor" (FourCC: aas4) | Piotr Bandurski | 2012-05-16 | 1 | -0/+11 |
* | | Support more Avid Meridien / AVUI samples. | Carl Eugen Hoyos | 2012-05-16 | 1 | -14/+31 |
* | | dv_profile: fix decoding of SoftLabDVCPRO codec (PAL mode) | Piotr Bandurski | 2012-05-16 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -7/+4 |
|\| |
|
| * | libmp3lame: set supported channel layouts. | Anton Khirnov | 2012-05-14 | 1 | -5/+3 |
* | | assdec: check that the alloc+init of the private data succeeded. | Michael Niedermayer | 2012-05-15 | 1 | -0/+2 |
* | | audio_frame_queue: fix null ptr dereference | Michael Niedermayer | 2012-05-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-14 | 3 | -42/+43 |
|\| |
|
| * | vcr1: Add vcr1_ prefixes to all static functions with generic names. | Diego Biurrun | 2012-05-14 | 1 | -13/+13 |
| * | vcr1: Fix return type of common_init to match the function pointer signature. | Diego Biurrun | 2012-05-14 | 1 | -1/+3 |
| * | vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits. | Diego Biurrun | 2012-05-14 | 1 | -3/+5 |
| * | motion-test: remove disabled code | Diego Biurrun | 2012-05-14 | 1 | -4/+0 |
| * | x86: use more standard construct for setting ASM functions in FFT code | Vitor Sessak | 2012-05-14 | 1 | -22/+23 |
* | | mpegvideo_enc: Fix chroma edge size | Michael Niedermayer | 2012-05-14 | 1 | -2/+2 |
* | | flac_parser: speedup fifo realloc | Michael Niedermayer | 2012-05-14 | 1 | -2/+2 |
* | | wmvenc: check if width is multiple of 2 | Piotr Bandurski | 2012-05-13 | 1 | -0/+8 |
* | | Set bits_per_raw_sample when decoding libopenjpeg images. | Carl Eugen Hoyos | 2012-05-13 | 1 | -0/+4 |
* | | mpeg1enc: dont use size extension. | Michael Niedermayer | 2012-05-13 | 1 | -1/+1 |
* | | mpeg2dec: support slice_vertical_position_extension | Michael Niedermayer | 2012-05-13 | 1 | -2/+10 |
* | | mpeg2enc: check input dimensions | Michael Niedermayer | 2012-05-13 | 1 | -0/+6 |
* | | mpeg1enc: check input dimensions | Michael Niedermayer | 2012-05-13 | 1 | -0/+7 |
* | | h263enc: test that dimensions are a multiple of 4 | Michael Niedermayer | 2012-05-13 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-13 | 2 | -13/+0 |
|\| |
|
| * | x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions. | Michael Kostylev | 2012-05-12 | 2 | -13/+0 |
* | | h263enc: check w/h for validity | Michael Niedermayer | 2012-05-12 | 1 | -0/+8 |
* | | Fix flashsv2 encoder error message. | Carl Eugen Hoyos | 2012-05-12 | 1 | -1/+1 |
* | | flashsv2enc: fix division by zero | Michael Niedermayer | 2012-05-12 | 1 | -0/+5 |
* | | flashsvenc: fix image sizes below 192x192 | Michael Niedermayer | 2012-05-12 | 1 | -0/+5 |
* | | tiffenc: fix out of array read | Michael Niedermayer | 2012-05-12 | 1 | -7/+18 |
* | | snow: fix 32x32 encoding | Michael Niedermayer | 2012-05-12 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-11 | 2 | -194/+170 |
|\| |
|
| * | arm/neon: dsputil: use correct size specifiers on vld1/vst1 | Mans Rullgard | 2012-05-10 | 1 | -147/+147 |
| * | arm: dsputil: prettify some conditional instructions in put_pixels macros | Mans Rullgard | 2012-05-10 | 1 | -42/+20 |
| * | vqavideo: change x/y loop counters to the usual pattern | Mans Rullgard | 2012-05-10 | 1 | -5/+3 |
* | | mpeg12: fix logic that prevents extradata from being parsed twice. | Michael Niedermayer | 2012-05-11 | 2 | -1/+3 |
* | | mpeg12: print an error when there was a frame in extradata. | Michael Niedermayer | 2012-05-11 | 1 | -1/+4 |
* | | Allow decoding of j2k images with bpp<8 and 8<bpp<16 with libopenjpeg. | Carl Eugen Hoyos | 2012-05-11 | 1 | -4/+6 |
* | | dcaenc: fix out of array read | Michael Niedermayer | 2012-05-11 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 12 | -1087/+1756 |
|\| |
|
| * | rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC | Christophe Gisquet | 2012-05-10 | 4 | -3/+480 |
| * | ape: Use unsigned integer maths | Christophe Gisquet | 2012-05-10 | 1 | -2/+2 |
| * | arm: dsputil: fix overreads in put/avg_pixels functions | Mans Rullgard | 2012-05-10 | 1 | -0/+92 |