summaryrefslogtreecommitdiff
path: root/wcap
AgeCommit message (Collapse)AuthorFilesLines
2015-06-15wcap: Prefer quote form of include for config.hBryce Harrington2-2/+2
2015-06-15wcap: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington3-48/+57
2015-06-06Whitespace correctionsMurray Calavera2-2/+2
Signed-off-by: Murray Calavera <murray.calavera@gmail.com>
2014-05-06wcap: Check for mmap and malloc return value in wcap decode modulevivek2-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-31build: Move wcap/Makefile.am into top-level Makefile.amKristian Høgsberg1-9/+0
2014-01-19wcap-decode: remove dead codeU. Artie Eoff1-5/+1
Avoids leaking memory we never use. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
2013-08-26Add more missing config.h #includesKristian Høgsberg2-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-30wcap-decode: Close file descriptor when destroying the decoderRob Bradford1-0/+1
2013-07-12wcap: Fix README typoPeng Wu1-1/+1
2013-07-02wcap-decode: Add 444 YUV Planar outputDavid Richards1-8/+58
Done in the most simple way possible, for those who like nice things
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
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-09wcap-snapshot: add return valueJan Engelhardt1-0/+1
Distro build with rpmlint aborts due to missing exit status.
2012-07-09wcap: Plug memory leak in wcap_decoder_create()Martin Olsson1-1/+3
2012-06-25wcap: Add vpx_config.h to Makefile.amKristian Høgsberg1-0/+1
2012-05-31tests, wcap: update ignoresPekka Paalanen1-0/+3
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
2012-05-30wcap: Convert argb to yv12 using integer math insteadKristian Høgsberg1-7/+9
Drop from 8% in the profile to 1.8%.
2012-05-30wcap: Fix README typoKristian Høgsberg1-1/+1
Thanks to Jonas Kulla <nyocurio@googlemail.com> for spotting it.
2012-05-29wcap: Compute per-component deltasKristian Høgsberg1-2/+9
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
Default to 30fps instead of crashing if we don't get a framerate on the command line.
2012-05-29wcap-decode: Fix timestamp overflowKristian Høgsberg1-1/+1
2012-05-25wcap: Space out frames according to timestampsKristian Høgsberg3-6/+19
2012-05-25wcap: Support the other pixel format we may writeKristian Høgsberg3-10/+23
2012-05-25wcap: Commit Makefile.amKristian Høgsberg1-0/+30
2012-05-25wcap: Move old wcap-encode to wcap/ as wcap-snapshotKristian Høgsberg1-0/+83
2012-05-25wcap: Rename wcap-encode to just wcapKristian Høgsberg17-0/+5120