summaryrefslogtreecommitdiff
path: root/vpx_scale
AgeCommit message (Expand)AuthorFilesLines
2015-04-28vpx_mem: remove vpx_memsetJames Zern3-8/+8
2015-04-28vpx_mem: remove vpx_memcpyJames Zern4-19/+19
2015-04-15Reorganize *_rtcd() calling conventionsJohann1-2/+2
2015-04-14Remove unused scaleopt.cppJohann1-525/+0
2015-03-18Remove last remnants of obj_int_extractJohann1-16/+0
2015-02-06Prevent VP8 encoding crashYaowu Xu1-1/+1
2015-02-06Correct the miscalculation in uv dimensionsYaowu Xu1-8/+8
2015-01-13Enable decoder to pass through color space infoYaowu Xu1-0/+1
2014-12-15Revert "Revert "Add support for setting byte alignment.""Frank Galligan2-26/+30
2014-12-15Revert "Add support for setting byte alignment."Paul Wilkins2-30/+26
2014-12-12Add support for setting byte alignment.Frank Galligan2-26/+30
2014-12-05fix building with --disable-spatial-resamplingJames Zern1-2/+2
2014-11-06Remove asm offset dependenciesJohann2-28/+0
2014-10-11yv12config: fix highbitdepth buildJames Zern2-1/+1
2014-10-02Fix subsampling check for images 1 pixel wide/tallAlex Converse2-0/+4
2014-09-15Remove memset of every external frame buffer.Frank Galligan1-5/+0
2014-09-08BITSTREAM CLARIFICATION: Forbid referencing across color spaces.Alex Converse1-0/+2
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee3-5/+198
2014-07-25Remove copy frame neonJohann4-260/+0
2014-07-25Remove unused copy src frame functionJohann2-260/+0
2014-07-24Remove neon version of vp8 extend bordersJohann4-312/+1
2014-07-24Set and use uv_crop_[width|height]Johann2-8/+13
2014-07-18Fix visual studio build failureYunqing Wang1-2/+2
2014-07-17fail allocation of buffers if size_t < frame_sizeJim Bankoski1-11/+21
2014-06-11Add non420 support to vp9_extend_frame_borders.Alex Converse2-20/+17
2014-05-12Only build neon assembly for armv7 targetsJohann2-6/+8
2014-04-24Remove test against NULL before freeing memoryAdrian Grange1-2/+1
2014-03-14Remove the vp8_vpxyv12_copy_y_neon.hkuang2-124/+0
2014-03-07Disable the neon version vpx_yv12_copy_y.hkuang1-1/+0
2014-03-03build: convert rtcd.sh to perlJames Zern3-36/+37
2014-02-28Fix unused parameters in vp9_extend_frame_bordersYaowu Xu2-11/+7
2014-02-27vpx_scale_rtcd.sh: fix conditionalJames Zern1-1/+1
2014-02-13cosmetics: yv12config.h: remove extra indentJames Zern1-47/+45
2014-02-13Adding explicit casts in yv12config.c.Dmitry Kovalev1-3/+3
2014-02-10Add get release decoder frame buffer functions.Frank Galligan2-10/+52
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