summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-26video: add some debug logging for overlay compositionsvideo-overlay-compositionTim-Philipp Müller1-1/+43
2011-11-26video: fix crash in composition_blend caused by double unrefTim-Philipp Müller1-2/+0
2011-11-26video: move unconditional defines out of GST_DISABLE_GST_DEBUG blockTim-Philipp Müller1-12/+12
2011-11-25video: Misc video blending function fixesThibault Saunier1-35/+39
2011-11-25video: Properly set the GstBlendVideoInfo propertiesThibault Saunier1-38/+193
2011-11-25video: flesh out composition section docs a littleTim-Philipp Müller1-0/+22
2011-11-25tests: add basic unit test for video overlay composition and rectanglesTim-Philipp Müller1-1/+127
2011-11-25video: provide API to modify the render position or dimensions of an overlay ...Tim-Philipp Müller2-1/+40
2011-11-25video: add copy and make_writable functions for overlay composition and recta...Tim-Philipp Müller2-1/+117
2011-11-25video: don't return refs in video overlay composition and rectangle gettersTim-Philipp Müller1-12/+16
2011-11-25video: implement caching of scaled overlay rectanglesTim-Philipp Müller1-8/+59
2011-11-25video: documentation improvementsTim-Philipp Müller1-22/+24
2011-11-25video: remove PAR arguments from video overlay rectangle functionsTim-Philipp Müller2-20/+6
2011-11-25video: hide private video-blend.[ch] from gobject-introspectionTim-Philipp Müller2-7/+4
2011-11-25video: first overlay rectangle getters attemptTim-Philipp Müller2-0/+143
2011-11-25video: add docs for gst_video_buffer_get_overlay_composition()Tim-Philipp Müller1-0/+27
2011-11-25video: fix gst_video_buffer_get_overlay_composition()Tim-Philipp Müller1-1/+1
2011-11-25video: add flags argument to gst_video_overlay_rectangle_new_argb()Tim-Philipp Müller2-2/+18
2011-11-25video: fix typo in overlay composition ARGB/BGRA format descriptionTim-Philipp Müller1-1/+1
2011-11-25video: add API to set/get an overlay composition on/from a bufferTim-Philipp Müller3-1/+72
2011-11-25video: add some TODO items or the overlay composition APITim-Philipp Müller1-0/+7
2011-11-25video: fix up gst_video_overlay_composition_blend()Tim-Philipp Müller1-21/+22
2011-11-25video: rename blending functions and files and keep that API internalTim-Philipp Müller3-38/+22
2011-11-25video: add fallbacks for compilation without orcTim-Philipp Müller2-0/+6225
2011-11-25video: add helper functions for image blendingThibault Saunier5-11/+1882
2011-11-25video: add skeleton video overlay composition APITim-Philipp Müller4-2/+657
2011-11-25oggmux: set collectpads2 not to wait on sparse streamsVincent Penquerc'h1-3/+9
2011-11-25playsinkconvertbin: make identiy silentJosep Torra1-0/+2
2011-11-25audio: remove unstable API guards from the audio decoder and encoder base cla...Tim-Philipp Müller6-15/+2
2011-11-25docs: mention explicitly that playbin2 signals are emitted from a streaming t...Tim-Philipp Müller1-0/+32
2011-11-25decodebin2: Set the multiqueue limits to the playing limits after overrun tooSebastian Dröge1-0/+6
2011-11-25decodebin2: Cache the upstream seekability for demuxer decode chains and use ...Sebastian Dröge1-2/+4
2011-11-25decodebin2: fix prerolling for low bitrate streams from hlsdemuxVincent Penquerc'h1-22/+28
2011-11-24oggdemux: minor cleanupVincent Penquerc'h1-6/+12
2011-11-24libgstriff: add a couple tags that need skippingVincent Penquerc'h1-0/+2
2011-11-24videorate: Rename ARG_ enums to PROP_Sebastian Dröge1-41/+41
2011-11-24videorate: Add property to force an output framerateSebastian Dröge2-2/+39
2011-11-24playsinkconvertbin: Reconfigure if we switch from raw to incompatible raw capsSebastian Dröge1-6/+18
2011-11-24playsinkconvertbin: Override acceptcaps function for the two ghostpadsSebastian Dröge1-0/+20
2011-11-24playsinkaudioconvert: use-volume and use-converters are no construct-only pro...Sebastian Dröge1-2/+2
2011-11-24oggdemux: skip the second bisection when possibleVincent Penquerc'h1-31/+44
2011-11-24oggdemux: improve push time seekingVincent Penquerc'h2-21/+137
2011-11-24oggdemux: gather some more stats about bisectionVincent Penquerc'h2-0/+22
2011-11-23vorbisenc: do not accept 256 channels, 255 is the max vorbis supportsVincent Penquerc'h1-2/+2
2011-11-22oggstream: extract opus comments if availableVincent Penquerc'h1-1/+10
2011-11-22oggstream: recognize opus headers from data, not packet countVincent Penquerc'h1-2/+8
2011-11-22oggdemux: add some more debug info when determining start timeVincent Penquerc'h1-2/+5
2011-11-22oggstream: fix opus duration calculationVincent Penquerc'h1-13/+13
2011-11-22oggstream: early out on headers when determining packet durationVincent Penquerc'h1-0/+4
2011-11-22oggstream: account for opus pre-skip in granpos/time mappingVincent Penquerc'h2-0/+10