summaryrefslogtreecommitdiff
path: root/gst/dvbsuboverlay/gstdvbsuboverlay.c
Commit message (Expand)AuthorAgeFilesLines
...
* dvbsuboverlay: clean-up: dvb sub parser helper doesn't need to be a GObjectTim-Philipp Müller2010-12-251-10/+4
* dvbsuboverlay: use GST_LOG etc. for loggingTim-Philipp Müller2010-12-171-25/+1
* dvbsuboverlay: fix atomic accessTim-Philipp Müller2010-12-171-3/+4
* dvbsuboverlay: fix rendering artefactsJanne Grunau2010-12-161-0/+1
* dvbsuboverlay: The enable property is a boolean and not an integerEdward Hervey2010-12-161-1/+1
* dvbsuboverlay: Rename DVB subtitling media type to subpicture/x-dvbSebastian Dröge2010-12-151-3/+3
* dvbsuboverlay: Don't draw anything on the video if the enable property is set...Sebastian Dröge2010-12-151-1/+1
* dvbsuboverlay: Add #defines for the property default valuesSebastian Dröge2010-12-151-3/+8
* dvbsuboverlay: Use g_atomic_int_get() for reading the max_page_timeout fieldSebastian Dröge2010-12-151-1/+2
* dvbsuboverlay: use atomic instructions to set/get enable propertyJanne Grunau2010-12-151-2/+2
* dvbsuboverlay: add property to limit page_time_out to a setable maximumJanne Grunau2010-12-151-1/+16
* dvbsuboverlay: implement display definition segment subtitle windowsJanne Grunau2010-12-151-6/+32
* dvbsuboverlay: scale subtitles according to the display sizeJanne Grunau2010-12-151-22/+15
* dvbsuboverlay: fix luma stride for scaled subtitles (display width != width)Janne Grunau2010-12-151-2/+2
* dvbsuboverlay: fix compiler warnings on OSX.Alessandro Decina2010-12-081-2/+3
* dvbsuboverlay: Implement nearest neighbour scaling for the subpicturesSebastian Dröge2010-12-081-27/+54
* dvbsuboverlay: Revert some parts of last commit that shouldn't be committedSebastian Dröge2010-12-081-9/+0
* dvbsuboverlay: Really choose the latest possible subpicturesSebastian Dröge2010-12-081-25/+48
* dvbsuboverlay: Refactor blending function and take average of all chroma valuesSebastian Dröge2010-12-081-109/+111
* dvbsuboverlay: Improve selection of current to be displayed subpicturesSebastian Dröge2010-12-081-12/+36
* dvbsuboverlay: Implement clipping of video buffersSebastian Dröge2010-12-081-22/+18
* dvbsuboverlay: Clean up locking some moreSebastian Dröge2010-12-081-2/+2
* dvbsuboverlay: Flush subtitles and all internal state when neededSebastian Dröge2010-12-081-16/+40
* dvbsuboverlay: Set the global library log function exactly onceSebastian Dröge2010-12-081-8/+7
* dvbsuboverlay: Remove lots of commented out and unused code and clean up lockingSebastian Dröge2010-12-081-312/+21
* dvbsuboverlay: Fix more of the blending, so it looks quite good nowMart Raudsepp2010-12-081-26/+60
* dvbsuboverlay: Fix blending bug regarding color channel addressing.Mart Raudsepp2010-12-081-16/+16
* dvbsuboverlay: Do blending calls when appropriateMart Raudsepp2010-12-081-0/+6
* dvbsuboverlay: Implement fallback page_time_out honoringMart Raudsepp2010-12-081-0/+12
* dvbsuboverlay: Implement subtitle queueing and syncing with videoMart Raudsepp2010-12-081-6/+31
* dvbsuboverlay: Pass page_time_out and pts with the DVBSubtitles structureMart Raudsepp2010-12-081-5/+5
* dvbsuboverlay: Work with GstClockTime instead of PTS for subtitle timingMart Raudsepp2010-12-081-21/+25
* dvbsuboverlay: initial version, work in progressMart Raudsepp2010-12-081-0/+1275