summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vpxenc: improve progress indicators with --skipJohn Koleszar2013-03-111-9/+12
* vpxdec: fix use of uninitialized do_scale argumentJohn Koleszar2013-03-111-2/+2
* Merge "vp8: clamp probability values"James Zern2013-03-082-0/+8
|\
| * vp8: clamp probability valuesJames Zern2013-03-052-0/+8
* | Merge "Code cleanup."Dmitry Kovalev2013-03-0511-80/+63
|\ \ | |/ |/|
| * Code cleanup.Dmitry Kovalev2013-03-0411-80/+63
* | vpxdec: support scaling outputJohn Koleszar2013-03-042-1/+34
* | Fix rollover and pass 1 time estimateJohn Koleszar2013-03-041-4/+4
* | vpxenc: support scaling prior to encodingJohn Koleszar2013-03-042-12/+44
* | Don't exit on decode errors in vpxenc.Ronald S. Bultje2013-03-041-24/+65
* | Add estimated completion time to vpxencJohn Koleszar2013-03-041-18/+71
* | Merge "vp8_init: fix NULL dereference on allocation error"James Zern2013-03-041-12/+10
|\ \
| * | vp8_init: fix NULL dereference on allocation errorJames Zern2013-03-021-12/+10
| |/
* | prefix vp8 asm_{com,dec,enc}_offsets filesJames Zern2013-03-0210-25/+25
|/
* Merge "Use intrinsics for sse2 regular quantize"Johann2013-03-017-266/+152
|\
| * Use intrinsics for sse2 regular quantizeJohann2013-02-287-266/+152
* | firstpass.c: correct casting around gf_group_bitsJames Zern2013-02-282-7/+7
* | Merge "vp8 fast quantizer with intrinsics"Johann2013-02-283-142/+110
|\ \ | |/
| * vp8 fast quantizer with intrinsicsJohann2013-02-263-142/+110
* | Merge "vp8/encoder/mcomp.c: remove an unused variable"James Zern2013-02-271-2/+1
|\ \
| * | vp8/encoder/mcomp.c: remove an unused variableJames Zern2013-02-221-2/+1
* | | Merge "add vp8 variance test"John Koleszar2013-02-272-9/+95
|\ \ \
| * | | add vp8 variance testJames Zern2013-02-222-9/+95
* | | | Merge "give vp9 variance struct a unique name"John Koleszar2013-02-272-5/+5
|\ \ \ \ | |/ / /
| * | | give vp9 variance struct a unique nameJames Zern2013-02-222-5/+5
* | | | Merge "rtcd: make include guard unique"John Koleszar2013-02-271-2/+3
|\ \ \ \ | |/ / /
| * | | rtcd: make include guard uniqueJames Zern2013-02-221-2/+3
| |/ /
* | | Fix --as=nasm compatibility for new asm code.Jan Kratochvil2013-02-274-7/+7
|/ /
* | Merge "Fix variance (signed integer) overflow"James Zern2013-02-224-30/+30
|\ \
| * | Fix variance (signed integer) overflowJames Zern2013-02-224-30/+30
* | | Merge "vp8: make gf_group_bits 64-bit"James Zern2013-02-223-5/+8
|\ \ \
| * | | vp8: make gf_group_bits 64-bitJames Zern2013-02-223-5/+8
| |/ /
* | | Merge "vp8_first_pass(): avoid floating point div by 0"James Zern2013-02-222-2/+5
|\ \ \
| * | | vp8_first_pass(): avoid floating point div by 0James Zern2013-02-222-2/+5
| |/ /
* | | Merge "Fixed the buffer overflow issue"James Zern2013-02-221-1/+1
|\ \ \
| * | | Fixed the buffer overflow issueJingning Han2013-02-221-1/+1
| |/ /
* | | Merge "sixtap_predict_test: fix sizes passed to memset"James Zern2013-02-221-3/+3
|\ \ \
| * | | sixtap_predict_test: fix sizes passed to memsetJames Zern2013-02-221-3/+3
| |/ /
* | | Merge "Remove 'local' variables in rtcd.sh"John Koleszar2013-02-221-29/+29
|\ \ \
| * | | Remove 'local' variables in rtcd.shJohn Koleszar2013-02-211-29/+29
| |/ /
* | | Append .exe to the executable on OS/2KO Myung-Hun2013-02-221-1/+1
|/ /
* | Use dq instead of ddq with NASMKO Myung-Hun2013-02-171-0/+6
* | Use smartalign for long nops with NASMKO Myung-Hun2013-02-031-0/+5
* | Disable USE_POSIX_MAP on OS/2KO Myung-Hun2013-02-031-1/+1
|/
* Merge "Add support for x64 and win64 yasm flags."John Koleszar2013-01-3114-46/+59
|\
| * Add support for x64 and win64 yasm flags.Frank Galligan2013-01-3114-46/+59
* | Fix for divide by zero in vp8_adjust_key_frame.Marco Paniconi2013-01-311-2/+6
|/
* Merge "WIP: Multiple decoder instances support"Jim Bankoski2013-01-305-56/+128
|\
| * WIP: Multiple decoder instances supportScott LaVarnway2013-01-305-56/+128
* | libvpx: Fix warnings on windows.Frank Galligan2013-01-291-12/+12
|/