Commit Graph

16 Commits

Author SHA1 Message Date
Stefan Seyfried
5a8f5b3b20 libtriple: try to make all filedescriptors O_CLOEXEC 2011-12-04 15:54:49 +01:00
Stefan Seyfried
dc5a44a365 libtriple: improve lt_debug
* add current instance
* shorten lt_debug messages
2011-11-06 16:13:08 +01:00
Stefan Seyfried
8d7c705587 libtriple: implement cVideo::SetSyncMode() 2011-11-06 16:13:07 +01:00
Stefan Seyfried
2871287681 libtriple: cVideo enabled SCART during record in standby 2011-11-06 16:13:07 +01:00
Stefan Seyfried
5310bd00b1 libtriple: add debug flag to disable SCART switching (debug) 2011-11-06 16:13:06 +01:00
Stefan Seyfried
d756b2535a libtriple: convert cVideo to lt_debug/lt_info, don't use zapit debug 2011-11-06 16:13:06 +01:00
Stefan Seyfried
45e7d0d9fa libtriple: improve debug architecture
every libtriple module can have its debug output enabled separately
by exporting the TRIPLE_DEBUG variable
2011-11-06 16:13:06 +01:00
Stefan Seyfried
30d49b053d libtriple: fix filedescriptor leak in cVideo::routeVideo() 2011-11-06 16:13:05 +01:00
Stefan Seyfried
f201dd0fcd libtriple: fix up cVideo::setAspectRatio() 2011-11-06 16:13:05 +01:00
Stefan Seyfried
64db04cebd libtriple: add cVideo::VideoParamWatchdog() 2011-11-06 16:13:05 +01:00
Stefan Seyfried
06bced653a libtriple: add debug messages to cDemux and cVideo functions 2011-11-06 16:13:04 +01:00
Stefan Seyfried
4e01efc452 libtriple: reduce some messages to debug, consolidate scart messages 2011-11-06 16:13:04 +01:00
Stefan Seyfried
fe6666cda7 libtriple: implement fast forward in cPlayback()
First try at implementing fast forward. Needs more love.
Reverse does not work yet, setting speed to negative values
right now simply resets to "play" mode.
2011-11-06 16:13:03 +01:00
Stefan Seyfried
8542cd14aa libtriple: make most of libtriple use lt_debug 2011-11-06 16:13:03 +01:00
Stefan Seyfried
23dfba35f8 libtriple: implement ShowPicture() in cVideo
this needs the ffmpeg binary with support for mjpeg decoder
and mpeg2video encoder to recode the jpgs to m2v
2011-11-06 16:13:03 +01:00
Stefan Seyfried
55f20e068d libtriple: implement working cVideo class 2011-11-06 16:13:03 +01:00