summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: reuse splitmv segmentation (partial)sandbox/jkoleszar/reuse-modemvJohn Koleszar2012-03-221-2/+2
* WIP: force keyframe based on frame refresh flagsJohn Koleszar2012-03-221-1/+6
* WIP: read modemv from a different fileJohn Koleszar2012-03-211-4/+22
* WIP: reuse splitmv directly (disabled for now)John Koleszar2012-03-211-1/+277
* WIP: add support for using the modemv from the original stream directlyJohn Koleszar2012-03-215-13/+80
* wip: reuse mode/mv in multistream fileJohn Koleszar2012-03-099-8/+682
* vpxenc: accept webm inputJohn Koleszar2012-03-082-8/+223
* vpxenc: generate multistream fileJohn Koleszar2012-03-082-2/+173
* vpxenc: support scaling prior to encodingJohn Koleszar2012-03-012-12/+44
* libyuv: fix compilation on ARMJohn Koleszar2012-03-011-4/+4
* vpx_timer: increase resolutionJohn Koleszar2012-03-011-6/+5
* vpxenc: initial implementation of multistream supportJohn Koleszar2012-02-161-385/+648
* vpxenc: factor out input open/closeJohn Koleszar2012-02-161-75/+112
* vpxenc: add warning()/fatal() helpersJohn Koleszar2012-02-161-71/+49
* vpxenc: factor out global config optionsJohn Koleszar2012-02-151-136/+172
* Merge "support changing resolution with vpx_codec_enc_config_set"John Koleszar2012-02-102-13/+35
|\
| * support changing resolution with vpx_codec_enc_config_setJohn Koleszar2012-02-072-13/+35
* | Missed some variance castsJohann2012-02-102-14/+14
* | Merge "max_sad check is not always implemented"Johann2012-02-101-3/+4
|\ \
| * | max_sad check is not always implementedJohann2012-02-091-3/+4
* | | Fix variance overflowJohann2012-02-0914-47/+47
|/ /
* | Merge "Add OS/2 supports"John Koleszar2012-02-087-8/+144
|\ \
| * | Add OS/2 supportsKO Myung-Hun2012-02-087-8/+144
* | | Align internal mfqe framebuffer dimensionsJohn Koleszar2012-02-071-4/+10
| |/ |/|
* | Fixed bug in 5-layer multi-layer encodeAdrian Grange2012-02-061-8/+8
* | Merge "Added 2 temporal patterns with new parameters"Adrian Grange2012-02-061-11/+101
|\ \
| * | Added 2 temporal patterns with new parametersAdrian Grange2012-01-261-11/+101
* | | Merge "Allow to skip highest-resolution encoding in multi-resolution encoder"Yunqing Wang2012-02-064-24/+53
|\ \ \
| * | | Allow to skip highest-resolution encoding in multi-resolution encoderYunqing Wang2012-02-034-24/+53
| | |/ | |/|
* | | Moved ref_frame_cost from MACROBLOCKD to MACROBLOCKScott LaVarnway2012-02-025-8/+9
* | | Removed frames_till_alt_ref_frame from MACROBLOCKDScott LaVarnway2012-02-024-7/+0
* | | Removed frames_since_golden from MACROBLOCKDScott LaVarnway2012-02-024-4/+0
|/ /
* | Merge "Improved uv mv calculations in build inter predictor"Scott LaVarnway2012-01-311-38/+11
|\ \
| * | Improved uv mv calculations in build inter predictorScott LaVarnway2012-01-231-38/+11
* | | BLOCKD structure cleanupScott LaVarnway2012-01-3114-190/+219
* | | RTCD: remove unimplemented vp8_short_walsh4x4_mmxJohn Koleszar2012-01-301-1/+1
* | | RTCD: finalize removal of old RTCD systemJohn Koleszar2012-01-3010-136/+60
* | | RTCD: add arnr functionsJohn Koleszar2012-01-3022-243/+54
* | | RTCD: add motion search functionsJohn Koleszar2012-01-3011-157/+67
* | | RTCD: add block subtraction functionsJohn Koleszar2012-01-3013-310/+52
* | | RTCD: add quantizer functionsJohn Koleszar2012-01-3016-244/+53
* | | RTCD: add FDCT functionsJohn Koleszar2012-01-3017-265/+35
* | | RTCD: add variance functionsJohn Koleszar2012-01-3020-1204/+385
* | | RTCD: add subpixel functionsJohn Koleszar2012-01-3026-543/+90
* | | RTCD: add postproc functionsJohn Koleszar2012-01-309-218/+57
* | | RTCD: add recon functionsJohn Koleszar2012-01-3029-409/+90
* | | RTCD: add remaining IDCT functionsJohn Koleszar2012-01-3020-233/+40
* | | RTCD: add loopfilter functionsJohn Koleszar2012-01-3014-448/+189
* | | New RTCD implementationJohn Koleszar2012-01-3032-368/+414
* | | Merge Duclair release into master branchJohn Koleszar2012-01-2734-196/+212
|\ \ \