summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2012-04-11vorbisenc: fix channel maskWim Taymans1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller21-23/+23
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge8-8/+8
2012-04-04gst: Update versioningSebastian Dröge7-14/+14
2012-04-03pango: plug rare buffer leakMark Nauwelaerts1-0/+1
2012-04-02theoradec: deactivate pool on negotiationWim Taymans1-1/+3
2012-03-30theoradec: Add crop metadata before mapping the buffer contentSebastian Dröge1-4/+4
2012-03-30vorbisdec: Use new gst_audio_encoder_set_headers() APISebastian Dröge2-52/+6
2012-03-30vorbisenc: Update for GstAudioEncoder API changesSebastian Dröge1-2/+2
2012-03-30theoraenc: Specify array sizeEdward Hervey1-1/+1
2012-03-30oggstream: Fix 'comparison of unsigned expression < 0 is always false'Edward Hervey1-1/+1
2012-03-30oggmux: Handle return values from GstByteWriterEdward Hervey1-20/+25
2012-03-27testoverlay: fix object and caps leakWim Taymans1-10/+11
2012-03-27alsa: fix small caps leakWim Taymans1-0/+1
2012-03-22Merge branch 'master' into 0.11Wim Taymans1-34/+41
2012-03-20theoradec: add performance debugWim Taymans1-0/+5
2012-03-20oggdemux: avoid memcpy in pull modeWim Taymans1-3/+31
2012-03-16don't pass random pointers to pull_rangeWim Taymans1-2/+2
2012-03-15update for bufferpool changesWim Taymans2-2/+2
2012-03-15update for allocation query changesWim Taymans3-36/+42
2012-03-15update for memory api changesWim Taymans1-1/+1
2012-03-14take padding into accountWim Taymans2-6/+9
2012-03-14vorbisdec: support modern Tremor versionsPeter Korsgaard1-36/+41
2012-03-13oggdemux: only create unknown caps onceWim Taymans1-1/+1
2012-03-11fix for caps API changesWim Taymans4-25/+30
2012-03-08pango: re-port pangocairo deprecation and compiler warning fixes from 0.10Tim-Philipp Müller1-2/+3
2012-03-08vorbisdec: fix up for 0.11 after mergeTim-Philipp Müller1-1/+1
2012-03-08Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller3-42/+15
2012-03-07Revert "ogg: Fix handling of unset granuleshift for the skeleton parser"Tim-Philipp Müller4-52/+33
2012-03-06vorbisdec: simplify tag handling using base class helperMark Nauwelaerts2-41/+15
2012-03-06pango: Fix 'implicit conversion from enumeration type 'GstTextOverlayLineAlig...Sebastian Dröge1-1/+2
2012-03-06ogg: Fix handling of unset granuleshift for the skeleton parserSebastian Dröge4-33/+52
2012-03-04pango: don't use deprecated pango_cairo_font_map_create_context()Oleksij Rempel (Alexey Fisher)2-2/+2
2012-03-02theoradec: init VideoInfo before usage.Wim Taymans1-0/+1
2012-03-02theoradec: move negotiation code aroundWim Taymans2-111/+123
2012-03-02theoradec: move some codeWim Taymans1-20/+20
2012-03-02theoradec: use the right GstVideoInfoWim Taymans2-19/+22
2012-03-02Merge branch '0.11' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-ba...Sebastian Dröge2-51/+37
2012-03-02mixer/colorbalance: Update for API changesSebastian Dröge1-2/+7
2012-03-02Merge branch 'master' into 0.11Sebastian Dröge3-1/+9
2012-03-01theora: fix bufferpool negotiationWim Taymans2-51/+37
2012-02-29update for metadata API changesWim Taymans1-1/+1
2012-02-28add more debug about croppingWim Taymans1-2/+7
2012-02-27Suppress deprecation warnings in selected files, for g_value_array_* mostlyEdward Hervey2-0/+8
2012-02-27vorbisenc: chain up to parent event functionWim Taymans1-1/+1
2012-02-26Fix compiler warningsAlessandro Decina1-1/+1
2012-02-26theoraenc: fix compiler warningAlessandro Decina1-1/+1
2012-02-15vorbisdec: remove old codeWim Taymans1-59/+0
2012-02-13vorbis: port to new memory apiWim Taymans1-5/+7
2012-02-10Merge branch 'master' into 0.11Wim Taymans5-14/+73