summaryrefslogtreecommitdiff
path: root/gst/dvbsuboverlay
Commit message (Expand)AuthorAgeFilesLines
* various: fix pad template ref leaksVincent Penquerc'h2011-11-281-6/+5
* dvbsuboverlay: fix up copyrightsTim-Philipp Müller2011-08-033-3/+4
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* dvbsuboverlay: Remove some unused variables in the I420 blending functionSebastian Dröge2011-03-181-19/+4
* dvbsuboverlay: Fix using alpha values in blitting.Raimo Järvi2011-03-181-28/+26
* dvbsuboverlay: some more minor clean-upsTim-Philipp Müller2011-01-053-77/+9
* dvbsuboverlay: fix leak of "clear screen" DVBSubtitles structsJanne Grunau2011-01-041-0/+2
* dvbsuboverlay: fix two minor deinitialization memory leaksJanne Grunau2011-01-042-0/+13
* dvbsuboverlay: remove unnecessary RGB -> YUV conversion by using YUV palettesJanne Grunau2011-01-032-137/+75
* dvbsuboverlay: fix compiler warningsAlessandro Decina2010-12-271-1/+1
* dvbsuboverlay: clean-up: allocate flat array of rectanglesTim-Philipp Müller2010-12-273-22/+14
* dvbsuboverlay: clean-up: merge private data struct into main structTim-Philipp Müller2010-12-251-82/+50
* dvbsuboverlay: clean-up: dvb sub parser helper doesn't need to be a GObjectTim-Philipp Müller2010-12-253-99/+54
* dvbsuboverlay: use GST_LOG etc. for loggingTim-Philipp Müller2010-12-173-244/+139
* dvbsuboverlay: remove some unused definesTim-Philipp Müller2010-12-171-59/+0
* 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-152-1/+17
* 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: implement display definition segment parsingJanne Grunau2010-12-152-0/+85
* 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-082-3/+3
* 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-082-326/+22
* 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-082-14/+35
* dvbsuboverlay: Make the new dvb_subtitles_free() accept NULLMart Raudsepp2010-12-081-0/+3
* dvbsuboverlay: Pass page_time_out and pts with the DVBSubtitles structureMart Raudsepp2010-12-083-8/+11
* dvbsuboverlay: Make the libdvbsub callback handler responsible for memory cle...Mart Raudsepp2010-12-082-4/+18
* dvbsuboverlay: Work with GstClockTime instead of PTS for subtitle timingMart Raudsepp2010-12-081-21/+25
* dvbsuboverlay: Add FIXME note about non-constant PTS for a display set handling.Mart Raudsepp2010-12-081-1/+3
* dvbsuboverlay: Remove dvb_sub_feed() APIMart Raudsepp2010-12-082-98/+0