summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary check for frame parallel decode.sandbox/hkuang/frame_parallelhkuang2014-07-081-2/+0
* Add more functions for FrameWorker.hkuang2014-07-087-4/+193
* ctrl_get_reference does not need user_priv.hkuang2014-07-022-2/+2
* Seperate the frame buffers from VP9 encoder/decoder structure.hkuang2014-07-0210-87/+136
* Revert "Revert "Revert "Revert 3 patches from Hangyu to get Chrome to build:"""hkuang2014-07-024-83/+237
* Merge "Adapt strength of AQ2."Paul Wilkins2014-07-022-16/+55
|\
| * Adapt strength of AQ2.Paul Wilkins2014-07-022-16/+55
* | Merge "Store/read 16x16 block statistics obtained from the first pass"Pengchong Jin2014-07-025-0/+105
|\ \ | |/ |/|
| * Store/read 16x16 block statistics obtained from the first passPengchong Jin2014-07-015-0/+105
* | Adds support for reading and writing 10/12-bit y4mDeb Mukherjee2014-07-0217-37/+441
* | Merge "VP9 denoiser used s/int/enum where appropriate"Tim Kopp2014-07-012-14/+16
|\ \
| * | VP9 denoiser used s/int/enum where appropriateTim Kopp2014-07-012-14/+16
* | | Merge "Denoised output is now grayscale"Tim Kopp2014-07-011-1/+29
|\ \ \ | |/ /
| * | Denoised output is now grayscaleTim Kopp2014-07-011-1/+29
* | | Merge "vp8/bitstream.h: quiet warnings in EDSP builds"James Zern2014-07-011-3/+3
|\ \ \
| * | | vp8/bitstream.h: quiet warnings in EDSP buildsJames Zern2014-06-301-3/+3
* | | | Merge changes I875ac5a7,I2b13369d,I9ceb47a9James Zern2014-07-016-130/+246
|\ \ \ \
| * | | | update vp9_thread.[hc]James Zern2014-07-016-108/+223
| * | | | vp9_thread_test: remove unnecessary c_str()'sJames Zern2014-07-011-3/+3
| * | | | vp9_thread_test: factorize decode loopJames Zern2014-06-301-20/+21
* | | | | Merge "Re-design quantization process"Yaowu Xu2014-07-0110-6/+310
|\ \ \ \ \
| * | | | | Re-design quantization processJingning Han2014-07-0110-6/+310
* | | | | | Merge "Add a test that tests invalid partitions for profile 1"Jim Bankoski2014-07-013-0/+10
|\ \ \ \ \ \
| * | | | | | Add a test that tests invalid partitions for profile 1Jim Bankoski2014-07-013-0/+10
* | | | | | | Merge "validate uv block size when reading partition"Jim Bankoski2014-07-011-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | validate uv block size when reading partitionJim Bankoski2014-07-011-1/+5
| | |_|/ / | |/| | |
* | | | | Merge "Elevate NEWMV mode checking threshold in real time"Yunqing Wang2014-07-013-0/+13
|\ \ \ \ \
| * | | | | Elevate NEWMV mode checking threshold in real timeYunqing Wang2014-07-013-0/+13
| | |_|_|/ | |/| | |
* | | | | Merge "vp9_thread_test: add 'Thread' to test names"James Zern2014-07-011-3/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | vp9_thread_test: add 'Thread' to test namesJames Zern2014-06-301-3/+3
| | |/ / | |/| |
* | | | Add a new yuv444 testvector.Alex Converse2014-07-013-0/+5
| |/ / |/| |
* | | Merge "Fix visual studio build issue"Dmitry Kovalev2014-07-011-1/+1
|\ \ \ | |/ / |/| |
| * | Fix visual studio build issueYunqing Wang2014-07-011-1/+1
* | | Merge "libs.mk: don't include x86inc.asm in codec src list"James Zern2014-06-301-1/+1
|\ \ \
| * | | libs.mk: don't include x86inc.asm in codec src listJames Zern2014-06-271-1/+1
* | | | Merge "Revert "Fix a bug in VP9Worker which leads to unit test hang.""James Zern2014-06-301-1/+0
|\ \ \ \
| * | | | Revert "Fix a bug in VP9Worker which leads to unit test hang."hkuang2014-06-301-1/+0
| | |/ / | |/| |
* | | | Merge "BITSTREAM: Handle transform size and motion vectors more logically for...Alex Converse2014-06-309-34/+63
|\ \ \ \ | |/ / / |/| | |
| * | | BITSTREAM: Handle transform size and motion vectors more logically for non-420.Alex Converse2014-06-189-34/+63
* | | | Merge "Encode_breakout code refactoring"Yunqing Wang2014-06-301-75/+92
|\ \ \ \
| * | | | Encode_breakout code refactoringYunqing Wang2014-06-301-75/+92
* | | | | Merge "change to not force interp_type as SWITCHABLE"Yaowu Xu2014-06-302-4/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | change to not force interp_type as SWITCHABLEYaowu Xu2014-06-302-4/+3
* | | | | Merge "Remove unused set_mode_info function"Jingning Han2014-06-301-25/+7
|\ \ \ \ \
| * | | | | Remove unused set_mode_info functionJingning Han2014-06-301-25/+7
| |/ / / /
* | | | | Merge "Fix a bug in VP9Worker which leads to unit test hang."hkuang2014-06-301-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix a bug in VP9Worker which leads to unit test hang.hkuang2014-06-301-0/+1
| |/ / /
* | | | Enable encode breakout in real timeYunqing Wang2014-06-302-0/+11
|/ / /
* | | Decide the partitioning threshold from the variance histogramYunqing Wang2014-06-308-70/+145
* | | Merge "initialize bit buffer structure to avoid warning error"Jim Bankoski2014-06-301-1/+2
|\ \ \