5563 Commits (d5b7144e1ffa9b1a48832ba5995261873cb211d7)

Author SHA1 Message Date
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
Tao Huang 005b683744 Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. 17 years ago
Diego Biurrun 770202c3af Sort one more list alphabetically. 17 years ago
Guillaume Poirier 14c2634bcc Fix links to ARM documentation 17 years ago
Kostya Shishkov c92a30bb06 Move H.264 intra prediction functions into their own context 17 years ago
Michael Niedermayer 2b48d8ba4a add a 8 taps filter for testing 17 years ago
Michael Niedermayer c08bbe6c57 fix decoding of dracula.4xm before diego complains 17 years ago
Michael Niedermayer f9f835ee89 fix segfault with dracula.4xm 17 years ago
Michael Niedermayer 71dce72bee Replace constants by HTAPS (half pel interpolation filter taps) where appropriate. 17 years ago
Michael Niedermayer 5be3a81871 code to do halfpel interpolation per frame (unfinished and under ifdef but it 17 years ago
Mike Melanson f55f27ba98 Fix issue 123 (Support Magic-carpet fli version, 17 years ago
Carl Eugen Hoyos 5d3de5ad22 Silence warnings about NAL_SVC_NON_IDR in H.264. 17 years ago
Benoit Fouet 0a1a0a805a add a close function to bitstream filter 17 years ago