platform/upstream/libvpx.git
2010-09-24 John KoleszarMerge "move reconintra_mt to decoder (for now)"
2010-09-24 Yunqing WangMerge "Adjust multi-thread sync ranges according to...
2010-09-24 John Koleszarmove reconintra_mt to decoder (for now)
2010-09-24 John Koleszarconfigure: enable PIC for shared libs by default
2010-09-24 John Koleszarconfigure: add --enable-small
2010-09-24 John KoleszarMerge "Add getter functions for the interface data...
2010-09-23 John KoleszarAdd getter functions for the interface data symbols
2010-09-23 Yunqing WangAdjust multi-thread sync ranges according to image...
2010-09-22 JohannRemove dead code
2010-09-21 John Koleszarunset execute bit on c source
2010-09-21 JohannMerge "Fix typo"
2010-09-21 JohannFix typo
2010-09-21 John KoleszarMerge "Don't reset mb clamping state during splitmv...
2010-09-21 John KoleszarDon't reset mb clamping state during splitmv decoding
2010-09-21 John KoleszarMerge "gitignore: initial version"
2010-09-21 John KoleszarMerge "configure: support for ppc32-linux-gcc"
2010-09-21 John KoleszarMerge "Add high limit check for unsigned parameters"
2010-09-21 Yunqing WangMerge "Restructure multi-threaded decoder"
2010-09-20 Fritz KoenigUse movq instead of movdqu.
2010-09-20 Fritz KoenigMerge "Better choice of instruction filter mask compari...
2010-09-20 JohannMerge "reorder data to use wider instructions"
2010-09-20 JohannMerge "Update NEON wide idcts"
2010-09-20 Fritz KoenigBetter choice of instruction filter mask comparision.
2010-09-20 Guillermo Ballester... Add high limit check for unsigned parameters
2010-09-17 Johannreorder data to use wider instructions
2010-09-17 Yunqing WangRestructure multi-threaded decoder
2010-09-16 John Koleszarcleanup: remove unused xprintf
2010-09-16 John KoleszarReduce size of tokenizer tables
2010-09-15 Fritz KoenigModify GET_GOT macro for performance.
2010-09-14 Fritz KoenigRemoved unnecessary pxor.
2010-09-13 Fritz KoenigMerge "Make block access to frame buffer sequential"
2010-09-13 John Koleszarconfigure: support for ppc32-linux-gcc
2010-09-13 John Koleszarcosmetics: expand tabs in configure
2010-09-10 Fritz KoenigMake block access to frame buffer sequential
2010-09-09 Scott LaVarnwayMerge "Improved subset block search"
2010-09-09 Scott LaVarnwayImproved subset block search
2010-09-09 JohannUpdate NEON wide idcts
2010-09-09 John KoleszarFix GF interval for non-lagged ARFs
2010-09-09 Fritz KoenigMerge branch 'master' of git://review.webmproject.org...
2010-09-09 John KoleszarUse WebM in copyright notice for consistency
2010-09-08 Jim BankoskiSkip unnecessary search of identical frames
2010-09-08 Jim BankoskiEnable ARFs for non-lagged compress
2010-09-08 Fritz KoenigBilinear subpixel optimizations for ssse3.
2010-09-03 Scott LaVarnwayReduced the size of MB_MODE_INFO
2010-09-02 John KoleszarUpdate CHANGELOG for v0.9.2 release v0.9.2
2010-09-02 John KoleszarUpdate AUTHORS
2010-09-02 John KoleszarWhitespace: nuke CRLFs
2010-09-02 John KoleszarUse native win32 timers on mingw
2010-09-02 John KoleszarFix target detection on mingw32
2010-09-02 John KoleszarUse -fno-common for mingw
2010-09-02 James Zernencoder: remove postproc dependency
2010-09-02 John KoleszarMerge "added separate rounding/zbin constants for 2nd...
2010-09-02 John KoleszarMerge "Disable frame dropping by default"
2010-09-02 Yaowu Xuadded separate rounding/zbin constants for 2nd order
2010-09-02 John KoleszarDisable frame dropping by default
2010-09-02 Frank GalliganFix rare deadlock before loop filter
2010-09-01 Paul WilkinsMerge "Improved Force Key Frame Behaviour"
2010-09-01 Yunqing WangReplace sleep(0) calls in multi-threaded decoder
2010-08-31 Paul WilkinsImproved Force Key Frame Behaviour
2010-08-31 Johannfollowup arm patch
2010-08-31 Scott LaVarnwayChanged above and left context data layout
2010-08-30 John KoleszarMerge "Fix harmless off-by-1 error."
2010-08-30 John KoleszarMerge "Fix two-pass framrate for Y4M input."
2010-08-30 John KoleszarMerge "increase rate control buffer level precision"
2010-08-27 Timothy B.... Fix harmless off-by-1 error.
2010-08-27 Timothy B.... Fix two-pass framrate for Y4M input.
2010-08-25 Fritz KoenigMerge "Allow --cpu= to work for x86."
2010-08-24 Fritz KoenigAllow --cpu= to work for x86.
2010-08-24 Johannclean up compiler warnings
2010-08-23 Johannupdate structures
2010-08-23 Fritz KoenigRework idct calling structure.
2010-08-20 John Koleszarincrease rate control buffer level precision
2010-08-19 Jim BankoskiRevert "Removed ssse3 sixtap code"
2010-08-19 Johanncleanup simple loop filter
2010-08-19 JohannMerge "fix armv6 simpleloop filter"
2010-08-19 Johannfix armv6 simpleloop filter
2010-08-18 Scott LaVarnwayRemoved ssse3 sixtap code
2010-08-16 John KoleszarMerge "store more vars than we removed"
2010-08-16 Johannstore more vars than we removed
2010-08-16 John Koleszararm: fix missing dependency with --enable-shared
2010-08-13 John Koleszarmove segmentation_common to encoder
2010-08-12 Johannframework for assembly version of the detokenizer
2010-08-12 Johannupdate structure
2010-08-12 Johannremove unused definition
2010-08-12 Scott LaVarnwayRemoved unnecessary MB_MODE_INFO copies
2010-08-11 Scott LaVarnwayMerge "Finished vp8_sixtap_predict4x4_ssse3 function"
2010-08-11 John Koleszarcosmetics: add missing 2D array braces
2010-08-11 John Koleszaravoid negative array subscript warnings
2010-08-11 Scott LaVarnwayFinished vp8_sixtap_predict4x4_ssse3 function
2010-08-11 Johannrename DETOK_[AL]
2010-08-11 Scott LaVarnwayMoved gf_active code to encoder only
2010-08-11 Yaowu XuRemoved duplicate functions
2010-08-11 Yaowu XuNormalize quantizer's zero bin and rounding factors
2010-08-11 Timothy B.... Add trellis quantization.
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.
next