summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2012-06-08elements: Use gst_pad_set_caps() instead of manual event fiddlingSebastian Dröge4-4/+4
2012-06-07theoradec: fix frame leaksVincent Penquerc'h1-3/+17
2012-06-07theoradec: fix video state leaksVincent Penquerc'h1-0/+4
2012-06-06oggdemux: reject opus streams with negative start timeVincent Penquerc'h1-3/+9
2012-06-06oggstream: add a flag to say whether start granule clamping is to be doneVincent Penquerc'h2-0/+2
2012-06-06update for tag event changeWim Taymans3-6/+6
2012-06-06oggstream: reject Ogg/Opus streams with nonsensical preskip/granpos setupVincent Penquerc'h3-2/+46
2012-06-02vorbisdec: Error out if handling a header packet failed instead of just finis...Sebastian Dröge1-1/+3
2012-05-31theoraenc: do not use %zu, it is C99Thiago Santos1-2/+2
2012-05-31theoraenc: fix printf format variableThiago Santos1-1/+1
2012-05-29textoverlay: Use an external lockAndre Moreira Magalhaes (andrunko)2-49/+55
2012-05-24cdparanoia: always set the read_speedWim Taymans1-5/+5
2012-05-24theoradec: remove usless checking of return val.Sreerenj Balachandran1-2/+0
2012-05-23theoradec: remove the nonuse parameter from handle_type_packet() methodSreerenj Balachandran1-2/+2
2012-05-23theoradec: stream is marking as non-packeized so that the data gets parsed an...Sreerenj Balachandran1-0/+1
2012-05-18alsasink: check for spdif support only in the current deviceAndoni Morales Alastruey4-12/+14
2012-05-17cdparanoiasrc: include stdio.h for SEEK_SETTim-Philipp Müller1-0/+1
2012-05-16vorbis: give libvorbis-based decoder and vorbisidec decoder different type namesTim-Philipp Müller1-7/+2
2012-05-15theoraenc: Don't leak incoming frames (and buffers)Edward Hervey1-5/+6
2012-05-13oggdemux: fix potential crash in SEEKING query handlerTim-Philipp Müller1-0/+13
2012-05-13typefinding, ogg: don't bother with annodex media typesTim-Philipp Müller1-3/+1
2012-05-13oggdemux: don't expose Annodex CMML streams any moreTim-Philipp Müller3-2/+5
2012-05-13oggdemux: update some comments that refer to internal decodersTim-Philipp Müller1-13/+10
2012-05-13oggdemux: remove unused GstOggPadMode enumTim-Philipp Müller2-19/+0
2012-05-13libvisual: include string.h for strcmp()Tim-Philipp Müller1-0/+1
2012-05-09alsasink: really use local ringbuffer spec helper var and init it a bit moreMark Nauwelaerts1-4/+5
2012-05-07alsasink: use the iec958 payloader to support non-payloaded input streamsAndoni Morales Alastruey3-4/+139
2012-05-01theoradec: Correctly handle crop metadata and update for videodecoder API cha...Sebastian Dröge1-36/+39
2012-04-25theoradec: Unref state when we're done with itSebastian Dröge1-1/+5
2012-04-25theoradec: Update for video decoder API changesSebastian Dröge1-20/+47
2012-04-25theoraenc: Update for video encoder API changes and propose video-meta for al...Sebastian Dröge1-0/+14
2012-04-24theoradec: Use crop metadata if possible and refactor cropping code a bitSebastian Dröge2-32/+116
2012-04-24theoradec: Set some more information on the output capsSebastian Dröge1-2/+16
2012-04-24theora: Port to 0.11 again with the new base classesSebastian Dröge4-254/+122
2012-04-24Merge remote-tracking branch 'origin/0.10'Sebastian Dröge4-2224/+757
2012-04-24theora: Port to base video classesMark Nauwelaerts4-1963/+524
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts2-29/+29
2012-04-16oggmux: use standard collectpads event handlingMark Nauwelaerts2-14/+13
2012-04-15ogg: update for media type typefinding changesTim-Philipp Müller2-6/+15
2012-04-13gst-libs: Remove interfaces libs and mixer/tuner interfacesSebastian Dröge13-2099/+3
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