Commit Graph

  • f85084a977 Added encode/decode recon buffer match test to vpxenc Yaowu Xu 2012-03-07 12:25:50 -08:00
  • 6b7ec50812 fixed a bug of context overwritten by key frame recoding Yaowu Xu 2012-03-14 17:29:39 -07:00
  • 44f5f33baf Added option to skip first n frame to vpxenc Yaowu Xu 2012-03-14 07:37:10 -07:00
  • 6035da5448 WebM Experimental Codec Branch Snapshot Yaowu Xu 2012-03-09 17:32:50 -08:00
  • 21d3612a2f added clamp for 2nd motion vector Yaowu Xu 2012-03-13 10:26:53 -07:00
  • f798f9e465 Added encode/decode recon buffer match test to vpxenc Yaowu Xu 2012-03-07 12:25:50 -08:00
  • ea43ba4aee fixed a bug of context overwritten by key frame recoding Yaowu Xu 2012-03-14 17:29:39 -07:00
  • eb0c5a6ffc Merge "Fix build under Estonian locale" John Koleszar 2012-03-14 12:00:44 -07:00
  • 422f97d7ab Merge "fix potential use of uninitialized rate_y" John Koleszar 2012-03-14 12:00:27 -07:00
  • 7af4eb014b Fix build under Estonian locale Priit Laes 2012-03-09 11:50:18 +02:00
  • 20cd3e6b8f fix potential use of uninitialized rate_y John Koleszar 2012-03-14 10:10:30 -07:00
  • 03d5d69368 Added option to skip first n frame to vpxenc Yaowu Xu 2012-03-14 07:37:10 -07:00
  • 6b66c01c88 Merge "Adds a motion compensated temporal denoiser to the encoder." Jim Bankoski 2012-03-13 16:18:57 -07:00
  • 9c41143d66 Adds a motion compensated temporal denoiser to the encoder. Stefan Holmer 2012-03-06 10:48:18 +01:00
  • e9cacfd66d Merge "Update for key frame target size setting." Jim Bankoski 2012-03-13 10:13:03 -07:00
  • 301409107f Update for key frame target size setting. Marco Paniconi 2012-03-12 16:23:08 -07:00
  • ddf94f6184 Merge "Move SAD and variance functions to common" Johann 2012-03-12 15:08:48 -07:00
  • 3f5feb7d13 fixed .mk files to reflect add/remove of a header file Yaowu Xu 2012-03-12 14:51:54 -07:00
  • 7070dab445 wip: reuse mode/mv in multistream file John Koleszar 2012-03-08 12:18:10 -08:00
  • c21f53a501 Merge "vpx_timer: increase resolution" John Koleszar 2012-03-09 14:48:06 -08:00
  • 7a1590713e Merge changes I9c26870a,Ifabb0f67 Scott LaVarnway 2012-03-09 10:48:11 -08:00
  • 9ed874713f threading.c refactoring Scott LaVarnway 2012-03-08 15:27:41 -05:00
  • 0a9b65ba1c vpxenc: accept webm input John Koleszar 2012-03-06 10:38:22 -08:00
  • 0a50a29121 vpxenc: generate multistream file John Koleszar 2012-03-05 17:18:07 -08:00
  • 8cf28d346d Changed MAX_PSNR to be consistent with internal stats Yaowu Xu 2012-03-07 09:05:26 -08:00
  • 676610d2a8 Merge "vp8e - RDLambda fix" Yaowu Xu 2012-03-07 11:53:04 -08:00
  • 64439c2b77 removed duplicate a head file Yaowu Xu 2012-03-07 07:16:12 -08:00
  • 68033ca472 Snapshot candidate Paul Wilkins 2012-03-06 11:23:50 +00:00
  • fd903902ef RFC: Reorganize MFQE loops Johann 2012-01-27 10:23:52 -08:00
  • 157f15e1d3 Imported a change from stable branch Jim Bankoski 2012-03-06 09:31:51 -08:00
  • 98bf413b4b fix a compiling error when CONFIG_COMP_INTRA_PRED not defined Yaowu Xu 2012-03-06 09:52:15 -08:00
  • 154b4b4196 vp8e - RDLambda fix Jim Bankoski 2012-03-06 08:47:12 -08:00
  • 953c6a011e Merge "include CHANGELOG in CODEC_SRCS" Johann 2012-03-05 17:20:48 -08:00
  • e50f96a4a3 Move SAD and variance functions to common Johann 2012-03-05 16:50:33 -08:00
  • 5d88a82aa0 include CHANGELOG in CODEC_SRCS Johann 2012-03-05 16:36:23 -08:00
  • cbcfbe1b29 Merge "vp8e - fix coefficient costing" Jim Bankoski 2012-03-05 14:14:58 -08:00
  • 888699091d vp8e - fix coefficient costing Jim Bankoski 2012-03-05 08:20:42 -08:00
  • c3f5b2931b Use per-MB compound intra prediction. Ronald S. Bultje 2012-03-02 11:18:24 -08:00
  • 6898e8b7ab Changed how UV r/d estimates are done for Intra Modes Yaowu Xu 2012-02-21 18:10:18 -08:00
  • eaa955ba98 Fixed zbin_mode_boost initialization Yaowu Xu 2012-03-01 20:16:49 -08:00
  • 848bccabd5 refactored code that checks if a macroblock is skippable Yaowu Xu 2012-02-21 18:10:18 -08:00
  • a0be3faa6e Allow for frame overheads in min frame bandwidth. Paul Wilkins 2012-03-02 01:24:30 +00:00
  • 87c40b35eb Fix encoder debug setting Johann 2012-03-01 16:12:53 -08:00
  • 118b445bab vpxenc: support scaling prior to encoding John Koleszar 2012-03-01 12:50:40 -08:00
  • 3e78b5f2b8 libyuv: fix compilation on ARM John Koleszar 2012-03-01 14:44:02 -08:00
  • a6f538cefa vpx_timer: increase resolution John Koleszar 2012-03-01 12:49:43 -08:00
  • 89ee68b1f7 Merge t8x8 experiments Yaowu Xu 2012-02-28 17:11:12 -08:00
  • a60461a340 Merge "vp8e - attempt to lessen blockiness" Jim Bankoski 2012-03-01 11:47:09 -08:00
  • 3ceb43104f disable usage of 8x8 for resolution below 360p Yaowu Xu 2012-03-01 11:30:49 -08:00
  • f0f609c2e2 Merge "vp8e - static key boost" Jim Bankoski 2012-03-01 11:23:10 -08:00
  • 91b5c98b3d Merge "vp8e - force at least some change in over and under shoots" Jim Bankoski 2012-03-01 11:22:52 -08:00
  • 8d07a97acc vp8e - static key boost Paul Wilkins 2012-02-29 09:19:23 -08:00
  • 6d84322762 vp8e - force at least some change in over and under shoots Paul Wilkins 2012-02-29 12:32:46 -08:00
  • c34d91a84e Merge "Packing bitstream on-the-fly with delayed context updates" Scott LaVarnway 2012-03-01 06:20:02 -08:00
  • e41e5ce5ad Various bug fixes related to high precision mv Deb Mukherjee 2012-03-01 03:10:21 -08:00
  • 2ad7a4a271 Bug fix in vp8_estimate_entropy_savings() Paul Wilkins 2012-03-01 01:41:19 +00:00
  • aabae97e57 vpxenc: fix time and fps calculation in 2-pass encoding Yunqing Wang 2012-02-29 08:24:53 -05:00
  • 52cf4dcaea Packing bitstream on-the-fly with delayed context updates Attila Nagy 2012-02-09 12:37:03 +02:00
  • b8fa2839a2 vp8e - attempt to lessen blockiness Jim Bankoski 2012-02-29 09:03:13 -08:00
  • 2578b767c3 Decoder loops refactoring Scott LaVarnway 2012-02-29 10:38:14 -05:00
  • d8670b3c2e Fix compiling issue when CONFIG_HIGH_PRECISION_MV is defined Yaowu Xu 2012-02-28 17:44:19 -08:00
  • 921b1c3c94 Rename "dual" prediction to "compound" prediction. Ronald S. Bultje 2012-02-28 17:25:45 -08:00
  • d476165107 Compound intra prediction (b_pred/4x4 only, for now), Ronald S. Bultje 2012-02-28 17:12:08 -08:00
  • af5c774b5c Correct zbinboost lookup for 8x8 quantizer Yaowu Xu 2012-02-28 14:19:38 -08:00
  • dc825f1e2b Merge "Merge new loop filter." into experimental Paul Wilkins 2012-02-28 23:28:04 +00:00
  • 3e1cad9c69 Initial refactoring of high_precision mv code. Deb Mukherjee 2012-02-27 10:22:38 -08:00
  • 3d93ae521c Merge "Try to enable 8x8 tranform for smaller resolution" into experimental Yaowu Xu 2012-02-28 22:31:03 +00:00
  • 19b9d28f70 Merge new loop filter. Paul Wilkins 2012-02-28 20:58:52 +00:00
  • 42891098f3 Try to enable 8x8 tranform for smaller resolution Yaowu Xu 2012-02-28 11:49:12 -08:00
  • ce328b855f Merge changes Ifb450710,I61c4a132 Scott LaVarnway 2012-02-28 11:42:45 -08:00
  • aab70f4d7a Merge "Removed duplicate code in threading.c" Scott LaVarnway 2012-02-28 11:25:43 -08:00
  • bcba86e2e9 Eliminated reconintra_mt.c Scott LaVarnway 2012-02-28 14:12:30 -05:00
  • 9a4052a4ec Removed duplicate code in threading.c Scott LaVarnway 2012-02-28 14:00:32 -05:00
  • b1bfd0ba87 Merge "Only do uv intra-mode evaluation when intra mode is checked" Yunqing Wang 2012-02-28 10:11:24 -08:00
  • 019384f2d3 Only do uv intra-mode evaluation when intra mode is checked Yunqing Wang 2012-02-27 17:38:53 -05:00
  • 25c127f5f0 Experimental branch code clean up. Paul Wilkins 2012-02-28 17:15:31 +00:00
  • b6f02c8592 Code Simplification Paul Wilkins 2012-02-27 22:23:38 +00:00
  • eb87b56eab fixed a wrong intialization value Yaowu Xu 2012-02-27 18:23:15 -08:00
  • 3cdd0a8e75 Merge "Corrected spelling" into experimental Paul Wilkins 2012-02-28 02:07:49 +00:00
  • b00ed02a16 Corrected spelling Paul Wilkins 2012-02-27 21:42:36 +00:00
  • e2c6b05f9a bugfix: use oxcf width/height for reinit check James Berry 2012-02-27 14:41:43 -05:00
  • 88a867c6dd Merge "Code Cleanup." into experimental Paul Wilkins 2012-02-27 20:50:21 +00:00
  • 2e9d7d647a Merge "Removal of temporal re sampling code." into experimental Paul Wilkins 2012-02-27 20:50:01 +00:00
  • 61c5e31ca1 Merge "Fix skippable evaluation in mode decision" Yunqing Wang 2012-02-27 11:06:13 -08:00
  • ad1216151d Merge "vpxenc: initial implementation of multistream support" John Koleszar 2012-02-27 09:59:14 -08:00
  • 46ab54abf8 Merge "Code Simplification." into experimental Paul Wilkins 2012-02-27 17:58:57 +00:00
  • 02a31e6b3c Merge "decoder: reset segmentation map on keyframes" John Koleszar 2012-02-27 09:58:29 -08:00
  • d90b1ee16c Merge "Further code simplification and clean up." into experimental Paul Wilkins 2012-02-27 17:58:12 +00:00
  • 84be08b07f Fix skippable evaluation in mode decision Yunqing Wang 2012-02-27 12:45:12 -05:00
  • 063d68b7ea Merge "Changing default 8-tap filter to Langrangian interpolator." into experimental Deb Mukherjee 2012-02-26 06:06:07 +00:00
  • 646e62211e Code Cleanup. Paul Wilkins 2012-02-26 01:15:47 +00:00
  • 80b873e318 Removal of temporal re sampling code. Paul Wilkins 2012-02-25 18:13:57 +00:00
  • 88b36eb0d9 Bug fix in ssse3 variance computation. Deb Mukherjee 2012-02-24 20:24:54 -08:00
  • 69e80a028c Code Simplification. Paul Wilkins 2012-02-24 23:58:24 +00:00
  • 3cc5b92c65 Further code simplification and clean up. Paul Wilkins 2012-02-24 23:27:59 +00:00
  • c64a27801c Changing default 8-tap filter to Langrangian interpolator. Deb Mukherjee 2012-02-24 09:08:00 -08:00
  • 583f2d8fc7 Deleted code. Paul Wilkins 2012-02-23 19:22:29 +00:00
  • fb472c5b64 Clean ups and minor changes in high precision mv with 8-tap interpolation Deb Mukherjee 2012-02-23 11:47:18 -08:00
  • 18e90d744e Supporting high precision 1/8-pel motion vectors Deb Mukherjee 2012-02-16 09:29:54 -08:00
  • 313bfbb6a2 Merge "Add unit tests for idctllm_test and idctllm_mmx" James Berry 2012-02-23 08:50:36 -08:00