summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2012-09-17gst: Update for link/unlink function API changeSebastian Dröge2-12/+10
2012-09-14replace gst_tag_list_free with gst_tag_list_unrefMark Nauwelaerts6-11/+11
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-1/+1
2012-09-11ext, gst-libs: only activate in pull mode if upstream is seekableMark Nauwelaerts1-1/+2
2012-09-10ringbuffer: add support for timestampsPontus Oldberg2-5/+116
2012-09-10Remove some #define GLIB_DISABLE_DEPRECATION_WARNINGS that are no longer neededTim-Philipp Müller1-4/+0
2012-09-10oggdemux: port to new GLib thread APITim-Philipp Müller2-10/+10
2012-09-10alsa: port to new GLib thread APITim-Philipp Müller4-10/+10
2012-09-09Remove glib-compat-private.h stuff we don't need any moreTim-Philipp Müller3-4/+0
2012-09-08libvisual: fix crashes and invalid writes in totemTim-Philipp Müller1-2/+4
2012-09-05pango: add missing breakMark Nauwelaerts1-0/+1
2012-09-05pango: handle GAP event to update text positionMark Nauwelaerts1-0/+17
2012-09-05oggmux: remove dead codeMark Nauwelaerts1-14/+0
2012-09-05oggdemux: send GAP eventMark Nauwelaerts1-7/+1
2012-09-02text/plain + text/x-pango-markup -> text/x-rawTim-Philipp Müller5-10/+14
2012-09-02gst_message_new_duration() -> gst_message_new_duration_changed()Tim-Philipp Müller1-3/+1
2012-08-30audiovis: add more debugWim Taymans1-0/+3
2012-08-30pango: adjust to modified video overlay composition APIMark Nauwelaerts1-1/+1
2012-08-28theoradec: reset freed input and output statesMark Nauwelaerts1-2/+6
2012-08-21pango: fix bad unref and crashes with multiple text overlaysTim-Philipp Müller1-1/+0
2012-08-17visual: enable commented out code again.Stefan Sauer2-16/+18
2012-08-13visual: add support for GstVideoFrameWim Taymans3-183/+260
2012-08-13visualizer: small cleanupWim Taymans1-6/+2
2012-08-13visual: remove channel maskWim Taymans1-1/+0
2012-08-12oggmux: remove superflous assignmentStefan Sauer1-1/+0
2012-08-11visual: add a FIXME as the discussion in IRC discontinuedStefan Sauer1-0/+1
2012-08-11oggdemux: set HEADER flag on header packetsTim-Philipp Müller1-1/+7
2012-08-11oggmux: don't leak dropped seek eventTim-Philipp Müller1-6/+8
2012-08-10oggmux: pick delta pad earlier during header parsing and based on video/non-v...Tim-Philipp Müller1-0/+5
2012-08-09theoradec: Use new video decoder tag APISebastian Dröge2-17/+4
2012-08-08oggdemux: add proper cast for printAndoni Morales Alastruey1-3/+3
2012-08-08Silence some 'variable may be used uninitialized' compiler warningsTim-Philipp Müller1-0/+1
2012-08-08No statements with side-effects in g_assert() or g_return_*() pleaseTim-Philipp Müller1-1/+2
2012-08-07theoradec: Drop ignored headersOlivier Crête1-0/+1
2012-08-06oggdemux: Add stream-id to the stream-start eventSebastian Dröge1-20/+30
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge4-13/+7
2012-07-27update for new variable namesWim Taymans1-4/+4
2012-07-25vorbisenc: adjust to modified audioencoder getcaps helper APIMark Nauwelaerts1-2/+2
2012-07-24theoraenc: Call video_encoder_negotiate() once configuredVivia Nikolaidou1-0/+2
2012-07-24oggdemux: don't copy empty packetsWim Taymans1-3/+5
2012-07-24audiovisualizer: fixate caps completelyWim Taymans1-0/+2
2012-07-23vorbis: Update for audio base classes API changesSebastian Dröge2-3/+7
2012-07-23theora: Update for video base classes API changesSebastian Dröge2-3/+3
2012-07-23theoraenc: Use base class functions to allocate output buffersSebastian Dröge1-8/+8
2012-07-18theoradec: Call video_decoder_negotiate() once configuredEdward Hervey1-0/+2
2012-07-18oggdemux: Don't push stream-start in two different locationsEdward Hervey1-2/+0
2012-07-17pango: adjust to modified video overlay composition APIMark Nauwelaerts1-1/+4
2012-07-16audiovisualizer: shorten base class nameStefan Sauer6-261/+259
2012-07-16oggmux: only drop flushing seeks after we started to muxStefan Sauer1-7/+16