summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_if.c
AgeCommit message (Expand)Author
2013-12-06Merge "Renaming constants."Dmitry Kovalev
2013-12-05Merge "Renaming PREV_COEF_CONTEXTS to COEFF_CONTEXTS."Dmitry Kovalev
2013-12-05Renaming PREV_COEF_CONTEXTS to COEFF_CONTEXTS.Dmitry Kovalev
2013-12-05Merge "Further rate control cleanups"Deb Mukherjee
2013-12-05Further rate control cleanupsDeb Mukherjee
2013-12-05Renaming constants.Dmitry Kovalev
2013-12-04Merge "Cleaning up vp9_entropy.h file."Dmitry Kovalev
2013-12-04Merge "Change default behavior to assume sampled chroma"Adrian Grange
2013-12-03Cleaning up vp9_entropy.h file.Dmitry Kovalev
2013-12-03Fix initialization order for the encoderJingning Han
2013-12-03Merge "Fix intra prediction ref selection in skip_encode"Jingning Han
2013-12-03Merge "Fix use_uv_intra_estimate in rd loop"Paul Wilkins
2013-12-02Fix intra prediction ref selection in skip_encodeJingning Han
2013-12-02Fix use_uv_intra_estimate in rd loopJingning Han
2013-12-02Merge "Moving token-encoding related stuff from common to encoder."Dmitry Kovalev
2013-11-27Merge "Continued rate control clean-ups"Deb Mukherjee
2013-11-27Continued rate control clean-upsDeb Mukherjee
2013-11-27Moving token-encoding related stuff from common to encoder.Dmitry Kovalev
2013-11-26Moving mode encodings from common to encoder + cleanup.Dmitry Kovalev
2013-11-26Merge "Some cleanups on rate control"Deb Mukherjee
2013-11-25Some cleanups on rate controlDeb Mukherjee
2013-11-25Moving mv entropy encodings calculation to the encoder side.Dmitry Kovalev
2013-11-25In frame Q adjustment experiment.Paul Wilkins
2013-11-25Merge "Separate setup_scale_factor/extend_frame_borders"Jingning Han
2013-11-25Change default behavior to assume sampled chromaAdrian Grange
2013-11-22Using partition counts from FRAME_COUNTS struct in the encoder.Dmitry Kovalev
2013-11-22Separate setup_scale_factor/extend_frame_bordersJingning Han
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