summaryrefslogtreecommitdiff
path: root/vp8
AgeCommit message (Expand)Author
2012-11-15Each make file is responsible for its own directoryJohann
2012-11-09Merge "use calloc() instead of malloc()"John Koleszar
2012-11-06Incorrect parameter passed into vp8_stuff_mbScott LaVarnway
2012-11-06Merge "Removed mb_norm_activity_map"Scott LaVarnway
2012-11-06use calloc() instead of malloc()Pascal Massimino
2012-11-06Removed mb_norm_activity_mapScott LaVarnway
2012-11-06Moving _error counts to macroblock structScott LaVarnway
2012-11-06Moving MVcount to macroblock structScott LaVarnway
2012-11-05Moving ymode_count, uv_mode_count to macroblock structScott LaVarnway
2012-11-05Moved skip_true_count to macroblock structScott LaVarnway
2012-11-05Moving coef_counts to macroblock structScott LaVarnway
2012-11-05Merge "Removed unnecessary VP8_COMP *cpi parameters"Scott LaVarnway
2012-11-02Removed unnecessary VP8_COMP *cpi parametersScott LaVarnway
2012-10-31vp8dx_receive_compressed_data() cleanupScott LaVarnway
2012-10-25Use vp8_clear_system_state helper functionJohann
2012-10-25variance.h uses defines in vpx_config.hJohann
2012-10-23postproc_sse2: avoid reading off the end of the limits arrayJohn Koleszar
2012-10-22postproc: allocate enough memory for limits bufferJohn Koleszar
2012-10-16Fix to rd cost computation for mv bias.Marco Paniconi
2012-10-11Clean up error return code in alloccommon.cYunqing Wang
2012-10-10post-proc: fix 0 or negative threshold handlingYunqing Wang
2012-10-09multi-res: disable intra on forced ref framesJohn Koleszar
2012-10-09Merge "multi-res: add parent_ref_valid flag"John Koleszar
2012-10-09multi-res: add parent_ref_valid flagJohn Koleszar
2012-10-09Merge "post-proc: deblock filter optimization"Yunqing Wang
2012-10-08post-proc: deblock filter optimizationYunqing Wang
2012-10-08multi-res: work around reference mismatchJohn Koleszar
2012-10-03fix uninitialized value in multi-res encodingJohn Koleszar
2012-10-03Merge "rtcd/win32: use InitializeCriticalSection explicitly"John Koleszar
2012-10-03rtcd/win32: use InitializeCriticalSection explicitlyJohn Koleszar
2012-10-01Disable keyframe in real time that's placed one frame after a cut.Jim Bankoski
2012-09-27Resetting of the cyclic_refresh_mode_index:Marco Paniconi
2012-09-26Reset the cyclic_refresh_mode_index to 0 on resize.Marco Paniconi
2012-09-25Merge "disable segmentation on enhancement layers"Jim Bankoski
2012-09-24Merge "Move frame allocations out of vp8_decode_frame()"Scott LaVarnway
2012-09-24Merge "Removed bc and bc2 vp8_readers from VP8D_COMP"Scott LaVarnway
2012-09-24Move frame allocations out of vp8_decode_frame()Scott LaVarnway
2012-09-24rtcd/win32: prefer win32 primatives to pthreadsJohn Koleszar
2012-09-24disable segmentation on enhancement layersJim Bankoski
2012-09-23Update to cyclic refresh:Marco Paniconi
2012-09-21Update to cyclic refresh.Marco Paniconi
2012-09-21Removed bc and bc2 vp8_readers from VP8D_COMPScott LaVarnway
2012-09-19Moved vp8dx_get_raw_frame() call to vp8_get_frame()Scott LaVarnway
2012-09-17Merge "Changed setup intra recon to be row based"Scott LaVarnway
2012-09-17Merge "Moved mb_no_coeff_skip flag read"Scott LaVarnway
2012-09-13Moved mb_no_coeff_skip flag readScott LaVarnway
2012-09-13Removed pre_mvcScott LaVarnway
2012-09-13Changed setup intra recon to be row basedScott LaVarnway
2012-09-12Merge "valgrind found motion vectors which exceeded frame boundaries"Jim Bankoski
2012-09-11fix valgrind mem leak on garbage decodeJim Bankoski