summaryrefslogtreecommitdiff
path: root/vpx_scale
AgeCommit message (Expand)AuthorFilesLines
2016-07-26vpx_scale: apply clang-formatclang-format8-395/+340
2016-06-17remove vp10James Zern3-4/+4
2016-05-19Revert "Extend the external fb interface to allocate individual planes."James Zern1-54/+24
2016-05-19Merge "Extend the external fb interface to allocate individual planes."Daniele Castagna1-24/+54
2016-05-18Extend the external fb interface to allocate individual planes.Daniele Castagna1-24/+54
2016-05-03yv12extend: make memcpy_short_addr staticJames Zern1-1/+1
2016-02-02yv12config.c: remove dead CONFIG_ALPHA codeJames Zern1-25/+0
2015-11-02vpx_scale: fix the issue in msan test.jackychen1-0/+9
2015-10-16Add a new enum type vpx_color_range_tYaowu Xu1-1/+1
2015-09-25vp9/10: improve support for render_width/height.Ronald S. Bultje1-0/+2
2015-09-16Add support for color-range.Ronald S. Bultje1-0/+1
2015-08-15Merge "Change vp9_ prefix function names in vpx_scale to vpx_"Jingning Han5-16/+16
2015-08-14Change vp9_ prefix function names in vpx_scale to vpx_Jingning Han5-16/+16
2015-08-14Remove vp10's build dependency on vp9Yaowu Xu1-5/+5
2015-08-11Fork VP9 and VP10 codebaseJingning Han3-4/+4
2015-05-14vpx_scale: add missing rtcd + vpx_scale includesJames Zern3-1/+3
2015-05-13Relocate memory operations for common codeJohann2-3/+2
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