summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_alloccommon.c
AgeCommit message (Expand)Author
2014-01-24Revert external frame buffer code.Frank Galligan
2014-01-21Seperate the border size for encoder and decoder.hkuang
2014-01-03Adding RefBuffer struct.Dmitry Kovalev
2013-12-19Removing vp9_findnearmv.{h, c} files.Dmitry Kovalev
2013-12-15Add frame buffer lru cache.Frank Galligan
2013-12-15Add support to pass in external frame buffers.Frank Galligan
2013-12-06Merge "Renaming constants."Dmitry Kovalev
2013-12-05Renaming constants.Dmitry Kovalev
2013-12-05Remove redundant calls to vp9_update_mode_info_borderAdrian Grange
2013-12-03Merge "Removing dummy assignments."Dmitry Kovalev
2013-11-27Moving token-encoding related stuff from common to encoder.Dmitry Kovalev
2013-11-26Removing dummy assignments.Dmitry Kovalev
2013-11-26Moving mode encodings from common to encoder + cleanup.Dmitry Kovalev
2013-11-25Moving mv entropy encodings calculation to the encoder side.Dmitry Kovalev
2013-11-22Renaming COMPPREDMODE_TYPE enum and its members.Dmitry Kovalev
2013-11-14fix scalling bug by buffer auto-reallocationAdrian Grange
2013-10-28vp9: remove partition+entropy contexts from commonJames Zern
2013-10-07Moving all scan/iscan code into separate vp9_scan.{h, c} files.Dmitry Kovalev
2013-10-01Moving get_token_alloc function from common to the encoder.Dmitry Kovalev
2013-09-27Removing unnecessary function calls.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-08-29consistently name VP9_COMMON variables #2James Zern
2013-08-22rename LOG2_* defines to *_LOG2James Zern
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-14Renaming in MB_MODE_INFOPaul Wilkins
2013-08-12Entropy context related cleanups.Dmitry Kovalev
2013-07-22VP9_COMMON: remove unused temp_scale_frameJames Zern
2013-07-19Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE).Dmitry Kovalev
2013-07-16Merge "yv12config: remove YUV_TYPE"James Zern
2013-07-16Fix above context pointersJohn Koleszar
2013-07-12yv12config: remove YUV_TYPEJames Zern
2013-07-08Using mi_cols instead of mb_cols.Dmitry Kovalev
2013-07-03Replacing 64 / MI_SIZE with MI_BLOCK_SIZE.Dmitry Kovalev
2013-06-10Remove remnants of VP8 profiles/versionsJohn Koleszar
2013-06-08Merge "Align frame size to 8 instead of 16." into experimentalRonald S. Bultje
2013-06-07Align frame size to 8 instead of 16.Ronald S. Bultje
2013-06-07Handle partition type coding of boundary blocksJingning Han
2013-06-07Merge "Revert "Align frame size to 8 instead of 16."" into experimentalRonald S. Bultje
2013-06-07Revert "Align frame size to 8 instead of 16."Ronald S. Bultje
2013-06-06Align frame size to 8 instead of 16.Ronald S. Bultje
2013-06-06Fix FIXME.Ronald S. Bultje
2013-06-06don't tokenize & encode tokens for blocks in UMVJim Bankoski
2013-06-05Moving bits from compressed header to uncompressed one.Dmitry Kovalev
2013-05-30Merge all intra mode coding trees into a single one.Ronald S. Bultje
2013-05-21Merge "Initial version of alpha channel support" into experimentalJohn Koleszar
2013-05-17Removing clamp_type from the bitstream.Dmitry Kovalev
2013-05-16Initial version of alpha channel supportJohn Koleszar