| Commit message (Expand) | Author | Age | Files | Lines |
* | The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86. | Diego Biurrun | 2009-05-25 | 1 | -2/+5 |
* | cosmetics: tabs->spaces | Ramiro Polla | 2009-05-25 | 1 | -1/+1 |
* | eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bit | Justin Ruggles | 2009-05-25 | 1 | -2/+2 |
* | Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack | Reimar Döffinger | 2009-05-25 | 1 | -6/+5 |
* | honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes corr... | Baptiste Coudurier | 2009-05-25 | 1 | -3/+2 |
* | mlp: Re-enable x86-optimized DSP functions. | Ramiro Polla | 2009-05-25 | 2 | -0/+6 |
* | mlp: Use LABEL_MANGLE() to export label symbols from inside asm block. | Ramiro Polla | 2009-05-25 | 1 | -5/+5 |
* | Fix unaligned dsputil call. | Vitor Sessak | 2009-05-24 | 1 | -3/+8 |
* | eatqi: move "block" variable into context to ensure sufficient alignment for | Reimar Döffinger | 2009-05-24 | 1 | -3/+3 |
* | Distinguish between non-coded blocks and decode errors in rtjpeg's get_block | Reimar Döffinger | 2009-05-24 | 1 | -9/+10 |
* | Add a few size checks when decoding rtjpeg blocks. | Reimar Döffinger | 2009-05-24 | 1 | -0/+7 |
* | Move "block" variable in rtjpeg decoder to context to ensure sufficient align... | Reimar Döffinger | 2009-05-24 | 2 | -1/+2 |
* | H264: Don't deblock if alpha or beta is 0. | Haruhiko Yamagata | 2009-05-24 | 1 | -0/+4 |
* | indent | Michael Niedermayer | 2009-05-23 | 1 | -1/+1 |
* | Fix lowres with rv20. | Michael Niedermayer | 2009-05-23 | 1 | -2/+3 |
* | Fix passing of unaligned addresses to dsputil diff_bytes() by | Jeff Downs | 2009-05-23 | 1 | -4/+4 |
* | Add offset argument to encode_422_bitstream() to control where | Jeff Downs | 2009-05-23 | 1 | -11/+14 |
* | ARM: actually add VP3 loop filter | David Conrad | 2009-05-23 | 1 | -0/+94 |
* | ARM: NEON VP3 Loop Filter | David Conrad | 2009-05-23 | 2 | -0/+12 |
* | fix qtrle encoding when previous frame linesize differs, fix #998 | Baptiste Coudurier | 2009-05-23 | 1 | -6/+9 |
* | Set progressive_sequence before MPV_common_init which cares about it when | Baptiste Coudurier | 2009-05-23 | 1 | -2/+4 |
* | Revert part of r18903: | Ramiro Polla | 2009-05-23 | 2 | -6/+0 |
* | MLP DSP functions x86-optimized. | Ramiro Polla | 2009-05-23 | 3 | -0/+196 |
* | Fix libtheora encoding for non-mod16 sizes | David Conrad | 2009-05-22 | 1 | -5/+5 |
* | Move ALIGN macro to libavutil/common.h and use it in various places | David Conrad | 2009-05-22 | 4 | -12/+10 |
* | Move eatgq blocks array from the stack to the codec context and make sure | Reimar Döffinger | 2009-05-22 | 1 | -3/+3 |
* | cosmetics: Fix some typos. | Diego Biurrun | 2009-05-22 | 2 | -6/+6 |
* | 10l: typing mistake in r18888 | Justin Ruggles | 2009-05-21 | 1 | -1/+1 |
* | eac3dec: fix bug in GAQ dequantization. large mantissas should only be | Justin Ruggles | 2009-05-21 | 1 | -1/+1 |
* | eac3dec: make GAQ dequantization 24-bit | Justin Ruggles | 2009-05-21 | 3 | -17/+18 |
* | eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ | Justin Ruggles | 2009-05-21 | 4 | -32/+31 |
* | mathops: sort arch-specific #include lines | Måns Rullgård | 2009-05-20 | 1 | -5/+5 |
* | mathops: whitespace cosmetics | Måns Rullgård | 2009-05-20 | 1 | -12/+4 |
* | Use IF1 frame sizes in AMR-WB. | Martin Storsjö | 2009-05-20 | 1 | -1/+1 |
* | Use iMDCT output scaling to simplify ffvorbis and make it slightly faster. | Siarhei Siamashka | 2009-05-20 | 1 | -19/+3 |
* | Fix for a problem with inverted sign of output data from ffvorbis decoder. | Siarhei Siamashka | 2009-05-20 | 1 | -2/+2 |
* | Support for testing (i)MDCT output scale factor in fft-test tool. | Siarhei Siamashka | 2009-05-20 | 1 | -7/+13 |
* | The AC-3 decoder is now LGPL. Exchange the license header and change references | Diego Biurrun | 2009-05-19 | 1 | -9/+4 |
* | LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster. | Jason Garrett-Glaser | 2009-05-19 | 1 | -55/+54 |
* | Add missing libavformat dependencies on mpeg4audio.o | Alex Converse | 2009-05-19 | 1 | -0/+2 |
* | Move AMR-WB-specific code to the AMR-WB section of the file. | Diego Biurrun | 2009-05-19 | 1 | -16/+16 |
* | cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file. | Diego Biurrun | 2009-05-19 | 1 | -2/+3 |
* | Remove useless casts of vec_ld() parameters. | Diego Biurrun | 2009-05-18 | 1 | -15/+15 |
* | Indent | Benjamin Larsson | 2009-05-17 | 1 | -7/+7 |
* | Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 | Benjamin Larsson | 2009-05-17 | 2 | -1/+12 |
* | Indent | Benjamin Larsson | 2009-05-17 | 1 | -102/+102 |
* | Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2. | Benjamin Larsson | 2009-05-17 | 1 | -17/+63 |
* | Make TMV decoder check packet sizes before reading from it. | Vitor Sessak | 2009-05-17 | 1 | -0/+7 |
* | Add a forward declaration of mpeg1_decode_block_intra to fix compilation | Reimar Döffinger | 2009-05-17 | 1 | -0/+3 |
* | eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is | Justin Ruggles | 2009-05-17 | 4 | -31/+32 |