summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* alsasink: really use local ringbuffer spec helper var and init it a bit moreMark Nauwelaerts2012-05-091-4/+5
* alsasink: use the iec958 payloader to support non-payloaded input streamsAndoni Morales Alastruey2012-05-073-4/+139
* theoradec: Correctly handle crop metadata and update for videodecoder API cha...Sebastian Dröge2012-05-011-36/+39
* theoradec: Unref state when we're done with itSebastian Dröge2012-04-251-1/+5
* theoradec: Update for video decoder API changesSebastian Dröge2012-04-251-20/+47
* theoraenc: Update for video encoder API changes and propose video-meta for al...Sebastian Dröge2012-04-251-0/+14
* theoradec: Use crop metadata if possible and refactor cropping code a bitSebastian Dröge2012-04-242-32/+116
* theoradec: Set some more information on the output capsSebastian Dröge2012-04-241-2/+16
* theora: Port to 0.11 again with the new base classesSebastian Dröge2012-04-244-254/+122
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-04-244-2224/+757
|\
| * theora: Port to base video classesMark Nauwelaerts2012-04-244-1963/+524
* | collectpads2: rename to collectpadsMark Nauwelaerts2012-04-172-29/+29
* | oggmux: use standard collectpads event handlingMark Nauwelaerts2012-04-162-14/+13
* | ogg: update for media type typefinding changesTim-Philipp Müller2012-04-152-6/+15
* | gst-libs: Remove interfaces libs and mixer/tuner interfacesSebastian Dröge2012-04-1313-2099/+3
* | vorbisenc: fix channel maskWim Taymans2012-04-111-1/+1
* | Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-1021-23/+23
* | gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge2012-04-058-8/+8
* | gst: Update versioningSebastian Dröge2012-04-047-14/+14
* | pango: plug rare buffer leakMark Nauwelaerts2012-04-031-0/+1
* | theoradec: deactivate pool on negotiationWim Taymans2012-04-021-1/+3
* | theoradec: Add crop metadata before mapping the buffer contentSebastian Dröge2012-03-301-4/+4
* | vorbisdec: Use new gst_audio_encoder_set_headers() APISebastian Dröge2012-03-302-52/+6
* | vorbisenc: Update for GstAudioEncoder API changesSebastian Dröge2012-03-301-2/+2
* | theoraenc: Specify array sizeEdward Hervey2012-03-301-1/+1
* | oggstream: Fix 'comparison of unsigned expression < 0 is always false'Edward Hervey2012-03-301-1/+1
* | oggmux: Handle return values from GstByteWriterEdward Hervey2012-03-301-20/+25
* | testoverlay: fix object and caps leakWim Taymans2012-03-271-10/+11
* | alsa: fix small caps leakWim Taymans2012-03-271-0/+1
* | Merge branch 'master' into 0.11Wim Taymans2012-03-221-34/+41
|\ \ | |/
| * vorbisdec: support modern Tremor versionsPeter Korsgaard2012-03-141-36/+41
* | theoradec: add performance debugWim Taymans2012-03-201-0/+5
* | oggdemux: avoid memcpy in pull modeWim Taymans2012-03-201-3/+31
* | don't pass random pointers to pull_rangeWim Taymans2012-03-161-2/+2
* | update for bufferpool changesWim Taymans2012-03-152-2/+2
* | update for allocation query changesWim Taymans2012-03-153-36/+42
* | update for memory api changesWim Taymans2012-03-151-1/+1
* | take padding into accountWim Taymans2012-03-142-6/+9
* | oggdemux: only create unknown caps onceWim Taymans2012-03-131-1/+1
* | fix for caps API changesWim Taymans2012-03-114-25/+30
* | pango: re-port pangocairo deprecation and compiler warning fixes from 0.10Tim-Philipp Müller2012-03-081-2/+3
* | vorbisdec: fix up for 0.11 after mergeTim-Philipp Müller2012-03-081-1/+1
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-03-083-42/+15
|\ \ | |/
| * Revert "ogg: Fix handling of unset granuleshift for the skeleton parser"Tim-Philipp Müller2012-03-074-52/+33
| * vorbisdec: simplify tag handling using base class helperMark Nauwelaerts2012-03-062-41/+15
| * pango: Fix 'implicit conversion from enumeration type 'GstTextOverlayLineAlig...Sebastian Dröge2012-03-061-1/+2
| * ogg: Fix handling of unset granuleshift for the skeleton parserSebastian Dröge2012-03-064-33/+52
| * pango: don't use deprecated pango_cairo_font_map_create_context()Oleksij Rempel (Alexey Fisher)2012-03-042-2/+2
* | theoradec: init VideoInfo before usage.Wim Taymans2012-03-021-0/+1
* | theoradec: move negotiation code aroundWim Taymans2012-03-022-111/+123