summaryrefslogtreecommitdiff
path: root/vpxenc.c
AgeCommit message (Expand)Author
2012-10-26vpxenc: add -quiet optionJames Zern
2012-08-20silent compiling warnings for VC9 buildYaowu Xu
2012-06-20Fix compilation with -werrorJohn Koleszar
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-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-03-26bug fix: fix mem leak error in vpxencJames Berry
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-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-18Merge "Fixed rate histogram calculation"John Koleszar
2011-07-18Fixed rate histogram calculationTero Rintaluoma
2011-07-12Fix vpxenc encoding incorrect webm file header on big endian machines(Issue 331)Yunqing Wang
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-23vpxenc: add rate histogram displayJohn Koleszar
2011-06-23vpxenc: add quantizer histogram displayJohn Koleszar
2011-04-27vpxenc: remove duplicate --fps from vpxenc usage messageFritz Koenig
2011-04-25Merge "Stereo 3D format support for vpxenc"John Koleszar
2011-04-25Add rc_max_intra_bitrate_pct controlJohn Koleszar
2011-04-25Stereo 3D format support for vpxencAlok Ahuja
2011-04-15remove executable bitJohann
2011-03-30vpxenc: die on realloc failuresJohn Koleszar
2011-03-21Allow specifying --end-usage by enum nameJohn Koleszar
2011-03-07Fix format-string warningRalph Giles
2011-01-28Adds "armvX-none-rvct" targetsTero Rintaluoma
2011-01-07CQ ModePaul Wilkins
2010-12-23vpxenc stats_close() memleak fixJames Berry
2010-12-17Add psnr/ssim tuning optionJohn Koleszar