Commit Graph

23 Commits

Author SHA1 Message Date
GetAway
4f15222d9c ShowPicture: return boolean expression 2019-01-12 11:47:33 +01:00
svenhoefer
3da91b1463 - rename lt_debug => hal_debug; it's not only libtriple debugging
Signed-off-by: Thilo Graf <dbt@novatux.de>

- debuglevel fixed
2019-01-01 15:50:37 +01:00
Stefan Seyfried
28b21d2295 cVideo: add dummy functions for PIP stuff 2013-09-28 18:25:45 +02:00
Stefan Seyfried
e6fefa10c1 triple: add a sanity check to cVideo::GetScreenImage 2013-01-13 18:11:36 +01:00
Stefan Seyfried
ae74fe2d0f triple: implement cVideo::GetScreenImage 2013-01-12 19:18:23 +01:00
Stefan Seyfried
ca32114863 triple: implement cVideo::getBlank()
another hack :-) make the "blank" still-mpg 24fps and then check in
getBlank() if the framerate is still 24fps, which means that no video
has been decoded since blanking
2012-07-14 18:13:55 +02:00
Stefan Seyfried
4aa3f8f617 triple: fix TODO in cVideo::ShowPicture()
rebuild the MPEG stillpicture if the source jpeg has changed
additionally check for zero sized m2v from broken ffmpeg versions
(the same as commit ee1a408f9b on spark)
2012-03-30 19:37:36 +02:00
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