summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
AgeCommit message (Expand)Author
2012-08-21Add biasing to ZEROMV for videos with static backgroundYunqing Wang
2012-08-20silent compiling warnings for VC9 buildYaowu Xu
2012-07-26multi-res: add drop_frame supportYunqing Wang
2012-07-10Merge "Remove goldfreq in VP8_COMP"Yunqing Wang
2012-06-12Remove goldfreq in VP8_COMPYunqing Wang
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-06-07Remove unused code in drop_frameYunqing Wang
2012-06-04Remove extra enumJohann
2012-05-11Merge branch 'origin/eider' into masterJohn Koleszar
2012-05-04Formalize encodeframe.c forward delclarationsJohn Koleszar
2012-05-03Merge "Add VPX_TS_ prefix to MAX_LAYERS, MAX_PERIODICITY" into eiderJohn Koleszar
2012-05-02Add VPX_TS_ prefix to MAX_LAYERS, MAX_PERIODICITYJohn Koleszar
2012-05-02Fix trailing commas in enums.Timothy B. Terriberry
2012-05-02Fix trailing commas in enums.Timothy B. Terriberry
2012-04-23Shares one set of RD costs tables between all encoding threadsAttila Nagy
2012-04-20vp8_change_config: don't force kf with spatial resamplingJohn Koleszar
2012-03-16Add motion search skipping in first passYunqing Wang
2012-03-13Merge "Adds a motion compensated temporal denoiser to the encoder."Jim Bankoski
2012-03-13Adds a motion compensated temporal denoiser to the encoder.Stefan Holmer
2012-03-05Move SAD and variance functions to commonJohann
2012-02-29Packing bitstream on-the-fly with delayed context updatesAttila Nagy
2012-02-21Merge changes I0341554f,I64e110c8John Koleszar
2012-02-17Update encoder mb_skip_coeff and prob_skip_false calculationAttila Nagy
2012-02-16Multithreaded encoder, late sync loopfilterAttila Nagy
2012-01-30RTCD: add arnr functionsJohn Koleszar
2012-01-30RTCD: add motion search functionsJohn Koleszar
2012-01-30RTCD: add block subtraction functionsJohn Koleszar
2012-01-30RTCD: add quantizer functionsJohn Koleszar
2012-01-30RTCD: add FDCT functionsJohn Koleszar
2012-01-30RTCD: add variance functionsJohn Koleszar
2012-01-30RTCD: add subpixel functionsJohn Koleszar
2012-01-13Fixed bugs in multi-layer code related to changing paramsAdrian Grange
2011-12-22Remove legacy integer typesJohn Koleszar
2011-12-16Avoid heap allocation of firstpass statsJohn Koleszar
2011-12-12Merge "vp8e - entropy stats per frame type"Jim Bankoski
2011-12-09vp8e - entropy stats per frame typeJim Bankoski
2011-12-07Merge "Reduce mem copies in encoder loopfilter level picking"Johann
2011-12-07Reduce mem copies in encoder loopfilter level pickingAttila Nagy
2011-12-05Multiple-resolution encoderYunqing Wang
2011-12-05Merge "Speed selection support for disabled reference frames"John Koleszar
2011-11-23Fix encoder partitioned output on ARMAttila Nagy
2011-11-18Speed selection support for disabled reference framesJohn Koleszar
2011-11-11avoid resetting framerate during vpx_codec_enc_config_set()John Koleszar
2011-11-01Add checks in MB quantizer initializationYunqing Wang
2011-10-20Fix: check cx_data buffer prior to writeJames Berry
2011-10-11Merge "Added rate-targeted temporal scalability"Adrian Grange
2011-10-11Added rate-targeted temporal scalabilityAdrian Grange
2011-10-10bug fix - starting/optimal/max and buffer_level changed from int to int64_tJames Berry
2011-09-30Merge "CQ and two pass rate control."Paul Wilkins
2011-09-30CQ and two pass rate control.Paul Wilkins