profile/ivi/libvpx.git
2010-08-10 Scott LaVarnwayAdded ssse3 version of sixtap filters
2010-08-10 Yunqing WangFirst modification of multi-thread decoder
2010-08-09 John KoleszarMark loopfilter C functions as static
2010-08-02 John KoleszarMerge "Issue 150: Fixing linker warning in extend.c."
2010-08-02 John Koleszarconfigure: support directories containing .o
2010-08-02 Jan Kratochvilnasm: avoid space before the :data symbol type.
2010-08-02 Jan Kratochvilnasm: end labels with colon (':')
2010-08-02 Jan Kratochvilnasm: use OWORD vs DQWORD
2010-08-02 John KoleszarMerge "Replace pinsrw (SSE) with MMX instructions"
2010-08-02 Philip JägenstedtReplace pinsrw (SSE) with MMX instructions
2010-07-29 John Koleszarapple: include proper mach primatives
2010-07-29 Yaowu XuMerge "Enable the switch between two versions of quantizer"
2010-07-28 Frank GalliganRemoved two unused global variables.
2010-07-28 Yaowu XuEnable the switch between two versions of quantizer
2010-07-27 John Koleszarconfigure: pass original arguments through to make...
2010-07-27 John KoleszarMerge "msvs: fix install of codec sources"
2010-07-27 Johannx86/sse2: disable asm quantizer
2010-07-27 JohannFix build w/o RTCD
2010-07-27 John Koleszarneon: disable asm quantizer
2010-07-26 Fritz KoenigMerge "update arm idct functions"
2010-07-26 Fritz KoenigMerge changes I896fe6f9,I90d8b167
2010-07-26 Johannupdate arm idct functions
2010-07-23 Justin LebarIssue 150: Fixing linker warning in extend.c.
2010-07-23 Fredrik SöderquistDon't dereference ctx->priv if it hasn't been setup...
2010-07-23 Fredrik SöderquistOnly touch ctx->priv if vp8_mmap_alloc succeeded.
2010-07-23 Jeff MuizelaarChange the x86 idct functions to do reconstruction...
2010-07-23 Jeff MuizelaarCombine idct and reconstruction steps
2010-07-23 Fritz KoenigSwap alt/gold/new/last frame buffer ptrs instead of...
2010-07-23 Paul WilkinsMerge commit 'refs/changes/51/351/1' of ssh://review...
2010-07-23 Yaowu XuMerge "Make the quantizer exact."
2010-07-23 Paul WilkinsRate control bug with long key frame interval.
2010-07-23 Timothy B.... Make the quantizer exact.
2010-07-23 Paul Wilkins80 character line length on Arnr LUT
2010-07-22 Fritz KoenigRemove CONFIG_NEW_TOKENS files.
2010-07-22 John Koleszarmsvs: fix install of codec sources
2010-07-22 Tom FineganChange devenv.com command line.
2010-07-22 Tom FineganAdd vs9 targets.
2010-07-21 JohannMerge "limit range checking code for L[k] to CONFIG_DEB...
2010-07-19 Yaowu XuMerge "Improve the accuracy of forward walsh-hadamard...
2010-07-19 Paul WilkinsARNR Lookup Table.
2010-07-19 Paul WilkinsParameter limit change.
2010-07-19 Paul WilkinsRate control fix for ARNR filtered frames.
2010-07-16 Paul WilkinsFix: Incorrect 'cols' calculation in temporal filter.
2010-07-12 Michael Kohlerlimit range checking code for L[k] to CONFIG_DEBUG...
2010-07-07 John Koleszarmsvs: disable CRT deprecation warnings
2010-07-07 John KoleszarMerge "Fix misspelled "paramter" in vpx_codec_internal...
2010-07-07 John KoleszarMerge "Fix misspelled "skiped" in onyxc_int.h to "skipp...
2010-07-07 Yaowu XuFix a compiling error on armv6
2010-07-07 Michael KohlerFix misspelled "paramter" in vpx_codec_internal.h"...
2010-07-07 Michael KohlerFix misspelled "skiped" in onyxc_int.h to "skipped".
2010-07-01 Adrian GrangeFix bug in 1st pass motion compensation
2010-07-01 Paul WilkinsMerge "Further adjustment of RD behaviour with Q and...
2010-07-01 John KoleszarMerge "ivfenc: correct fixed kf interval, --disable-kf"
2010-06-30 John KoleszarMerge "ARM WinCE VS8 build update"
2010-06-30 John KoleszarMerge "Remove INLINE/FORCEINLINE"
2010-06-30 John KoleszarUpdate loopfilter frame/filter/sharp info for multithread
2010-06-30 Yunqing WangMerge "Add loopfilter initialization fix in multithread...
2010-06-30 Yunqing WangAdd loopfilter initialization fix in multithreading...
2010-06-30 Adrian GrangeMerge "Fixed buffer selection for UV in AltRef filtering"
2010-06-29 Yunqing WangImprove SSE2 loopfilter functions
2010-06-29 James ZernARM WinCE VS8 build update
2010-06-29 Paul WilkinsFurther adjustment of RD behaviour with Q and Zbin.
2010-06-29 Yaowu XuImprove the accuracy of forward walsh-hadamard transform
2010-06-28 Adrian GrangeFixed buffer selection for UV in AltRef filtering
2010-06-24 Scott LaVarnwayAdded first-pass sse2 version of Yaowu's new fdct.
2010-06-24 Yaowu XuRedo the forward 4x4 dct
2010-06-24 Fritz Koenigvp8cx : bestsad declared and initialized incorrectly.
2010-06-24 Fritz Koenigvp8cx : bestsad declared and initialized incorrectly.
2010-06-24 John KoleszarRemove INLINE/FORCEINLINE
2010-06-24 John Koleszarconfigure: remove postproc-generic
2010-06-24 John Koleszarivfenc: correct fixed kf interval, --disable-kf
2010-06-21 John KoleszarMerge "Remove deprecated `svnstat' rule from Makefile"
2010-06-21 agrangeFix breakout thresh computation for golden & AltRef...
2010-06-21 Giuseppe ScrivanoRemove deprecated `svnstat' rule from Makefile
2010-06-21 agrangeChanged unary operator from ! to ~
2010-06-21 agrangeMoved DOUBLE_DIVIDE_CHECK to denominator (was on numerator)
2010-06-21 Timothy B.... Fix a linker error on x86-64 Linux when not using a...
2010-06-18 Jim Bankoskivp8_block_error_xmm: remove unnecessary instructions
2010-06-18 John KoleszarMerge "cosmetics: trim trailing whitespace"
2010-06-18 Yunqing WangMerge "Add x86_64-linux-icc target to build VP8 with...
2010-06-18 Yunqing WangAdd x86_64-linux-icc target to build VP8 with icc
2010-06-18 John Koleszarcosmetics: trim trailing whitespace
2010-06-18 John KoleszarMerge "Change bitreader to use a larger window."
2010-06-17 John KoleszarCHANGELOG: 0.9.1
2010-06-16 John KoleszarUpdate AUTHORS
2010-06-16 John KoleszarGenerate AUTHORS file with a script
2010-06-16 John KoleszarMerge "Avoid encoding garbage when ivfenc encounters...
2010-06-16 John KoleszarMerge "gen_scalers: fix 64-bit integer promotion bug"
2010-06-16 Tom FineganAvoid encoding garbage when ivfenc encounters an unsupp...
2010-06-16 John Koleszargen_scalers: fix 64-bit integer promotion bug
2010-06-16 Timothy B.... Change bitreader to use a larger window.
2010-06-15 Yunqing WangMerge "More on "some XMM registers are non-volatile...
2010-06-15 Yunqing WangMore on "some XMM registers are non-volatile on windows...
2010-06-14 James ZernVisualStudio projects: asm tool updates
2010-06-14 John Koleszarvp8_cx_iface: set default cpu used to 0
2010-06-14 Guillermo Ballester... Fix compiler warnings
2010-06-14 Scott LaVarnwaysse2 version of vp8_regular_quantize_b
2010-06-14 Paul WilkinsMerge "Use local pointer to pbi->common."
2010-06-14 John KoleszarMerge "platform autodetect: accept amd64 as a synonym...
2010-06-14 Fabio PedrettiRemove useless 500 frame limit
next