index
:
~reynaldo/gst-plugins-bad
0.10
android
gaze
opencv
Unnamed repository; edit this file 'description' to name the repository.
reynaldo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
dvbsuboverlay
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-27
plenty: fixup glib deprecations
Vincent Penquerc'h
1
-2
/
+2
2011-11-28
various: fix pad template ref leaks
Vincent Penquerc'h
1
-6
/
+5
2011-08-03
dvbsuboverlay: fix up copyrights
Tim-Philipp Müller
3
-3
/
+4
2011-04-11
android: make it ready for androgenizer
Thibault Saunier
1
-0
/
+14
2011-03-18
dvbsuboverlay: Remove some unused variables in the I420 blending function
Sebastian Dröge
1
-19
/
+4
2011-03-18
dvbsuboverlay: Fix using alpha values in blitting.
Raimo Järvi
1
-28
/
+26
2011-01-05
dvbsuboverlay: some more minor clean-ups
Tim-Philipp Müller
3
-77
/
+9
2011-01-04
dvbsuboverlay: fix leak of "clear screen" DVBSubtitles structs
Janne Grunau
1
-0
/
+2
2011-01-04
dvbsuboverlay: fix two minor deinitialization memory leaks
Janne Grunau
2
-0
/
+13
2011-01-03
dvbsuboverlay: remove unnecessary RGB -> YUV conversion by using YUV palettes
Janne Grunau
2
-137
/
+75
2010-12-27
dvbsuboverlay: fix compiler warnings
Alessandro Decina
1
-1
/
+1
2010-12-27
dvbsuboverlay: clean-up: allocate flat array of rectangles
Tim-Philipp Müller
3
-22
/
+14
2010-12-25
dvbsuboverlay: clean-up: merge private data struct into main struct
Tim-Philipp Müller
1
-82
/
+50
2010-12-25
dvbsuboverlay: clean-up: dvb sub parser helper doesn't need to be a GObject
Tim-Philipp Müller
3
-99
/
+54
2010-12-17
dvbsuboverlay: use GST_LOG etc. for logging
Tim-Philipp Müller
3
-244
/
+139
2010-12-17
dvbsuboverlay: remove some unused defines
Tim-Philipp Müller
1
-59
/
+0
2010-12-17
dvbsuboverlay: fix atomic access
Tim-Philipp Müller
1
-3
/
+4
2010-12-16
dvbsuboverlay: fix rendering artefacts
Janne Grunau
1
-0
/
+1
2010-12-16
dvbsuboverlay: The enable property is a boolean and not an integer
Edward Hervey
1
-1
/
+1
2010-12-15
dvbsuboverlay: Rename DVB subtitling media type to subpicture/x-dvb
Sebastian Dröge
1
-3
/
+3
2010-12-15
dvbsuboverlay: Don't draw anything on the video if the enable property is set...
Sebastian Dröge
1
-1
/
+1
2010-12-15
dvbsuboverlay: Add #defines for the property default values
Sebastian Dröge
1
-3
/
+8
2010-12-15
dvbsuboverlay: Use g_atomic_int_get() for reading the max_page_timeout field
Sebastian Dröge
1
-1
/
+2
2010-12-15
dvbsuboverlay: use atomic instructions to set/get enable property
Janne Grunau
1
-2
/
+2
2010-12-15
dvbsuboverlay: add property to limit page_time_out to a setable maximum
Janne Grunau
2
-1
/
+17
2010-12-15
dvbsuboverlay: implement display definition segment subtitle windows
Janne Grunau
1
-6
/
+32
2010-12-15
dvbsuboverlay: scale subtitles according to the display size
Janne Grunau
1
-22
/
+15
2010-12-15
dvbsuboverlay: implement display definition segment parsing
Janne Grunau
2
-0
/
+85
2010-12-15
dvbsuboverlay: fix luma stride for scaled subtitles (display width != width)
Janne Grunau
1
-2
/
+2
2010-12-08
dvbsuboverlay: fix compiler warnings on OSX.
Alessandro Decina
1
-2
/
+3
2010-12-08
dvbsuboverlay: Implement nearest neighbour scaling for the subpictures
Sebastian Dröge
1
-27
/
+54
2010-12-08
dvbsuboverlay: Revert some parts of last commit that shouldn't be committed
Sebastian Dröge
1
-9
/
+0
2010-12-08
dvbsuboverlay: Really choose the latest possible subpictures
Sebastian Dröge
1
-25
/
+48
2010-12-08
dvbsuboverlay: Refactor blending function and take average of all chroma values
Sebastian Dröge
1
-109
/
+111
2010-12-08
dvbsuboverlay: Improve selection of current to be displayed subpictures
Sebastian Dröge
1
-12
/
+36
2010-12-08
dvbsuboverlay: Implement clipping of video buffers
Sebastian Dröge
1
-22
/
+18
2010-12-08
dvbsuboverlay: Clean up locking some more
Sebastian Dröge
2
-3
/
+3
2010-12-08
dvbsuboverlay: Flush subtitles and all internal state when needed
Sebastian Dröge
1
-16
/
+40
2010-12-08
dvbsuboverlay: Set the global library log function exactly once
Sebastian Dröge
1
-8
/
+7
2010-12-08
dvbsuboverlay: Remove lots of commented out and unused code and clean up locking
Sebastian Dröge
2
-326
/
+22
2010-12-08
dvbsuboverlay: Fix more of the blending, so it looks quite good now
Mart Raudsepp
1
-26
/
+60
2010-12-08
dvbsuboverlay: Fix blending bug regarding color channel addressing.
Mart Raudsepp
1
-16
/
+16
2010-12-08
dvbsuboverlay: Do blending calls when appropriate
Mart Raudsepp
1
-0
/
+6
2010-12-08
dvbsuboverlay: Implement fallback page_time_out honoring
Mart Raudsepp
1
-0
/
+12
2010-12-08
dvbsuboverlay: Implement subtitle queueing and syncing with video
Mart Raudsepp
2
-14
/
+35
2010-12-08
dvbsuboverlay: Make the new dvb_subtitles_free() accept NULL
Mart Raudsepp
1
-0
/
+3
2010-12-08
dvbsuboverlay: Pass page_time_out and pts with the DVBSubtitles structure
Mart Raudsepp
3
-8
/
+11
2010-12-08
dvbsuboverlay: Make the libdvbsub callback handler responsible for memory cle...
Mart Raudsepp
2
-4
/
+18
2010-12-08
dvbsuboverlay: Work with GstClockTime instead of PTS for subtitle timing
Mart Raudsepp
1
-21
/
+25
2010-12-08
dvbsuboverlay: Add FIXME note about non-constant PTS for a display set handling.
Mart Raudsepp
1
-1
/
+3
[next]