summaryrefslogtreecommitdiff
path: root/vp9/decoder
AgeCommit message (Expand)Author
2014-07-01Merge changes I875ac5a7,I2b13369d,I9ceb47a9James Zern
2014-07-01validate uv block size when reading partitionJim Bankoski
2014-07-01update vp9_thread.[hc]James Zern
2014-06-30Revert "Fix a bug in VP9Worker which leads to unit test hang."hkuang
2014-06-30Fix a bug in VP9Worker which leads to unit test hang.hkuang
2014-06-30initialize bit buffer structure to avoid warning errorJim Bankoski
2014-06-29silence unused parm warning for worker thread in loop filterJim Bankoski
2014-06-27Revert "Revert "Revert 3 patches from Hangyu to get Chrome to build:""James Zern
2014-06-27Merge "Better validation of invalid files"Jim Bankoski
2014-06-27Better validation of invalid filesJim Bankoski
2014-06-25Merge "Revert "Revert 3 patches from Hangyu to get Chrome to build:""hkuang
2014-06-25Revert "Revert 3 patches from Hangyu to get Chrome to build:"hkuang
2014-06-24vp9: check tile column countJames Zern
2014-06-23Merge "Remove unused vp9_init_quant_tables function"Jingning Han
2014-06-21Revert 3 patches from Hangyu to get Chrome to build:Jim Bankoski
2014-06-20Merge "Fix bug in error handling that causes segfault"Jim Bankoski
2014-06-20Introduce FrameWorker for decoding.hkuang
2014-06-20Fix bug in error handling that causes segfaultJim Bankoski
2014-06-18Remove unused vp9_init_quant_tables functionJingning Han
2014-06-18Improve vp9_rb_bytes_readAdrian Grange
2014-06-13Delay decreasing reference count in frame-parallel decoding.hkuang
2014-06-11Initially add frame_parallel_decode flag.hkuang
2014-06-02Fixing failed ARM build.Dmitry Kovalev
2014-05-29Merge "Moving itxm_add pointer from MACROBLOCKD to MACROBLOCK."Dmitry Kovalev
2014-05-21Removing decoded_key_frame flag.Dmitry Kovalev
2014-05-21Merge "Fix the memory alignment issue due to patch: https://gerrit.chromium.o...hkuang
2014-05-21Moving itxm_add pointer from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
2014-05-21Merge "Deadline is not supported in VP9 decoder, removing it completely."Dmitry Kovalev
2014-05-21Fix the memory alignment issue due to patch:hkuang
2014-05-20Refactor decode_tiles and loopfilter code.hkuang
2014-05-19Merge "Making vp9_initialize_dec() static."Dmitry Kovalev
2014-05-16Removing MACROBLOCKD dependency from loop filter.Dmitry Kovalev
2014-05-15cleanup -wextra warnings:Yaowu Xu
2014-05-15Merge "Refactor calling loopfilter code."hkuang
2014-05-15Refactor calling loopfilter code.hkuang
2014-05-14Making vp9_initialize_dec() static.Dmitry Kovalev
2014-05-14vp9_decodeframe.c: cleanup -wextra warningsYaowu Xu
2014-05-13Deadline is not supported in VP9 decoder, removing it completely.Dmitry Kovalev
2014-05-13Merge "Moving loopfilter call to vp9_decode_frame()."Dmitry Kovalev
2014-05-12Moving loopfilter call to vp9_decode_frame().Dmitry Kovalev
2014-05-12Adding get_tile_buffers() function.Dmitry Kovalev
2014-05-11Merge "Fix check of debug counts for corrupt frame"Adrian Grange
2014-05-09Fix check of debug counts for corrupt frameAdrian Grange
2014-05-08Removing VP9DecoderConfig.Dmitry Kovalev
2014-04-30Merge "Using crop_{width, height} instead of {width, height}."Dmitry Kovalev
2014-04-30corrupted frames shouldn't affect statsJim Bankoski
2014-04-29Using crop_{width, height} instead of {width, height}.Dmitry Kovalev
2014-04-25Removing WRITE_RECON_BUFFER related code.Dmitry Kovalev
2014-04-23Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish
2014-04-22Renaming MB_PREDICTION_MODE to PREDICTION_MODE.Dmitry Kovalev