profile/ivi/libvpx.git
2010-09-29 Fritz KoenigMerge "Optimizations on the loopfilters."
2010-09-29 Paul WilkinsChange to coefficient optimization rules.
2010-09-29 Adrian GrangeMerge "Moved row-specific computation of MV bounds...
2010-09-29 Adrian GrangeMoved row-specific computation of MV bounds out of...
2010-09-29 Paul WilkinsControl of active min quantizer for two pass.
2010-09-28 Fritz KoenigOptimizations on the loopfilters.
2010-09-28 Adrian GrangeEnabled AltRef motion map creation
2010-09-28 Adrian GrangeMerge "Made AltRef filter adaptive & added motion compe...
2010-09-28 Adrian GrangeMade AltRef filter adaptive & added motion compensation
2010-09-28 JohannMerge "update gitignore"
2010-09-28 Johannupdate gitignore
2010-09-28 Timothy B.... Add 4-tap version of 2nd-pass ARMv6 MC filter.
2010-09-27 Paul WilkinsBadly placed initialization of rolling rate monitors.
2010-09-27 John Koleszarmove reconintra_mt to decoder (fixup)
2010-09-27 John KoleszarMerge "disable compilation of debugging code"
2010-09-27 JohannMerge "combine max values and compare once"
2010-09-27 JohannMerge "Fix valgrind errors in vp8_sixtap_predict8x4_arm...
2010-09-27 John KoleszarMerge "darwin-icc: build for specific SDKs"
2010-09-24 Timothy B.... Fix valgrind errors in vp8_sixtap_predict8x4_armv6().
2010-09-24 Johanncombine max values and compare once
2010-09-24 John KoleszarMerge "move reconintra_mt to decoder (for now)"
2010-09-24 John Koleszardisable compilation of debugging code
2010-09-24 John Koleszardarwin-icc: build for specific SDKs
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
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"
next