summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-11cosmetics: add missing 2D array bracesJohn Koleszar
2010-08-11avoid negative array subscript warningsJohn Koleszar
2010-08-11rename DETOK_[AL]Johann
2010-08-11Moved gf_active code to encoder onlyScott LaVarnway
2010-08-10Removed duplicate functionsYaowu Xu
2010-08-10Normalize quantizer's zero bin and rounding factorsYaowu Xu
2010-08-10Add trellis quantization.Timothy B. Terriberry
2010-08-10Added ssse3 version of sixtap filtersScott LaVarnway
2010-08-10First modification of multi-thread decoderYunqing Wang
2010-08-09Mark loopfilter C functions as staticJohn Koleszar
2010-08-02Merge "Issue 150: Fixing linker warning in extend.c."John Koleszar
2010-08-02configure: support directories containing .oJohn Koleszar
2010-08-02nasm: avoid space before the :data symbol type.Jan Kratochvil
2010-08-02nasm: end labels with colon (':')Jan Kratochvil
2010-08-02nasm: use OWORD vs DQWORDJan Kratochvil
2010-08-02Merge "Replace pinsrw (SSE) with MMX instructions"John Koleszar
2010-08-02Replace pinsrw (SSE) with MMX instructionsPhilip Jägenstedt
2010-07-29apple: include proper mach primativesJohn Koleszar
2010-07-29Merge "Enable the switch between two versions of quantizer"Yaowu Xu
2010-07-28Removed two unused global variables.Frank Galligan
2010-07-28Enable the switch between two versions of quantizerYaowu Xu
2010-07-27configure: pass original arguments through to make distJohn Koleszar
2010-07-27Merge "msvs: fix install of codec sources"John Koleszar
2010-07-27x86/sse2: disable asm quantizerJohann
2010-07-27Fix build w/o RTCDJohann
2010-07-27neon: disable asm quantizerJohn Koleszar
2010-07-26Merge "update arm idct functions"Fritz Koenig
2010-07-26Merge changes I896fe6f9,I90d8b167Fritz Koenig
2010-07-26update arm idct functionsJohann
2010-07-23Issue 150: Fixing linker warning in extend.c.Justin Lebar
2010-07-23Don't dereference ctx->priv if it hasn't been setup correctly.Fredrik Söderquist
2010-07-23Only touch ctx->priv if vp8_mmap_alloc succeeded.Fredrik Söderquist
2010-07-23Change the x86 idct functions to do reconstruction at the same timeJeff Muizelaar
2010-07-23Combine idct and reconstruction stepsJeff Muizelaar
2010-07-23Swap alt/gold/new/last frame buffer ptrs instead of copying.Fritz Koenig
2010-07-23Merge commit 'refs/changes/51/351/1' of ssh://review.webmproject.org:29418/li...Paul Wilkins
2010-07-23Merge "Make the quantizer exact."Yaowu Xu
2010-07-23Rate control bug with long key frame interval.Paul Wilkins
2010-07-23Make the quantizer exact.Timothy B. Terriberry
2010-07-2380 character line length on Arnr LUTPaul Wilkins
2010-07-22Remove CONFIG_NEW_TOKENS files.Fritz Koenig
2010-07-22msvs: fix install of codec sourcesJohn Koleszar
2010-07-22Change devenv.com command line.Tom Finegan
2010-07-22Add vs9 targets.Tom Finegan
2010-07-21Merge "limit range checking code for L[k] to CONFIG_DEBUG. patch by timeless@...Johann
2010-07-19Merge "Improve the accuracy of forward walsh-hadamard transform"Yaowu Xu
2010-07-19ARNR Lookup Table.Paul Wilkins
2010-07-19Parameter limit change.Paul Wilkins
2010-07-19Rate control fix for ARNR filtered frames.Paul Wilkins
2010-07-16Fix: Incorrect 'cols' calculation in temporal filter.Paul Wilkins