Remove unused functions
[profile/ivi/libvpx.git] / vp8 / encoder / onyx_if.c
2011-04-25 John KoleszarRemove unused functions
2011-04-25 John KoleszarLimit size of initial keyframe in one-pass.
2011-04-25 John KoleszarAdd rc_max_intra_bitrate_pct control
2011-04-25 JohannMerge "keep values in registers during quantization"
2011-04-25 Scott LaVarnwayMerge "Removed unnecessary frame type checks"
2011-04-25 Scott LaVarnwayMerge "Removed dc_diff from MB_MODE_INFO"
2011-04-22 Yaowu XuMerge "make two compiler options explicit for Visual...
2011-04-21 John KoleszarMerge "Remove unused kf rate variables"
2011-04-21 Adrian GrangeCorrected format specifiers in debug print statements
2011-04-19 John KoleszarRemove unused kf rate variables
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-14 Fritz KoenigMerge "Use consistent delimiters."
2011-04-13 Fritz KoenigUse consistent delimiters.
2011-04-13 John KoleszarRefactor lookahead ring buffer
2011-04-12 John KoleszarMerge "Bugfix for error accumulator stats"
2011-04-12 John KoleszarMerge "Fix encoder range check for frame width and...
2011-04-11 Yunqing WangSet cpu_used range to [-16, 16] in real-time mode
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-04-01 John KoleszarMerge "vpxenc: die on realloc failures"
2011-04-01 JohannMerge "Wrapper function removed from vp8_subtract_b_neo...
2011-03-31 JohannMerge "ARMv6 optimized subtract functions"
2011-03-31 John KoleszarMerge changes I4e32a8fb,Ic6a9d4c5
2011-03-30 Attila NagyFix: lpf semaphore was signaled in single threaded run
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 "Move build_intra_predictors_mby to RTCD framework"
2011-03-11 JohannMerge "ARMv6 optimized quantization"
2011-03-11 John KoleszarMerge "Only enable ssim_opt.asm on X86_64"
2011-03-11 Paul WilkinsClean up of vp8_init_config()
2011-03-11 John KoleszarMerge "1 Pass CQ and VBR bug fixes"
2011-03-11 Paul Wilkins1 Pass CQ and VBR bug fixes
2011-03-11 John KoleszarMerge "Fix incorrect macroblock counts in twopass rate...
2011-03-11 Yunqing WangMerge "Align SAD output array to be 16-byte aligned"
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 Jim Bankoskivp8cx - psnr converted to call assemblerized sse
2011-03-11 Jim Bankoskivp8cx- alternate ssim function with optimizations
2011-03-11 Yunqing WangMerge "Encoder loopfilter running in its own thread"
2011-03-11 Attila NagyEncoder loopfilter running in its own thread
2011-03-10 Adrian GrangeRemoved firstpass motion map
2011-03-09 John KoleszarMerge branch 'bali'
2011-03-09 JohannMerge "fix obj_int_extract for MinGW"
2011-03-09 Yunqing WangMerge "Improve SSE2 half-pixel filter funtions"
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-04 JohannMerge "examples: use function to get iface pointers"
2011-03-04 JohannMerge "change CFLAGS for 64 bit icc builds"
2011-03-04 John KoleszarMerge "clean up msvs project generation"
2011-03-04 John KoleszarMerge "Fixing divide by zero"
2011-03-04 John KoleszarMerge "documentation: minor updates to vp8 (en|de)coder"
2011-03-04 John KoleszarMerge "Fix counter of fixed keyframe distance"
2011-03-03 Mikhal ShemerConfiguration updates:Making a clear distinction betwee...
2011-03-03 Mikhal ShemerFixing divide by zero
2011-03-02 JohannMerge "ARMv6 optimized half pixel variance calculations"
2011-02-28 Yunqing WangMerge "Add prefetch before variance calculation"
2011-02-28 Scott LaVarnwayMerge "Avoid double copying of key frames into alt...
2011-02-28 John KoleszarMerge "Remove examples.doxy dep w/--disable-examples"
2011-02-25 JohannMerge "Remove a second check for invalid ptr in vp8_get...
2011-02-25 JohannMerge "Remove temporal alt ref from realtime only build"
2011-02-25 Attila NagyAvoid double copying of key frames into alt and golden...
2011-02-25 Attila NagyRemove a second check for invalid ptr in vp8_get_compre...
2011-02-24 JohannMerge "documentation: minor cosmetics"
2011-02-22 Attila NagyRemove temporal alt ref from realtime only build
2011-02-18 John KoleszarMerge "clean up unused files"
2011-02-18 John Koleszarclean up unused files
2011-02-18 John Koleszarcosmetic: remove unnecessary scope
2011-02-18 John KoleszarMerge "Dont pick encoder filter level when loopfilter...
2011-02-18 Attila NagyReinitialize quantizer only when any delta is changing
2011-02-18 Attila NagyDont pick encoder filter level when loopfilter is disabled.
2011-02-17 John KoleszarMerge "Removed unused vp8_recon_intra4x4mb function"
2011-02-17 John KoleszarMerge "Fix relative include paths"
2011-02-16 Yunqing WangMerge "Allocate source buffers to be multiples of 16"
2011-02-16 Yunqing WangAllocate source buffers to be multiples of 16
2011-02-16 JohannMerge "ARMv6 optimized sad16x16"
2011-02-15 James ZernRemove redundant ptr checks in calls to vpx_free
2011-02-14 Yaowu XuMerge "Improved vp8_rd_pick_intra_mbuv_mode"
2011-02-14 Yaowu XuMerge "mem leak fix for cpi->tplist"
2011-02-14 James Berrymem leak fix for cpi->tplist
2011-02-14 JohannMerge "remove assembly detokenizer"
2011-02-11 Yunqing WangMerge "Add improved_mv_pred flag in real-time mode"
2011-02-11 Yunqing WangAdd improved_mv_pred flag in real-time mode
2011-02-11 Yaowu XuMerge "Redefining good quality speed settings"
2011-02-10 Yunqing WangMerge "Improve motion search in real-time mode"
2011-02-10 John KoleszarFix relative include paths
2011-02-10 Yunqing WangImprove motion search in real-time mode
next