summaryrefslogtreecommitdiff
path: root/vpx_scale
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Revert external frame buffer code.Frank Galligan2-69/+20
2014-01-21Seperate the border size for encoder and decoder.hkuang1-4/+5
2014-01-13mips dsp-ase r2 vp9 decoder fixed bug in extend frame module (seg fault)Parag Salasakar1-8/+7
2014-01-10Fix Issue #679: vp9 C loop filter produces valgrind warning.hkuang1-3/+13
2013-12-16{,vpx_scale}: normalize include guardsJames Zern2-6/+6
2013-12-16Avoid mixed comparisonJohann1-1/+1
2013-12-15Add support to pass in external frame buffers.Frank Galligan2-12/+59
2013-11-22Fix bug in extend_frame chroma extended too farAdrian Grange1-8/+7
2013-11-14fix scalling bug by buffer auto-reallocationAdrian Grange1-1/+4
2013-09-29mips dsp-ase r2 vp9 decoder extend module optimizationsJim Bankoski3-2/+154
2013-08-24cosmetics: yv12extend add some constJames Zern6-16/+18
2013-08-23yv12extend: name variables consistentlyJames Zern1-99/+64
2013-08-22vpx_scale: correct pixel spellingJames Zern2-3/+3
2013-08-16Fixed typos and formattingAdrian Grange1-1/+1
2013-08-09renamed vp8_yv12_copy_y to vpx_yv12_copy_yYaowu Xu3-5/+5
2013-07-30Cleanup typos, remove unnecessary lines, replace switchAdrian Grange1-2/+2
2013-07-16added missed replacementYaowu Xu1-2/+2
2013-07-16Merge "yv12config: remove YUV_TYPE"James Zern1-19/+0
2013-07-15Change to extend full border only when neededYaowu Xu3-8/+26
2013-07-15Increase border size from 96 to 160.Ronald S. Bultje1-1/+1
2013-07-12yv12config: remove YUV_TYPEJames Zern1-19/+0
2013-06-25Only do metrics on cropped (visible) area of picture.Ronald S. Bultje2-0/+4
2013-06-07Align frame size to 8 instead of 16.Ronald S. Bultje1-2/+2
2013-05-16Initial version of alpha channel supportJohn Koleszar1-1/+19
2013-05-15Add vp9_extend_frame_bordersJohn Koleszar2-0/+36
2013-05-15Adding alpha plane to YV12_BUFFER_CONFIG structure.Dmitry Kovalev2-0/+10
2013-05-09Subsampling aware allocs and bitstreamJohn Koleszar2-1/+95
2013-04-29Expand UMV border to 96 pixelsJohn Koleszar1-1/+1
2013-04-03vp8: set y_crop_{width,height}John Koleszar1-0/+5
2013-03-13Fix pulsing issue with scalingJohn Koleszar3-174/+80
2013-02-08Avoid allocating memory when resizing framesJohn Koleszar3-18/+28
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar1-0/+2
2012-12-26Build fixes to merge vp9-preview into masterJohn Koleszar1-0/+2
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje1-10/+11
2012-12-05Move vp8_scale_frame to vpx namespaceJohann2-3/+3
2012-12-05Remove last duck_ functionsJohann1-8/+8
2012-12-05Use 'vpx_scale' consistentlyJohann6-5/+5
2012-12-05Begin to refactor vpx_scale usage in VP9Johann11-3154/+0
2012-12-05Update ARM for vpx_scale changesJohann7-5/+48
2012-12-04Merge "Begin to refactor vpx_scale usage in VP9" into experimentalJohann11-3154/+0
2012-12-03Merge "Update ARM for vpx_scale changes" into experimentalJohann7-5/+48
2012-12-03Begin to refactor vpx_scale usage in VP9Johann11-3154/+0
2012-12-03Update ARM for vpx_scale changesJohann7-5/+48
2012-11-30Rename vpx_scale/rtcd.c to vpx_scale/vpx_scale_rtcd.cFrank Galligan2-1/+1
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar4-1/+63
2012-11-05Build / make problemPaul Wilkins1-1/+0
2012-11-02vpx_scale: sync from masterJohn Koleszar19-1918/+280
2012-07-31Merging and bug-fix in enhanced_interp experimentDeb Mukherjee2-5/+5
2012-07-17Restyle codeJohn Koleszar15-2980/+2789
2012-03-15WebM Experimental Codec Branch SnapshotYaowu Xu3-29/+9