summaryrefslogtreecommitdiff
path: root/vpx_scale
Commit message (Expand)AuthorAgeFilesLines
* remove vp10James Zern2016-06-173-4/+4
* Revert "Extend the external fb interface to allocate individual planes."James Zern2016-05-191-54/+24
* Merge "Extend the external fb interface to allocate individual planes."Daniele Castagna2016-05-191-24/+54
|\
| * Extend the external fb interface to allocate individual planes.Daniele Castagna2016-05-181-24/+54
* | yv12extend: make memcpy_short_addr staticJames Zern2016-05-031-1/+1
|/
* yv12config.c: remove dead CONFIG_ALPHA codeJames Zern2016-02-021-25/+0
* vpx_scale: fix the issue in msan test.jackychen2015-11-021-0/+9
* Add a new enum type vpx_color_range_tYaowu Xu2015-10-161-1/+1
* vp9/10: improve support for render_width/height.Ronald S. Bultje2015-09-251-0/+2
* Add support for color-range.Ronald S. Bultje2015-09-161-0/+1
* Merge "Change vp9_ prefix function names in vpx_scale to vpx_"Jingning Han2015-08-155-16/+16
|\
| * Change vp9_ prefix function names in vpx_scale to vpx_Jingning Han2015-08-145-16/+16
* | Remove vp10's build dependency on vp9Yaowu Xu2015-08-141-5/+5
|/
* Fork VP9 and VP10 codebaseJingning Han2015-08-113-4/+4
* vpx_scale: add missing rtcd + vpx_scale includesJames Zern2015-05-143-1/+3
* Relocate memory operations for common codeJohann2015-05-132-3/+2
* vpx_mem: remove vpx_memsetJames Zern2015-04-283-8/+8
* vpx_mem: remove vpx_memcpyJames Zern2015-04-284-19/+19
* Reorganize *_rtcd() calling conventionsJohann2015-04-151-2/+2
* Remove unused scaleopt.cppJohann2015-04-141-525/+0
* Remove last remnants of obj_int_extractJohann2015-03-181-16/+0
* Prevent VP8 encoding crashYaowu Xu2015-02-061-1/+1
* Correct the miscalculation in uv dimensionsYaowu Xu2015-02-061-8/+8
* Enable decoder to pass through color space infoYaowu Xu2015-01-131-0/+1
* Revert "Revert "Add support for setting byte alignment.""Frank Galligan2014-12-152-26/+30
* Revert "Add support for setting byte alignment."Paul Wilkins2014-12-152-30/+26
* Add support for setting byte alignment.Frank Galligan2014-12-122-26/+30
* fix building with --disable-spatial-resamplingJames Zern2014-12-051-2/+2
* Remove asm offset dependenciesJohann2014-11-062-28/+0
* yv12config: fix highbitdepth buildJames Zern2014-10-112-1/+1
* Fix subsampling check for images 1 pixel wide/tallAlex Converse2014-10-022-0/+4
* Remove memset of every external frame buffer.Frank Galligan2014-09-151-5/+0
* BITSTREAM CLARIFICATION: Forbid referencing across color spaces.Alex Converse2014-09-081-0/+2
* Adds config opt for highbitdepth + misc. vpxDeb Mukherjee2014-09-023-5/+198
* Remove copy frame neonJohann2014-07-254-260/+0
* Remove unused copy src frame functionJohann2014-07-252-260/+0
* Remove neon version of vp8 extend bordersJohann2014-07-244-312/+1
* Set and use uv_crop_[width|height]Johann2014-07-242-8/+13
* Fix visual studio build failureYunqing Wang2014-07-181-2/+2
* fail allocation of buffers if size_t < frame_sizeJim Bankoski2014-07-171-11/+21
* Add non420 support to vp9_extend_frame_borders.Alex Converse2014-06-112-20/+17
* Only build neon assembly for armv7 targetsJohann2014-05-122-6/+8
* Remove test against NULL before freeing memoryAdrian Grange2014-04-241-2/+1
* Remove the vp8_vpxyv12_copy_y_neon.hkuang2014-03-142-124/+0
* Disable the neon version vpx_yv12_copy_y.hkuang2014-03-071-1/+0
* build: convert rtcd.sh to perlJames Zern2014-03-033-36/+37
* Fix unused parameters in vp9_extend_frame_bordersYaowu Xu2014-02-282-11/+7
* vpx_scale_rtcd.sh: fix conditionalJames Zern2014-02-271-1/+1
* cosmetics: yv12config.h: remove extra indentJames Zern2014-02-131-47/+45
* Adding explicit casts in yv12config.c.Dmitry Kovalev2014-02-131-3/+3