summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* basetextoverlay: Do not fail the negotiation if query failsThiago Santos2014-09-181-5/+9
* basetextoverlay: get framerate from previously parsed video infoArnaud Vrac2014-09-181-11/+3
* basetextoverlay: do not ask for a bufferpool when checking for composition metaArnaud Vrac2014-09-181-1/+1
* basetextoverlay: schedule reconfigure on source pad when negotiation failsArnaud Vrac2014-09-181-4/+8
* basetextoverlay: properly fallback to non-overlay capsThiago Santos2014-09-011-1/+22
* textoverlay: Don't hold any mutexes while calling negotiateSebastian Dröge2014-09-011-2/+2
* basetextoverlay: fix caps negotiation filterThiago Santos2014-08-131-14/+8
* basetextoverlay: rework caps negotiationThiago Santos2014-08-111-36/+78
* basetextoverlay: always intersect with the filter capsThiago Santos2014-08-111-15/+6
* libvisual: Remove < 0.4 supportEdward Hervey2014-07-112-88/+48
* libvisual: Rename get_type() function to prevent conflicts with static linkingSebastian Dröge2014-06-282-3/+3
* oggdemux: allow unset seek stop time in push modeVincent Penquerc'h2014-06-111-3/+12
* theoraenc: Remove unneeded checkEdward Hervey2014-06-091-2/+0
* vorbisenc: add missing va_end in variadic functionEdward Hervey2014-06-091-0/+1
* alsasink: make gst-ident happyVincent Penquerc'h2014-06-031-1/+2
* alsasink: fix occasional crash intersecting invalid valuesVincent Penquerc'h2014-06-031-4/+16
* oggstream: consider all opus packets as "keyframes"Vincent Penquerc'h2014-06-021-1/+1
* oggdemux: use new gstutils helper GstFlowCombinerThiago Santos2014-05-262-76/+29
* alsasink: pass correct error to g_strerrorVincent Penquerc'h2014-05-191-3/+3
* pango: Do not try to add a feature to a caps features ANYThibault Saunier2014-05-111-1/+4
* oggmux: push eos event when empty pad dataLuis de Bethencourt2014-05-061-7/+14
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-2610-20/+0
* pango: Make static caps actually static to fix a memory leakSebastian Dröge2014-04-151-1/+1
* oggmux: Clear Ogg streams before initing themSebastian Dröge2014-04-151-0/+2
* textrender: push segment event after caps eventJosep Torra2014-04-112-0/+37
* oggstream: use G_GUINT64_CONSTANT instead of ll suffixVincent Penquerc'h2014-04-101-3/+3
* theoraenc: fix comparison to unset timestampVincent Penquerc'h2014-04-101-1/+2
* oggstream: fix a few left shifts operations on 32 bits cast to 64 bitsVincent Penquerc'h2014-04-101-3/+3
* oggstream: remove NULL test after dereferenceVincent Penquerc'h2014-04-101-5/+6
* oggmux: test for failure to return tagVincent Penquerc'h2014-04-101-3/+7
* oggdemux: do not dereference NULL pad in warning messageVincent Penquerc'h2014-04-101-1/+1
* oggmux: implement vp8 granulepos functionThiago Santos2014-03-114-6/+60
* oggmux: create vp8 header data if not provided in capsThiago Santos2014-03-113-10/+167
* pango: demote debug WARNING to LOG for variable framerate video inputAdrien Schwartzentruber2014-03-061-1/+1
* pango: basetextoverlay: handle video/x-raw(ANY) if downstream supports the Gs...Matthieu Bouron2014-03-051-26/+230
* oggdemux: allow file to go until the end in push modeThiago Santos2014-02-201-1/+1
* oggdemux: remove unused instance variable eventThiago Santos2014-02-202-7/+1
* oggmux: properly flush when seeking at the beginningThiago Santos2014-02-131-23/+55
* oggmux: Fix typo in header include guardSebastian Dröge2014-02-081-1/+1
* alsa: Make clang happy with our g_strdup_vprintf() wrapperSebastian Dröge2014-02-081-0/+3
* basetextoverlay: use correct segment for textThiago Santos2014-02-071-4/+4
* oggdemux: fix broken seeking reading the whole fileVincent Penquerc'h2014-01-141-5/+34
* oggdemux: use an adaptive chunksize for performance reasonsVincent Penquerc'h2014-01-142-14/+37
* textoverlay: don't leak GAP eventsTim-Philipp Müller2014-01-101-0/+3
* theoradec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge2013-12-051-3/+1
* theoraparse: Fix event handlingSebastian Dröge2013-11-291-3/+4
* docs: remove old 0.10 Since markersTim-Philipp Müller2013-11-163-35/+17
* oggdemux: fix copy'n'paste in commentStefan Sauer2013-10-151-1/+1
* theoraenc: Do nothing when flushing the encoder when no caps were setThibault Saunier2013-10-141-0/+7
* alsa: Add channel map API supportTakashi Iwai2013-10-094-0/+80