aboutsummaryrefslogtreecommitdiff
path: root/vpxdec.c
AgeCommit message (Expand)Author
2023-06-28Fix Clang -Wunreachable-code-aggressive warningsJames Zern
2023-04-12vpxdec: clear -Wshadow warningsJames Zern
2022-04-28examples: add missing argv_dup alloc checksJames Zern
2022-04-11vpxdec: add some allocation checksJames Zern
2019-12-06Fix argv leak on Unrecognized input file type errWan-Teh Chang
2019-01-30add y4m support to vp9 example encoders.Jerome Jiang
2018-12-21vpx{dec,enc}: resolve missing declarationsJohann
2018-10-08Loopfilter Multi-Thread OptimizationSupradeep T R
2018-07-26vpxdec: only call row-mt control for vp9Harish Mahendrakar
2018-07-20Add Flag to Enable Row Based MultiThreadingVenkatarama NG. Avadhani
2018-07-09vpxdec,raw_read_frame: fix eof returnJames Zern
2017-11-28vpx{enc,dec}: add --helpJames Zern
2017-04-20Fix the decoder seg fault when frame is corrupted.Jerome Jiang
2017-03-29vpxdec: silently ignore -frame-parallelJames Zern
2017-01-13Add CSV per-frame stats to vpxdec.Peter Boström
2016-11-03vp9-svc: Add decoder control to decode up to x spatial layers.Marco
2016-10-31vpxdec.c : don't double count corrupted framesJim Bankoski
2016-10-24vpxdec: return fail if frame fails to decode.Jim Bankoski
2016-09-27vpxdec: avoid memory leaks under most conditionsJames Zern
2016-09-20vp8: remove VP8_SET_DBG* control supportJames Zern
2016-09-16zero structures completelyJohann
2016-07-19top-level: apply clang-formatclang-format
2016-06-17remove vp10James Zern
2016-04-26TODO cleanup: Remove unused buffer_sizeVignesh Venkatasubramanian
2015-10-06vpxdec: quiet signed/unsigned warningJames Zern
2015-09-25Rename display_{size,width,height} to render_*.Ronald S. Bultje
2015-09-11vpxdec: remove implied --output-bit-depth=8 for --yv12.Ronald S. Bultje
2015-09-11Don't convert bitdepth for !single-file or MD5.Ronald S. Bultje
2015-08-14Remove vp10's build dependency on vp9Yaowu Xu
2015-08-11Fork VP9 and VP10 codebaseJingning Han
2015-06-05vpxdec: cosmetics: break some long linesJames Zern
2015-05-11vpxdec: make some functions staticJames Zern
2015-05-11tools_common.h: fix usage_exit() prototypeJames Zern
2015-03-26Fix the issue that --limit is not working in --frame-parallel mode.hkuang
2015-03-18Initialize "corrupted" to zeroJohann
2015-03-16Add frame parallel decode option to vpxdec.hkuang
2015-02-24Fix a trivial memory leakHanno Böck
2015-02-05vpxdec: correct file op error messagesJames Zern
2014-12-17vpxdec: ignore GET_FRAME_CORRUPTED error w/--keep-goingJames Zern
2014-12-12vpxdec: Rename the libyuv scale wrapper.Tom Finegan
2014-10-21Adding test vectors for profile 2 and 3Deb Mukherjee
2014-10-13Resolves some lint errorsDeb Mukherjee
2014-10-08Refactoring of highbitdepth bitshift operationsDeb Mukherjee
2014-10-01Adds support of 440 content.Deb Mukherjee
2014-09-29Miscellaneous decoder changes for high bitdepthDeb Mukherjee
2014-09-15Remove memset of every external frame buffer.Frank Galligan
2014-09-02Removing legacy compatibility layer.Dmitry Kovalev
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-08-26Merge "Set scaled img format correctly in vpxdec"Deb Mukherjee
2014-08-22vpxdec: fix --keep-going with --disable-vp8James Zern