| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Set rv34 (0,0) subpel mc functions to the optimised h264 ones | Måns Rullgård | 2010-06-28 | 1 | -0/+10 |
* | Fix x86 build with h264dsp disabled | Måns Rullgård | 2010-06-28 | 1 | -0/+2 |
* | Use lookup table to avoid division in mp2 decoder | Vitor Sessak | 2010-06-28 | 1 | -6/+29 |
* | Fix linking if MMX is disabled. | Stefano Sabatini | 2010-06-27 | 2 | -2/+2 |
* | vaapi: add missing #include "h263.h" | Måns Rullgård | 2010-06-27 | 1 | -0/+1 |
* | ra288: convert VLAs to fixed size | Måns Rullgård | 2010-06-27 | 1 | -4/+8 |
* | Change type of zz_table to uint8_t to match the scantables it points to. | Reimar Döffinger | 2010-06-27 | 1 | -3/+3 |
* | Add const to some pointer parameters. | Eli Friedman | 2010-06-27 | 5 | -14/+14 |
* | tablegen: implement and use WRITE_ARRAY macros | Diego Pettenò | 2010-06-27 | 6 | -54/+35 |
* | tableprint: use the type name as-is for the functions' names. | Diego Pettenò | 2010-06-27 | 9 | -41/+41 |
* | adpcm: convert VLAs to malloc/free | Måns Rullgård | 2010-06-27 | 1 | -57/+83 |
* | Fix libvorbis encoding with more than 2 channels | James Darnley | 2010-06-27 | 4 | -8/+19 |