orbea
25f41809f5
Fix --enable-v4l2 with CXX_BUILD=1.
2019-02-07 16:01:01 -08:00
orbea
cb1b7a8006
Better warning fix for 32-bit linux.
...
Thanks hhromic!
2019-02-07 13:51:57 -08:00
orbea
c0296179ac
Silence warnings with 32-bit linux.
2019-02-07 13:27:42 -08:00
orbea
b9cbc9881a
Fix comment.
2019-02-06 11:13:39 -08:00
orbea
cf6c49b9a1
Fix c89 build with 32-bit linux.
2019-02-06 10:21:28 -08:00
orbea
28ff4b391a
Clean up white space.
2019-02-03 16:00:50 -08:00
orbea
e062b98088
Remove trailing blank lines.
...
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
2019-01-17 19:39:38 -08:00
orbea
bfc366decc
Squeeze extra blank lines with cat(1).
...
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
Adriano de Moura Leite
85a3f952b9
Removes the return in the audio callback and restores samplerate to
...
48khz
2018-11-11 17:44:35 -02:00
Adriano de Moura Leite
0634e38ede
Fixes an audio freewheeling situation where a capture card with no
...
sound capture captabilities would result in an empty audio_handle,
therefore making audio_callback thread spin forever
2018-11-11 04:48:46 -02:00
Adriano de Moura Leite
7b4652ac27
Reverts a change I mistakelny left behind for temporarely disabling the
...
audio callback, which was causing a freewheeling issue with my setup.
2018-11-11 04:35:21 -02:00
Adriano de Moura Leite
4c67888671
Major improvements to the video processor core.
...
Supports multiple capture and output modes with deinterlacing
New dummy mode for testing the core even without a capture device
Ability to display frametimes
alternate_hack mode allows capture cards without alternate capture mode
to capture progressive or interlaced inputs at 16ms rather than 33ms
2018-11-11 04:25:51 -02:00
gblues
6904101c44
Clean up trailing whitespace
...
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
2017-12-12 00:24:18 -08:00
twinaphex
dd517f4660
Try to avoid directly calling strcmp
2017-04-21 13:56:15 +02:00
twinaphex
136d9f43d3
C89 buildfix
2016-11-08 19:45:40 +01:00
twinaphex
1c31e37749
C89_BUILD fixes
2016-11-08 19:42:58 +01:00
Alcaro
150fe15eaf
Not needed
2016-11-08 17:42:36 +01:00
twinaphex
cdf816b46b
(video_processor_v4l2) Update
2016-09-05 04:31:13 +02:00
Alcaro
3394162098
Those option lists should be terminated with a NULL-NULL pair.
2016-09-01 21:48:04 +02:00
twinaphex
6e6c8132a6
(video processor v4l2) C89 fixes
2016-08-29 17:08:55 +02:00
twinaphex
6f605e2df5
CXX_BUILD buildfix
2016-08-01 22:16:00 +02:00
twinaphex
ccfd9a8937
(video processor) Update
2016-07-29 00:27:36 +02:00
twinaphex
2e52141b39
(libretro-video-processor) Updates
2016-07-28 23:37:54 +02:00
twinaphex
d368919ff3
Add config.h
2016-07-28 23:15:46 +02:00
twinaphex
b4e0f9d1c6
Update video_processor_v4l2
2016-07-28 23:13:43 +02:00
twinaphex
c8f8917d0a
N/A - Nits
2016-07-28 21:59:18 +02:00
twinaphex
c578bc53ee
(Video processor) Change core option names
2016-07-28 20:38:04 +02:00
twinaphex
4f617071db
Add Start Video Processor menu entry
2016-07-28 20:35:05 +02:00
twinaphex
afee38109d
Start integrating video processor code
2016-07-28 19:10:18 +02:00
twinaphex
31143e5f5e
Add libretro-v4l2 and rename it libretro-video-processor
2016-07-28 18:33:24 +02:00