Commit Graph

  • caed92d0e5 Import a decoder bug fix from public stable branch Scott LaVarnway 2012-02-01 14:27:50 -08:00
  • 3ff8c7d968 Correctly capped minqtarget to maxq Adrian Grange 2012-01-31 12:58:34 -08:00
  • 07c6eb18ad Merge "Improved uv mv calculations in build inter predictor" Scott LaVarnway 2012-01-31 10:43:49 -08:00
  • b72ab88d75 Merge "Refining the 8-tap interpolation filters." into experimental Deb Mukherjee 2012-01-31 16:40:41 +00:00
  • 749bc98618 BLOCKD structure cleanup Scott LaVarnway 2012-01-20 13:52:16 -05:00
  • 1335ac3071 Implementation of new prediction model for reference frame coding. Paul Wilkins 2012-01-28 12:20:14 +00:00
  • 56904be19d Use common prediction interface for segment coding. Paul Wilkins 2012-01-28 10:24:43 +00:00
  • b2f64dff7d Added common prediction modules. Paul Wilkins 2012-01-28 10:07:08 +00:00
  • 048e4fd524 Moved some reference frame data structures into common. Paul Wilkins 2012-01-28 08:50:33 +00:00
  • 5f0f260f0c Moved some reference frame data structures into common. Paul Wilkins 2012-01-27 18:35:14 +00:00
  • fe96afa705 Moved some segmentation data structures. Paul Wilkins 2012-01-27 18:29:07 +00:00
  • 57d459ba82 RTCD: remove unimplemented vp8_short_walsh4x4_mmx John Koleszar 2012-01-30 12:55:45 -08:00
  • 8aae246089 RTCD: finalize removal of old RTCD system John Koleszar 2012-01-12 16:55:44 -08:00
  • 109b69a706 RTCD: add arnr functions John Koleszar 2012-01-12 16:55:44 -08:00
  • 0b0bc8d098 RTCD: add motion search functions John Koleszar 2012-01-12 16:55:44 -08:00
  • be8af188d0 RTCD: add block subtraction functions John Koleszar 2012-01-12 16:55:44 -08:00
  • 61311e6103 RTCD: add quantizer functions John Koleszar 2012-01-12 16:55:44 -08:00
  • 510e0ab467 RTCD: add FDCT functions John Koleszar 2012-01-12 16:55:44 -08:00
  • 83a91e789c RTCD: add variance functions John Koleszar 2012-01-12 16:55:44 -08:00
  • f103dcefaf RTCD: add subpixel functions John Koleszar 2012-01-12 16:55:44 -08:00
  • 2a8f57f50d RTCD: add postproc functions John Koleszar 2012-01-12 16:55:44 -08:00
  • fdb61a4531 RTCD: add recon functions John Koleszar 2012-01-12 16:55:44 -08:00
  • ab77b4e898 RTCD: add remaining IDCT functions John Koleszar 2012-01-12 16:55:44 -08:00
  • 55f74c59c7 RTCD: add loopfilter functions John Koleszar 2012-01-12 16:15:42 -08:00
  • a910049aea New RTCD implementation John Koleszar 2011-08-19 14:06:00 -04:00
  • 57d521a095 Refining the 8-tap interpolation filters. Deb Mukherjee 2012-01-30 09:27:44 -08:00
  • 57cc35dd60 Merge Duclair release into master branch John Koleszar 2012-01-27 14:08:27 -08:00
  • 9951f46133 Merge "Hook up VP8D_GET_LAST_REF_USED" John Koleszar 2012-01-27 11:31:35 -08:00
  • 2b0aee4b5d Update CHANGELOG for v1.0.0 (Duclair) release v1.0.0 John Koleszar 2012-01-23 09:21:55 -08:00
  • 5e3f607e73 Update AUTHORS John Koleszar 2012-01-23 09:19:06 -08:00
  • 21071373e7 Update .mailmap John Koleszar 2012-01-23 09:18:21 -08:00
  • 8be41bba80 Hook up VP8D_GET_LAST_REF_USED John Koleszar 2012-01-27 10:13:20 -08:00
  • a127c940c0 vpnext use segref segmentation filter Jim Bankoski 2012-01-26 10:04:34 -08:00
  • 1a9fd54ecd vpnext: pick loop filter segment by segment Jim Bankoski 2012-01-25 17:06:42 -08:00
  • 9a4dde1b36 Merge "fixed an issue with 8x8 token cost in trellisquant" into experimental Yaowu Xu 2012-01-27 15:11:18 +00:00
  • 8978358358 Added 2 temporal patterns with new parameters Adrian Grange 2012-01-26 16:50:15 -08:00
  • 81d16e3f53 fixed an issue with 8x8 token cost in trellisquant Yaowu Xu 2012-01-26 14:36:20 -08:00
  • 319f7c4d56 Merge changes I17e1a348,Iad710941 John Koleszar 2012-01-26 14:33:28 -08:00
  • 6fa47a5f16 Adds support for enhanced interpolation for subpel motion using an 8-tap filter. Deb Mukherjee 2012-01-16 11:21:12 -08:00
  • 83cef816fd Correct clamping in use of vp8_find_near_mvs() John Koleszar 2012-01-25 14:55:49 -08:00
  • 294aa37745 Rename save_neon_reg.asm as save_reg_neon.asm Attila Nagy 2012-01-26 09:42:15 +02:00
  • 630d3b95e2 Revert "Multithreaded encoder, late sync loopfilter" John Koleszar 2012-01-24 15:32:08 -08:00
  • 5a5d24eed6 Merge "changed loop filter for MBs using 8x8 transform" into experimental Yaowu Xu 2012-01-24 21:45:16 +00:00
  • 91325b8fe7 vpn common -> implicit segmentation Jim Bankoski 2012-01-23 09:55:23 -08:00
  • c14754be1d Merge "Disconnect ARM tgt_isa from dsp extensions" Fritz Koenig 2012-01-23 11:13:33 -08:00
  • 8a6af9f98f Improved uv mv calculations in build inter predictor Scott LaVarnway 2012-01-23 11:34:43 -05:00
  • 892102842a Disconnect ARM tgt_isa from dsp extensions Fritz Koenig 2012-01-19 15:18:31 -08:00
  • aebb16bfa8 changed loop filter for MBs using 8x8 transform Yaowu Xu 2011-11-30 08:05:45 -08:00
  • f357e5e2f7 Merge "Overhauling the thresholds and mixing proportions for mfqe postprocessor." Deb Mukherjee 2012-01-20 08:45:42 -08:00
  • 47dcd769c1 Overhauling the thresholds and mixing proportions for mfqe postprocessor. Deb Mukherjee 2012-01-19 19:06:55 -08:00
  • 5aab0c3fb7 Added code to prevent I8X8_PRED mode for MBs using 8x8 transform Yaowu Xu 2012-01-19 16:37:32 -08:00
  • be9af16e16 reverted an accidental code deleting Yaowu Xu 2012-01-19 16:56:46 -08:00
  • ac97b089d1 Merge "Simplify an assignment statement" Jeff Faust 2012-01-18 21:14:51 -08:00
  • 185eb70011 Merge "Remove duplicate line in parameter parsing." John Koleszar 2012-01-18 16:04:51 -08:00
  • 6a4ff6f325 Merge "get_plane_pointers: use u/v planes consistently" John Koleszar 2012-01-18 14:22:55 -08:00
  • 4753ee4166 get_plane_pointers: use u/v planes consistently John Koleszar 2012-01-18 12:50:06 -08:00
  • 15c29afeca Simplify an assignment statement Jeff Faust 2012-01-17 18:15:05 -08:00
  • 315b58ec38 Merge "Add makefile for building libvpx for Android." Fritz Koenig 2012-01-18 11:28:40 -08:00
  • de368fd0b5 Merge "vp8d - valgrind warnings in mb post processor" Jim Bankoski 2012-01-18 11:12:37 -08:00
  • df91ab7b0d Merge "new loop filter functions for macroblock boundaries" into experimental Yaowu Xu 2012-01-18 17:54:19 +00:00
  • 5e7d7d3d95 new loop filter functions for macroblock boundaries Yaowu Xu 2012-01-13 14:37:17 -08:00
  • d830573111 Add makefile for building libvpx for Android. Fritz Koenig 2012-01-06 11:50:05 -08:00
  • 0e06bc817a Merge changes I1ebe76aa,Ia079b52b John Koleszar 2012-01-18 09:30:46 -08:00
  • d3879738bf Merge "Modifying the base q propagation in the mfqe post processing filter in a way such that when there is a single bad frame, the post-processing is applied not only to just that frame but a few subsequent frames as well." Deb Mukherjee 2012-01-18 09:15:24 -08:00
  • bd5f384bef Possible divide by 0 error. Paul Wilkins 2012-01-18 11:10:51 +00:00
  • ed208f7d2f vp8d - valgrind warnings in mb post processor Jim Bankoski 2012-01-17 17:27:39 -08:00
  • c1c5932260 Remove duplicate line in parameter parsing. Fritz Koenig 2012-01-17 17:11:32 -08:00
  • cf561bad1d Rate control on static scenes plus Y2dc delta Q fix. Paul Wilkins 2012-01-11 14:05:57 +00:00
  • 90b9f993c1 Modifying the base q propagation in the mfqe post processing filter in a way such that when there is a single bad frame, the post-processing is applied not only to just that frame but a few subsequent frames as well. Deb Mukherjee 2012-01-17 09:23:28 -08:00
  • e479379abb Fixed bugs in multi-layer code related to changing params Adrian Grange 2012-01-13 14:09:40 -08:00
  • 483b262bab Merge "Added an emms to prevent invalid stats output" into experimental Yaowu Xu 2012-01-11 23:07:54 +00:00
  • 4ade079633 rdopt/pickinter: factor out some common setup John Koleszar 2012-01-11 14:38:58 -08:00
  • bd5bfd94b8 rdopt: remove unused frame_lf_or_gf John Koleszar 2012-01-11 13:02:19 -08:00
  • 9c2ca8c1ca Allowing the mfqe post-processing filter to be used in conjunction with deblock or demacroblock filters. When --mfqe is used together with --demacroblock or --deblock, mfqe is applied first and then demacroblock/deblock is applied to the mfqe result. Deb Mukherjee 2012-01-09 16:48:45 -08:00
  • e6c91b625e Merge "fix: roundoff initializer is not a constant" John Koleszar 2012-01-10 13:33:26 -08:00
  • 6c0d3d9522 Merge "Remove iwmmx target." John Koleszar 2012-01-10 12:32:35 -08:00
  • 6ce1f15dfb fix: roundoff initializer is not a constant James Berry 2012-01-10 13:37:35 -05:00
  • 55610053af Remove iwmmx target. Fritz Koenig 2012-01-10 11:16:37 -08:00
  • 892e23a5ba vp8d - function to check if a reference frame is used. Jim Bankoski 2012-01-09 09:23:34 -08:00
  • 34168287ed Remove armv4 optimized scaler code. Fritz Koenig 2012-01-09 11:42:30 -08:00
  • 28aa08748e Merge "Multiframe quality enhancement postprocessing" Deb Mukherjee 2012-01-09 10:23:24 -08:00
  • 16a02e341c Merge "Remove symbian target and associated files." Johann 2012-01-09 10:08:06 -08:00
  • 7ec139ccc8 Remove symbian target and associated files. Fritz Koenig 2012-01-06 15:55:10 -08:00
  • 80528410fc Merge "Reduce the default kf_max_dist to 128." James Zern 2012-01-06 12:32:07 -08:00
  • 66da859e5e Merge "Reduced the size of Y1Dequant and friends to [128][2]" John Koleszar 2012-01-06 11:59:06 -08:00
  • 2a0d7b1a55 Reduce the default kf_max_dist to 128. Ralph Giles 2012-01-05 10:39:38 -06:00
  • 5f25d4c175 Reduced the size of Y1Dequant and friends to [128][2] Scott LaVarnway 2012-01-04 11:56:50 -05:00
  • a5ea68447f Added an emms to prevent invalid stats output Yaowu Xu 2012-01-05 11:22:06 -08:00
  • 70a5104ead Merge "Use number instead of string for eabi_attribute." Johann 2012-01-05 12:32:23 -08:00
  • 87aa846b47 Multiframe quality enhancement postprocessing Deb Mukherjee 2011-12-20 14:50:31 -08:00
  • 0780f258da Merge "Improve SSSE3 fast quantizer function" Johann 2012-01-05 10:09:39 -08:00
  • b2c8dff727 Merge "Removed unused diff buffer" Scott LaVarnway 2012-01-05 09:06:28 -08:00
  • 89cdfdb231 Merge "SSE2 optimizations for vp8_build_intra_predictors_mby{,_s}()" Scott LaVarnway 2012-01-05 09:05:19 -08:00
  • 77119a5cd8 Merge "Improved sse2 version of simple loopfilter" Scott LaVarnway 2012-01-04 13:26:13 -08:00
  • b73e6c89cd Use number instead of string for eabi_attribute. Fritz Koenig 2012-01-04 10:54:01 -08:00
  • 5bfa29b6c5 Merge "Make a local copy of the dequantized data" Scott LaVarnway 2012-01-04 07:50:13 -08:00
  • 9f1083e9a0 Merge "Improve vp8cx_init_quantizer()" Yunqing Wang 2012-01-04 06:22:15 -08:00
  • 33d9ea5471 Merge "Remove useless g_common.h" Scott LaVarnway 2012-01-03 09:48:35 -08:00
  • 2b2c0c9bda Improve SSSE3 fast quantizer function Yunqing Wang 2011-12-29 12:05:50 -05:00
  • 3cb92b85b9 Remove unused MACROBLOCK member vector_range John Koleszar 2011-12-28 14:58:38 -08:00