summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_if.c
AgeCommit message (Expand)Author
2013-11-11Allocate dual buffer sets for encodingJingning Han
2013-11-11Decouple macroblockd_plane buffer usageJingning Han
2013-11-06Merge "Move SVC per-frame loop from sample app into libvpx proper"Ivan Maltz
2013-11-06Move SVC per-frame loop from sample app into libvpx properIvan Maltz
2013-11-05Merge "Remove one shot q experiment"Deb Mukherjee
2013-11-04Remove unused members from VP9_COMPAdrian Grange
2013-11-04Remove unused member variables from VP9_COMPAdrian Grange
2013-10-31Remove one shot q experimentDeb Mukherjee
2013-10-30Updates to 1-pass:Marco Paniconi
2013-10-28Merge changes If9b16f7d,I75aab21c,I9cbb768c,If5cea3d3,I96940657,I025595d8,Ie0...James Zern
2013-10-25vp9: add above/left_context to encoderJames Zern
2013-10-25vp9: add above/left_seg_context to encoderJames Zern
2013-10-24Adding get_frame_new_buffer() function to replace duplicated code.Dmitry Kovalev
2013-10-23Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4.Dmitry Kovalev
2013-10-22Removing quantize_b_4x4 function pointer.Dmitry Kovalev
2013-10-21Using stride (# of elements) instead of pitch (bytes) in fdct4x4.Dmitry Kovalev
2013-10-21Merge "Make memory alloc in pick_mode_context bsize aware"Jingning Han
2013-10-21Merge "Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON."Dmitry Kovalev
2013-10-21Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-10-19Modified no memory rate control.Paul Wilkins
2013-10-19Reduced delta for kf/gf/arf when at maxq.Paul Wilkins
2013-10-18Make memory alloc in pick_mode_context bsize awareJingning Han
2013-10-16Removing last_kf_gf_q member from VP9Common structure.Dmitry Kovalev
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Make the static_segmentation feature work againGuillaume Martres
2013-10-16Merge "Prevent accidental changes to the previous frame mode_infos"Guillaume Martres
2013-10-16Inlining and removing fwd_txm16x16 and fwd_txm8x8 pointers.Dmitry Kovalev
2013-10-16Initial 1-pass.Marco Paniconi
2013-10-16Implement variance-based adaptive quantizationGuillaume Martres
2013-10-15Merge "Updated encoder to handle intra-only frames"Adrian Grange
2013-10-15Merge "Make vp9_zero use cases of consistent format"Jingning Han
2013-10-15Updated encoder to handle intra-only framesAlexander Voronov
2013-10-15Make vp9_zero use cases of consistent formatJingning Han
2013-10-15Removing unused 8x4 transform from the encoder.Dmitry Kovalev
2013-10-11Masking intra mode choice adaptivelyYaowu Xu
2013-10-11Experimental rate control change.Paul Wilkins
2013-10-11Disable recode loop.Paul Wilkins
2013-10-10Prevent accidental changes to the previous frame mode_infosGuillaume Martres
2013-10-10Merge "Removing inv_txm4x4_1_add and inv_txm4x4_add function pointers."Dmitry Kovalev
2013-10-10Merge "Allow sub8x8 intra modes test for alt frame coding"Jingning Han
2013-10-09Deprecate the use of PARTITION_INFO from encoderJingning Han
2013-10-08Removing inv_txm4x4_1_add and inv_txm4x4_add function pointers.Dmitry Kovalev
2013-10-08Change to allow less rectangular partion checkYaowu Xu
2013-10-07Merge "cpplint errors in vp9_onyx_if.h"Jim Bankoski
2013-10-07cpplint errors in vp9_onyx_if.hJim Bankoski
2013-10-05Merge "Giving consistent names to IDCT/IWHT functions."Dmitry Kovalev
2013-10-04Allow sub8x8 intra modes test for alt frame codingJingning Han
2013-10-04Giving consistent names to IDCT/IWHT functions.Dmitry Kovalev
2013-10-04Further clean up of speed 4Paul Wilkins
2013-10-04Selective masking of split modes.Paul Wilkins