summaryrefslogtreecommitdiff
path: root/wcap/main.c
Commit message (Collapse)AuthorAgeFilesLines
* wcap: Prefer quote form of include for config.hBryce Harrington2015-06-151-1/+1
|
* wcap: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
|
* Whitespace correctionsMurray Calavera2015-06-061-1/+1
| | | | Signed-off-by: Murray Calavera <murray.calavera@gmail.com>
* wcap: Check for mmap and malloc return value in wcap decode modulevivek2014-05-061-0/+4
| | | | | | | | 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>
* wcap-decode: remove dead codeU. Artie Eoff2014-01-191-5/+1
| | | | | | Avoids leaking memory we never use. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
* Add more missing config.h #includesKristian Høgsberg2013-08-261-0/+2
| | | | | | 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.
* wcap-decode: Add 444 YUV Planar outputDavid Richards2013-07-021-8/+58
| | | | Done in the most simple way possible, for those who like nice things
* wcap: Fix typo in usage output.Scott Moreau2012-07-231-1/+1
|
* wcap: Clarify help message, don't dump yuv4mpeg2 to terminalKristian Høgsberg2012-07-231-2/+11
|
* wcap: Add GCC_CFLAGS and fix more compiler warningsKristian Høgsberg2012-07-231-0/+3
|
* wcap: Declare variable with same sign as convert_to_yv12() expects.Scott Moreau2012-07-231-1/+1
|
* wcap: Just make wcap-decode dump YUV4MPEG2Kristian Høgsberg2012-07-181-0/+240
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.