summaryrefslogtreecommitdiff
path: root/gst/dvbsuboverlay/gstdvbsuboverlay.h
Commit message (Collapse)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-0/+1
| | | | | | | | | | | | | Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2110>
* Fix FSF addressTim-Philipp Müller2012-11-041-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* dvbsuboverlay: adaptively blend or attach video overlay compositionMark Nauwelaerts2012-07-131-0/+2
| | | | | | Conflicts: gst/dvbsuboverlay/gstdvbsuboverlay.c
* dvbsuboverlay: use video overlay composition helperMark Nauwelaerts2012-07-131-0/+2
| | | | | | | | ... rather than custom home-made blending. Conflicts: gst/dvbsuboverlay/gstdvbsuboverlay.c
* dvbsuboverlay: properly force end-of-display-setMark Nauwelaerts2012-07-111-0/+6
| | | | | | | | | | | ... which is upon receiving new data with different PTS spec-wise, or optionally upon each packet of subtitle data if desired by property. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=669310 Conflicts: gst/dvbsuboverlay/gstdvbsuboverlay.c
* port to new gthread APIWim Taymans2012-01-191-1/+1
|
* dvbsuboverlay: port to 0.11Wim Taymans2011-10-101-4/+1
|
* dvbsuboverlay: fix up copyrightsTim-Philipp Müller2011-08-031-0/+1
|
* dvbsuboverlay: add property to limit page_time_out to a setable maximumJanne Grunau2010-12-151-0/+1
|
* dvbsuboverlay: Clean up locking some moreSebastian Dröge2010-12-081-1/+1
|
* dvbsuboverlay: Remove lots of commented out and unused code and clean up lockingSebastian Dröge2010-12-081-14/+1
|
* dvbsuboverlay: Implement subtitle queueing and syncing with videoMart Raudsepp2010-12-081-8/+4
| | | | | | | | | | 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.
* dvbsuboverlay: initial version, work in progressMart Raudsepp2010-12-081-0/+90