summaryrefslogtreecommitdiff
path: root/vpxenc.c
AgeCommit message (Expand)Author
2013-02-03Disable USE_POSIX_MAP on OS/2KO Myung-Hun
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-12-26Build fixes to merge vp9-preview into masterJohn Koleszar
2012-11-28Fixing 8x8/4x4 ADST for intra modes with tx selectDeb Mukherjee
2012-11-17vpxenc: don't print STATS_PKT size w/--quietJames Zern
2012-11-15webm: add support for V_VP9John Koleszar
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-10Fix frame number on which the mismatch is reported in vpxenc.Ronald S. Bultje
2012-11-09Fix another crash in vpxenc with --pass=1 and --test-decode.Ronald S. Bultje
2012-11-08fix a crash in 2-pass encoding with test-decode onYaowu Xu
2012-11-07Rough merge of master into experimentalJohn Koleszar
2012-11-06vpxenc: merge with masterJohn Koleszar
2012-11-06vpx: merge with masterJohn Koleszar
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje
2012-10-26vpxenc: add -quiet optionJames Zern
2012-10-11Add encoder/decoder mismatch information to internal stats file.Ronald S. Bultje
2012-08-20silent compiling warnings for VC9 buildYaowu Xu
2012-08-14Fix warnings.Christian Duvivier
2012-07-24Added const specifier to remove warningAdrian Grange
2012-07-23Dll build of libvpxJim Bankoski
2012-07-17Restyle codeJohn Koleszar
2012-06-28Add lossless compression mode.Hui Su
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-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