summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Hide global symbols for macho32/64m31-baselineYunqing Wang2013-10-301-0/+4
* Correct handling of show_bit in uncompressed header.Dmitry Kovalev2013-10-291-7/+5
* changed to comply with strict aliasing ruleYaowu Xu2013-10-291-2/+2
* Converted assert to error checkingYaowu Xu2013-10-291-11/+17
* Added checking for invalid sizeYaowu Xu2013-10-291-1/+3
* Converted assertion to returning errorYaowu Xu2013-10-291-1/+5
* Added trap for invalid key frameYaowu Xu2013-10-291-3/+9
* Prevent access to invalid pointerYaowu Xu2013-10-291-2/+4
* Add clamp to prevent out of bound accessYaowu Xu2013-10-291-5/+4
* Adding assign_mv() function to reduce code duplication.Dmitry Kovalev2013-10-281-72/+48
* Reading diff update flag inside vp9_diff_update_prob.Dmitry Kovalev2013-10-284-32/+23
* BITSTREAM - "update_map" SEMANTICS BROKEN IN 398ddafb629b7f49cf255bf09d3e38b4...Dmitry Kovalev2013-10-282-15/+28
* BITSTREAM - RESTORING BILINEAR INTERPOLATION FILTER SUPPORTDmitry Kovalev2013-10-285-3/+8
* BITSTREAM - CLARIFICATION OF MV SIZE RANGEJingning Han2013-10-282-1/+17
* Adding read_intra_mode_{y, uv} functions for clarity.Dmitry Kovalev2013-10-281-10/+21
* fix build with MSVCYaowu Xu2013-10-281-9/+11
* Using array of motion vectors instead of separate variables.Dmitry Kovalev2013-10-281-31/+27
* New way of updating last frame segmentation map.Dmitry Kovalev2013-10-282-28/+15
* Remove redundant mode update in sub8x8 decodingJingning Han2013-10-281-2/+3
* Merge "Fix x86inc.asm to build PIC code correctly"Yunqing Wang2013-09-183-35/+137
|\
| * Fix x86inc.asm to build PIC code correctlyYunqing Wang2013-09-183-35/+137
* | Merge "Modified resize unit test to output test vector"Adrian Grange2013-09-185-12/+130
|\ \
| * | Modified resize unit test to output test vectorAdrian Grange2013-09-175-12/+130
* | | Merge "Silence a bunch of MSVC warnings"Yaowu Xu2013-09-175-17/+18
|\ \ \
| * | | Silence a bunch of MSVC warningsYaowu Xu2013-09-175-17/+18
| | |/ | |/|
* | | Clean up second ref check in sub8x8 rd loopJingning Han2013-09-171-17/+19
| |/ |/|
* | Remove redundant argument in get_sub_block_mvJingning Han2013-09-171-6/+4
|/
* Merge "Minor clean up."Paul Wilkins2013-09-172-30/+6
|\
| * Minor clean up.Paul Wilkins2013-09-162-30/+6
* | Merge "Adjustment to mode_skip_start."Paul Wilkins2013-09-171-4/+4
|\ \ | |/
| * Adjustment to mode_skip_start.Paul Wilkins2013-09-161-4/+4
* | Merge "Fix failure to copy data files if content changes"Adrian Grange2013-09-161-1/+1
|\ \
| * | Fix failure to copy data files if content changesAdrian Grange2013-09-161-1/+1
* | | Merge "Speed up iht8x8 by rearranging instructions. Speed improves from 282% ...hkuang2013-09-161-82/+82
|\ \ \
| * | | Speed up iht8x8 by rearranging instructions.hkuang2013-09-161-82/+82
| | |/ | |/|
* | | fix a problem where an invalid mv used in searchYaowu Xu2013-09-162-1/+4
|/ /
* | Merge "Revert "Improved 8t filters""James Zern2013-09-133-446/+24
|\ \
| * | Revert "Improved 8t filters"James Zern2013-09-133-446/+24
* | | Merge "Minor adjustment in unit tests"Yaowu Xu2013-09-132-2/+2
|\ \ \ | |/ / |/| |
| * | Minor adjustment in unit testsYaowu Xu2013-09-132-2/+2
* | | Merge "Adaptive motion search control"Jingning Han2013-09-135-18/+66
|\ \ \
| * | | Adaptive motion search controlJingning Han2013-09-135-18/+66
* | | | Merge "Clean up of the search best filter speed feature"Deb Mukherjee2013-09-132-91/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Clean up of the search best filter speed featureDeb Mukherjee2013-09-112-91/+1
* | | | Merge "Fix VP9_mode_order[]"Paul Wilkins2013-09-131-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix VP9_mode_order[]Paul Wilkins2013-09-131-0/+2
* | | | Merge "New mode_info_context storage -- undo revert"Scott LaVarnway2013-09-1331-520/+580
|\ \ \ \ | |/ / / |/| | |
| * | | New mode_info_context storage -- undo revertScott LaVarnway2013-09-1131-520/+580
* | | | Merge "Deleted #include <inttypes.h>"Paul Wilkins2013-09-131-1/+0
|\ \ \ \
| * | | | Deleted #include <inttypes.h>Paul Wilkins2013-09-121-1/+0