summaryrefslogtreecommitdiff
path: root/vpxenc.c
AgeCommit message (Expand)Author
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-06-04Explicitly discard fwrite/fread return valuesJohann
2012-05-18examples: use alignment > 1 w/vpx_img_allocJames Zern
2012-05-01Added usage info on command line optionsYaowu Xu
2012-04-27Reset output frames counter for second passAdrian Grange
2012-04-25Have vpxenc use a default kf_max_rate of 5 seconds.Ralph Giles
2012-04-25vpxenc: validate rational argumentsJohn Koleszar
2012-04-11Superblock encoding orderAdrian Grange
2012-03-26bug fix: fix mem leak error in vpxencJames Berry
2012-03-14Added encode/decode recon buffer match test to vpxencYaowu Xu
2012-03-14Added option to skip first n frame to vpxencYaowu Xu
2012-03-07Changed MAX_PSNR to be consistent with internal statsYaowu Xu
2012-03-01Fix encoder debug settingJohann
2012-03-01Merge "Packing bitstream on-the-fly with delayed context updates"Scott LaVarnway
2012-02-29vpxenc: fix time and fps calculation in 2-pass encodingYunqing Wang
2012-02-29Packing bitstream on-the-fly with delayed context updatesAttila Nagy
2012-02-16vpxenc: initial implementation of multistream supportJohn Koleszar
2012-02-16vpxenc: factor out input open/closeJohn Koleszar
2012-02-16vpxenc: add warning()/fatal() helpersJohn Koleszar
2012-02-15vpxenc: factor out global config optionsJohn Koleszar
2012-01-17Remove duplicate line in parameter parsing.Fritz Koenig
2011-12-21squash some signed/unsigned comparison warningsJames Zern
2011-11-28bugfix: all vpxenc arguments were not parsed under all conditionsJames Berry
2011-11-09vpxenc: use off64_t for mingwJames Zern
2011-11-01vpxenc: fix crash w/empty input fileJames Zern
2011-10-18vpxenc: fix rollover in status outputJames Zern
2011-09-22vpxenc: get version string programaticallyJohn Koleszar
2011-08-11Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-08-02Sync `vpxenc --timebase` usage wording with docs change.Lou Quillio
2011-07-28Convert rc_max_intra_bitrate_pct to controlJohn Koleszar
2011-07-26vpxenc: cosmetics: timebase help update / spellingJames Zern
2011-07-26cosmetics: consistently use [u]int64_tJames Zern
2011-07-19Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-07-18Merge "Fixed rate histogram calculation"John Koleszar
2011-07-18Fixed rate histogram calculationTero Rintaluoma
2011-07-16Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-07-12Fix vpxenc encoding incorrect webm file header on big endian machines(Issue 331)Yunqing Wang
2011-06-30Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-06-29Merge "guard against space/time distortion"John Koleszar
2011-06-29guard against space/time distortionJohann
2011-06-29vpxenc: prevent wraparound in the --rate-hist ringbufferJohn Koleszar
2011-06-28vpxenc: free resourcesJames Zern
2011-06-23Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-06-23vpxenc: add rate histogram displayJohn Koleszar
2011-06-23vpxenc: add quantizer histogram displayJohn Koleszar
2011-04-28Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-04-27vpxenc: remove duplicate --fps from vpxenc usage messageFritz Koenig
2011-04-26Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-04-25Merge "Stereo 3D format support for vpxenc"John Koleszar
2011-04-25Add rc_max_intra_bitrate_pct controlJohn Koleszar