| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetic: improve comment breaking at 80 cols | Aurelien Jacobs | 2010-07-01 | 1 | -2/+2 |
* | fix dependencies of vp5 and vp6 decoders after r23915 | Aurelien Jacobs | 2010-07-01 | 1 | -2/+2 |
* | Maybe fix threaded mpeg*video encoding | Måns Rullgård | 2010-07-01 | 1 | -0/+16 |
* | Fix h264/vp8 intra pred on Athlon XP | Jason Garrett-Glaser | 2010-07-01 | 2 | -19/+12 |
* | mpegaudioenc: Remove write-only variables from the context. | Rafaël Carré | 2010-07-01 | 1 | -5/+0 |
* | Eliminate another redundant instruction in vp56/8 arithcoder | Jason Garrett-Glaser | 2010-06-30 | 1 | -8/+17 |
* | CMOV-ify vp56 arithcoder | Jason Garrett-Glaser | 2010-06-30 | 1 | -6/+2 |
* | Optimize vp56 arithmetic decoder | Jason Garrett-Glaser | 2010-06-30 | 1 | -8/+9 |
* | Add more int packing macros, name them consistently | Måns Rullgård | 2010-06-30 | 2 | -6/+30 |
* | renormalize VP5/6/7/8 range coder without loop | Stefan Gehrer | 2010-06-30 | 2 | -8/+10 |
* | Do not skip one of three bits zero padding. | Daniel Kristjansson | 2010-06-30 | 1 | -1/+1 |
* | Add missed file dct32.c | Måns Rullgård | 2010-06-30 | 1 | -0/+267 |
* | More mp{1,2,3} 32-point DCT transform to our common DCT framework. | Vitor Sessak | 2010-06-30 | 5 | -240/+29 |
* | Improve av_resample() documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 65 | -277/+276 |
* | apedec: add flush function | Måns Rullgård | 2010-06-30 | 1 | -0/+7 |
* | Fix "initialization from incompatible pointer type" warning in rv34. | Eli Friedman | 2010-06-30 | 1 | -1/+1 |
* | Silense one warning: | Eli Friedman | 2010-06-30 | 1 | -1/+1 |
* | Fix strict-aliasing violations in MPV_motion_internal. | Eli Friedman | 2010-06-30 | 1 | -8/+8 |
* | rv40: make rv40_adaptive_loop_filter() always_inline | Måns Rullgård | 2010-06-29 | 1 | -1/+1 |
* | Use add instead of lshift in mmxext vp8 idct | Jason Garrett-Glaser | 2010-06-29 | 1 | -2/+2 |
* | Remove unused macros (duplicates from the now-LGPL x86util.asm). | Ronald S. Bultje | 2010-06-29 | 1 | -26/+0 |
* | Add CRC check to the ALS decoder. | Thilo Borgmann | 2010-06-29 | 1 | -6/+89 |
* | ARM: add mov32 macro | Måns Rullgård | 2010-06-29 | 1 | -0/+11 |
* | ARM: (mostly) whitespace cosmetics | Måns Rullgård | 2010-06-29 | 1 | -12/+12 |
* | MMX idct_add for VP8. | Ronald S. Bultje | 2010-06-29 | 3 | -0/+106 |
* | Add missing mm_support call toff_h264_pred_init_x86. | Jason Garrett-Glaser | 2010-06-29 | 1 | -0/+2 |
* | Altivec VP8 MC functions | David Conrad | 2010-06-29 | 4 | -0/+299 |
* | Altivec: Add helper function to load from a constant misalignment | David Conrad | 2010-06-29 | 1 | -0/+13 |
* | vorbis: cosmetics, remove trailing comma for values that will never have | David Conrad | 2010-06-29 | 1 | -16/+16 |
* | Faster C VP8 normal inner loop filter | Jason Garrett-Glaser | 2010-06-29 | 1 | -3/+6 |
* | Use crop table in C implementations of VP8 DSP functions. | Jason Garrett-Glaser | 2010-06-29 | 1 | -26/+35 |
* | Add mmxext version of VP8 DC Hadamard transform | Jason Garrett-Glaser | 2010-06-29 | 2 | -0/+48 |
* | Make x86util.asm LGPL so we can use it in LGPL asm | Jason Garrett-Glaser | 2010-06-29 | 1 | -213/+16 |
* | MMXEXT version of vp8 4x4 vertical pred | Jason Garrett-Glaser | 2010-06-29 | 2 | -0/+35 |
* | Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8 | Jason Garrett-Glaser | 2010-06-28 | 2 | -0/+84 |
* | Add missing comment header for predict_4x4_dc_mmxext | Jason Garrett-Glaser | 2010-06-28 | 1 | -0/+4 |
* | Fix some intra pred MMX functions that used MMXEXT instructions | Jason Garrett-Glaser | 2010-06-28 | 2 | -25/+29 |
* | Fix VP8 bilinear mc on x86_64 | Jason Garrett-Glaser | 2010-06-28 | 1 | -6/+6 |
* | aacenc: Start the lookahead pointer 1/4 of the way into the first short window. | Alex Converse | 2010-06-28 | 1 | -1/+1 |
* | aacenc: Fix window decision logic. | Alex Converse | 2010-06-28 | 1 | -3/+12 |
* | aacenc: Fill in the estimated codebook for the final computed scalefactor in ... | Alex Converse | 2010-06-28 | 1 | -1/+3 |
* | 10l: Revert r23867. It didn't make any sense. | Alex Converse | 2010-06-28 | 1 | -3/+0 |
* | Make ff_psy_preprocess_end() act like av_freep(). | Alex Converse | 2010-06-28 | 1 | -0/+3 |
* | aacenc: Properly pad extradata. | Alex Converse | 2010-06-28 | 1 | -1/+1 |
* | Change MMXEXT to MMX2, MMXEXT is deprecated | Baptiste Coudurier | 2010-06-28 | 2 | -2/+2 |
* | Add x86 asm functions for VP8 put_pixels | Jason Garrett-Glaser | 2010-06-28 | 2 | -0/+59 |
* | Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC | Jason Garrett-Glaser | 2010-06-28 | 2 | -112/+316 |
* | Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over all | Ronald S. Bultje | 2010-06-28 | 2 | -29/+41 |
* | Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but | Ronald S. Bultje | 2010-06-28 | 2 | -24/+73 |