Commit Graph

  • 31e86192ba Remove unused BLOCK member force_empty John Koleszar 2011-12-28 13:57:51 -08:00
  • b510863f8f Improve vp8cx_init_quantizer() Yunqing Wang 2011-12-28 13:55:55 -05:00
  • e4ca542a3b Fix more warnings. Christian Duvivier 2011-12-21 16:19:09 -08:00
  • 3a82bf4d05 Add script to test all builds. Christian Duvivier 2011-12-22 16:04:15 -08:00
  • 2d8d15a71c Merge "Add missing includes for multi-res" John Koleszar 2011-12-22 13:01:19 -08:00
  • 03fadc4b20 Merge "Remove unnecessary ternary constructs" John Koleszar 2011-12-22 13:01:05 -08:00
  • d48ea5a2ab Merge "Remove legacy integer types" John Koleszar 2011-12-22 13:00:23 -08:00
  • adb10c47a8 Merge "Use lookup tables for mode_check_freq" John Koleszar 2011-12-22 12:59:47 -08:00
  • 64c4be2669 Merge "Use lookup tables for thresh_mult" John Koleszar 2011-12-22 10:31:21 -08:00
  • 09080d4e5e Add missing includes for multi-res John Koleszar 2011-12-22 10:26:45 -08:00
  • 0c2b2c79ae Remove unnecessary ternary constructs John Koleszar 2011-12-21 16:11:31 -08:00
  • f56918ba9c Remove legacy integer types John Koleszar 2011-12-21 14:21:29 -08:00
  • aa8650dd7f Use lookup tables for mode_check_freq John Koleszar 2011-12-20 11:17:42 -08:00
  • efb4783d36 Use lookup tables for thresh_mult John Koleszar 2011-12-20 11:17:42 -08:00
  • a2407935d2 Merge "Remove opaque pointer VP8D_PTR" John Koleszar 2011-12-22 09:36:11 -08:00
  • a7eb21760f Fix a couple of warnings. Christian Duvivier 2011-12-21 15:52:18 -08:00
  • 0c2f8e77cc Remove useless g_common.h John Koleszar 2011-12-21 15:02:14 -08:00
  • bf1a8073c3 Remove opaque pointer VP8D_PTR John Koleszar 2011-12-20 16:54:54 -08:00
  • b651875e24 squash some signed/unsigned comparison warnings James Zern 2011-12-21 13:37:22 -08:00
  • db389cb804 Make a local copy of the dequantized data Johann 2011-12-21 12:39:39 -08:00
  • 4e9b4a1570 changed mode_context update strategy Yaowu Xu 2011-12-21 12:05:10 -08:00
  • bb1915274f Remove unreferenced includes John Koleszar 2011-12-21 11:00:47 -08:00
  • 16a8948c45 Merge "Remove opaque pointer VP8_PTR" John Koleszar 2011-12-21 09:59:22 -08:00
  • 1d7d18c69c Improved sse2 version of simple loopfilter Scott LaVarnway 2011-12-21 12:01:25 -05:00
  • 63d9c4da5e Merge "tokenizer: use correct block type context in stuff1st_order_b" John Koleszar 2011-12-21 09:20:21 -08:00
  • b0056c3b5e Remove opaque pointer VP8_PTR John Koleszar 2011-12-20 16:54:54 -08:00
  • 5920b520a0 Merge "Extended Q:" into experimental Paul Wilkins 2011-12-20 11:12:28 +00:00
  • 0d203eff8e Merge "Extend to 256 Q steps." into experimental Paul Wilkins 2011-12-20 11:12:08 +00:00
  • df5a1fca8c Merge "QRange experiements." into experimental Paul Wilkins 2011-12-20 11:11:50 +00:00
  • e92c8ccd92 Merge "Further QIndex realted Fixes:" into experimental Paul Wilkins 2011-12-20 11:11:09 +00:00
  • 056bcc8771 remove armv6 files from armv5 build John Koleszar 2011-12-19 13:51:11 -08:00
  • 976752507a New RTCD prototype implementation sandbox/jkoleszar/new-rtcd John Koleszar 2011-08-19 14:06:00 -04:00
  • 080919b3c2 Merge "Avoid heap allocation of firstpass stats" Johann 2011-12-19 10:11:23 -08:00
  • c75f0ec379 Merge "fix: make sure ss_err is large enough" John Koleszar 2011-12-19 09:50:12 -08:00
  • fd294c553a Merge "Merge mr_pick_inter_mode and pick_inter_mode" Yunqing Wang 2011-12-19 08:42:20 -08:00
  • 7187c462d8 Extended Q: Paul Wilkins 2011-12-19 09:25:24 +00:00
  • df4e79f7f7 Extend to 256 Q steps. Paul Wilkins 2011-12-16 10:23:01 +00:00
  • ec670bc558 QRange experiements. Paul Wilkins 2011-12-15 18:22:42 +00:00
  • fb807776a2 Further QIndex realted Fixes: Paul Wilkins 2011-12-12 18:27:25 +00:00
  • c647ec4462 Merge mr_pick_inter_mode and pick_inter_mode Yunqing Wang 2011-12-16 16:50:29 -05:00
  • 24196dd987 fix: make sure ss_err is large enough James Berry 2011-12-16 17:43:55 -05:00
  • 0fafd0543f Reset segment_id to 0 when segmentation is disabled Adrian Grange 2011-12-16 14:00:36 -08:00
  • 26c6a44c66 Avoid heap allocation of firstpass stats John Koleszar 2011-12-16 11:26:53 -08:00
  • 0ccefd2c8f Fixed mb_skip_coeff bug Scott LaVarnway 2011-12-16 13:48:01 -05:00
  • b3ade15a26 Fixed stride bug in segmentation code Adrian Grange 2011-12-15 12:27:38 -08:00
  • a53d5a4c44 Moved dequant idct into common Scott LaVarnway 2011-12-15 14:23:36 -05:00
  • ae63ce248a Fixed bug to use mode_info_stride rather than mb_cols Adrian Grange 2011-12-15 10:00:46 -08:00
  • c8df1656bd Merge "Only call vp8_find_near_mvs() once for each macroblock" Yunqing Wang 2011-12-15 09:53:25 -08:00
  • e06c242baa Only call vp8_find_near_mvs() once for each macroblock Yunqing Wang 2011-12-14 15:35:04 -05:00
  • d7e09b6ada Merge "Force realtime version 1 streams to only use simple loopfilter" Yunqing Wang 2011-12-15 05:38:57 -08:00
  • 72f459c77f Merge "Avoid multiple test for same lvl in auto filter lvl pick" John Koleszar 2011-12-14 16:28:13 -08:00
  • 4f8f360098 Merge "add check to ensure that cq_level falls within min and max q" John Koleszar 2011-12-14 12:10:06 -08:00
  • 7d54dfc6e4 Merge "Use xcode 4.2" Johann 2011-12-14 11:54:22 -08:00
  • 24beb58dd5 Merge "Fix iOS conversion script" Johann 2011-12-14 11:44:21 -08:00
  • e542627b0c Merge "fix: active_worst_quality could be set above 127" John Koleszar 2011-12-14 11:22:00 -08:00
  • 247e7343d5 Use xcode 4.2 Johann 2011-12-14 11:11:03 -08:00
  • c1c47e83b0 add check to ensure that cq_level falls within min and max q James Berry 2011-12-07 15:48:00 -05:00
  • 51c4f9e6b1 Avoid multiple test for same lvl in auto filter lvl pick Attila Nagy 2011-12-09 14:54:41 +02:00
  • 55fbdd58ac Force realtime version 1 streams to only use simple loopfilter Attila Nagy 2011-12-08 10:54:39 +02:00
  • c4aeff94b1 Merge "vpx_integer.h: fix incorrect type emulation" John Koleszar 2011-12-13 12:55:46 -08:00
  • f8b431c334 fix: active_worst_quality could be set above 127 James Berry 2011-12-06 13:08:44 -05:00
  • d6020f9d52 tokenizer: use correct block type context in stuff1st_order_b John Koleszar 2011-12-12 17:08:03 -08:00
  • 20573f0640 Merge "Fix incorrect PROC/ENDP match" Johann 2011-12-13 10:42:02 -08:00
  • 41e3da3a8c Fix incorrect PROC/ENDP match Johann 2011-12-12 17:17:07 -08:00
  • 72af533f79 Merge "Align image buffer in multiple-resolution encoder" Yunqing Wang 2011-12-13 10:39:44 -08:00
  • 153eec46e0 Align image buffer in multiple-resolution encoder Yunqing Wang 2011-12-08 12:31:01 -05:00
  • 8bc60e4749 Fix iOS conversion script Johann 2011-12-12 17:14:03 -08:00
  • 6b2792b0e0 Merge "vp8e - entropy stats per frame type" Jim Bankoski 2011-12-12 09:08:34 -08:00
  • c4aa1d508e Removed unused diff buffer Scott LaVarnway 2011-12-12 11:06:55 -05:00
  • afa1b66108 Merge "Improved mmx/sse2 versions of iwalsh" Scott LaVarnway 2011-12-12 06:40:28 -08:00
  • ae9023a3c9 QINDEX_RANGE fixed tables. Paul Wilkins 2011-12-12 11:18:57 +00:00
  • 6de67cd6e8 vp8e - entropy stats per frame type Jim Bankoski 2011-12-09 16:56:18 -08:00
  • be360d47f4 Enabled adaptive UV intra coding for inter frames Yaowu Xu 2011-12-08 11:43:09 -08:00
  • 43a059de71 Merge "Fix out of bounds read in update_mbgraph_frame_stats" into experimental Adrian Grange 2011-12-09 21:05:00 +00:00
  • 95b4cf059c Fix out of bounds read in update_mbgraph_frame_stats Adrian Grange 2011-12-09 12:47:57 -08:00
  • ba1a6619b3 Revised coding using adaptive mode context to depend on frame type Yaowu Xu 2011-12-08 11:43:09 -08:00
  • a4e410a3ca vpx_integer.h: fix incorrect type emulation John Koleszar 2011-12-09 11:54:36 -08:00
  • 4e132e2e45 change to 32k bucket cache sandbox/jkoleszar/cached-multibit John Koleszar 2011-12-09 11:51:19 -08:00
  • 7748d833e8 Experiment with old Q range: Paul Wilkins 2011-12-08 14:46:27 +00:00
  • 9fa6132fc5 Improved mmx/sse2 versions of iwalsh Scott LaVarnway 2011-12-08 14:37:59 -05:00
  • ebcc6605c1 fixed a crash caused invalid Q choice Yaowu Xu 2011-12-07 20:08:31 -08:00
  • b70f23caec Removed #if CONFIG_MULCONTEXT Yaowu Xu 2011-12-07 13:55:58 -08:00
  • d37cd97682 Removed #if CONFIG_I8X8 Yaowu Xu 2011-12-07 13:03:57 -08:00
  • 3392c96aea basic lookup table working John Koleszar 2011-12-07 10:53:14 -08:00
  • 76feb965d3 made vp8_mode_context adaptive Yaowu Xu 2011-12-06 12:03:42 -08:00
  • b1823a7dd2 fixed a crash when MODE_STATS is enabled Yaowu Xu 2011-12-06 07:37:39 -08:00
  • d0e3acf98c Merge "Minor fixes:" into experimental Yaowu Xu 2011-12-07 18:52:51 +00:00
  • a69810b893 Merge "Reduce mem copies in encoder loopfilter level picking" Johann 2011-12-07 10:41:00 -08:00
  • 79774d108f Minor fixes: Paul Wilkins 2011-12-07 13:32:45 +00:00
  • 73bbdfe506 Rename use_dc_pred to use_16x16_pred. Ronald S. Bultje 2011-10-28 14:36:03 -07:00
  • e570b0406d Reduce mem copies in encoder loopfilter level picking Attila Nagy 2011-11-29 13:48:02 +02:00
  • b1781b48db Merge "corrected an enum name" into experimental Yaowu Xu 2011-12-07 03:25:08 +00:00
  • 0072b8bc73 Fix for RD thresholds if both I8X8 and DUALPRED are enabled. Ronald S. Bultje 2011-12-06 15:13:11 -08:00
  • 60cb39da86 Dual 16x16 inter prediction. Ronald S. Bultje 2011-12-06 11:53:02 -08:00
  • 254889cdfc Merge "Allow aligning the raw image buffer" Yunqing Wang 2011-12-06 10:21:28 -08:00
  • be5bbc96e8 Allow aligning the raw image buffer Yunqing Wang 2011-12-05 13:25:09 -05:00
  • b4ad9b5d50 Some further QIndex issues with extended Q Paul Wilkins 2011-12-06 14:48:52 +00:00
  • 0404a5a7e1 corrected an enum name Yaowu Xu 2011-12-06 07:09:08 -08:00
  • aa7335e610 Multiple-resolution encoder Yunqing Wang 2011-10-25 15:14:16 -04:00
  • 6127af60c1 Merge "Speed selection support for disabled reference frames" John Koleszar 2011-12-05 14:36:54 -08:00