Commit Graph

  • 73c3d32705 Merge "Remove unused kf rate variables" John Koleszar 2011-04-21 16:54:14 -07:00
  • d2a6eb4b1e Corrected format specifiers in debug print statements Adrian Grange 2011-04-21 15:45:57 -07:00
  • ddb6edd831 make two compiler options explicit for Visual Studio projects Yaowu Xu 2011-04-21 13:27:42 -07:00
  • 508ae1b3d5 keep values in registers during quantization Johann 2011-04-13 16:38:02 -04:00
  • 6f6cd3abb9 Removed unnecessary frame type checks Scott LaVarnway 2011-04-21 14:59:42 -04:00
  • 3698c1f620 Removed dc_diff from MB_MODE_INFO Scott LaVarnway 2011-04-21 14:38:36 -04:00
  • 86920e52ea update configure for ios sdk 4.3 Joshua Bleecher Snyder 2011-04-14 09:28:49 -04:00
  • b59bd22cc0 Merge remote branch 'origin/master' into experimental John Koleszar 2011-04-21 00:05:08 -04:00
  • 7a49accd0b Removed force_no_skip Scott LaVarnway 2011-04-20 15:45:12 -04:00
  • 09c933ea80 Removed redundant checks of the mode_info_context flags Scott LaVarnway 2011-04-19 11:42:15 -04:00
  • 43464e94ed Do not copy data between encoder reference buffers. Attila Nagy 2011-04-20 15:12:23 +03:00
  • 8d49ea12c2 Added correct handling of motion vectors outside frame boundaries. Stefan Holmer 2011-04-20 12:08:27 +02:00
  • 65b44c2911 Merge remote branch 'origin/master' into experimental John Koleszar 2011-04-20 00:05:11 -04:00
  • ad6a8ca58b Remove unused kf rate variables John Koleszar 2011-04-19 16:08:45 -04:00
  • 4a2b684ef4 modify SAVE_XMM for potential 64bit use Johann 2011-04-15 10:05:20 -04:00
  • 766ad7edb6 Reverting some of the changes done in a64b37..., moving back the bool dec error check to vp8_decode_mb_row. Stefan Holmer 2011-04-19 16:23:05 +02:00
  • 20431c1354 Forgot to remove two lines in previous submit Stefan Holmer 2011-04-19 15:38:39 +02:00
  • 1b913c1f78 Refactored find_neighboring_blocks() and moved the test for corrupt stream and intra concealment inside vp8_decode_macroblock to be able tocapture and conceal errors in the residual before reconstruction. Stefan Holmer 2011-04-19 15:33:46 +02:00
  • a9b465c5c9 Merge "Add save/restore xmm registers in x86 assembly code" Johann 2011-04-19 06:32:10 -07:00
  • a64b37fdbc Added spatial motion vector interpolation. Used for intra blocks with missing residual coefficients. Stefan Holmer 2011-04-19 12:45:51 +02:00
  • a5d3febc13 Merge remote branch 'origin/master' into experimental John Koleszar 2011-04-19 00:05:09 -04:00
  • c7cfde42a9 Add save/restore xmm registers in x86 assembly code Johann 2011-04-07 13:17:22 -04:00
  • 48438d6016 Merge "Use sub-pixel search's SSE in mode selection" Yunqing Wang 2011-04-18 13:20:04 -07:00
  • b8f0b59985 Use sub-pixel search's SSE in mode selection Yunqing Wang 2011-04-18 15:48:34 -04:00
  • 84ae235450 Initial OpenCL implementation of the VP8 decoder. sandbox/awatry/initial_opencl_implementation Aaron Watry 2011-04-18 13:20:26 -04:00
  • d5069b5af0 Merge "Handle long delay between video frames in multi-thread decoder(issue 312)" Yunqing Wang 2011-04-18 10:11:41 -07:00
  • cd103a5721 Merge "store quant_shift as an unsigned char" Johann 2011-04-18 10:03:40 -07:00
  • 05d9421e8b Merge "Add spin-wait pause intrinsic for Windows x64 platform." Yaowu Xu 2011-04-18 09:53:26 -07:00
  • 98240fc76b Fix build with xcode4 and simplify GLOBAL. Rafael Ávila de Espíndola 2011-03-05 15:36:40 -05:00
  • c619f6cb0f Merge "fixed an overflow in ssim calculation" Yaowu Xu 2011-04-18 07:44:33 -07:00
  • e1a8b6c8d5 Removed unused timers Scott LaVarnway 2011-04-15 15:09:07 -04:00
  • 8fcb801d15 Merge "added -fomit-frame-pointer flag for gcc builds" John Koleszar 2011-04-18 06:07:57 -07:00
  • 1cf1ea9470 Merge remote branch 'internal/upstream-experimental' into HEAD John Koleszar 2011-04-17 00:05:06 -04:00
  • 0ba3fffc3a Merge remote branch 'origin/master' into experimental John Koleszar 2011-04-16 00:05:08 -04:00
  • 9d75a502c4 Merge remote branch 'internal/upstream' into HEAD John Koleszar 2011-04-16 00:05:07 -04:00
  • e8608c6c10 Merge remote branch 'internal/upstream-experimental' into HEAD John Koleszar 2011-04-16 00:05:06 -04:00
  • 8ba58951e9 Handle long delay between video frames in multi-thread decoder(issue 312) Yunqing Wang 2011-04-15 12:57:15 -04:00
  • d889035fe6 Merge "remove dead code, add missing RESTORE_XMM" Johann 2011-04-15 13:32:54 -07:00
  • 9409e38050 added -fomit-frame-pointer flag for gcc builds Scott LaVarnway 2011-04-15 15:59:21 -04:00
  • f64f425a50 remove executable bit Johann 2011-04-15 13:43:24 -04:00
  • 0d2abe3084 Merge "Fix usage of value returned by vp8_pick_intra4x4mby_modes" Adrian Grange 2011-04-15 08:37:19 -07:00
  • 1312a7a2e2 Merge "Reduce unnecessary distortion computation" Yunqing Wang 2011-04-15 08:17:03 -07:00
  • 487c0299c9 remove dead code, add missing RESTORE_XMM Johann 2011-04-15 10:11:53 -04:00
  • a3399291ad Fix off-by-one in copy_and_extend_plane John Koleszar 2011-04-15 08:44:39 -04:00
  • b4bb910b57 Merge remote branch 'origin/master' into experimental John Koleszar 2011-04-15 00:05:09 -04:00
  • b709794929 Merge remote branch 'internal/upstream' into HEAD John Koleszar 2011-04-15 00:05:08 -04:00
  • 918fb5487e Reduce unnecessary distortion computation Yunqing Wang 2011-04-14 15:53:33 -04:00
  • 63f15987a5 Merge "Refactor lookahead ring buffer" John Koleszar 2011-04-14 12:35:01 -07:00
  • e749ae510f Merge "Use consistent delimiters." Fritz Koenig 2011-04-14 11:56:18 -07:00
  • 8608de1c6f Fix usage of value returned by vp8_pick_intra4x4mby_modes Adrian Grange 2011-04-14 10:31:56 -07:00
  • ab48305fb6 Merge "update configure for ios sdk 4.3" Johann 2011-04-14 08:55:22 -07:00
  • 5e7a3bb69a update configure for ios sdk 4.3 Joshua Bleecher Snyder 2011-04-14 09:28:49 -04:00
  • b59958f5f4 Merge remote branch 'internal/upstream-experimental' into HEAD John Koleszar 2011-04-14 00:05:06 -04:00
  • 33cefd6f6e Use consistent delimiters. Fritz Koenig 2011-04-13 15:06:17 -07:00
  • 8861174624 Fixed use of early breakout in vp8_pick_intra4x4mby_modes Adrian Grange 2011-04-13 12:56:46 -07:00
  • 88841f1059 Refactor lookahead ring buffer John Koleszar 2011-04-13 14:00:18 -04:00
  • 70f30aa95d store quant_shift as an unsigned char Johann 2011-04-13 13:45:58 -04:00
  • cb3e0aaba3 Merge remote branch 'origin/master' into experimental John Koleszar 2011-04-13 00:05:08 -04:00
  • 8b20b578bf Merge remote branch 'internal/upstream' into HEAD John Koleszar 2011-04-13 00:05:07 -04:00
  • e7a42e675a Merge remote branch 'internal/upstream-experimental' into HEAD John Koleszar 2011-04-13 00:05:07 -04:00
  • c99f9d7abf Change rc undershoot/overshoot semantics John Koleszar 2011-04-11 11:29:23 -04:00
  • 538f110407 Merge "Bugfix for error accumulator stats" John Koleszar 2011-04-12 06:59:00 -07:00
  • e689a27d62 Bugfix for error accumulator stats John Koleszar 2011-04-11 13:05:08 -04:00
  • fd09009227 Merge "Fix encoder range check for frame width and height" John Koleszar 2011-04-12 05:34:12 -07:00
  • 1aadcedcfb Fix encoder range check for frame width and height Attila Nagy 2011-04-12 15:01:22 +03:00
  • 7ff5084f33 Merge remote branch 'origin/master' into experimental John Koleszar 2011-04-12 00:05:08 -04:00
  • f809f4f93c Merge remote branch 'internal/upstream' into HEAD John Koleszar 2011-04-12 00:05:08 -04:00
  • e8901972de Merge remote branch 'internal/upstream-experimental' into HEAD John Koleszar 2011-04-12 00:05:08 -04:00
  • 4fd81a99f8 Set cpu_used range to [-16, 16] in real-time mode Yunqing Wang 2011-04-11 15:55:04 -04:00
  • d1abe62d1c Define RDCOST only once Yunqing Wang 2011-04-07 16:57:25 -04:00
  • a9ce3e3834 Remove unused files John Koleszar 2011-04-11 10:34:40 -04:00
  • c9f8aefe26 Remove duplicate ';;' from the configure script. Ralph Giles 2011-04-10 09:23:53 -07:00
  • 91e3339b7d Merge remote branch 'internal/upstream-experimental' into HEAD John Koleszar 2011-04-10 00:05:06 -04:00
  • f6360955f4 Merge remote branch 'internal/upstream' into HEAD John Koleszar 2011-04-09 00:05:08 -04:00
  • e33241bb13 Merge remote branch 'origin/master' into experimental John Koleszar 2011-04-09 00:05:08 -04:00
  • ffdfbe2bba Merge remote branch 'internal/upstream-experimental' into HEAD John Koleszar 2011-04-09 00:05:08 -04:00
  • 4b43167ad1 Fix input MV for full search Yunqing Wang 2011-04-08 16:15:26 -04:00
  • 6e156a4cd7 Merge "use asm_offsets with vp8_fast_quantize_b_sse3" Johann Koenig 2011-04-08 10:05:47 -07:00
  • 921a32a306 Merge "Error accumulator stats bug." John Koleszar 2011-04-08 08:20:32 -07:00
  • de4e9e3b44 Error accumulator stats bug. Paul Wilkins 2011-04-08 14:21:36 +01:00
  • be3dee8903 Merge remote branch 'origin/master' into experimental John Koleszar 2011-04-08 00:05:08 -04:00
  • fd599efb25 Merge remote branch 'internal/upstream' into HEAD John Koleszar 2011-04-08 00:05:07 -04:00
  • 13d2b1a750 Merge remote branch 'internal/upstream-experimental' into HEAD John Koleszar 2011-04-08 00:05:07 -04:00
  • d4cdb683a4 fixed an overflow in ssim calculation Jim Bankoski 2011-03-28 16:39:05 -07:00
  • 08702002e8 use asm_offsets with vp8_fast_quantize_b_sse3 Johann Koenig 2011-04-07 16:40:05 -04:00
  • aec5487cdd Use correct 32 bit comparisons for SAD breakout. James Berry 2011-04-07 15:03:49 -04:00
  • 6e4f6c96b3 Merge remote branch 'origin/master' into experimental John Koleszar 2011-04-07 00:05:11 -04:00
  • 1805223162 Merge remote branch 'internal/upstream' into HEAD John Koleszar 2011-04-07 00:05:06 -04:00
  • a4a554e0ca Merge remote branch 'internal/upstream-experimental' into HEAD John Koleszar 2011-04-07 00:05:06 -04:00
  • 2de858b9fc Merge "use asm_offsets with vp8_fast_quantize_b_sse2" Johann 2011-04-06 10:53:55 -07:00
  • 9e9f61a317 Merge "Minor modification" Yunqing Wang 2011-04-06 06:12:13 -07:00
  • 02423b2e92 Minor modification Yunqing Wang 2011-04-06 09:08:47 -04:00
  • d64aa018be Merge remote branch 'origin/master' into experimental John Koleszar 2011-04-06 00:05:10 -04:00
  • 77058ad62b Merge remote branch 'internal/upstream' into HEAD John Koleszar 2011-04-06 00:05:09 -04:00
  • 3328ab382c Merge remote branch 'internal/upstream-experimental' into HEAD John Koleszar 2011-04-06 00:05:08 -04:00
  • a6be45c9ca Merge remote branch 'origin/master' into experimental John Koleszar 2011-04-05 00:05:10 -04:00
  • 89bdcc211e Merge remote branch 'internal/upstream' into HEAD John Koleszar 2011-04-05 00:05:07 -04:00
  • c32e0ecc59 use asm_offsets with vp8_fast_quantize_b_sse2 Johann 2011-03-24 13:31:10 -04:00
  • f212a98ee7 Fixed unused variable warnings for firstpass.c Scott LaVarnway 2011-04-04 14:18:31 -04:00
  • 91036996ac Merge "Slightly simplify vp8_decode_mb_tokens." John Koleszar 2011-04-04 08:58:25 -07:00