summaryrefslogtreecommitdiff
path: root/vpx_scale
Commit message (Expand)AuthorAgeFilesLines
* vp8_yv12_realloc_frame_buffer: move allocation checkJames Zern2021-10-081-1/+5
* Reset buffer_alloc_sz after freeing buffer_alloc.Wan-Teh Chang2019-01-141-0/+1
* Bound the total allocated memory of frame bufferkyslov2018-12-211-0/+10
* Declare buffer_alloc_sz and frame_size as size_t.Wan-Teh Chang2018-11-202-9/+9
* Validate the |border| parameter earlier.Wan-Teh Chang2018-11-201-7/+7
* vp8: Init buffers and pred arrays for mt after allocation.Jerome Jiang2018-11-091-0/+8
* cosmetics: normalize include guardsJames Zern2018-09-152-6/+6
* Move CONFIG_SIZE_LIMIT check in yv12config.c.Tom Finegan2018-07-261-2/+2
* Check size limit in vpx_realloc_frame_buffer.Wan-Teh Chang2018-07-241-0/+4
* adopt some clang 5.0.0 formattingJohann2018-01-113-7/+7
* add copyright to rtcd filesJohann2017-12-141-0/+10
* fail early on oversize framesJohann2017-11-031-2/+7
* Fix vp8 race when build --enable-vp9-highbitdepth.Jerome Jiang2017-05-262-21/+48
* vpx_scale: apply clang-formatclang-format2016-07-268-395/+340
* 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