summaryrefslogtreecommitdiff
path: root/vpx_scale
AgeCommit message (Expand)Author
2015-04-15Reorganize *_rtcd() calling conventionsJohann
2015-04-14Remove unused scaleopt.cppJohann
2015-03-18Remove last remnants of obj_int_extractJohann
2015-02-06Prevent VP8 encoding crashYaowu Xu
2015-02-06Correct the miscalculation in uv dimensionsYaowu Xu
2015-01-13Enable decoder to pass through color space infoYaowu Xu
2014-12-15Revert "Revert "Add support for setting byte alignment.""Frank Galligan
2014-12-15Revert "Add support for setting byte alignment."Paul Wilkins
2014-12-12Add support for setting byte alignment.Frank Galligan
2014-12-05fix building with --disable-spatial-resamplingJames Zern
2014-11-06Remove asm offset dependenciesJohann
2014-10-11yv12config: fix highbitdepth buildJames Zern
2014-10-02Fix subsampling check for images 1 pixel wide/tallAlex Converse
2014-09-15Remove memset of every external frame buffer.Frank Galligan
2014-09-08BITSTREAM CLARIFICATION: Forbid referencing across color spaces.Alex Converse
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-07-25Remove copy frame neonJohann
2014-07-25Remove unused copy src frame functionJohann
2014-07-24Remove neon version of vp8 extend bordersJohann
2014-07-24Set and use uv_crop_[width|height]Johann
2014-07-18Fix visual studio build failureYunqing Wang
2014-07-17fail allocation of buffers if size_t < frame_sizeJim Bankoski
2014-06-11Add non420 support to vp9_extend_frame_borders.Alex Converse
2014-05-12Only build neon assembly for armv7 targetsJohann
2014-04-24Remove test against NULL before freeing memoryAdrian Grange
2014-03-14Remove the vp8_vpxyv12_copy_y_neon.hkuang
2014-03-07Disable the neon version vpx_yv12_copy_y.hkuang
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