gst-device-monitor: Use g_printerr instead of g_error
[platform/upstream/gstreamer.git] / ext / ogg /
2015-11-03 Sebastian Drögeoggdemux: Create full Opus caps with all fields
2015-11-03 Sebastian Drögeoggmux: Use GstAudioClippingMeta for Opus for accurate...
2015-11-03 Sebastian Drögeoggdemux: Add GstAudioClippingMeta for Opus for accurat...
2015-11-03 Sebastian Drögeoggdemux: Allow start clipping for Opus
2015-11-02 Luis de Bethencourtoggmux: Print GstClockTimeDiff as a signed integer...
2015-11-02 Luis de Bethencourtoggdemux: Use GstClockTimeDiff and print signed integer...
2015-08-06 Olivier Crêteoggdemux: Set chain pointers to NULL
2015-07-30 Olivier Crêteoggdemux: Return FLUSHING if pad if flushing
2015-07-16 Tim-Philipp MüllerUpdate mailing list address from sourceforge to freedesktop
2015-06-22 Guillaume Desmottesoggdemux: set building_chain to NULL when deactivating...
2015-05-26 Guillaume Desmottesoggdemux: fix chain leak
2015-05-20 Tim-Philipp MüllerRevert "oggdemux: Prevent seeks when _SCHEDULING_FLAG_S...
2015-05-10 Tim-Philipp Müllerdocs: fix up example pipeline
2015-05-10 Tim-Philipp Müllerdocs: update element example pipelines
2015-05-03 Young Han Leeoggdemux: remove unused code
2015-04-26 Tim-Philipp MüllerRemove obsolete Android build cruft
2015-04-23 Guillaume Desmottesoggdemux: fix event leaks
2015-04-03 Vincent Penquerc'hoggdemux: fix wrong duration on partial streams with...
2015-04-03 Vincent Penquerc'hoggmux: fix deadlock when not pulling a buffer from...
2015-04-01 Guillaume Desmottesoggdemux: don't use GST_ERROR() for debug messages
2015-03-29 Mark Nauwelaertsoggdemux: resurrect some flow return handling
2015-03-23 Wonchul Leeoggdemux: Fix compiler warning
2015-03-16 Vincent Penquerc'hoggdemux: fix playback regression on streams with clipp...
2015-03-12 Vincent Penquerc'hoggdemux: recover from EOS when searching for chain...
2015-03-12 Vincent Penquerc'hoggdemux: fix seeking in files with a "missing" stream
2015-03-11 Vincent Penquerc'hoggdemux: do not send seek events from the streaming...
2015-03-11 Vincent Penquerc'hoggdemux: set correct seqnum on segment events after...
2015-03-11 Vincent Penquerc'hoggdemux: try harder to query duration from upstream
2015-03-11 Vincent Penquerc'hoggdemux: add non flushing time seeking in push mode
2015-03-11 Vincent Penquerc'hoggdemux: fix wrong first granule
2015-02-06 Jan Schmidtoggmux: Don't pass GstCollectData as a GstObject to...
2015-02-05 Jan Schmidtoggdemux: Add a little timestamping debug output
2015-01-29 Vincent Penquerc'hoggdemux: do not throw a flow error on flushing
2015-01-16 Vincent Penquerc'hoggmux: fix clipped duration determination for non...
2015-01-02 Tim-Philipp Mülleroggmux: remove unused enum
2015-01-02 Tim-Philipp Mülleroggmux: fix silly GQueue iteration code
2014-12-26 Thiago Santosoggmux: only clip by duration if end of buffer is ahead...
2014-12-05 Mathieu Duponchelleoggdemux: Fix seeking before the first frame.
2014-12-01 Sebastian DrögeDon't compare booleans for equality to TRUE and FALSE
2014-10-30 Vincent Penquerc'hoggmux: set correct granpos on last page when samples...
2014-10-30 Vincent Penquerc'hoggdemux: fix last buffer timestamp when samples are...
2014-09-01 Guillaume Desmottesoggdemux: don't set segment.base in pad_submit_packet()
2014-09-01 Guillaume Desmottesoggdemux: accumulate base time
2014-08-06 Sebastian Rasmussenoggdemux: Unref peer pad after use in error case
2014-06-11 Vincent Penquerc'hoggdemux: allow unset seek stop time in push mode
2014-06-02 Vincent Penquerc'hoggstream: consider all opus packets as "keyframes"
2014-05-26 Thiago Santosoggdemux: use new gstutils helper GstFlowCombiner
2014-05-06 Luis de Bethencourtoggmux: push eos event when empty pad data
2014-04-26 Tim-Philipp Müllerdocs: remove outdated and pointless 'Last reviewed...
2014-04-15 Sebastian Drögeoggmux: Clear Ogg streams before initing them
2014-04-10 Vincent Penquerc'hoggstream: use G_GUINT64_CONSTANT instead of ll suffix
2014-04-10 Vincent Penquerc'hoggstream: fix a few left shifts operations on 32 bits...
2014-04-10 Vincent Penquerc'hoggstream: remove NULL test after dereference
2014-04-10 Vincent Penquerc'hoggmux: test for failure to return tag
2014-04-10 Vincent Penquerc'hoggdemux: do not dereference NULL pad in warning message
2014-03-11 Thiago Santosoggmux: implement vp8 granulepos function
2014-03-11 Thiago Santosoggmux: create vp8 header data if not provided in caps
2014-02-20 Thiago Santosoggdemux: allow file to go until the end in push mode
2014-02-20 Thiago Santosoggdemux: remove unused instance variable event
2014-02-13 Thiago Santosoggmux: properly flush when seeking at the beginning
2014-02-08 Sebastian Drögeoggmux: Fix typo in header include guard
2014-01-14 Vincent Penquerc'hoggdemux: fix broken seeking reading the whole file
2014-01-14 Vincent Penquerc'hoggdemux: use an adaptive chunksize for performance...
2013-10-15 Stefan Saueroggdemux: fix copy'n'paste in comment
2013-09-10 Thiago Santosoggdemux: check for full eos after a pad goes eos in...
2013-09-10 Thiago Santosoggdemux: properly handle stop position at seeks in...
2013-08-22 Sebastian Drögeoggdemux: Update segment.base with the chain's start...
2013-07-29 Sjoerd Simonsoggdemux: Prevent seeks when _SCHEDULING_FLAG_SEQUENTIA...
2013-07-29 Sebastian Drögeoggdemux: Don't swap start/stop for negative rates...
2013-07-29 Sebastian Drögeoggdemux: Implement SEGMENT query
2013-07-22 Sebastian Drögeogg: Add support for group-id in the stream-start event
2013-07-15 Mathieu Duponchelleoggdemux: Make bisecting fully accurate
2013-07-15 Mathieu DuponchelleRevert "oggdemux: fix seeking with negative rate with...
2013-06-23 Sebastian Drögeogg: The Daala headers are little endian, not big endian
2013-06-23 Sebastian Drögeogg: Add Daala support
2013-05-10 Sebastian Drögeoggmux: Make sure to always set caps on the srcpad...
2013-05-10 Mathieu Duponchelleoggmux: don't send a segment event before the caps...
2013-05-08 Mathieu Duponchelleoggmux: The best pad can't be EOS
2013-05-02 Andoni Morales Ala... ogg: fix duplicated symbols with schroedinger
2013-04-17 Stefan Saueroggmux: add more logging and fix the object param for...
2013-04-15 Sebastian Drögegst: Add better support for static plugins
2013-04-15 Sebastian Drögeogg: Prevent some symbol conflicts between the ogg...
2013-04-04 Wim Taymansoggdemux: don't push on NOT_LINKED pads
2013-04-04 Nicolas Dufresneoggdemux: Allow EOS on timestamp equal to stop/start
2013-03-31 Wim Taymansoggdemux: mark keyframes
2013-03-05 Stefan Saueroggmux: don't keep a static string beyond the ref of...
2013-03-03 Stefan Saueroggmux: don't crash on caps being NULL
2013-03-03 Tim-Philipp Müllerogg: small GValue optimisation
2013-02-28 Tim-Philipp Mülleroggdemux: add audio-codec and video-codec tags for...
2013-01-07 Vincent Penquerc'hoggdemux: fix incorrect testing of invalid granpos...
2012-11-03 Tim-Philipp MüllerFix FSF address
2012-10-29 Jonathan Liuoggstream: fix crash with 0 byte ogg packets
2012-10-24 Sebastian DrögeRevert "gst: Add better support for static plugins"
2012-10-24 Sebastian Drögegst: Add better support for static plugins
2012-10-09 Wim Taymansdocs: playbin2 -> playbin
2012-10-03 Michael SmithMerge branch 'master' of ssh://git.freedesktop.org...
2012-09-23 Tim-Philipp Mülleroggmux: send stream-start event
2012-09-21 Tim-Philipp Mülleroggmux: fix up previous commit
2012-09-21 Tim-Philipp Mülleroggmux: send a segment event at the beginning
2012-09-17 Sebastian Drögegst: Update for link/unlink function API change
next