5689 Commits (03d3cab876cc0dfc4b9d2352653bb3dca64f30f9)

Author SHA1 Message Date
Andreas Öman 1136d34a44 factor out dequant table lookup outside loops, gives a 1-2% speed-up 17 years ago
Kostya Shishkov 4783cf0d09 Do not try to decode more data than output buffer may hold 17 years ago
Diego Biurrun 8b505fc689 VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. 17 years ago
Michael Niedermayer ff193e6419 some experimental iterative quantization code 17 years ago
Diego Biurrun 8b03def65f Move VIS CFLAGS settings into configure. 17 years ago
Diego Biurrun b146873c94 VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC. 17 years ago
Kostya Shishkov ac14047927 Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). 17 years ago
Reimar Döffinger 61858a76f2 Apply skip_loop_filter before checking if we can parallelize with the selected 17 years ago
Kostya Shishkov a2085a7e9d Guard against output buffer overflows 17 years ago
Kostya Shishkov 675a0583b4 Do not decode more data than output buffer may hold 17 years ago
Baptiste Coudurier 32bbb99d0a HDYC fourcc, sample hdyc/Test2.avi 17 years ago
Andreas Öman a27d6e714f Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. 17 years ago
Aurelien Jacobs dee15eceae allcodecs.h and allformats.h are not used anymore 17 years ago
Aurelien Jacobs d999cff5a3 remove last dependencies on allformats.h and allcodecs.h 17 years ago
Ivan Kalvachev ee28dedc86 Remove inline from function that is exported. 17 years ago
Marc Hoffman 584a3ac907 blackfin vsad primitives 17 years ago
Marc Hoffman 56261c6150 properly tell the compiler that A0 and A1 are clobbered 17 years ago
Diego Biurrun 4981218420 Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to 17 years ago
Aurelien Jacobs 84a72b1675 remove obsolete and wrong extern declaration 17 years ago
Diego Biurrun 1fe2d0fd1a cosmetics: typo 17 years ago
Andreas Öman 50c21814b9 fix image corruption when with multi-threaded decoding. 17 years ago
Kostya Shishkov 2a898132a2 Enable error resilience in WMV3/VC-1 decoder 17 years ago
Kostya Shishkov a9d78ac51a HALFPQ should be used only for when PQUANT is selected 17 years ago
Kostya Shishkov f7d2a43707 In case when any quantizer may occur, HALFPQ should be zero 17 years ago
Justin Ruggles a135bea507 skip incomplete frames 17 years ago
Justin Ruggles 3df880934e better AC3 header error reporting 17 years ago
Justin Ruggles d5b7144e1f fix random dithering of zero-bit mantissas 17 years ago
Justin Ruggles bfcf690c68 cosmetics: rename variables. tbl->tab for consistency with other AC3 tables 17 years ago
Justin Ruggles 396a6ee50e fix decoding of DolbyNet AC3 17 years ago
Kostya Shishkov f0dd9d4505 Check unp_size for possible overflows too 17 years ago
Diego Biurrun b3e4d266f4 Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. 17 years ago
Kostya Shishkov e938637b2c Add checks on input/output buffers size for some audio decoders 17 years ago
Kostya Shishkov bf4a1f17ee Monkey Audio decoder 17 years ago
Michael Niedermayer f612801465 fix timestamps used for ratecontrol 17 years ago
Michael Niedermayer b9b7472eb5 cosmetic 17 years ago
Michael Niedermayer 8db1372814 make changing spatial_decomposition_count per frame work 17 years ago
Reimar Döffinger ba430e0cfa dsputil must be initialized before calling rtjpeg init. 17 years ago
Michael Niedermayer dbd6a1fee8 do not ignore return of decode_header() 17 years ago
Michael Niedermayer b85bf991f6 do not force the halfpel filter coeffs to be retransmitted on every frame 17 years ago
Michael Niedermayer e559c30a20 allow changing of the spatial_decomposition_count and quantization tables 17 years ago
Michael Niedermayer 4f90f33ab4 perform init after reading the values needed for init 17 years ago
Michael Niedermayer 081c9d1d7b unneeded and impossible during init ... 17 years ago
Michael Niedermayer 32272f7e95 unused 17 years ago
Michael Niedermayer 014f9d233f allocate slice buffer after parsing the header containing needed parameters 17 years ago
Michael Niedermayer ba8964db60 remove () 17 years ago
Michael Niedermayer 61806e9fa7 spatial_decomposition_count != 5 bugfix 17 years ago
Michael Niedermayer fa731ccd4e scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) 17 years ago
Reimar Döffinger 1551e8e87f Properly handle nuv file with changing resolution 17 years ago
Reimar Döffinger fd065d0593 Make sure rtjpeg quality is a valid value 17 years ago
Reimar Döffinger 6cf7e81f8c Fix extreme stupidity: buffer size check must of course be before buffer use! 17 years ago