summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix integer promotion bug in partition size checkaylesburyJohn Koleszar2010-11-082-4/+12
* Save XMM registers in asm functionsYunqing Wang2010-11-082-0/+4
* CHANGELOG: correct datev0.9.5John Koleszar2010-10-281-1/+1
* Update CHANGELOG for v0.9.5 (Aylesbury) releaseJohn Koleszar2010-10-281-0/+108
* Eliminate more warnings.Timothy B. Terriberry2010-10-2874-1043/+1100
* postproc: Tweaks to line drawing and blending.Fritz Koenig2010-10-283-21/+55
* Output the PSNR for the entire file.Frank Galligan2010-10-281-0/+42
* Fix half-pixel variance RTCD functionsJohn Koleszar2010-10-278-4/+181
* vpxdec: don't require -o with --noblitJohn Koleszar2010-10-271-1/+1
* makefile: remove ivf{enc,dec} on make cleanJohn Koleszar2010-10-271-2/+2
* vpxenc: add unique track idJohn Koleszar2010-10-271-3/+79
* Merge "fix implicit declarations"Johann2010-10-271-0/+8
|\
| * fix implicit declarationsJohann2010-10-271-0/+8
* | Merge "RTCD build is bringing old errors to light"Johann2010-10-271-1/+1
|\ \ | |/
| * RTCD build is bringing old errors to lightJohann2010-10-271-1/+1
* | vpxdec : Change --pp-debug-info to be a bit field.Fritz Koenig2010-10-272-7/+12
* | Merge "postproc: Add mode and refrence frame visualizers."Fritz Koenig2010-10-272-13/+143
|\ \ | |/ |/|
| * postproc: Add mode and refrence frame visualizers.Fritz Koenig2010-10-262-13/+143
* | Merge "vpxenc: add deterministic output option"John Koleszar2010-10-271-2/+11
|\ \
| * | vpxenc: add deterministic output optionJohn Koleszar2010-10-261-2/+11
* | | Merge "Add half-pixel variance RTCD functions"John Koleszar2010-10-2614-761/+197
|\ \ \
| * | | Add half-pixel variance RTCD functionsJohn Koleszar2010-10-2614-761/+197
* | | | Merge "make vp8_recon16x16mb{,y} RTCD functions"John Koleszar2010-10-269-16/+44
|\ \ \ \ | |/ / /
| * | | make vp8_recon16x16mb{,y} RTCD functionsJohn Koleszar2010-10-269-16/+44
* | | | Merge "make arm hex search the generic implementation"John Koleszar2010-10-262-163/+64
|\ \ \ \ | |/ / /
| * | | make arm hex search the generic implementationJohn Koleszar2010-10-262-163/+64
* | | | Merge "arm: move unrolled loops back to generic code"John Koleszar2010-10-265-474/+112
|\ \ \ \ | |/ / /
| * | | arm: move unrolled loops back to generic codeJohn Koleszar2010-10-265-474/+112
* | | | Merge "arm: remove duplicate functions"John Koleszar2010-10-263-631/+4
|\ \ \ \ | |/ / /
| * | | arm: remove duplicate functionsJohn Koleszar2010-10-263-631/+4
* | | | Merge "Update AUTHORS"John Koleszar2010-10-261-0/+2
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Update AUTHORSJohn Koleszar2010-10-261-0/+2
| |/
* | Merge "add missing GET_GOT/RESTORE_GOT pairs"John Koleszar2010-10-262-0/+8
|\ \ | |/ |/|
| * add missing GET_GOT/RESTORE_GOT pairsJohn Koleszar2010-10-252-0/+8
* | Merge commit 'refs/changes/09/809/1' of https://review.webmproject.org/p/libvpxJim Bankoski2010-10-262-0/+5
|\ \ | |/ |/|
| * safety check to avoid divide by 0sJim Bankoski2010-10-142-0/+5
* | Merge WebM input/output branchJohn Koleszar2010-10-2539-691/+8153
|\ \
| * | vpxenc: warn against webm output to pipesJohn Koleszar2010-10-251-0/+6
| * | vpxenc: specify output file with -oJohn Koleszar2010-10-251-4/+12
| * | vpxdec: rework default output parametersJohn Koleszar2010-10-251-36/+161
| * | vpxdec: replace --quiet with --verboseJohn Koleszar2010-10-251-6/+6
| * | vpxdec: use the same output for --progress and --summaryJohn Koleszar2010-10-251-6/+15
| * | usage: fix horizontal alignment of optionsJohn Koleszar2010-10-251-2/+6
| * | 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-254-27/+36
| * | ivfenc: webm output supportJohn Koleszar2010-10-254-19/+397
| * | Import webmquicktime webm writerJohn Koleszar2010-10-259-0/+853
| * | Fixed the timebase parameter of ivfenc.Frank Galligan2010-10-251-26/+29
| * | ivfdec: support y4m output from raw inputJohn Koleszar2010-10-251-37/+69