Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-23 | wcap: Fix typo in usage output. | Scott Moreau | 1 | -1/+1 | |
2012-07-23 | wcap: Clarify help message, don't dump yuv4mpeg2 to terminal | Kristian Høgsberg | 1 | -2/+11 | |
2012-07-23 | wcap: Add GCC_CFLAGS and fix more compiler warnings | Kristian Høgsberg | 3 | -7/+5 | |
2012-07-23 | wcap: Declare variable with same sign as convert_to_yv12() expects. | Scott Moreau | 1 | -1/+1 | |
2012-07-18 | wcap: Just make wcap-decode dump YUV4MPEG2 | Kristian Høgsberg | 19 | -5078/+265 | |
Instead of having a custom fork of the vpxenc tool in weston, we can just dump raw YUV data in the YUV4MPEG2 format and feed that into the upstream vpxenc. This also works with theora_encoder and probably many other encoders. | |||||
2012-07-09 | wcap-snapshot: add return value | Jan Engelhardt | 1 | -0/+1 | |
Distro build with rpmlint aborts due to missing exit status. | |||||
2012-07-09 | wcap: Plug memory leak in wcap_decoder_create() | Martin Olsson | 1 | -1/+3 | |
2012-06-25 | wcap: Add vpx_config.h to Makefile.am | Kristian Høgsberg | 1 | -0/+1 | |
2012-05-31 | tests, wcap: update ignores | Pekka Paalanen | 1 | -0/+3 | |
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com> | |||||
2012-05-30 | wcap: Convert argb to yv12 using integer math instead | Kristian Høgsberg | 1 | -7/+9 | |
Drop from 8% in the profile to 1.8%. | |||||
2012-05-30 | wcap: Fix README typo | Kristian Høgsberg | 1 | -1/+1 | |
Thanks to Jonas Kulla <nyocurio@googlemail.com> for spotting it. | |||||
2012-05-29 | wcap: Compute per-component deltas | Kristian Høgsberg | 1 | -2/+9 | |
2012-05-29 | wcap: Add wcap README, with a bit of documentation | Kristian Høgsberg | 1 | -0/+99 | |
2012-05-29 | wcap-decode: Fix setting framerate | Kristian Høgsberg | 1 | -1/+8 | |
Default to 30fps instead of crashing if we don't get a framerate on the command line. | |||||
2012-05-29 | wcap-decode: Fix timestamp overflow | Kristian Høgsberg | 1 | -1/+1 | |
2012-05-25 | wcap: Space out frames according to timestamps | Kristian Høgsberg | 3 | -6/+19 | |
2012-05-25 | wcap: Support the other pixel format we may write | Kristian Høgsberg | 3 | -10/+23 | |
2012-05-25 | wcap: Commit Makefile.am | Kristian Høgsberg | 1 | -0/+30 | |
2012-05-25 | wcap: Move old wcap-encode to wcap/ as wcap-snapshot | Kristian Høgsberg | 1 | -0/+83 | |
2012-05-25 | wcap: Rename wcap-encode to just wcap | Kristian Høgsberg | 17 | -0/+5120 | |