Fix encoder debug setting
[profile/ivi/libvpx.git] / vpxenc.c
2012-03-02 JohannFix encoder debug setting
2012-03-01 Jim BankoskiMerge "vp8e - attempt to lessen blockiness"
2012-03-01 Jim BankoskiMerge "vp8e - static key boost"
2012-03-01 Jim BankoskiMerge "vp8e - force at least some change in over and...
2012-03-01 Scott LaVarnwayMerge "Packing bitstream on-the-fly with delayed contex...
2012-02-29 Yunqing Wangvpxenc: fix time and fps calculation in 2-pass encoding
2012-02-29 Attila NagyPacking bitstream on-the-fly with delayed context updates
2012-02-28 Scott LaVarnwayMerge changes Ifb450710,I61c4a132
2012-02-28 Scott LaVarnwayMerge "Removed duplicate code in threading.c"
2012-02-28 Yunqing WangMerge "Only do uv intra-mode evaluation when intra...
2012-02-27 Yunqing WangMerge "Fix skippable evaluation in mode decision"
2012-02-27 John KoleszarMerge "vpxenc: initial implementation of multistream...
2012-02-27 John KoleszarMerge "decoder: reset segmentation map on keyframes"
2012-02-23 Jim BankoskiMerge "Remove the frame rate factor for key frame size."
2012-02-21 John KoleszarMerge changes I0341554f,I64e110c8
2012-02-21 Scott LaVarnwayMerge "Remove redundant init of segment_counts in vp8_e...
2012-02-21 John KoleszarMerge "Update encoder mb_skip_coeff and prob_skip_false...
2012-02-17 John KoleszarMerge changes Idf1a05f3,If227b29b,Iac784d39
2012-02-16 John Koleszarvpxenc: initial implementation of multistream support
2012-02-16 John Koleszarvpxenc: factor out input open/close
2012-02-16 John Koleszarvpxenc: add warning()/fatal() helpers
2012-02-16 John Koleszarvpxenc: factor out global config options
2012-01-20 Deb MukherjeeMerge "Overhauling the thresholds and mixing proportion...
2012-01-19 Jeff FaustMerge "Simplify an assignment statement"
2012-01-19 John KoleszarMerge "Remove duplicate line in parameter parsing."
2012-01-18 Fritz KoenigRemove duplicate line in parameter parsing.
2012-01-09 Deb MukherjeeMerge "Multiframe quality enhancement postprocessing"
2012-01-05 Scott LaVarnwayMerge "Removed unused diff buffer"
2012-01-05 Scott LaVarnwayMerge "SSE2 optimizations for vp8_build_intra_predictor...
2012-01-04 Scott LaVarnwayMerge "Improved sse2 version of simple loopfilter"
2012-01-04 Scott LaVarnwayMerge "Make a local copy of the dequantized data"
2012-01-03 Scott LaVarnwayMerge "Remove useless g_common.h"
2011-12-22 John KoleszarMerge "Remove unnecessary ternary constructs"
2011-12-22 John KoleszarMerge "Remove legacy integer types"
2011-12-22 John KoleszarMerge "Use lookup tables for mode_check_freq"
2011-12-22 John KoleszarMerge "Use lookup tables for thresh_mult"
2011-12-22 John KoleszarMerge "Remove opaque pointer VP8D_PTR"
2011-12-21 James Zernsquash some signed/unsigned comparison warnings
2011-12-05 John KoleszarMerge "Speed selection support for disabled reference...
2011-11-29 John KoleszarMerge "bugfix: all vpxenc arguments were not parsed...
2011-11-28 James Berrybugfix: all vpxenc arguments were not parsed under...
2011-11-10 JohannMerge "vpxdec: avoid redefining fileno() on mingw"
2011-11-09 James Zernvpxenc: use off64_t for mingw
2011-11-09 John KoleszarMerge "Reset FPU state after calc_plane_error()"
2011-11-04 Yunqing WangMerge "Add checks in MB quantizer initialization"
2011-11-04 John KoleszarMerge "Changing decoder input partition API to input...
2011-11-03 Scott LaVarnwayMerge "Change use of eob in the encoder"
2011-11-02 Yaowu XuMerge "added code to clear 2nd order block when appropr...
2011-11-01 John KoleszarMerge "Fix: Increase default cx_data_size"
2011-11-01 John KoleszarMerge "vpxenc: fix crash w/empty input file"
2011-11-01 James Zernvpxenc: fix crash w/empty input file
2011-10-19 JohannMerge "Fix: NEON copy/extend frame for small sizes"
2011-10-19 JohannMerge "enc: save entropy probs only when needed for...
2011-10-19 Scott LaVarnwayMerge "Remove usage of predict buffer for decode"
2011-10-19 James Zernvpxenc: fix rollover in status output
2011-09-30 Paul WilkinsMerge "CQ and two pass rate control."
2011-09-22 John KoleszarMerge "clamp_mvs() using the wrong motion vector inform...
2011-09-22 John KoleszarMerge changes Ie650e9b8,I2427e494
2011-09-22 John Koleszarvpxenc: get version string programatically
2011-08-05 Yunqing WangMerge "Adjust half-pixel only search"
2011-08-02 Lou QuillioSync `vpxenc --timebase` usage wording with docs change.
2011-07-29 John KoleszarMerge "Convert rc_max_intra_bitrate_pct to control"
2011-07-28 John KoleszarMerge "configure: add --enable-static option"
2011-07-28 John KoleszarConvert rc_max_intra_bitrate_pct to control
2011-07-27 Yunqing WangMerge "Fix range checks in motion search"
2011-07-27 James Zernvpxenc: cosmetics: timebase help update / spelling
2011-07-26 John KoleszarMerge "cosmetics: consistently use [u]int64_t"
2011-07-26 James Zerncosmetics: consistently use [u]int64_t
2011-07-21 Yunqing WangMerge "Add improvements made in good-quality mode to...
2011-07-18 John KoleszarMerge "Disable __longjmp_chk protection"
2011-07-18 John KoleszarMerge "Fixed rate histogram calculation"
2011-07-18 Tero RintaluomaFixed rate histogram calculation
2011-07-15 Scott LaVarnwayMerge "Tokenize MB optimized"
2011-07-15 Yunqing WangMerge "Fix vpxenc encoding incorrect webm file header...
2011-07-12 Yunqing WangFix vpxenc encoding incorrect webm file header on big...
2011-07-08 JohannMerge "clean up warnings when building arm with rtcd"
2011-07-07 John KoleszarMerge "Set VPX_FRAME_IS_DROPPABLE"
2011-07-01 John KoleszarMerge "Properly use GET_GOT/RESTORE_GOT when using...
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 Johannguard against space/time distortion
2011-06-29 Paul WilkinsMerge "Change to arf boost calculation."
2011-06-29 John Koleszarvpxenc: prevent wraparound in the --rate-hist ringbuffer
2011-06-28 JohannMerge "Avoid text relocations in ARM vp8 decoder"
2011-06-28 JohannMerge "utilize preload in ARMv6 MC/LPF/Copy routines"
2011-06-28 JohannMerge "respect alignment in arm asm files"
2011-06-28 John KoleszarMerge "Simplify decode_macroblock."
2011-06-28 John KoleszarMerge "use relative include path"
2011-06-28 James Zernvpxenc: free resources
2011-06-27 JohannMerge "configuration, support disabling any subset...
2011-06-23 John KoleszarMerge "Fix parallel install"
2011-06-23 John KoleszarMerge changes I2807b5a1,I59b020c2
2011-06-23 John Koleszarvpxenc: add rate histogram display
2011-06-23 John Koleszarvpxenc: add quantizer histogram display
2011-05-26 John KoleszarMerge "Do not copy data between encoder reference buffers."
2011-05-11 Yaowu XuMerge "fix a bug related to gf_active_flags in multi...
2011-05-11 John KoleszarMerge "Use stdint.h for VS2010"
2011-05-06 John KoleszarMerge "Don't override active_worst_quality in 2 pass"
2011-05-06 JohannMerge "neon fast quantizer updated"
next