History log of /external/webrtc/webrtc/modules/video_coding/utility/quality_scaler_unittest.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5908c71128aea207e42f86468aedb0a6fce3cccb 21-Dec-2015 philipel <philipel@webrtc.org> Lint fix for webrtc/modules/video_coding PART 3!

Trying to submit all changes at once proved impossible since there were
too many changes in too many files. The changes to PRESUBMIT.py
will be uploaded in the last CL.
(original CL: https://codereview.webrtc.org/1528503003/)

BUG=webrtc:5309
TBR=mflodman@webrtc.org

Review URL: https://codereview.webrtc.org/1540243002

Cr-Commit-Position: refs/heads/master@{#11105}
/external/webrtc/webrtc/modules/video_coding/utility/quality_scaler_unittest.cc
b7ce96470b99510937e489bcb4dc3165a9ab1b28 18-Nov-2015 kjellander@webrtc.org <kjellander@google.com> modules/video_coding/utility: Remove include

This makes it clearer this code not meant to be used as an API.
I could not find any use of this in downstream code.

BUG=webrtc:5095
TESTED=git cl try -c --bot=android_compile_rel --bot=linux_compile_rel --bot=win_compile_rel --bot=mac_compile_rel --bot=ios_rel --bot=linux_gn_rel --bot=win_x64_gn_rel --bot=mac_x64_gn_rel --bot=android_gn_rel -m tryserver.webrtc
R=stefan@webrtc.org
TBR=magjed@webrtc.org

Review URL: https://codereview.webrtc.org/1440873005 .

Cr-Commit-Position: refs/heads/master@{#10699}
/external/webrtc/webrtc/modules/video_coding/utility/quality_scaler_unittest.cc
17417707428816ffb88d9c71dcc8a5d492cf9fdf 25-Sep-2015 Peter Boström <pbos@webrtc.org> Implement a high-QP threshold for Android H.264.

Android hardware H.264 seems to keep a steady high-QP flow instead of
dropping frames, so framedrops aren't sufficient to detect a bad state
where downscaling would be beneficial.

BUG=webrtc:4968
R=magjed@webrtc.org, stefan@webrtc.org

Review URL: https://codereview.webrtc.org/1364253002 .

Cr-Commit-Position: refs/heads/master@{#10078}
/external/webrtc/webrtc/modules/video_coding/utility/quality_scaler_unittest.cc
6e2ce6e1ae41d8eeb0f233cbd26087daa03ab702 14-Jul-2015 jackychen <jackychen@webrtc.org> Allow for framerate reduction for HW encoder.

R=pbos@webrtc.org, stefan@webrtc.org
TBR=glaznev@google.com

Review URL: https://webrtc-codereview.appspot.com/51159004 .

Cr-Commit-Position: refs/heads/master@{#9573}
/external/webrtc/webrtc/modules/video_coding/utility/quality_scaler_unittest.cc
6a688f5265040c64e49dd16244ca5bac03327453 22-Jun-2015 Peter Boström <pbos@webrtc.org> Add default downscale threshold to QualityScaler.

Prevents downscaling below 160x90 or 90x160 to gain more quality.

BUG=4625
R=mflodman@webrtc.org

Review URL: https://codereview.webrtc.org/1160403004.

Cr-Commit-Position: refs/heads/master@{#9480}
/external/webrtc/webrtc/modules/video_coding/utility/quality_scaler_unittest.cc
4765070b8d6f024509c717c04d9b708750666927 30-May-2015 Miguel Casas-Sanchez <mcasas@webrtc.org> Rename I420VideoFrame to VideoFrame.

This is a mechanical change since it affects so many
files.
I420VideoFrame -> VideoFrame
and reformatted.

Rationale: in the next CL I420VideoFrame will
get an indication of Pixel Format (I420 for
starters) and of storage type: usually
UNOWNED, could be SHMEM, and in the near
future will be possibly TEXTURE. See
https://codereview.chromium.org/1154153003
for the change that happened in Cr.

BUG=4730, chromium:440843
R=jiayl@webrtc.org, niklas.enbom@webrtc.org, pthatcher@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/52629004

Cr-Commit-Position: refs/heads/master@{#9339}
/external/webrtc/webrtc/modules/video_coding/utility/quality_scaler_unittest.cc
98d8cf58ee8c7c7b0672ce7955313a31824d6f3a 21-May-2015 jackychen <jackychen@webrtc.org> Hardware VP8 encoding: Use QP as metric for resize.

Add vp8 frame header parser to get QP from vp8 bitstream.

BUG= 4273
R=glaznev@webrtc.org, marpan@google.com, pbos@webrtc.org
TBR=stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/49259004

Cr-Commit-Position: refs/heads/master@{#9256}
/external/webrtc/webrtc/modules/video_coding/utility/quality_scaler_unittest.cc
61b4d518af7c2e4156056931d3512a49032b827d 22-Apr-2015 jackychen <jackychen@webrtc.org> Dynamic resolution change for VP8 HW encode.

Off by default for now.

BUG=
R=glaznev@webrtc.org, stefan@webrtc.org
TBR=mflodman@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/45849004

Cr-Commit-Position: refs/heads/master@{#9045}
/external/webrtc/webrtc/modules/video_coding/utility/quality_scaler_unittest.cc
a0d7827b1631fa8e2cf8957a76736ab159cb962a 12-Sep-2014 pbos@webrtc.org <pbos@webrtc.org> Add ability to downscale content to improve quality.

BUG=3712
R=marpan@google.com, stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/18169004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7164 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/modules/video_coding/utility/quality_scaler_unittest.cc