Merge "Copy macroblock data to a buffer before encoding it"
[profile/ivi/libvpx.git] / vp8 / encoder / firstpass.c
2011-06-30 Yunqing WangMerge "Copy macroblock data to a buffer before encoding it"
2011-06-30 JohannMerge "remove incorrect initialization"
2011-06-29 John KoleszarMerge "guard against space/time distortion"
2011-06-29 Paul WilkinsMerge "Change to arf boost calculation."
2011-06-29 Paul WilkinsChange to arf boost calculation.
2011-06-28 JohannMerge "utilize preload in ARMv6 MC/LPF/Copy routines"
2011-06-28 JohannMerge "respect alignment in arm asm files"
2011-06-27 JohannMerge "configuration, support disabling any subset...
2011-06-23 Yunqing WangCopy macroblock data to a buffer before encoding it
2011-06-23 John KoleszarRevert "Reduce overshoot in 1 pass rate control"
2011-06-17 John KoleszarMerge "Use SSE as BPRED distortion metric consistently"
2011-06-16 Ronald S. BultjeAssign boost to GF bit allocation if past frame had...
2011-06-16 John KoleszarMerge "Disable specialcase for last frames if the seque...
2011-06-15 John KoleszarMerge "Remove redundant check for KEY_FRAME in multithr...
2011-06-15 Ronald S. BultjeDisable specialcase for last frames if the sequence...
2011-06-14 Scott LaVarnwayMerge "Populate bmi for B_PRED only"
2011-06-14 Paul WilkinsMerge "Fix RT only build"
2011-06-14 Tero RintaluomaFix RT only build
2011-06-08 JohannMerge "Revert "Use shared object files for ELF""
2011-06-08 John KoleszarMerge "vp8_pick_inter_mode: remove best_bmodes"
2011-06-08 John KoleszarMerge "vp8_pick_intra_mode: correct returned rate"
2011-06-08 John KoleszarMerge "Move RD intra block mode selection to rdopt.c"
2011-06-08 Scott LaVarnwayMerge "Removed unused function parameters"
2011-06-08 Yaowu XuMerge "Further activity masking changes:"
2011-06-08 Paul WilkinsFurther activity masking changes:
2011-06-07 Yaowu XuMerge "remove redundant functions"
2011-06-07 Yaowu XuMerge "adjust sad per bit constants"
2011-06-07 John KoleszarMerge "Reduce overshoot in 1 pass rate control"
2011-06-07 Scott LaVarnwayMerge "Wrapped asserts in critical code with CONFIG_DEBUG"
2011-06-07 Scott LaVarnwayMerge "Removed unused function vp8_treed_read_num"
2011-06-06 JohannMerge "neon fast quantize block pair"
2011-06-06 JohannMerge "adds preload for armv6 encoder asm"
2011-06-06 Scott LaVarnwayMerge "Removed unnecessary bmi motion vector stores."
2011-06-06 John KoleszarMerge "Don't allow very short GF groups even when the...
2011-06-03 John KoleszarReduce overshoot in 1 pass rate control
2011-06-03 Scott LaVarnwayMerge "Removed B_MODE_INFO"
2011-06-02 Scott LaVarnwayRemoved B_MODE_INFO
2011-06-02 Ronald S. BultjeDon't allow very short GF groups even when the GF is...
2011-06-02 Yaowu XuMerge "further clean up of errorperbit and sadperbit"
2011-06-01 Yaowu Xufurther clean up of errorperbit and sadperbit
2011-05-26 John KoleszarMerge "Do not copy data between encoder reference buffers."
2011-05-24 Scott LaVarnwayMerge "MODE_INFO size reduction"
2011-05-24 Yunqing WangMerge "Rewrite hex search function"
2011-05-23 Yaowu XuMerge "use get8x8var directly for non-subpixel motion...
2011-05-20 John KoleszarMerge "bug fix active_worst_quality set below active_be...
2011-05-20 John KoleszarMerge "cleanup: collect twopass variables"
2011-05-20 JohannMerge "Fixed iwalsh_neon build problems with RVDS4.1"
2011-05-20 Yaowu XuMerge "revise two function definitions with less parame...
2011-05-20 John KoleszarMerge "Remove unused members of VP8_COMP"
2011-05-20 Yaowu Xurevise two function definitions with less parameters
2011-05-19 John Koleszarcleanup: collect twopass variables
2011-05-19 John KoleszarRemove unused members of VP8_COMP
2011-05-19 Scott LaVarnwayMerge "Make hor UV predict ~2x faster (73 vs 132 cycles...
2011-05-19 John KoleszarMerge "changed configure option name to reduce confusion"
2011-05-13 Yaowu XuMerge "adjusting rd constant slightly by ~10%"
2011-05-13 Paul WilkinsMerge "Restructure of activity masking code."
2011-05-12 Scott LaVarnwayUsing int_mv instead of MV
2011-05-06 JohannMerge "neon fast quantizer updated"
2011-05-05 Yunqing WangMerge "Runtime detection of available processor cores."
2011-04-25 John KoleszarMerge "Change rc undershoot/overshoot semantics"
2011-04-18 JohannMerge "store quant_shift as an unsigned char"
2011-04-18 Yaowu XuMerge "Add spin-wait pause intrinsic for Windows x64...
2011-04-18 Yaowu XuMerge "fixed an overflow in ssim calculation"
2011-04-15 Adrian GrangeMerge "Fix usage of value returned by vp8_pick_intra4x4...
2011-04-15 Yunqing WangMerge "Reduce unnecessary distortion computation"
2011-04-14 John KoleszarMerge "Refactor lookahead ring buffer"
2011-04-13 John KoleszarRefactor lookahead ring buffer
2011-04-06 JohannMerge "use asm_offsets with vp8_fast_quantize_b_sse2"
2011-04-06 Yunqing WangMerge "Minor modification"
2011-04-04 Scott LaVarnwayFixed unused variable warnings for firstpass.c
2011-04-04 JohannMerge "tweak vp8_regular_quantize_b_sse2"
2011-04-04 Yunqing WangMerge "Use full-pixel MV in mvsadcost calculation"
2011-04-01 Yunqing WangUse full-pixel MV in mvsadcost calculation
2011-03-29 John KoleszarMerge "configure: enable unused variable warnings"
2011-03-23 JohannMerge "ARMv6 optimized fdct4x4"
2011-03-21 John KoleszarMerge "Allow specifying --end-usage by enum name"
2011-03-21 Yunqing WangMerge "Fix multithreaded encoding for 1 MB wide frame"
2011-03-21 John KoleszarMerge "Increase static linkage, remove unused functions"
2011-03-18 John KoleszarIncrease static linkage, remove unused functions
2011-03-17 John KoleszarMerge "Fix "used uninitialized" warning in vp8_pack_bit...
2011-03-14 John KoleszarMerge "Fix an unused variable warning."
2011-03-14 JohannMerge "Add vp8_mse16x16_armv6 function"
2011-03-11 JohannMerge "ARMv6 optimized quantization"
2011-03-11 John KoleszarMerge "1 Pass CQ and VBR bug fixes"
2011-03-11 John KoleszarMerge "Fix incorrect macroblock counts in twopass rate...
2011-03-11 John KoleszarMerge "vp8cx - psnr converted to call assemblerized...
2011-03-11 John KoleszarMerge "vp8cx- alternate ssim function with optimizations"
2011-03-11 Yunqing WangMerge "Encoder loopfilter running in its own thread"
2011-03-10 Adrian GrangeAdded missing format specifier in print statement
2011-03-10 Adrian GrangeRemoved firstpass motion map
2011-03-10 James BerryFix incorrect macroblock counts in twopass rate control
2011-03-09 John KoleszarMerge branch 'bali'
2011-03-09 John KoleszarMerge "Configuration updates:Making a clear distinction...
2011-03-08 Yunqing WangMerge "Add zero offset checking in SSE2 sub-pixel filte...
2011-03-08 Yunqing WangMerge "Write SSSE3 sub-pixel filter function"
2011-03-08 Ralph GilesFix a multi-line format-string warning.
2011-03-08 Paul WilkinsCorrected minor typos.
2011-03-08 Paul WilkinsMerge changes I00c3e823,If8bca004
2011-03-07 Paul WilkinsImproved key frame detection.
2011-03-07 Paul WilkinsImproved KF insertion after fades to still.
next