gstreamer/gst/dvbsuboverlay
Mart Raudsepp 3d09a3b18a dvbsuboverlay: Implement subtitle queueing and syncing with video
Push incoming subtitle pages in a FIFO queue (pending_subtitles)
and dequeue the head when it's time to show it (when video running
time reaches the subtitle page running time).
Keep the subtitle page, that is supposed to be blended on top of video
currently, in a separate object variable (current_subtitle). As a
next step we can then pre-render current_subtitle to a better to blend
format.
2010-12-08 16:30:10 +01:00
..
dvb-sub.c dvbsuboverlay: Make the new dvb_subtitles_free() accept NULL 2010-12-08 16:30:10 +01:00
dvb-sub.h dvbsuboverlay: Pass page_time_out and pts with the DVBSubtitles structure 2010-12-08 16:30:09 +01:00
ffmpeg-colorspace.h dvbsuboverlay: initial version, work in progress 2010-12-08 16:30:09 +01:00
gstdvbsuboverlay.c dvbsuboverlay: Implement subtitle queueing and syncing with video 2010-12-08 16:30:10 +01:00
gstdvbsuboverlay.h dvbsuboverlay: Implement subtitle queueing and syncing with video 2010-12-08 16:30:10 +01:00
Makefile.am dvbsuboverlay: initial version, work in progress 2010-12-08 16:30:09 +01:00
TODO dvbsuboverlay: more TODO 2010-12-08 16:30:09 +01:00