summaryrefslogtreecommitdiff
path: root/vpxenc.c
Commit message (Expand)AuthorAgeFilesLines
* Sync `vpxenc --timebase` usage wording with docs change.Lou Quillio2011-08-021-2/+2
* Convert rc_max_intra_bitrate_pct to controlJohn Koleszar2011-07-281-7/+4
* vpxenc: cosmetics: timebase help update / spellingJames Zern2011-07-261-4/+7
* cosmetics: consistently use [u]int64_tJames Zern2011-07-261-1/+1
* Merge "Fixed rate histogram calculation"John Koleszar2011-07-181-0/+5
|\
| * Fixed rate histogram calculationTero Rintaluoma2011-07-181-0/+5
* | Fix vpxenc encoding incorrect webm file header on big endian machines(Issue 331)Yunqing Wang2011-07-121-12/+39
|/
* Merge "guard against space/time distortion"John Koleszar2011-06-291-0/+5
|\
| * guard against space/time distortionJohann2011-06-291-0/+5
* | vpxenc: prevent wraparound in the --rate-hist ringbufferJohn Koleszar2011-06-291-5/+10
|/
* vpxenc: free resourcesJames Zern2011-06-281-0/+4
* vpxenc: add rate histogram displayJohn Koleszar2011-06-231-4/+149
* vpxenc: add quantizer histogram displayJohn Koleszar2011-06-231-1/+164
* vpxenc: remove duplicate --fps from vpxenc usage messageFritz Koenig2011-04-271-1/+1
* Merge "Stereo 3D format support for vpxenc"John Koleszar2011-04-251-4/+28
|\
| * Stereo 3D format support for vpxencAlok Ahuja2011-04-251-4/+28
* | Add rc_max_intra_bitrate_pct controlJohn Koleszar2011-04-251-0/+5
|/
* remove executable bitJohann2011-04-151-0/+0
* vpxenc: die on realloc failuresJohn Koleszar2011-03-301-4/+18
* Allow specifying --end-usage by enum nameJohn Koleszar2011-03-211-3/+9
* Fix format-string warningRalph Giles2011-03-071-2/+2
* Adds "armvX-none-rvct" targetsTero Rintaluoma2011-01-281-1/+9
* CQ ModePaul Wilkins2011-01-071-3/+5
* vpxenc stats_close() memleak fixJames Berry2010-12-231-4/+4
* Add psnr/ssim tuning optionJohn Koleszar2010-12-171-3/+12
* fixed vpxenc bug where ivf files would be read incorrectlyJames Berry2010-12-131-3/+4
* allow dimensions as low as 1 pixelPascal Massimino2010-11-241-15/+19
* Fixed bug first cluster timecode of webm file is wrong.Frank Galligan2010-11-121-2/+3
* improve average framerate calculationJohn Koleszar2010-11-051-4/+6
* Increase the resolution of default timebaseYaowu Xu2010-11-041-1/+1
* vpxenc: require width and height for raw streamsJohn Koleszar2010-11-031-0/+14
* fix pipe support on windowsJohn Koleszar2010-11-021-2/+5
* cosmetic: remove alt_ref from vpxenc usage messageJohn Koleszar2010-10-291-3/+3
* Eliminate more warnings.Timothy B. Terriberry2010-10-271-13/+22
* Output the PSNR for the entire file.Frank Galligan2010-10-271-0/+42
* vpxenc: add unique track idJohn Koleszar2010-10-271-3/+79
* vpxenc: add deterministic output optionJohn Koleszar2010-10-261-2/+11
* vpxenc: warn against webm output to pipesJohn Koleszar2010-10-251-0/+6
* vpxenc: specify output file with -oJohn Koleszar2010-10-251-4/+12
* vpxenc: change --framerate to --fpsJohn Koleszar2010-10-251-1/+1
* vpxenc: output webm by defaultJohn Koleszar2010-10-251-6/+6
* rename ivf{enc,dec} to vpx{enc,dec}John Koleszar2010-10-251-0/+1521