summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_onyxd_if.c
AgeCommit message (Expand)Author
2013-12-09Implenment on demand border extension. In place extendhkuang
2013-12-05Renaming constants.Dmitry Kovalev
2013-12-04Fix the initial references to frame buffers.Frank Galligan
2013-12-03Moving eob array to the encoder.Dmitry Kovalev
2013-11-26Removing qcoeff buffers from the decoder.Dmitry Kovalev
2013-11-15Renamed two filesYaowu Xu
2013-11-11Decouple macroblockd_plane buffer usageJingning Han
2013-10-30vp9: add multi-threaded tile decoderJames Zern
2013-10-28Merge changes If9b16f7d,I75aab21c,I9cbb768c,If5cea3d3,I96940657,I025595d8,Ie0...James Zern
2013-10-28vp9: add above/left_context to MACROBLOCKDJames Zern
2013-10-28vp9: add above/left_seg_context to MACROBLOCKDJames Zern
2013-10-26vp9 decode: defer loop filter allocationJames Zern
2013-10-24Adding get_frame_new_buffer() function to replace duplicated code.Dmitry Kovalev
2013-10-24Adding get_frame_ref_buffer() function + cleanup.Dmitry Kovalev
2013-10-21vp9/dec: use loop filter worker for all inline casesJames Zern
2013-10-16Use a separate MODE_INFO stream for each tile columnGuillaume Martres
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Merge "Prevent accidental changes to the previous frame mode_infos"Guillaume Martres
2013-10-10Prevent accidental changes to the previous frame mode_infosGuillaume Martres
2013-10-05vp9_receive_compressed_data: remove unnecessary indentJames Zern
2013-09-30Merge "Using size_t for memory buffer size."Dmitry Kovalev
2013-09-29fixed cpplint issues in vp9_onyxd_if.cJim Bankoski
2013-09-24Using size_t for memory buffer size.Dmitry Kovalev
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-09Revert "New mode_info_context storage"James Zern
2013-09-06New mode_info_context storageScott LaVarnway
2013-09-04make vp9 postproc a config optionJim Bankoski
2013-08-16Merge "Added resizing & initialization of last frame segment map"Adrian Grange
2013-08-15Added resizing & initialization of last frame segment mapAdrian Grange
2013-08-09Removing redundant code and function arguments.Dmitry Kovalev
2013-08-09Moving loopfilter struct to VP9_COMMON.Dmitry Kovalev
2013-08-09Added lpf level picking using partial frameYaowu Xu
2013-08-08General code cleanup.Dmitry Kovalev
2013-08-05vp9/decoder: threaded row-based loop filterJames Zern
2013-07-25General cleanups.Dmitry Kovalev
2013-07-22vp9: apply loopfilter inline if possibleJames Zern
2013-07-19Moving all loop filter related variables into new struct.Dmitry Kovalev
2013-07-18Removing unused members of VP9Decompressor: mbc, prob_skip_false.Dmitry Kovalev
2013-07-16Merge "yv12config: remove YUV_TYPE"James Zern
2013-07-15Change to extend full border only when neededYaowu Xu
2013-07-12yv12config: remove YUV_TYPEJames Zern
2013-05-28Remove unused and outdated debug code.Ronald S. Bultje
2013-05-25Remove loop dering experiment.Paul Wilkins
2013-05-22changes intra coding to be based on txfm blockYaowu Xu
2013-05-19Enable bit-stream support to 8x4 and 4x8 partitionJingning Han
2013-05-15Add vp9_extend_frame_bordersJohn Koleszar
2013-05-07Removing vp9_swap_yv12_buffer function and corresponding files.Dmitry Kovalev
2013-04-26Consistent names for quant-related functions and variables.Dmitry Kovalev
2013-04-19Eliminated prev_mip memsets/memcpysScott LaVarnway
2013-04-15Initial addition of multiple ARF framesAdrian Grange