5811 Commits (e11d0145e29c38a2721fe131728d83512e5c30b9)

Author SHA1 Message Date
Panagiotis Issaris 93f0c0a4ca Remove redundant test. 18 years ago
Vitor Sessak 3a7f5d072a AMV audio decoder 18 years ago
Loren Merritt 815d96a65d oops, revert unrelated change 18 years ago
Loren Merritt dc44d4ad64 unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. 18 years ago
Jeff Downs 2ddcf84bb7 h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output 18 years ago
Loren Merritt 0d2caa37c5 oops, potential overflow on really large blocks 18 years ago
Loren Merritt bd49d4fd49 optimize decode_subframe_lpc() 18 years ago
Loren Merritt f74471e043 optimize encode_residual_lpc() 18 years ago
Aurelien Jacobs 7ecae905b6 simplify 18 years ago
Aurelien Jacobs d7af6a9de4 rename one variable to be consistent with the rest of the file 18 years ago
Aurelien Jacobs 442b145abb consistent spelling: plan => plane 18 years ago
Aurelien Jacobs d3f9edbafa simplify 18 years ago
Aurelien Jacobs f62a2b61f9 cosmetic: indent 18 years ago
Aurelien Jacobs 91fc2cf150 add a new vp6a codec (add alpha plan support to vp6) 18 years ago
Andreas Öman 58f66029b6 reindent 18 years ago
Diego Biurrun e0a5d77132 Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an 18 years ago
Aurelien Jacobs 247df384ec move all model related tables into their own struct 18 years ago
Diego Biurrun 1218a7e33d cosmetics: Sort CODEC_ID list. 18 years ago
Aurelien Jacobs a7d70d88df rename vp56_b6to3 to vp56_b2p 18 years ago
Aurelien Jacobs 1457516f70 some simplifications and uniformisation 18 years ago
Kostya Shishkov 81fc2f37db Remove check for input buffer size as it does not guarantee that 18 years ago
Aurelien Jacobs b70335a28d add support for yuva420p colorspace (yuv420p + alpha) 18 years ago
Andreas Öman 1136d34a44 factor out dequant table lookup outside loops, gives a 1-2% speed-up 18 years ago
Kostya Shishkov 4783cf0d09 Do not try to decode more data than output buffer may hold 18 years ago
Diego Biurrun 8b505fc689 VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. 18 years ago
Michael Niedermayer ff193e6419 some experimental iterative quantization code 18 years ago
Diego Biurrun 8b03def65f Move VIS CFLAGS settings into configure. 18 years ago
Diego Biurrun b146873c94 VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC. 18 years ago
Kostya Shishkov ac14047927 Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). 18 years ago
Reimar Döffinger 61858a76f2 Apply skip_loop_filter before checking if we can parallelize with the selected 18 years ago
Kostya Shishkov a2085a7e9d Guard against output buffer overflows 18 years ago
Kostya Shishkov 675a0583b4 Do not decode more data than output buffer may hold 18 years ago
Baptiste Coudurier 32bbb99d0a HDYC fourcc, sample hdyc/Test2.avi 18 years ago
Andreas Öman a27d6e714f Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. 18 years ago
Aurelien Jacobs dee15eceae allcodecs.h and allformats.h are not used anymore 18 years ago
Aurelien Jacobs d999cff5a3 remove last dependencies on allformats.h and allcodecs.h 18 years ago
Ivan Kalvachev ee28dedc86 Remove inline from function that is exported. 18 years ago
Marc Hoffman 584a3ac907 blackfin vsad primitives 18 years ago
Marc Hoffman 56261c6150 properly tell the compiler that A0 and A1 are clobbered 18 years ago
Diego Biurrun 4981218420 Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to 18 years ago
Aurelien Jacobs 84a72b1675 remove obsolete and wrong extern declaration 18 years ago
Diego Biurrun 1fe2d0fd1a cosmetics: typo 18 years ago
Andreas Öman 50c21814b9 fix image corruption when with multi-threaded decoding. 18 years ago
Kostya Shishkov 2a898132a2 Enable error resilience in WMV3/VC-1 decoder 18 years ago
Kostya Shishkov a9d78ac51a HALFPQ should be used only for when PQUANT is selected 18 years ago
Kostya Shishkov f7d2a43707 In case when any quantizer may occur, HALFPQ should be zero 18 years ago
Justin Ruggles a135bea507 skip incomplete frames 18 years ago
Justin Ruggles 3df880934e better AC3 header error reporting 18 years ago
Justin Ruggles d5b7144e1f fix random dithering of zero-bit mantissas 18 years ago
Justin Ruggles bfcf690c68 cosmetics: rename variables. tbl->tab for consistency with other AC3 tables 18 years ago