summaryrefslogtreecommitdiff
path: root/vp8/common
AgeCommit message (Expand)Author
2013-09-06Support a constant quality mode in VP9Deb Mukherjee
2013-07-18VP[89]_COMMON: remove golden/altref frame countsJames Zern
2013-07-16use consistent framerate namingJames Zern
2013-07-16Merge "VP[89]_COMMON: remove unused near_boffset"James Zern
2013-07-16Merge "VP9_COMMON: remove unused framerate/bitrate"James Zern
2013-07-12VP9_COMMON: remove unused framerate/bitrateJames Zern
2013-07-12VP[89]_COMMON: remove unused near_boffsetJames Zern
2013-07-12yv12config: remove YUV_TYPEJames Zern
2013-07-09remove unused VP8 com/dec asm offsetsJames Zern
2013-05-22arm: Move the definition of bilinear_taps_coeff to within the sectionMartin Storsjo
2013-05-22arm: Explicitly write both target registers for ldrdMartin Storsjo
2013-04-19Merge "Removed shadow warnings : postproc.c decodframe.c threading.c"Scott LaVarnway
2013-03-15Bug fix: Issue 532: VPX codec executes emms instruction withoutScott LaVarnway
2013-03-15Bug fix: Issue 531: MMX code tries to read from SSE2 registerScott LaVarnway
2013-03-14Removed shadow warnings : postproc.c decodframe.c threading.cScott LaVarnway
2013-03-14Merge "Removed shadow warnings : loopfilter*.c"Scott LaVarnway
2013-03-14Removed shadow warnings : reconintra.cScott LaVarnway
2013-03-14Removed shadow warnings : loopfilter*.cScott LaVarnway
2013-03-02prefix vp8 asm_{com,dec,enc}_offsets filesJames Zern
2013-03-01Merge "Use intrinsics for sse2 regular quantize"Johann
2013-02-28Use intrinsics for sse2 regular quantizeJohann
2013-02-27Fix --as=nasm compatibility for new asm code.Jan Kratochvil
2013-02-22Fix variance (signed integer) overflowJames Zern
2013-02-17Use dq instead of ddq with NASMKO Myung-Hun
2013-01-31Add support for x64 and win64 yasm flags.Frank Galligan
2013-01-30WIP: Multiple decoder instances supportScott LaVarnway
2013-01-25Merge "Bug fix: error-concealment enabled changed postproc output"Jim Bankoski
2013-01-25Bug fix: error-concealment enabled changed postproc outputScott LaVarnway
2013-01-25Merge "Bug fix: Handle input data ptr = NULL and size = 0 correctly"Marco Paniconi
2013-01-22Bug fix: Handle input data ptr = NULL and size = 0 correctlyScott LaVarnway
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar
2013-01-03Use seg/ref/mode offsets in loop_filter_partial.Marco Paniconi
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-12-05Use 'vpx_scale' consistentlyJohann
2012-12-05Update ARM for vpx_scale changesJohann
2012-12-03Update ARM for vpx_scale changesJohann
2012-11-26Merge "vp8_intra_pred_y_tm_sse2: save/restore xmm registers"James Zern
2012-11-24removed the idct rtcd idct callsJim Bankoski
2012-11-20Merge "vp8_loop_filter_bh_y_sse2: save/restore xmm registers"John Koleszar
2012-11-20vp8_filter_block1d4_h6_ssse3: add missing xmm restoreJames Zern
2012-11-20vp8_loop_filter_bh_y_sse2: save/restore xmm registersJames Zern
2012-11-19vp8_intra_pred_y_tm_sse2: save/restore xmm registersJames Zern
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
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-11Clean up error return code in alloccommon.cYunqing Wang
2012-10-10post-proc: fix 0 or negative threshold handlingYunqing Wang