summaryrefslogtreecommitdiff
path: root/vpxdec.c
Commit message (Expand)AuthorAgeFilesLines
* vpxdec: clear -Wshadow warningsJames Zern2023-04-121-8/+9
* examples: add missing argv_dup alloc checksJames Zern2022-04-281-1/+8
* vpxdec: add some allocation checksJames Zern2022-04-111-0/+13
* Fix argv leak on Unrecognized input file type errWan-Teh Chang2019-12-061-0/+1
* add y4m support to vp9 example encoders.Jerome Jiang2019-01-301-4/+4
* vpx{dec,enc}: resolve missing declarationsJohann2018-12-211-1/+1
* Loopfilter Multi-Thread OptimizationSupradeep T R2018-10-081-11/+40
* vpxdec: only call row-mt control for vp9Harish Mahendrakar2018-07-261-2/+3
* Add Flag to Enable Row Based MultiThreadingVenkatarama NG. Avadhani2018-07-201-8/+17
* vpxdec,raw_read_frame: fix eof returnJames Zern2018-07-091-1/+2
* vpx{enc,dec}: add --helpJames Zern2017-11-281-22/+34
* Fix the decoder seg fault when frame is corrupted.Jerome Jiang2017-04-201-1/+1
* vpxdec: silently ignore -frame-parallelJames Zern2017-03-291-7/+7
* Add CSV per-frame stats to vpxdec.Peter Boström2017-01-131-5/+32
* vp9-svc: Add decoder control to decode up to x spatial layers.Marco2016-11-031-24/+25
* vpxdec.c : don't double count corrupted framesJim Bankoski2016-10-311-3/+3
* vpxdec: return fail if frame fails to decode.Jim Bankoski2016-10-241-3/+5
* vpxdec: avoid memory leaks under most conditionsJames Zern2016-09-271-7/+12
* vp8: remove VP8_SET_DBG* control supportJames Zern2016-09-201-87/+2
* zero structures completelyJohann2016-09-161-1/+1
* top-level: apply clang-formatclang-format2016-07-191-280/+243
* remove vp10James Zern2016-06-171-2/+2
* TODO cleanup: Remove unused buffer_sizeVignesh Venkatasubramanian2016-04-261-2/+1
* vpxdec: quiet signed/unsigned warningJames Zern2015-10-061-1/+1
* Rename display_{size,width,height} to render_*.Ronald S. Bultje2015-09-251-11/+11
* vpxdec: remove implied --output-bit-depth=8 for --yv12.Ronald S. Bultje2015-09-111-3/+0
* Don't convert bitdepth for !single-file or MD5.Ronald S. Bultje2015-09-111-2/+2
* Remove vp10's build dependency on vp9Yaowu Xu2015-08-141-11/+11
* Fork VP9 and VP10 codebaseJingning Han2015-08-111-2/+2
* vpxdec: cosmetics: break some long linesJames Zern2015-06-051-28/+37
* vpxdec: make some functions staticJames Zern2015-05-111-10/+10
* tools_common.h: fix usage_exit() prototypeJames Zern2015-05-111-1/+1
* Fix the issue that --limit is not working in --frame-parallel mode.hkuang2015-03-261-3/+0
* Initialize "corrupted" to zeroJohann2015-03-181-1/+1
* Add frame parallel decode option to vpxdec.hkuang2015-03-161-5/+24
* Fix a trivial memory leakHanno Böck2015-02-241-2/+3
* vpxdec: correct file op error messagesJames Zern2015-02-051-3/+2
* vpxdec: ignore GET_FRAME_CORRUPTED error w/--keep-goingJames Zern2014-12-171-1/+2
* vpxdec: Rename the libyuv scale wrapper.Tom Finegan2014-12-121-2/+2
* Adding test vectors for profile 2 and 3Deb Mukherjee2014-10-211-1/+2
* Resolves some lint errorsDeb Mukherjee2014-10-131-44/+41
* Refactoring of highbitdepth bitshift operationsDeb Mukherjee2014-10-081-176/+4
* Adds support of 440 content.Deb Mukherjee2014-10-011-1/+9
* Miscellaneous decoder changes for high bitdepthDeb Mukherjee2014-09-291-17/+26
* Remove memset of every external frame buffer.Frank Galligan2014-09-151-1/+1
* Removing legacy compatibility layer.Dmitry Kovalev2014-09-021-1/+0
* Adds config opt for highbitdepth + misc. vpxDeb Mukherjee2014-09-021-1/+250
* Merge "Set scaled img format correctly in vpxdec"Deb Mukherjee2014-08-261-1/+1
|\
| * Set scaled img format correctly in vpxdecDeb Mukherjee2014-08-221-1/+1
* | vpxdec: fix --keep-going with --disable-vp8James Zern2014-08-221-5/+3
|/