videoparsers: Do not not skip startcode when needed
[platform/upstream/gstreamer.git] / gst / dvbsuboverlay /
2011-11-28 Vincent Penquerc'hvarious: fix pad template ref leaks
2011-08-03 Tim-Philipp Müllerdvbsuboverlay: fix up copyrights
2011-04-11 Thibault Saunierandroid: make it ready for androgenizer
2011-03-18 Sebastian Drögedvbsuboverlay: Remove some unused variables in the...
2011-03-18 Raimo Järvidvbsuboverlay: Fix using alpha values in blitting.
2011-01-05 Tim-Philipp Müllerdvbsuboverlay: some more minor clean-ups
2011-01-04 Janne Grunaudvbsuboverlay: fix leak of "clear screen" DVBSubtitles...
2011-01-04 Janne Grunaudvbsuboverlay: fix two minor deinitialization memory...
2011-01-03 Janne Grunaudvbsuboverlay: remove unnecessary RGB -> YUV conversion...
2010-12-27 Alessandro Decinadvbsuboverlay: fix compiler warnings
2010-12-27 Tim-Philipp Müllerdvbsuboverlay: clean-up: allocate flat array of rectangles
2010-12-25 Tim-Philipp Müllerdvbsuboverlay: clean-up: merge private data struct...
2010-12-25 Tim-Philipp Müllerdvbsuboverlay: clean-up: dvb sub parser helper doesn...
2010-12-17 Tim-Philipp Müllerdvbsuboverlay: use GST_LOG etc. for logging
2010-12-17 Tim-Philipp Müllerdvbsuboverlay: remove some unused defines
2010-12-17 Tim-Philipp Müllerdvbsuboverlay: fix atomic access
2010-12-16 Janne Grunaudvbsuboverlay: fix rendering artefacts
2010-12-16 Edward Herveydvbsuboverlay: The enable property is a boolean and...
2010-12-15 Sebastian Drögedvbsuboverlay: Rename DVB subtitling media type to...
2010-12-15 Sebastian Drögedvbsuboverlay: Don't draw anything on the video if...
2010-12-15 Sebastian Drögedvbsuboverlay: Add #defines for the property default...
2010-12-15 Sebastian Drögedvbsuboverlay: Use g_atomic_int_get() for reading the...
2010-12-15 Janne Grunaudvbsuboverlay: use atomic instructions to set/get enabl...
2010-12-15 Janne Grunaudvbsuboverlay: add property to limit page_time_out...
2010-12-15 Janne Grunaudvbsuboverlay: implement display definition segment...
2010-12-15 Janne Grunaudvbsuboverlay: scale subtitles according to the display...
2010-12-15 Janne Grunaudvbsuboverlay: implement display definition segment...
2010-12-15 Janne Grunaudvbsuboverlay: fix luma stride for scaled subtitles...
2010-12-08 Alessandro Decinadvbsuboverlay: fix compiler warnings on OSX.
2010-12-08 Sebastian Drögedvbsuboverlay: Implement nearest neighbour scaling...
2010-12-08 Sebastian Drögedvbsuboverlay: Revert some parts of last commit that...
2010-12-08 Sebastian Drögedvbsuboverlay: Really choose the latest possible subpic...
2010-12-08 Sebastian Drögedvbsuboverlay: Refactor blending function and take...
2010-12-08 Sebastian Drögedvbsuboverlay: Improve selection of current to be displ...
2010-12-08 Sebastian Drögedvbsuboverlay: Implement clipping of video buffers
2010-12-08 Sebastian Drögedvbsuboverlay: Clean up locking some more
2010-12-08 Sebastian Drögedvbsuboverlay: Flush subtitles and all internal state...
2010-12-08 Sebastian Drögedvbsuboverlay: Set the global library log function...
2010-12-08 Sebastian Drögedvbsuboverlay: Remove lots of commented out and unused...
2010-12-08 Mart Raudseppdvbsuboverlay: Fix more of the blending, so it looks...
2010-12-08 Mart Raudseppdvbsuboverlay: Fix blending bug regarding color channel...
2010-12-08 Mart Raudseppdvbsuboverlay: Do blending calls when appropriate
2010-12-08 Mart Raudseppdvbsuboverlay: Implement fallback page_time_out honoring
2010-12-08 Mart Raudseppdvbsuboverlay: Implement subtitle queueing and syncing...
2010-12-08 Mart Raudseppdvbsuboverlay: Make the new dvb_subtitles_free() accept...
2010-12-08 Mart Raudseppdvbsuboverlay: Pass page_time_out and pts with the...
2010-12-08 Mart Raudseppdvbsuboverlay: Make the libdvbsub callback handler...
2010-12-08 Mart Raudseppdvbsuboverlay: Work with GstClockTime instead of PTS...
2010-12-08 Mart Raudseppdvbsuboverlay: Add FIXME note about non-constant PTS...
2010-12-08 Mart Raudseppdvbsuboverlay: Remove dvb_sub_feed() API
2010-12-08 Tim-Philipp Müllerdvbsuboverlay: more TODO
2010-12-08 Mart Raudseppdvbsuboverlay: initial version, work in progress