summaryrefslogtreecommitdiff
path: root/vpx_scale
AgeCommit message (Expand)Author
2014-03-03build: convert rtcd.sh to perlJames Zern
2014-02-28Fix unused parameters in vp9_extend_frame_bordersYaowu Xu
2014-02-27vpx_scale_rtcd.sh: fix conditionalJames Zern
2014-02-13cosmetics: yv12config.h: remove extra indentJames Zern
2014-02-13Adding explicit casts in yv12config.c.Dmitry Kovalev
2014-02-10Add get release decoder frame buffer functions.Frank Galligan
2014-01-24Revert external frame buffer code.Frank Galligan
2014-01-21Seperate the border size for encoder and decoder.hkuang
2014-01-13mips dsp-ase r2 vp9 decoder fixed bug in extend frame module (seg fault)Parag Salasakar
2014-01-10Fix Issue #679: vp9 C loop filter produces valgrind warning.hkuang
2013-12-16{,vpx_scale}: normalize include guardsJames Zern
2013-12-16Avoid mixed comparisonJohann
2013-12-15Add support to pass in external frame buffers.Frank Galligan
2013-11-22Fix bug in extend_frame chroma extended too farAdrian Grange
2013-11-14fix scalling bug by buffer auto-reallocationAdrian Grange
2013-09-29mips dsp-ase r2 vp9 decoder extend module optimizationsJim Bankoski
2013-08-24cosmetics: yv12extend add some constJames Zern
2013-08-23yv12extend: name variables consistentlyJames Zern
2013-08-22vpx_scale: correct pixel spellingJames Zern
2013-08-16Fixed typos and formattingAdrian Grange
2013-08-09renamed vp8_yv12_copy_y to vpx_yv12_copy_yYaowu Xu
2013-07-30Cleanup typos, remove unnecessary lines, replace switchAdrian Grange
2013-07-16added missed replacementYaowu Xu
2013-07-16Merge "yv12config: remove YUV_TYPE"James Zern
2013-07-15Change to extend full border only when neededYaowu Xu
2013-07-15Increase border size from 96 to 160.Ronald S. Bultje
2013-07-12yv12config: remove YUV_TYPEJames Zern
2013-06-25Only do metrics on cropped (visible) area of picture.Ronald S. Bultje
2013-06-07Align frame size to 8 instead of 16.Ronald S. Bultje
2013-05-16Initial version of alpha channel supportJohn Koleszar
2013-05-15Add vp9_extend_frame_bordersJohn Koleszar
2013-05-15Adding alpha plane to YV12_BUFFER_CONFIG structure.Dmitry Kovalev
2013-05-09Subsampling aware allocs and bitstreamJohn Koleszar
2013-04-29Expand UMV border to 96 pixelsJohn Koleszar
2013-04-03vp8: set y_crop_{width,height}John Koleszar
2013-03-13Fix pulsing issue with scalingJohn Koleszar
2013-02-08Avoid allocating memory when resizing framesJohn Koleszar
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar
2012-12-26Build fixes to merge vp9-preview into masterJohn Koleszar
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-05Move vp8_scale_frame to vpx namespaceJohann
2012-12-05Remove last duck_ functionsJohann
2012-12-05Use 'vpx_scale' consistentlyJohann
2012-12-05Begin to refactor vpx_scale usage in VP9Johann
2012-12-05Update ARM for vpx_scale changesJohann
2012-12-04Merge "Begin to refactor vpx_scale usage in VP9" into experimentalJohann
2012-12-03Merge "Update ARM for vpx_scale changes" into experimentalJohann
2012-12-03Begin to refactor vpx_scale usage in VP9Johann
2012-12-03Update ARM for vpx_scale changesJohann
2012-11-30Rename vpx_scale/rtcd.c to vpx_scale/vpx_scale_rtcd.cFrank Galligan