]>
granicus.if.org Git - libvpx/log
Alex Converse [Wed, 19 Feb 2014 20:41:14 +0000 (12:41 -0800)]
Merge "Do not use the value of 'rate_mv' if uninitialized."
Tom Finegan [Wed, 19 Feb 2014 20:38:41 +0000 (12:38 -0800)]
Merge "vpx_temporal_scalable_patterns.c: Silence MSVC warnings."
Tom Finegan [Wed, 19 Feb 2014 19:45:58 +0000 (11:45 -0800)]
Merge "error_resilient.c: Cast away MSVC data loss warning."
Tom Finegan [Wed, 19 Feb 2014 19:45:11 +0000 (11:45 -0800)]
Merge "decode_to_md5.c: Silence warning with cast."
Tom Finegan [Wed, 19 Feb 2014 19:43:24 +0000 (11:43 -0800)]
Merge "force_keyframe.c: Cast away MSVC data loss warning."
James Zern [Wed, 19 Feb 2014 19:41:18 +0000 (11:41 -0800)]
Merge "vpx_frame_buffer.h: add doxygen \file block"
Tom Finegan [Wed, 19 Feb 2014 19:39:21 +0000 (11:39 -0800)]
error_resilient.c: Cast away MSVC data loss warning.
Change-Id: I6d81f7d94cb724a9f5a302ca3551196f2d06f9b4
James Zern [Wed, 19 Feb 2014 19:38:47 +0000 (11:38 -0800)]
Merge "vp9: normalize DECLARE_ALIGNED use on global tables"
Tom Finegan [Wed, 19 Feb 2014 19:37:28 +0000 (11:37 -0800)]
force_keyframe.c: Cast away MSVC data loss warning.
Change-Id: Ibf09b76d5b8c8106b804354d9a7f007a0e3f6173
Tom Finegan [Wed, 19 Feb 2014 19:30:08 +0000 (11:30 -0800)]
vpx_temporal_scalable_patterns.c: Silence MSVC warnings.
Change floats to doubles in RateControlMetrics, and make loop
counter signs agree.
Change-Id: I845cf268d9ce837a543d052d8d0f8dfd32bd9817
Tom Finegan [Wed, 19 Feb 2014 18:59:40 +0000 (10:59 -0800)]
decode_to_md5.c: Silence warning with cast.
More size_t/unsigned int disagreement.
Change-Id: I2be01ee680f852f168f6fcac554a534ca3c83e5d
Paul Wilkins [Wed, 19 Feb 2014 13:14:51 +0000 (05:14 -0800)]
Merge "Remove comment from calls to vp9_clear_system_state."
Dmitry Kovalev [Mon, 17 Feb 2014 09:49:16 +0000 (10:49 +0100)]
Cleaning up vp9_onyx_if.c.
Change-Id: I389790f1ad0dd40816a7ae1ddad4a5c46278cff3
Dmitry Kovalev [Wed, 19 Feb 2014 09:04:36 +0000 (01:04 -0800)]
Merge "Cleaning up pack_inter_mode_mvs() function."
Dmitry Kovalev [Wed, 19 Feb 2014 09:02:51 +0000 (01:02 -0800)]
Merge "Removing unused tree_update_hist[] array."
Dmitry Kovalev [Wed, 19 Feb 2014 09:02:30 +0000 (01:02 -0800)]
Merge "Cleaning up vp9_encodemb.c."
James Zern [Wed, 19 Feb 2014 04:35:22 +0000 (20:35 -0800)]
vp9: normalize DECLARE_ALIGNED use on global tables
- place extern within the macro
- use in the header only
Change-Id: I4274b345d8af9ef329c0eb9553a3ddaad70d1d26
Yaowu Xu [Tue, 18 Feb 2014 03:03:01 +0000 (19:03 -0800)]
Removed unnecessary type cast
Change-Id: I0f2d5155ec042e9b5cbe9a9d6b186b121ed7737f
James Zern [Wed, 19 Feb 2014 04:15:33 +0000 (20:15 -0800)]
Merge "vp9_filter: move table alignment decl's to header"
James Zern [Wed, 19 Feb 2014 04:10:53 +0000 (20:10 -0800)]
Merge "restore examples to doxygen output"
Marco Paniconi [Wed, 19 Feb 2014 01:31:57 +0000 (17:31 -0800)]
Add comments to portion of SVC interface.
Fixes issue #705.
Change-Id: I60d45ee28fb34f401a440015bfe7bd3837b51de1
Alex Converse [Tue, 18 Feb 2014 23:56:07 +0000 (15:56 -0800)]
Do not use the value of 'rate_mv' if uninitialized.
This happens when exiting single_motion_search() early due to adaptive_motion_search.
Change-Id: Ic396e7e31e59ff219bb66a459c873c9e5b17400d
Adrian Grange [Thu, 13 Feb 2014 23:49:21 +0000 (15:49 -0800)]
Remove comment from calls to vp9_clear_system_state.
Removed the comment "// __asm emms;" from all calls
to vp9_clear_system_state.
Change-Id: Ib4dae69c1cdf3f185b04184a870cd70c4d703f10
Jingning Han [Tue, 18 Feb 2014 22:52:13 +0000 (14:52 -0800)]
Merge "Enable sub-pixel motion search for rtc mode"
Jingning Han [Tue, 18 Feb 2014 22:51:38 +0000 (14:51 -0800)]
Merge "Initialize internal buffer pointers in rtc mode"
Yunqing Wang [Tue, 18 Feb 2014 20:55:34 +0000 (12:55 -0800)]
Merge "SSSE3 convolution optimization"
Yunqing Wang [Tue, 18 Feb 2014 20:18:13 +0000 (12:18 -0800)]
Merge "AVX2 SubPixel Variance Optimization"
Jingning Han [Fri, 14 Feb 2014 22:41:47 +0000 (14:41 -0800)]
Enable sub-pixel motion search for rtc mode
Run sub-pixel motion search when NEWMV gives lower rate-distortion
cost. This improves coding performance of derf set by 8%, std-hd by
2.2%.
Change-Id: Ife50f7fda8463927784fe59a41cc439c833e941a
Johann [Tue, 18 Feb 2014 04:53:12 +0000 (20:53 -0800)]
Merge "Replace vqshrun by vqmovun if shift #0 bit"
Yaowu Xu [Mon, 17 Feb 2014 16:37:25 +0000 (08:37 -0800)]
Merge "vp9_onyx_if.c resolve vs warnings"
Adrian Grange [Mon, 17 Feb 2014 15:27:32 +0000 (07:27 -0800)]
Merge "Change post- to pre-increment."
Dmitry Kovalev [Mon, 17 Feb 2014 11:34:02 +0000 (12:34 +0100)]
Cleaning up vp9_encodemb.c.
Change-Id: Ia5b35494e4e18758f9f6c172526db83a87fdaa26
Jim Bankoski [Fri, 14 Feb 2014 15:23:58 +0000 (07:23 -0800)]
vp9_onyx_if.c resolve vs warnings
Change-Id: I02cc50648b62768e20d2f465b5ad09648b1abe93
James Zern [Sat, 15 Feb 2014 18:32:57 +0000 (10:32 -0800)]
Merge "A couple more V.S. warnings silenced."
James Zern [Sat, 15 Feb 2014 18:18:24 +0000 (10:18 -0800)]
vp9_filter: move table alignment decl's to header
avoids mismatched alignment warnings in visual studio builds
Change-Id: I2cedb8042fd47e708bde3f7168a6fb4bd9aaa569
Jim Bankoski [Fri, 14 Feb 2014 15:27:10 +0000 (07:27 -0800)]
vp9_cx_iface vp9_dx_iface vpxdec vs warnings
Change-Id: I747982e7d1157a8b45f4034ddf207306f9f957e0
Tom Finegan [Thu, 13 Feb 2014 20:28:56 +0000 (12:28 -0800)]
vp9/encoder/vp9_onyx_if: Fix compute_qdelta_by_rate() warnings
- Rename and make static
s/vp9_compute_qdelta_by_rate/compute_qdelta_by_rate/
- Make base_q_index an integer.
- Add a cast.
Change-Id: Iea8d1397fd2717e7373b182ec51f5db960ef2cca
James Yu [Mon, 10 Feb 2014 14:08:46 +0000 (22:08 +0800)]
Replace vqshrun by vqmovun if shift #0 bit
Change-Id: Ifabb8c7ec0c327fea9d6739cab10addb060ff435
Signed-off-by: James Yu <james.yu@linaro.org>
Paul Wilkins [Thu, 13 Feb 2014 18:28:04 +0000 (18:28 +0000)]
A couple more V.S. warnings silenced.
Change-Id: Ica1b583d69810182f621de757d2543b2a3b35566
Johann [Sat, 15 Feb 2014 04:02:51 +0000 (20:02 -0800)]
Merge "Remove redundant arm neon instructions."
James Zern [Sat, 15 Feb 2014 03:38:20 +0000 (19:38 -0800)]
restore examples to doxygen output
these were incorrectly stripped in:
50fa585 Removing examples code generation and making them static.
Change-Id: Idb475ad5b303634311e9f616604312cb925cc6a9
Dmitry Kovalev [Fri, 14 Feb 2014 01:45:59 +0000 (17:45 -0800)]
Removing unused tree_update_hist[] array.
Change-Id: If2e8e06c74d065323523904ff1771590fd48cabc
Adrian Grange [Fri, 14 Feb 2014 17:18:42 +0000 (09:18 -0800)]
Change post- to pre-increment.
Change-Id: I29e4d3a3c8cceb18825371bb78c83c0e7dd86e0f
Adrian Grange [Sat, 15 Feb 2014 00:14:58 +0000 (16:14 -0800)]
Merge "Cleanup some comments."
levytamar82 [Tue, 4 Feb 2014 01:40:33 +0000 (18:40 -0700)]
AVX2 SubPixel Variance Optimization
Optimizing 2 functions to process 32 elements in parallel instead of 16:
1. vp9_sub_pixel_variance64x64
2. vp9_sub_pixel_variance32x32
both of those function were calling vp9_sub_pixel_variance16xh_ssse3
instead of calling that function, it calls vp9_sub_pixel_variance32xh_avx2
that is written in avx2 and process 32 elements in parallel.
This Optimization gave 70% function level gain and 2% user level gain
Change-Id: I4f5cb386b346ff6c878a094e1c3b37e418e50bde
Deb Mukherjee [Fri, 14 Feb 2014 23:53:30 +0000 (15:53 -0800)]
Merge "Make cpi->speed always positive"
Deb Mukherjee [Fri, 14 Feb 2014 23:53:19 +0000 (15:53 -0800)]
Merge "Enforce max-intra-pct in one-pass cbr mode"
Adrian Grange [Thu, 13 Feb 2014 17:40:45 +0000 (09:40 -0800)]
Cleanup some comments.
Change-Id: I568861ba1d43620865ad9a98a97eef37a51fd856
Yaowu Xu [Fri, 14 Feb 2014 22:29:35 +0000 (14:29 -0800)]
Merge "minor spelling cleanup in comments"
Deb Mukherjee [Fri, 14 Feb 2014 19:15:29 +0000 (11:15 -0800)]
Make cpi->speed always positive
Minor fix to ensure that positive and negative cpu_used
values produce the same output.
Change-Id: I9157d05cb9a7c0bd57a4d8a9f268205a825b9b0b
Deb Mukherjee [Fri, 14 Feb 2014 18:12:38 +0000 (10:12 -0800)]
Enforce max-intra-pct in one-pass cbr mode
This was inadvertently left out in a previous refactoring step.
Change-Id: Idf3350e95152f876a1a1a4591dd30c8981856c96
Jim Bankoski [Fri, 14 Feb 2014 22:23:51 +0000 (14:23 -0800)]
Merge "vp9_rdopt.c : Silence more V.S. compiler warnings."
Jim Bankoski [Fri, 14 Feb 2014 22:17:39 +0000 (14:17 -0800)]
Merge "vp9_bitstream.c resolve warnings in vs"
Jim Bankoski [Fri, 14 Feb 2014 22:16:18 +0000 (14:16 -0800)]
Merge "vp9_pickmode.c resolve vs issue"
Jim Bankoski [Fri, 14 Feb 2014 22:15:38 +0000 (14:15 -0800)]
Merge "vp9_vaq.c resolve vs warnings"
levytamar82 [Thu, 21 Nov 2013 22:49:29 +0000 (15:49 -0700)]
SSSE3 convolution optimization
Optimizing all SSSE3 assembly for convolution:
1. vp9_filter_block1d4_h8_sse2
2. vp9_filter_block1d8_h8_sse2
3. vp9_filter_block1d16_h8_sse2
4. vp9_filter_block1d4_v8_sse2
5. vp9_filter_block1d8_v8_sse2
6. vp9_filter_block1d16_v8_sse2
my optimization include:
-processing 2x8 elements in one 128 bit register instead of processing
8 elements in one 128 bit register.
-removing unecessary loads.
This optimization gives between 2.4% user level gain for 480p input
and 1.6% user level gain for 720p.
This Optimization is done only for 64 bit
Change-Id: Ic07fce2f9360329b4f2d956efda1480ae958766b
James Zern [Fri, 14 Feb 2014 21:04:09 +0000 (13:04 -0800)]
vpx_frame_buffer.h: add doxygen \file block
the remainder of the documentation will not be included in the output
unless the file itself is documented
Change-Id: I5a83a6c41cdfbf2976da288e4b70bd04002725f2
Paul Wilkins [Thu, 13 Feb 2014 16:04:39 +0000 (16:04 +0000)]
vp9_rdopt.c : Silence more V.S. compiler warnings.
Change-Id: I151c6c9396b8ea1ce2e05b80359f60f0d38af138
Jim Bankoski [Fri, 14 Feb 2014 15:20:08 +0000 (07:20 -0800)]
vp9_bitstream.c resolve warnings in vs
Change-Id: I65677b7822204dc7344c67b8080e90633afc13dc
Jim Bankoski [Fri, 14 Feb 2014 15:16:31 +0000 (07:16 -0800)]
vp9_pickmode.c resolve vs issue
Change-Id: Ibe4276fa9ffeb2ef30871d6db8ac75c4648f1e58
Jim Bankoski [Fri, 14 Feb 2014 15:14:20 +0000 (07:14 -0800)]
vp9_vaq.c resolve vs warnings
Change-Id: I8f1107a33f0ec51010fb00eae3d28ee8b4d748c2
Alex Converse [Fri, 14 Feb 2014 18:17:31 +0000 (10:17 -0800)]
Remove some unused and non-persistant variables from VP9_COMP.
Change-Id: I4deb1b97eec6b1244e3460a1162b41fa5312654a
Jim Bankoski [Fri, 14 Feb 2014 17:42:21 +0000 (09:42 -0800)]
Merge "vp9_ratectrl - convert buffers to int64 to avoid casting"
Jim Bankoski [Fri, 14 Feb 2014 17:42:12 +0000 (09:42 -0800)]
Merge "vp9_write_bit_buffer.h add consts to suppress warnings in vs"
Deb Mukherjee [Fri, 14 Feb 2014 17:27:01 +0000 (09:27 -0800)]
Merge "In realtime mode enforce one pass with 0 lag"
Jim Bankoski [Fri, 14 Feb 2014 17:09:16 +0000 (09:09 -0800)]
Merge "vp9_ratectrl.h resolve visual studio warnings"
Jim Bankoski [Fri, 14 Feb 2014 17:09:06 +0000 (09:09 -0800)]
Merge "vp9_onyx_int.h resolve visual studio warning errors"
Jim Bankoski [Fri, 14 Feb 2014 17:08:52 +0000 (09:08 -0800)]
Merge "fast approximate model_rd_from_var_lapndz"
Jim Bankoski [Fri, 14 Feb 2014 17:08:34 +0000 (09:08 -0800)]
Merge "vp9_mcomp.c visual studio warnings resolved"
Jim Bankoski [Fri, 14 Feb 2014 17:08:27 +0000 (09:08 -0800)]
Merge "vp9_firstpass.c visual studio warnings addressed"
Jim Bankoski [Fri, 14 Feb 2014 15:12:38 +0000 (07:12 -0800)]
vp9_ratectrl - convert buffers to int64 to avoid casting
Change-Id: Ifd6b2d36d91237b5f38853a3a8a529d8be38ba09
Jim Bankoski [Fri, 14 Feb 2014 15:10:23 +0000 (07:10 -0800)]
vp9_write_bit_buffer.h add consts to suppress warnings in vs
Change-Id: Iacda473090ae84c798f1d93df8284f34bdf646a5
Jim Bankoski [Thu, 13 Feb 2014 22:09:55 +0000 (14:09 -0800)]
vp9_ratectrl.h resolve visual studio warnings
Change-Id: If3a2edd744eb76337fa78f34d0e059cda2c6da54
Jim Bankoski [Thu, 13 Feb 2014 22:08:38 +0000 (14:08 -0800)]
vp9_onyx_int.h resolve visual studio warning errors
Change-Id: Iec8a51bdea6d6c916051d3bc5bbc6d00754d0cc8
Jim Bankoski [Thu, 13 Feb 2014 21:55:18 +0000 (13:55 -0800)]
vp9_mcomp.c visual studio warnings resolved
Change-Id: I7546cc8db4decbcd094ad76c64385b97666331b0
Jim Bankoski [Thu, 13 Feb 2014 21:03:44 +0000 (13:03 -0800)]
vp9_firstpass.c visual studio warnings addressed
Change-Id: I6fe9ec50f937b12fd9c9321465270e289dbbc59d
Dmitry Kovalev [Fri, 14 Feb 2014 07:58:25 +0000 (23:58 -0800)]
Merge "Cleanup: removing "ptr" suffix from var names."
James Zern [Tue, 11 Feb 2014 04:08:28 +0000 (20:08 -0800)]
cosmetics: yv12config.h: remove extra indent
+ remove commented out fields from YV12_BUFFER_CONFIG
Change-Id: Ie4f25df9ccae07e7b8fd31599cb4164949cf6f8f
Dmitry Kovalev [Fri, 14 Feb 2014 01:40:10 +0000 (17:40 -0800)]
Cleanup: removing "ptr" suffix from var names.
Change-Id: If8e340dd6823323025a12f851e78fffdbcaaf6f8
Dmitry Kovalev [Fri, 14 Feb 2014 01:55:03 +0000 (17:55 -0800)]
Cleaning up pack_inter_mode_mvs() function.
Change-Id: I48ad06e3e1ae9720a0683022621f4504e3bebce6
Yaowu Xu [Fri, 14 Feb 2014 03:03:13 +0000 (19:03 -0800)]
Merge "Fix build error caused by a merge conflict."
Dmitry Kovalev [Fri, 14 Feb 2014 01:35:19 +0000 (17:35 -0800)]
Merge "Removing reference to non-existing context_counters array."
Alex Converse [Fri, 14 Feb 2014 01:02:50 +0000 (17:02 -0800)]
Fix build error caused by a merge conflict.
Commit
70d9664f removed 'int i' required by
a4f30a50 .
Change-Id: I4e7e14e9e8532f753e43a57b5bba4589d58e0c32
Yaowu Xu [Fri, 14 Feb 2014 01:03:50 +0000 (17:03 -0800)]
Merge "Removed the reset of mode_info from previous frame"
Alex Converse [Fri, 14 Feb 2014 00:39:32 +0000 (16:39 -0800)]
Merge "Disable using golden frame modes if golden frames are not being used"
Deb Mukherjee [Thu, 13 Feb 2014 23:34:42 +0000 (15:34 -0800)]
In realtime mode enforce one pass with 0 lag
vpxenc level changes to enforce one pass encoding with 0
lag_in_frames when --rt mode is on.
Change-Id: I3e71719e87c9f66566cb4d944cf5705904f9a5b8
Dmitry Kovalev [Fri, 14 Feb 2014 00:23:10 +0000 (16:23 -0800)]
Merge "Adapting vp8_set_maps.c example to use new APIs."
Dmitry Kovalev [Thu, 13 Feb 2014 23:46:16 +0000 (15:46 -0800)]
Merge "Calling vpx_img_read() from vp9_spatial_scalable_encoder."
Frank Galligan [Thu, 13 Feb 2014 23:29:52 +0000 (15:29 -0800)]
Merge "Add VP9 decoder support for external frame buffers"
Marco Paniconi [Thu, 13 Feb 2014 22:02:15 +0000 (14:02 -0800)]
Fix target frame size setting, for 1pass cbr.
Only use layered average size if number_temporal_layers > 1.
Also removed unneeded commented-out line, and change some parameter
setting in vpx_temporal_scalable_patterns.c
Change-Id: Ic86e43e7daf0313e8c5a4aba1497299158111955
Dmitry Kovalev [Thu, 13 Feb 2014 23:08:07 +0000 (15:08 -0800)]
Removing reference to non-existing context_counters array.
Change-Id: I84668fa7b9487102e9bde5aea10f5f42efcd042c
Dmitry Kovalev [Thu, 13 Feb 2014 22:18:05 +0000 (14:18 -0800)]
Adapting vp8_set_maps.c example to use new APIs.
Change-Id: Id6e6b5a96c907261abe4348624241b4568707c1d
Dmitry Kovalev [Thu, 13 Feb 2014 21:58:49 +0000 (13:58 -0800)]
Merge "Calling vpx_img_read() from vpx_temporal_scalable_patterns."
Dmitry Kovalev [Thu, 13 Feb 2014 21:58:19 +0000 (13:58 -0800)]
Merge "Adding explicit casts in yv12config.c."
Dmitry Kovalev [Thu, 13 Feb 2014 21:56:45 +0000 (13:56 -0800)]
Calling vpx_img_read() from vp9_spatial_scalable_encoder.
Change-Id: I18ce84eb50283a05e149ff8211d9dc424d379b4d
Alex Converse [Mon, 10 Feb 2014 22:56:41 +0000 (14:56 -0800)]
Disable using golden frame modes if golden frames are not being used
Change-Id: I662c480ad49a242e10f1edb0c339ddbe2c6bccf4
Frank Galligan [Fri, 7 Feb 2014 01:13:08 +0000 (17:13 -0800)]
Add VP9 decoder support for external frame buffers
Added support for external frame buffers to libvpx's VP9 decoder.
If the external frame buffer functions are set then libvpx will
call the get function whenever it needs a new frame buffer to
decode a frame into. And it will call the release function
whenever there are no more references to that buffer.
Change-Id: Id2934d005f606af6e052fb6db0d5b7c02f567522
Dmitry Kovalev [Thu, 13 Feb 2014 20:55:10 +0000 (12:55 -0800)]
Merge "Using MV instead of int_mv inside vp9_full_pixel_diamond()."
James Zern [Thu, 13 Feb 2014 20:51:36 +0000 (12:51 -0800)]
Merge "vp9/vp9_cx_iface: Silence ts_number_layers MSVC warnings"
Yaowu Xu [Wed, 12 Feb 2014 19:04:58 +0000 (11:04 -0800)]
Removed the reset of mode_info from previous frame
Prior to this commit, both encoder and decoder reset mode/mv info from
previous frame in error resilient mode to ensure bitstreams are able to
decode when there is loss of frame in decoder side. However, this is
not necessary. This commit changed to remove the reset, so encoder can
continue to use mode/mv/partition information from previously encoded
frame without affecting decodeablilty under loss of frame.
Change-Id: I0279f862900dc647fb471ae3389770bb1b9f454f