summaryrefslogtreecommitdiff
path: root/vp8/common
AgeCommit message (Expand)Author
2012-06-27fix permissions on regular filesJames Zern
2012-06-19Corrected usage of image stridesAdrian Grange
2012-06-15Remove threading dependencies with --disable-multithreadJohn Koleszar
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-06-04Remove extra enumJohann
2012-06-04Remove redundant assignmentJohann
2012-05-30Added another denoising threshold for finding DC shifts.Stefan Holmer
2012-05-25Merge "fix denoiser for temporal patterns and rd"Jim Bankoski
2012-05-24Merge "Fix another multithreaded encoder loopfilter race condition"John Koleszar
2012-05-24fix denoiser for temporal patterns and rdJim Bankoski
2012-05-23Merge "Make libvpx Chromium build friendly"John Koleszar
2012-05-23Make libvpx Chromium build friendlyAlpha Lam
2012-05-23Merge changes I38e93fe2,I6d6a0fb6,I51155833,If4c3e5d4,Ia2f40ef2John Koleszar
2012-05-23Fix another multithreaded encoder loopfilter race conditionAttila Nagy
2012-05-22Move all tests to test/ directoryJohn Koleszar
2012-05-22Build unit tests monolithicallyJohn Koleszar
2012-05-22Merge "multi-res: force Key frame sychronization"Yunqing Wang
2012-05-21Inline Intrinsic optimized DenoiserChristian Duvivier
2012-05-16multi-res: force Key frame sychronizationYunqing Wang
2012-05-11fix warnings for building on win32Scott Graham
2012-05-11Merge branch 'origin/eider' into masterJohn Koleszar
2012-05-04fix vp8_ namespace issuesJohn Koleszar
2012-05-04Make global data constAttila Nagy
2012-05-03Merge "Add VPX_TS_ prefix to MAX_LAYERS, MAX_PERIODICITY" into eiderJohn Koleszar
2012-05-02Merge "Fix compiler warnings" into eiderJohn Koleszar
2012-05-02Add VPX_TS_ prefix to MAX_LAYERS, MAX_PERIODICITYJohn Koleszar
2012-05-02Fix TEXTRELs in the ARM asm.Timothy B. Terriberry
2012-05-02Fix trailing commas in enums.Timothy B. Terriberry
2012-05-02Fix trailing commas in enums.Timothy B. Terriberry
2012-05-02Fix compiler warningsAttila Nagy
2012-04-26Moves error concealment allocations from common parts to decoderAttila Nagy
2012-04-23Removed mcomp_filter_typeScott LaVarnway
2012-04-23Removes duplication of key frame mode probabilitiesAttila Nagy
2012-04-20Merge "Makes all mode token tables const part 2"Scott LaVarnway
2012-04-19Makes all mode token tables const part 2Scott LaVarnway
2012-04-19rtcd: serialize function pointer initializationJohn Koleszar
2012-04-19Ports vpx_xcaler to new RTCD methodAttila Nagy
2012-04-19Makes all mode token tables constAttila Nagy
2012-04-17Makes all global data in entropy.c constAttila Nagy
2012-04-12Merge "MB_MODE_INFO size reduction"Scott LaVarnway
2012-04-12Merge "loopfilter improvements"Scott LaVarnway
2012-04-12loopfilter improvementsScott LaVarnway
2012-04-10Fixes to disable MFQE when there is motion.Deb Mukherjee
2012-04-03MFQE: apply threshold to subblocks and chroma.John Koleszar
2012-04-02Move variance and SAD RTCD definitionsJohann
2012-03-29MB_MODE_INFO size reductionScott LaVarnway
2012-03-29Updated vp8_build_intra_predictors_mby_s(sse2/ssse3)Scott LaVarnway
2012-03-26Updated vp8_build_intra_predictors_mbuv_s(sse2/ssse3)Scott LaVarnway
2012-03-26Removed duplicate vp8_build_intra_predictors_mb y/uvScott LaVarnway
2012-03-22Initialize postproc buffer to resolve valgrind warningsDeb Mukherjee