summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-15wcap: Transform damage rectangles according to output tranformKristian Høgsberg1-0/+52
2012-07-23wcap: Fix typo in usage output.Scott Moreau1-1/+1
2012-07-23wcap: Clarify help message, don't dump yuv4mpeg2 to terminalKristian Høgsberg1-2/+11
2012-07-23wcap: Add GCC_CFLAGS and fix more compiler warningsKristian Høgsberg3-7/+5
2012-07-23wcap: Declare variable with same sign as convert_to_yv12() expects.Scott Moreau1-1/+1
2012-07-18wcap: Just make wcap-decode dump YUV4MPEG2Kristian Høgsberg19-5078/+265
2012-07-09wcap-snapshot: add return valueJan Engelhardt1-0/+1
2012-07-09wcap: Plug memory leak in wcap_decoder_create()Martin Olsson1-1/+3
2012-06-25Makefile.am: Don't list wcap sub directory twice in DIST_SUBDIRSKristian Høgsberg1-1/+1
2012-06-25wcap: Add vpx_config.h to Makefile.amKristian Høgsberg1-0/+1
2012-06-18wcap: Make recorder debug code compile againKristian Høgsberg1-3/+3
2012-05-31tests, wcap: update ignoresPekka Paalanen2-0/+4
2012-05-30wcap: Convert argb to yv12 using integer math insteadKristian Høgsberg1-7/+9
2012-05-30wcap: Fix README typoKristian Høgsberg1-1/+1
2012-05-29wcap: Compute per-component deltasKristian Høgsberg2-3/+22
2012-05-29wcap: Add wcap README, with a bit of documentationKristian Høgsberg1-0/+99
2012-05-29wcap-decode: Fix setting framerateKristian Høgsberg1-1/+8
2012-05-29wcap-decode: Fix timestamp overflowKristian Høgsberg1-1/+1
2012-05-26wcap: Add option to disable building wcap toolsKristian Høgsberg2-6/+21
2012-05-26wcap: Space out frames according to timestampsKristian Høgsberg3-6/+19
2012-05-26wcap: Support the other pixel format we may writeKristian Høgsberg3-10/+23
2012-05-26wcap: Commit Makefile.amKristian Høgsberg1-0/+30
2012-05-25wcap: Move old wcap-encode to wcap/ as wcap-snapshotKristian Høgsberg3-224/+84
2012-05-25wcap: Rename wcap-encode to just wcapKristian Høgsberg20-3/+3
2012-05-25wcap: Add COPYING for vpxenc derived wcap-decode toolKristian Høgsberg1-0/+34
2012-05-25wcap: Add wcap support to webm encoderKristian Høgsberg1-1/+93
2012-05-25wcap: Move wcap structs and constants to a shader headerKristian Høgsberg3-85/+64
2012-05-25wcap: Discard first frame since it doesn't have a full frame of damageKristian Høgsberg1-2/+10
2012-05-25wcap: Add a file format magic number and add the pixel format to the headerKristian Høgsberg2-1/+27
2012-05-24Add screen recorder toolKristian Høgsberg5-1/+402