summaryrefslogtreecommitdiff
path: root/wcap
Commit message (Collapse)AuthorAgeFilesLines
* wcap: Prefer quote form of include for config.hBryce Harrington2015-06-152-2/+2
|
* wcap: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-153-48/+57
|
* Whitespace correctionsMurray Calavera2015-06-062-2/+2
| | | | Signed-off-by: Murray Calavera <murray.calavera@gmail.com>
* wcap: Check for mmap and malloc return value in wcap decode modulevivek2014-05-062-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>
* build: Move wcap/Makefile.am into top-level Makefile.amKristian Høgsberg2014-01-311-9/+0
|
* 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-262-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.
* wcap-decode: Close file descriptor when destroying the decoderRob Bradford2013-07-301-0/+1
|
* wcap: Fix README typoPeng Wu2013-07-121-1/+1
|
* 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-233-7/+5
|
* 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-1819-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.
* wcap-snapshot: add return valueJan Engelhardt2012-07-091-0/+1
| | | | Distro build with rpmlint aborts due to missing exit status.
* wcap: Plug memory leak in wcap_decoder_create()Martin Olsson2012-07-091-1/+3
|
* wcap: Add vpx_config.h to Makefile.amKristian Høgsberg2012-06-251-0/+1
|
* tests, wcap: update ignoresPekka Paalanen2012-05-311-0/+3
| | | | Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
* wcap: Convert argb to yv12 using integer math insteadKristian Høgsberg2012-05-301-7/+9
| | | | Drop from 8% in the profile to 1.8%.
* wcap: Fix README typoKristian Høgsberg2012-05-301-1/+1
| | | | Thanks to Jonas Kulla <nyocurio@googlemail.com> for spotting it.
* wcap: Compute per-component deltasKristian Høgsberg2012-05-291-2/+9
|
* wcap: Add wcap README, with a bit of documentationKristian Høgsberg2012-05-291-0/+99
|
* wcap-decode: Fix setting framerateKristian Høgsberg2012-05-291-1/+8
| | | | | Default to 30fps instead of crashing if we don't get a framerate on the command line.
* wcap-decode: Fix timestamp overflowKristian Høgsberg2012-05-291-1/+1
|
* wcap: Space out frames according to timestampsKristian Høgsberg2012-05-253-6/+19
|
* wcap: Support the other pixel format we may writeKristian Høgsberg2012-05-253-10/+23
|
* wcap: Commit Makefile.amKristian Høgsberg2012-05-251-0/+30
|
* wcap: Move old wcap-encode to wcap/ as wcap-snapshotKristian Høgsberg2012-05-251-0/+83
|
* wcap: Rename wcap-encode to just wcapKristian Høgsberg2012-05-2517-0/+5120