summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prevent invalid readm52-2743Yaowu Xu2016-07-181-5/+10
* Promote to uint32_t before left shiftJohann2016-07-181-1/+1
* vp9: Fix potential SEGV in decoder_peek_si_internalJohann2016-06-282-5/+48
* Prevent read to invalid RefBufferYaowu Xu2016-06-271-10/+11
* Merge "vpx_dsp: Rename postproc.c add_noise."James Bankoski2016-05-105-4/+4
|\
| * vpx_dsp: Rename postproc.c add_noise.Jim Bankoski2016-05-105-4/+4
* | Merge "Fix comment for target_bandwidth in VP9 and VP10"Hui Su2016-05-102-2/+2
|\ \ | |/ |/|
| * Fix comment for target_bandwidth in VP9 and VP10hui su2016-05-092-2/+2
* | Merge "Revert "Skip inttypes.h on Darwin""James Zern2016-05-101-5/+0
|\ \
| * | Revert "Skip inttypes.h on Darwin"James Zern2016-05-091-5/+0
* | | Merge "pickmode: Fix a pair of unsigned overflows."Alex Converse2016-05-091-2/+2
|\ \ \
| * | | pickmode: Fix a pair of unsigned overflows.Alex Converse2016-05-091-2/+2
| | |/ | |/|
* | | Merge "VPX: refactor vpx_idct16x16_1_add_sse2()"Scott LaVarnway2016-05-091-18/+4
|\ \ \
| * | | VPX: refactor vpx_idct16x16_1_add_sse2()Scott LaVarnway2016-05-091-18/+4
* | | | Merge "vp9: 1 pass vbr: Reduce base qp for active_best_quality for inter-fram...Marco Paniconi2016-05-091-1/+1
|\ \ \ \
| * | | | vp9: 1 pass vbr: Reduce base qp for active_best_quality for inter-frames.Marco2016-05-091-1/+1
| | |/ / | |/| |
* | | | Merge "convolve_test: Fix IOC runtime errors."Tom Finegan2016-05-091-1/+2
|\ \ \ \
| * | | | convolve_test: Fix IOC runtime errors.Tom Finegan2016-05-091-1/+2
* | | | | Merge "Alignment is required for sad_array8"Johann Koenig2016-05-091-1/+0
|\ \ \ \ \
| * | | | | Alignment is required for sad_array8Johann2016-05-091-1/+0
* | | | | | Merge "libvpx: vpx_add_plane_noise make c match assembly"James Bankoski2016-05-092-10/+8
|\ \ \ \ \ \
| * | | | | | libvpx: vpx_add_plane_noise make c match assemblyJim Bankoski2016-05-072-10/+8
* | | | | | | Merge "Remove sixtap/bilinear 4x4 neon implementations"Johann Koenig2016-05-093-487/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Remove sixtap/bilinear 4x4 neon implementationsJohann2016-05-063-487/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge changes Id13b97f4,I1d342725Johann Koenig2016-05-091-19/+18
|\ \ \ \ \ \
| * | | | | | The subfunctions are only defined for sse2Johann2016-05-061-2/+1
| * | | | | | Unlike non-hbd variance, opt2 is never usedJohann2016-05-061-17/+17
| |/ / / / /
* | | | | | Merge "Use canonical avg_pred functions"Johann Koenig2016-05-091-43/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Use canonical avg_pred functionsJohann2016-05-061-43/+2
| |/ / / /
* | | | | Merge "Skip inttypes.h on Darwin"Tom Finegan2016-05-091-0/+5
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Skip inttypes.h on DarwinBrion Vibber2016-05-041-0/+5
* | | | Merge "Break exports for spatial_svc out to fix shared builds without it"Johann Koenig2016-05-063-6/+9
|\ \ \ \ | |/ / /
| * | | Break exports for spatial_svc out to fix shared builds without itBrion Vibber2016-05-043-6/+9
* | | | Merge "Fix for version.sh when libvpx is checked out as git submodule"Johann Koenig2016-05-061-1/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix for version.sh when libvpx is checked out as git submoduleBrion Vibber2016-05-041-1/+2
* | | Merge "md5_utils,MD5Transform: don't check for unsigned overflow"James Zern2016-05-061-1/+14
|\ \ \
| * | | md5_utils,MD5Transform: don't check for unsigned overflowJames Zern2016-05-041-1/+14
* | | | Merge changes from topic 'missing-proto'James Zern2016-05-0611-8/+16
|\ \ \ \
| * | | | vp9_frame_scale_ssse3.c: make 2 functions staticJames Zern2016-05-041-6/+6
| * | | | vp9_pickmode.c: make function staticJames Zern2016-05-041-1/+1
| * | | | vp9_noise_estimate.c: make function staticJames Zern2016-05-041-1/+1
| * | | | vp9_aq_360.c: add missing includeJames Zern2016-05-041-0/+1
| * | | | vp9_idct_intrin_sse2: add missing vp9_rtcd.h includeJames Zern2016-05-041-0/+1
| * | | | vpx_dsp/*.[hc]: add missing vpx_dsp_rtcd.h includeJames Zern2016-05-046-0/+6
* | | | | Merge "vp9: Modify logic for gf setting based on up-coming key frame."Marco Paniconi2016-05-051-25/+28
|\ \ \ \ \
| * | | | | vp9: Modify logic for gf setting based on up-coming key frame.Marco2016-05-051-25/+28
| | |/ / / | |/| | |
* | | | | vp9: Reduce qp threshold for limiting cyclic refresh on steady blocks.Marco2016-05-051-8/+14
|/ / / /
* | | | Merge changes I05b3028a,I1ad41c09James Zern2016-05-051-4/+3
|\ \ \ \
| * | | | vpx_dsp_common.h: remove circular includeJames Zern2016-05-041-1/+0
| * | | | vpx_dsp_common.h: fix include guardJames Zern2016-05-041-3/+3
| |/ / /