| Commit message (Expand) | Author | Age | Files | Lines |
* | unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ... | Loren Merritt | 2007-09-27 | 2 | -3/+84 |
* | h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo... | Jeff Downs | 2007-09-26 | 2 | -20/+31 |
* | oops, potential overflow on really large blocks | Loren Merritt | 2007-09-25 | 1 | -1/+1 |
* | optimize decode_subframe_lpc() | Loren Merritt | 2007-09-25 | 1 | -3/+18 |
* | optimize encode_residual_lpc() | Loren Merritt | 2007-09-25 | 1 | -6/+11 |
* | simplify | Aurelien Jacobs | 2007-09-25 | 1 | -10/+7 |
* | rename one variable to be consistent with the rest of the file | Aurelien Jacobs | 2007-09-25 | 1 | -10/+10 |
* | consistent spelling: plan => plane | Aurelien Jacobs | 2007-09-25 | 1 | -14/+14 |
* | simplify | Aurelien Jacobs | 2007-09-25 | 1 | -1/+1 |
* | cosmetic: indent | Aurelien Jacobs | 2007-09-25 | 1 | -96/+96 |
* | add a new vp6a codec (add alpha plan support to vp6) | Aurelien Jacobs | 2007-09-25 | 8 | -33/+87 |
* | reindent | Andreas Öman | 2007-09-25 | 1 | -6/+6 |
* | Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an | Diego Biurrun | 2007-09-25 | 1 | -1/+1 |
* | move all model related tables into their own struct | Aurelien Jacobs | 2007-09-24 | 4 | -99/+119 |
* | cosmetics: Sort CODEC_ID list. | Diego Biurrun | 2007-09-24 | 1 | -9/+9 |
* | rename vp56_b6to3 to vp56_b2p | Aurelien Jacobs | 2007-09-24 | 3 | -7/+7 |
* | some simplifications and uniformisation | Aurelien Jacobs | 2007-09-24 | 4 | -21/+21 |
* | Remove check for input buffer size as it does not guarantee that | Kostya Shishkov | 2007-09-24 | 1 | -2/+1 |
* | add support for yuva420p colorspace (yuv420p + alpha) | Aurelien Jacobs | 2007-09-24 | 2 | -5/+43 |
* | factor out dequant table lookup outside loops, gives a 1-2% speed-up | Andreas Öman | 2007-09-24 | 1 | -4/+8 |
* | Do not try to decode more data than output buffer may hold | Kostya Shishkov | 2007-09-24 | 1 | -0/+5 |
* | VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. | Diego Biurrun | 2007-09-23 | 2 | -2/+2 |
* | some experimental iterative quantization code | Michael Niedermayer | 2007-09-23 | 1 | -2/+123 |
* | Move VIS CFLAGS settings into configure. | Diego Biurrun | 2007-09-23 | 1 | -2/+0 |
* | VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC. | Diego Biurrun | 2007-09-23 | 1 | -1/+1 |
* | Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). | Kostya Shishkov | 2007-09-23 | 1 | -0/+10 |
* | Apply skip_loop_filter before checking if we can parallelize with the selected | Reimar Döffinger | 2007-09-22 | 1 | -6/+6 |
* | Guard against output buffer overflows | Kostya Shishkov | 2007-09-22 | 1 | -0/+6 |
* | Do not decode more data than output buffer may hold | Kostya Shishkov | 2007-09-22 | 1 | -0/+2 |
* | HDYC fourcc, sample hdyc/Test2.avi | Baptiste Coudurier | 2007-09-21 | 1 | -0/+1 |
* | Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. | Andreas Öman | 2007-09-21 | 1 | -58/+13 |
* | allcodecs.h and allformats.h are not used anymore | Aurelien Jacobs | 2007-09-20 | 1 | -319/+0 |
* | remove last dependencies on allformats.h and allcodecs.h | Aurelien Jacobs | 2007-09-20 | 1 | -9/+13 |
* | Remove inline from function that is exported. | Ivan Kalvachev | 2007-09-18 | 1 | -1/+1 |
* | blackfin vsad primitives | Marc Hoffman | 2007-09-17 | 1 | -0/+12 |
* | properly tell the compiler that A0 and A1 are clobbered | Marc Hoffman | 2007-09-17 | 1 | -3/+3 |
* | Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to | Diego Biurrun | 2007-09-17 | 1 | -4/+0 |
* | remove obsolete and wrong extern declaration | Aurelien Jacobs | 2007-09-16 | 1 | -2/+0 |
* | cosmetics: typo | Diego Biurrun | 2007-09-16 | 1 | -1/+1 |
* | fix image corruption when with multi-threaded decoding. | Andreas Öman | 2007-09-16 | 1 | -4/+4 |
* | Enable error resilience in WMV3/VC-1 decoder | Kostya Shishkov | 2007-09-15 | 1 | -4/+11 |
* | HALFPQ should be used only for when PQUANT is selected | Kostya Shishkov | 2007-09-15 | 1 | -1/+1 |
* | In case when any quantizer may occur, HALFPQ should be zero | Kostya Shishkov | 2007-09-15 | 1 | -0/+2 |
* | skip incomplete frames | Justin Ruggles | 2007-09-15 | 1 | -0/+6 |
* | better AC3 header error reporting | Justin Ruggles | 2007-09-15 | 3 | -9/+32 |
* | fix random dithering of zero-bit mantissas | Justin Ruggles | 2007-09-15 | 1 | -1/+1 |
* | cosmetics: rename variables. tbl->tab for consistency with other AC3 tables | Justin Ruggles | 2007-09-15 | 1 | -17/+17 |
* | fix decoding of DolbyNet AC3 | Justin Ruggles | 2007-09-15 | 1 | -2/+2 |
* | Check unp_size for possible overflows too | Kostya Shishkov | 2007-09-14 | 1 | -1/+1 |
* | Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. | Diego Biurrun | 2007-09-13 | 1 | -1/+1 |