summaryrefslogtreecommitdiff
path: root/gst/dvbsuboverlay
AgeCommit message (Expand)AuthorFilesLines
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h1-2/+2
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-6/+5
2011-08-03dvbsuboverlay: fix up copyrightsTim-Philipp Müller3-3/+4
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2011-03-18dvbsuboverlay: Remove some unused variables in the I420 blending functionSebastian Dröge1-19/+4
2011-03-18dvbsuboverlay: Fix using alpha values in blitting.Raimo Järvi1-28/+26
2011-01-05dvbsuboverlay: some more minor clean-upsTim-Philipp Müller3-77/+9
2011-01-04dvbsuboverlay: fix leak of "clear screen" DVBSubtitles structsJanne Grunau1-0/+2
2011-01-04dvbsuboverlay: fix two minor deinitialization memory leaksJanne Grunau2-0/+13
2011-01-03dvbsuboverlay: remove unnecessary RGB -> YUV conversion by using YUV palettesJanne Grunau2-137/+75
2010-12-27dvbsuboverlay: fix compiler warningsAlessandro Decina1-1/+1
2010-12-27dvbsuboverlay: clean-up: allocate flat array of rectanglesTim-Philipp Müller3-22/+14
2010-12-25dvbsuboverlay: clean-up: merge private data struct into main structTim-Philipp Müller1-82/+50
2010-12-25dvbsuboverlay: clean-up: dvb sub parser helper doesn't need to be a GObjectTim-Philipp Müller3-99/+54
2010-12-17dvbsuboverlay: use GST_LOG etc. for loggingTim-Philipp Müller3-244/+139
2010-12-17dvbsuboverlay: remove some unused definesTim-Philipp Müller1-59/+0
2010-12-17dvbsuboverlay: fix atomic accessTim-Philipp Müller1-3/+4
2010-12-16dvbsuboverlay: fix rendering artefactsJanne Grunau1-0/+1
2010-12-16dvbsuboverlay: The enable property is a boolean and not an integerEdward Hervey1-1/+1
2010-12-15dvbsuboverlay: Rename DVB subtitling media type to subpicture/x-dvbSebastian Dröge1-3/+3
2010-12-15dvbsuboverlay: Don't draw anything on the video if the enable property is set...Sebastian Dröge1-1/+1
2010-12-15dvbsuboverlay: Add #defines for the property default valuesSebastian Dröge1-3/+8
2010-12-15dvbsuboverlay: Use g_atomic_int_get() for reading the max_page_timeout fieldSebastian Dröge1-1/+2
2010-12-15dvbsuboverlay: use atomic instructions to set/get enable propertyJanne Grunau1-2/+2
2010-12-15dvbsuboverlay: add property to limit page_time_out to a setable maximumJanne Grunau2-1/+17
2010-12-15dvbsuboverlay: implement display definition segment subtitle windowsJanne Grunau1-6/+32
2010-12-15dvbsuboverlay: scale subtitles according to the display sizeJanne Grunau1-22/+15
2010-12-15dvbsuboverlay: implement display definition segment parsingJanne Grunau2-0/+85
2010-12-15dvbsuboverlay: fix luma stride for scaled subtitles (display width != width)Janne Grunau1-2/+2
2010-12-08dvbsuboverlay: fix compiler warnings on OSX.Alessandro Decina1-2/+3
2010-12-08dvbsuboverlay: Implement nearest neighbour scaling for the subpicturesSebastian Dröge1-27/+54
2010-12-08dvbsuboverlay: Revert some parts of last commit that shouldn't be committedSebastian Dröge1-9/+0
2010-12-08dvbsuboverlay: Really choose the latest possible subpicturesSebastian Dröge1-25/+48
2010-12-08dvbsuboverlay: Refactor blending function and take average of all chroma valuesSebastian Dröge1-109/+111
2010-12-08dvbsuboverlay: Improve selection of current to be displayed subpicturesSebastian Dröge1-12/+36
2010-12-08dvbsuboverlay: Implement clipping of video buffersSebastian Dröge1-22/+18
2010-12-08dvbsuboverlay: Clean up locking some moreSebastian Dröge2-3/+3
2010-12-08dvbsuboverlay: Flush subtitles and all internal state when neededSebastian Dröge1-16/+40
2010-12-08dvbsuboverlay: Set the global library log function exactly onceSebastian Dröge1-8/+7
2010-12-08dvbsuboverlay: Remove lots of commented out and unused code and clean up lockingSebastian Dröge2-326/+22
2010-12-08dvbsuboverlay: Fix more of the blending, so it looks quite good nowMart Raudsepp1-26/+60
2010-12-08dvbsuboverlay: Fix blending bug regarding color channel addressing.Mart Raudsepp1-16/+16
2010-12-08dvbsuboverlay: Do blending calls when appropriateMart Raudsepp1-0/+6
2010-12-08dvbsuboverlay: Implement fallback page_time_out honoringMart Raudsepp1-0/+12
2010-12-08dvbsuboverlay: Implement subtitle queueing and syncing with videoMart Raudsepp2-14/+35
2010-12-08dvbsuboverlay: Make the new dvb_subtitles_free() accept NULLMart Raudsepp1-0/+3
2010-12-08dvbsuboverlay: Pass page_time_out and pts with the DVBSubtitles structureMart Raudsepp3-8/+11
2010-12-08dvbsuboverlay: Make the libdvbsub callback handler responsible for memory cle...Mart Raudsepp2-4/+18
2010-12-08dvbsuboverlay: Work with GstClockTime instead of PTS for subtitle timingMart Raudsepp1-21/+25
2010-12-08dvbsuboverlay: Add FIXME note about non-constant PTS for a display set handling.Mart Raudsepp1-1/+3