summaryrefslogtreecommitdiff
path: root/vp9/decoder
AgeCommit message (Expand)Author
2015-05-15Merge "Move mc_buf to cut down size of MACROBLOCKD."Frank Galligan
2015-05-14Move mc_buf to cut down size of MACROBLOCKD.Frank Galligan
2015-05-13Relocate memory operations for common codeJohann
2015-05-11Merge "Reduce border extension by 1 line"Adrian Grange
2015-05-11Sort variables dependency in read_uncompressed_headerJingning Han
2015-05-07Merge "Move shared SAD code to vpx_dsp"Johann
2015-05-06Move shared SAD code to vpx_dspJohann
2015-05-06Reduce border extension by 1 lineAdrian Grange
2015-05-06Correct the inter prediction coordinate calculation which greatly reduced thehkuang
2015-05-01FIX: Use correct above/left in read_intra_frame_mode_infoScott LaVarnway
2015-04-29vp9_decodeframe: simplify compare_tile_buffersJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28WIP: Use LUT for y_dequant/uv_dequantScott LaVarnway
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-04-15Reorganize *_rtcd() calling conventionsJohann
2015-04-08Remove unnecessary mv clamp with on demand border extension.hkuang
2015-04-08Refactor dec_build_inter_predictorsFrank Galligan
2015-04-02Fix error of "Left shift of negative value -1".hkuang
2015-04-01Fix 10-bit video decode failure with --frame-parallel mode.hkuang
2015-03-31Move vp9_coef_con_tree to common/hui su
2015-03-09Refactor read_intra_frame_mode_infoFrank Galligan
2015-03-06Remove some unnecessary code in thread context copy.hkuang
2015-03-06Merge "Only wait for previous frame's motion vector if needed."Hangyu Kuang
2015-03-05Only wait for previous frame's motion vector if needed.Hangyu Kuang
2015-03-05Merge "Fix a tsan error bug in frame parallel decode."hkuang
2015-03-04Merge "Remove unnecessary loopfilter init."hkuang
2015-03-04Make encoder buffer allocation dynamicAdrian Grange
2015-03-03Fix a tsan error bug in frame parallel decode.hkuang
2015-03-03Remove unnecessary loopfilter init.hkuang
2015-02-23fix the propagation of color space info in decoderYaowu Xu
2015-02-19Optimize the dequantization process on decoder side.Hangyu Kuang
2015-02-10Remove unnecessary border extension when frame size change.hkuang
2015-02-06Make encoder and decoder share common thread functionYunqing Wang
2015-02-06Rename loopfilter_thread files to thread_common filesYunqing Wang
2015-02-06Merge "vp9: fix segfault w/corrupt data post frame-parallel merge"James Zern
2015-02-05Merge "Fix a thread lost bug in frame parallel decode."hkuang
2015-02-05vp9: fix segfault w/corrupt data post frame-parallel mergeJames Zern
2015-02-04Mute the harmless tsan error in frame parallel decode.hkuang
2015-02-04Fix a thread lost bug in frame parallel decode.hkuang
2015-02-04vp9_dthread: remove frame_parallel_decoding_mode requirementYunqing Wang
2015-02-03vp9_dthread: pass frame counts to decoder functionsYunqing Wang
2015-02-02Fix a bug from merging frame parallel branch into master.hkuang
2015-01-30Try again to merge branch 'frame-parallel' into master branch.hkuang
2015-01-23Revert "Merge branch 'frame-parallel' to enable frame parallel decode in mast...Johann
2015-01-22Merge branch 'frame-parallel' to enable frame parallel decode in master branch.hkuang
2015-01-16vp9_ethread: add parallel loopfilterYunqing Wang
2015-01-14Add encoder control for setting color spaceYaowu Xu
2015-01-13Enable decoder to pass through color space infoYaowu Xu
2015-01-09Fix comments and color formatYaowu Xu
2015-01-08Merge "vp9: add per-tile longjmp error handling"James Zern