summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_if.c
AgeCommit message (Expand)Author
2013-11-22Merge "Refactoring of rate control - part 1"Deb Mukherjee
2013-11-22Refactoring of rate control - part 1Deb Mukherjee
2013-11-20Removing old code.Dmitry Kovalev
2013-11-20Merge "vpxenc: add --aq-mode flag to control adaptive quantization"Guillaume Martres
2013-11-15vpxenc: add --aq-mode flag to control adaptive quantizationGuillaume Martres
2013-11-14Merge "For CBR, keep rate-correction damping factor to 2."Marco Paniconi
2013-11-13Simplifies band-getting with a static arrayDeb Mukherjee
2013-11-13For CBR, keep rate-correction damping factor to 2.Marco Paniconi
2013-11-13Dual buffer encoding for intra modesJingning Han
2013-11-12Merge "Enable dual buffer rd search and encoding scheme"Jingning Han
2013-11-12Merge "Moving {sb, mb, b, ab}_index from MACROBLOCKD to MACROBLOCK."Dmitry Kovalev
2013-11-12Removes conditional statements from band gettingDeb Mukherjee
2013-11-11Enable dual buffer rd search and encoding schemeJingning Han
2013-11-11Allocate dual buffer sets for encodingJingning Han
2013-11-11Moving {sb, mb, b, ab}_index from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
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