5575 Commits (a889bf135eb902eaa0acb20cc6ce4be7d31d81f6)

Author SHA1 Message Date
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
Reimar Döffinger 048905a484 10l, add check forgotten in last commit 17 years ago
Reimar Döffinger 4f8a91c961 First ugly and slow attempt to fix nuv files with extra frameheader 17 years ago
Reimar Döffinger c612b00d7e Simplify nuv: factor out LZO decompression 17 years ago
Michael Niedermayer 61d6e445b1 rename HTAPS -> HTAPS_MAX (later is correct after the previous change) 17 years ago
Michael Niedermayer 7d7f57d939 store halfpel filter coefficients in the header as well as the 17 years ago
Michael Niedermayer 4770a97aae remove outcommented code 17 years ago
Michael Niedermayer 65dc0f532d indention 17 years ago
Michael Niedermayer a68ca08e30 cleanup mc_block() 17 years ago
Andreas Öman 7ae94d525c Indentation 17 years ago
Andreas Öman ec970c2187 Let H.264 decoder skip deblocking across slices 17 years ago
Limin Wang 75316e1dcc Set data_size to zero when DCA header parse failed 17 years ago
Benoit Fouet bdfae2a575 Add a bitstream filter for H.264. 17 years ago
Jeff Downs 088ed4d636 Avoid a crash when H264 MMC operation causes the short term reference 17 years ago
Andreas Öman afebe2f7ca Add slice-based parallel H.264 decoding 17 years ago