8140 Commits (3d5e1bfb20d3489d7bb2fa26196e02086e06f2b8)

Author SHA1 Message Date
Jai Menon 3d5e1bfb20 Fix an overflow in the predictor. 16 years ago
Vitor Sessak 6e74619e5e Silence some ICC warnings. Patch by Vitor Sessak. 16 years ago
Reynaldo H. Verdejo Pinochet 87a9173679 Add expected const qualifier on 'buf' to match AVCodec.decode's declaration. 16 years ago
Reynaldo H. Verdejo Pinochet 9e00c20e00 COSMETICS, add missing remarks crediting Ben and Kenan 16 years ago
Kostya Shishkov 675f71144b Fraps version 3 seems to be the same as Fraps v5 16 years ago
Baptiste Coudurier 02a5ef5329 partial WRAW fourcc support, might need image flipping 16 years ago
Justin Ruggles f23dc1e1f9 silence gcc warning: ‘n_bands’ may be used uninitialized 16 years ago
Justin Ruggles 75b53b2123 ac3dec: use uint8_t for band sizes 16 years ago
Reynaldo H. Verdejo Pinochet b12c76277b Removes misleading const qualifier, gets rid of two compiler warnings 16 years ago
Måns Rullgård b0e8ce55ae ARM: convert VFP code to UAL syntax 16 years ago
Michael Niedermayer 289e8fd001 Implement complexity estimation parsing and try to detect an incorrectly set 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Justin Ruggles af2272b209 ac3dec: skip decoding and use error concealment for remaining blocks in 16 years ago
Laurent Aimar 7a2efd2e44 mlp: initialize all CRC tables in a common function. 16 years ago
Reynaldo H. Verdejo Pinochet 751ccc4852 Trivial rephrasing, avoids too long line 16 years ago
Reynaldo H. Verdejo Pinochet cf13954134 Trivial, Cosmetics, mostly brace placement changes 16 years ago
Kostya Shishkov 3e16cde430 Fix reading out of buffer during RV30/40 deblock mask calculation 16 years ago
Kostya Shishkov 958a2b5d6b 34l: forgot to change one case of chroma MC for RV40 16 years ago
Kostya Shishkov 1799d5223e Check RV30/40 slice offsets to be inside buffer. 16 years ago
Kostya Shishkov a1c1c78019 Update ff_rv34_decode_frame() arguments definition 16 years ago
Kostya Shishkov 207625ee61 Remove unused RV40 spatial intra prediction function 16 years ago
Kenan Gillet 73b458e354 Commit last ok'ed parts of QCELP decoder and enable it. 16 years ago
Michael Niedermayer a6f2c0d6e5 Fix regression test failure with pthreads on multiprocessor systems. 16 years ago
Kenan Gillet 061f407e53 More OKed parts of the QCELP decoder 16 years ago
Vitor Sessak b8438f5f48 Remove hack added to make "make checkheaders" pass, it is unneeded now 16 years ago
Kenan Gillet f28b3eb21c More OKed parts of the QCELP decoder 16 years ago
Michael Niedermayer c9c16cacb5 Get rid of now unneeded pps/sps correctness code as pps/sps will not 16 years ago
Michael Niedermayer 255d4e717f Allocate parameter sets sanely instead of using alloc_parameter_set(). 16 years ago
Kostya Shishkov 11c0f9eca1 enable RV40 decoder 16 years ago
Kostya Shishkov 2d8a081511 RV40 MC functions 16 years ago
Michael Niedermayer ff7f75e185 Fix segfault due to deallocated entries in delayed_pic after size change. 16 years ago
Kenan Gillet 640760da3e More OKed parts of the QCELP decoder 16 years ago
Diego Biurrun 6dbdf2f26e Handle AltiVec objects in a more elegant fashion, similar to MMX. 16 years ago
Diego Biurrun 52ad2f390e Remove ineffectual hack that attempts to build ppc/check_altivec.o without 16 years ago
Baptiste Coudurier 3bff4d8b7a Implement the fields rc_max_available_vbv_use and 16 years ago
Kostya Shishkov d041a59897 Add support for parsing and decoding DCA-HD streams. 16 years ago
Kostya Shishkov d33ee3f2b1 RV40 loop filter 16 years ago
Kostya Shishkov de8cac167d Invoke future RV30/40 loop filter for already decoded rows instead of 16 years ago
Diego Biurrun 10ac361827 Do not duplicate AAN DCT tables in dct-test.c. 16 years ago
Diego Biurrun 2d70cc38c5 Add missing '-test' in name of imgresample test. 16 years ago
Kostya Shishkov f653095bdd Fix RV40 chroma MC 16 years ago
Diego Biurrun 2a023c36ea Only build the imgresample test if the old scaler was enabled. 16 years ago
Diego Biurrun e8ed9b7a73 Automatically check the dependencies for the AAN DCT tables. 16 years ago
Diego Biurrun 8b22017f38 Move aanscales tables to their own file; fixes compilation without encoders. 16 years ago
Diego Biurrun 5bdf124c42 cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible. 16 years ago
Diego Biurrun f107a02d4e Move encoder-specific quantize_c and related tables to the H.264 encoder. 16 years ago
Reimar Döffinger 35d0c2173c Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64), 16 years ago
Måns Rullgård bd2b6b33bf snow: move scratch buffer from stack to malloced buffer in context 16 years ago
Diego Biurrun ab56b321a9 Disable unused code for now to allow 'make checkheaders' to pass. 16 years ago
Diego Biurrun 4b5f19074e Add missing headers to get 'make checkheaders' closer to passing. 16 years ago