qtdemux: fix suboptimal queue iteration code
[platform/upstream/gst-plugins-good.git] / gst / matroska /
2015-08-08 Tim-Philipp Müllermatroskamux: fix outdated comment
2015-08-05 Glen Dienermatroskademux: Preserve forward referenced track tags
2015-07-29 Vineeth TMmatroska: fix memory leak
2015-07-21 Dimitrios Christidismatroskademux: fix for subtitle buffers with NUL termin...
2015-07-16 Tim-Philipp MüllerUpdate mailing list address from sourceforge to freedesktop
2015-07-16 Dimitrios Christidismatroskademux: fix trailing '*' displayed with some...
2015-07-07 Stefan Sauerdocs: fix "Symbol name not found at the start of the...
2015-06-25 Luis de Bethencourtdocs: decodebin2 -> decodebin
2015-06-23 Jan Schmidtmatroska-demux: Use gst_video_multiview_guess_half_aspect()
2015-06-22 Vineeth TMmatroska: remove useless check
2015-06-22 Vineeth T Mlzo: fix memory leak
2015-06-11 Jan Schmidtmatroska-demux: Actually set detected 3D info into...
2015-06-11 Jan Schmidtmatroska: Implement basic stereoscopic video support
2015-05-27 Luis de Bethencourtmatroska: overwritten value assignment
2015-04-30 Luis de Bethencourtmatroska: remove unused property enum items
2015-04-28 Guillaume Desmottesmatroskademux: fix seek event leak
2015-04-28 Sebastian Drögematroska-demux: Send pending tags when adding a new pad
2015-04-27 Luis de BethencourtRename property enums from ARG_ to PROP_
2015-04-26 Tim-Philipp MüllerRemove obsolete Android build cruft
2015-03-30 Guillaume Desmottesmatroska: fix GValue leaks when parsing tags
2015-03-29 Mark Nauwelaertsmatroskademux: resurrect some flow return handling
2015-03-28 Thiago Santosmatroska: store stream tags and push as updated
2015-03-28 Ramiro Pollamatroskademux: send global tags incrementally
2015-03-28 Ramiro Pollamatroskaparse: send global tags
2015-03-15 Nicola Murinomatroskademux: for dts only stream set pts=dts for...
2015-03-14 Ramiro Pollamatroskademux: fix sending of tags
2015-03-09 Luis de Bethencourtmatroska: error mode if can't push buffer
2015-03-09 Luis de Bethencourtmatroska: unused value
2015-03-04 Nicola Murinomatroskamux: Remove duration accumulation logic
2015-03-04 Nicola Murinomatroska: Add an helper method to get buffer timestamps
2015-02-27 Nicola Murinomatroskamux/demux: initialize dts_only
2015-02-27 Nicola Murinomatroskamux: store DTS for V_MS/VFW/FOURCC streams
2015-02-26 Matej Knoppmatroskademux: V_MS/VFW/FOURCC streams have DTS instead...
2015-02-02 Thiago Santosmatroskamux: store and write stream tags
2015-01-30 Jan Schmidtmatroska: Fix seeking past the end of the file in rever...
2015-01-23 Luis de Bethencourtmatroskademux: remove unnecessary check
2015-01-23 Edward Herveymatroskamux: Avoid using freed variable
2015-01-21 Edward Herveymatroska: Avoid debugging below category threshold
2014-12-29 Sebastian Drögematroskademux: Improve detection of being stuck at...
2014-12-29 Sebastian Drögematroskademux: Don't get stuck at the same offset when...
2014-12-19 Edward Herveymatroska-demux: Cache upstream length
2014-12-18 Vincent Penquerc'hmatroska: mux/demux the OpusHead header
2014-12-04 Nicola Murinomatroskademux: set framerate 0/1 when duration is not...
2014-11-09 Sebastian Drögematroska-mux: Use G_DEFINE_TYPE() to register the pad...
2014-11-07 Göran Jönssonmatroskamux: make GstMatroskamuxPad get_type() function...
2014-11-02 Tim-Philipp Müllermatroskamux: tweak writing app tag string a little
2014-09-25 Jonas Holmbergmatroskademux: make demuxer reusable
2014-09-23 Sanjay NMMiscellaneous minor cleanups
2014-09-12 Anuj Jaiswalmatroskamux: don't bitwise OR the same flag twice
2014-09-12 Tim-Philipp Müllermatroskademux: handle real audio 28_8
2014-09-05 Sebastian Drögematroska-demux: Don't handle parse errors at the end...
2014-08-14 Jan Schmidtmatroska: Use gst_video_guess_framerate() function
2014-07-01 Vincent Penquerc'hmatroskademux: send gap events instead of segment tricks
2014-06-29 Sebastian Drögematroskamux: Fix compiler warnings when compiling with...
2014-06-28 Tim-Philipp Müllermatroskaparse: don't error out if there's not enough...
2014-06-22 Sebastian Drögematroskademux: Don't call GST_DEBUG_OBJECT() and other...
2014-06-02 Tim-Philipp Müllermatroskademux: don't leak doctype string in error code...
2014-05-26 Thiago Santosmatroskademux: use GstFlowCombiner
2014-05-13 Adrien SCHmatroskamux: fix the memory leak of language attribute
2014-05-09 Tim-Philipp Müllermatroskademux: don't leak doctype string in error code...
2014-05-05 Vincent Penquerc'hmatroska: rejig test to avoid undefined shift behavior
2014-05-05 Vincent Penquerc'hmatroskamux: ensure we don't dereference a NULL pointer
2014-05-02 Vincent Penquerc'hmatroskamux: do not use uinitialized clut on error
2014-05-02 Vincent Penquerc'hmatroska: blindly fix writing variable length negative...
2014-05-02 Vincent Penquerc'hmatroska: do not lose the top bits when writing a ...
2014-05-02 Vincent Penquerc'hmatroska: do not try to call gst_pad_query_default...
2014-05-02 Vincent Penquerc'hmatroska: do not return GST_FLOW_OK if we did not get...
2014-05-02 Vincent Penquerc'hmatroska: catch failure to map buffer
2014-04-21 Vincent Penquerc'hmatroska: fix content encoding scope validity check
2014-04-21 Vincent Penquerc'hmatroskamux: fix PAR fraction sanity check
2014-04-16 Vincent Penquerc'hmatroska: fix check for amount of data to read
2014-03-30 Tim-Philipp Müllermatroska-mux: add mapping for Opus audio
2014-03-30 Tim-Philipp Müllermatroska-demux: add mapping for Opus audio codec
2014-03-25 Mark Nauwelaertsmatroskademux: segment closing not needed in 1.x
2014-03-25 Mark Nauwelaertsmatroskademux: early sending pending codec-data for...
2014-03-25 Mark Nauwelaertsmatroskamux: handle both sticky and non-sticky custom...
2014-03-12 Per x Johanssonmatroskademux: fix assert on fps lower than 1
2014-02-27 Tim-Philipp Müllermatroskademux: align raw audio memory to powers of two
2014-02-27 Tim-Philipp Müllermatroskademux: calculate alignment properly for audio...
2014-02-27 Matej Knoppmatroskademux: fix crash with 24-bit raw audio
2014-02-11 divhaerematroska: add support for GRAY8, BGR and RGB video...
2014-02-09 Sebastian Drögematroskaparse: Comment out some unused functions used...
2014-02-06 Reynaldo H. Verdej... matroska: factor out read context init/reset
2014-01-30 Per x Johanssonmatroskamux: Fix constantly growing used uid list
2014-01-21 Reynaldo H. Verdej... matroskaparse: better default caps when none set
2014-01-15 Sebastian Drögematroskademux: Don't skip all video frames until the...
2014-01-10 Tim-Philipp Müllermatroskademux: don't leak TOC chapter list
2014-01-10 Vincent Penquerc'hmatroskamux: remove obsolete write-dummy-and-overwrite...
2014-01-09 Vincent Penquerc'hmatroskamux: write subtitle codec ID and data at start...
2014-01-08 Wim TaymansRevert "matroskamux: Use the running time for container...
2014-01-08 Sebastian Drögematroskamux: Error out if ADPCM caps don't contain...
2014-01-08 Nicola Murinomatroskamux: Add support for g726 ADPCM
2014-01-06 Sebastian Drögematroskamux: Add HEVC / h265 support
2014-01-06 Sebastian Drögematroskademux: Add HEVC / h265 support
2014-01-05 Sebastian Drögematroskamux: Add missing semicolon from last commit
2014-01-05 Sebastian Drögematroskamux: Use the running time for container timesta...
2013-12-24 Nicola Murinomatroskamux: adpcm max block align is 8192
2013-12-23 Sebastian Drögematroskamux: Use correct codec id for ADPCM/DVI
2013-12-23 Sebastian Drögematroskademux: Check for the correct size of codec_data...
2013-12-23 Nicola Murinomatroskamux: basic adpcm support
next