Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-15 | wcap: Prefer quote form of include for config.h | Bryce Harrington | 2 | -2/+2 | |
2015-06-15 | wcap: Update boilerplate from MIT X11 license to MIT Expat license | Bryce Harrington | 3 | -48/+57 | |
2015-06-06 | Whitespace corrections | Murray Calavera | 2 | -2/+2 | |
Signed-off-by: Murray Calavera <murray.calavera@gmail.com> | |||||
2014-05-06 | wcap: Check for mmap and malloc return value in wcap decode module | vivek | 2 | -0/+13 | |
Checking for return value in main.c for wcap_decoder_create function and mmap, malloc return value in wcap_decoder_create function to avoid crashes Signed-off-by: vivek <vivek.ellur@samsung.com> | |||||
2014-01-31 | build: Move wcap/Makefile.am into top-level Makefile.am | Kristian Høgsberg | 1 | -9/+0 | |
2014-01-19 | wcap-decode: remove dead code | U. Artie Eoff | 1 | -5/+1 | |
Avoids leaking memory we never use. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com> | |||||
2013-08-26 | Add more missing config.h #includes | Kristian Høgsberg | 2 | -0/+4 | |
Now that we use AC_SYS_LARGEFILE, we need to pull in config.h at least whereever we use mmap(). Fixes at least the test-suite and simple-shm on 32 bit systems. | |||||
2013-07-30 | wcap-decode: Close file descriptor when destroying the decoder | Rob Bradford | 1 | -0/+1 | |
2013-07-12 | wcap: Fix README typo | Peng Wu | 1 | -1/+1 | |
2013-07-02 | wcap-decode: Add 444 YUV Planar output | David Richards | 1 | -8/+58 | |
Done in the most simple way possible, for those who like nice things | |||||
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 | |