matroska: Adds support to muxing/demuxing WMA
[platform/upstream/gst-plugins-good.git] / gst / matroska / matroska-demux.c
2009-08-09 Thiago Santosmatroska: Adds support to muxing/demuxing WMA
2009-08-08 Vincent Penquerc'hmatroska: add kate subtitle support to matroska muxer...
2009-07-21 Sebastian Drögematroskademux: Answer SEEKING queries in the original...
2009-07-20 Sebastian Drögematroskademux: Implement SEEKING query
2009-06-23 Wim Taymansmatroske: fix compiler error
2009-06-23 Wim Taymansmatroskademux: avoid leaking buffers
2009-06-22 Tim-Philipp Müllermatroska-demux: post container-format tags
2009-06-17 Sebastian Drögematroskademux: Fix leaking of the Matroska TITLE element
2009-05-22 Sebastian Drögematroskademux: Populate a GstIndex that is set on matro...
2009-05-21 Jan Schmidtmatroskademux: Recognise PGS subpicture streams - the...
2009-05-11 Sebastian Drögematroskademux: Only search for the index entry once
2009-05-11 Sebastian Drögematroskademux: Use the first index entry if it's after...
2009-05-11 Sebastian Drögematroskademux: Improve/optimize seeking
2009-05-09 David Schleefmatroska: fix printf format to agree with argument
2009-05-07 Wim Taymansmatroskademux: add some debugging
2009-05-07 Wim Taymansmatroskademux: parse xiph headers length correctly
2009-04-18 Edward Herveymatroskademux: Remove useless variable.
2009-04-13 Sebastian DrögeAdd initial support for muxing/demuxing Speex audio
2009-03-31 Stefan Kostmatroska: don't alter passed data and especialy don...
2009-03-31 Stefan Kostmatroska: don't leak read data in demuxer
2009-03-02 Thomas Vander SticheleMerge branch 'master' of ssh://thomasvs@git.freedesktop...
2009-02-27 Sebastian DrögeMerge branch 'master' of ssh://git.freedesktop.org...
2009-02-27 Edward Herveymatroskademux: Remove gst_util_dump_mem() calls.
2009-02-22 Sebastian Drögematroskademux: Unref the buffer and not the memory...
2009-02-04 Robin StockerRead Matroska Title element for the TITLE tag
2009-01-30 Jan SchmidtFix Forte compiler warnings.
2009-01-08 Mark Nauwelaertsgst/matroska/: Some cleanups, refactoring and minor...
2008-12-05 Sebastian DrögeAdd documentation for matroskamux and matroskademux...
2008-11-16 Edward Herveygst/matroska/: Make mkvdemux aware of E-AC3.
2008-10-27 Wim Taymansgst/matroska/matroska-demux.c: Forward unknown events...
2008-08-30 Tim-Philipp MüllerMake stuff compile with GST_DISABLE_GST_DEBUG.
2008-08-25 Edward Herveygst/matroska/: Add Real[Audio|Video] support to Matrosk...
2008-08-22 Sebastian Drögegst/matroska/ebml-read.c: Change some GST_ELEMENT_ERROR...
2008-08-21 Sebastian Drögegst/matroska/matroska-demux.c: If the duration of a...
2008-08-21 Sebastian Drögegst/matroska/matroska-demux.c: Don't calculate the...
2008-08-21 Sebastian Drögegst/matroska/matroska-demux.c: Allow zero sized blocks...
2008-08-08 Sebastian Drögegst/matroska/matroska-demux.*: Close the current segmen...
2008-08-02 Sebastian Drögegst/matroska/matroska-demux.c: When receiving a SEEK...
2008-08-02 Sebastian DrögeDecode the codec private data and following ContentEnco...
2008-08-02 Sebastian Drögegst/matroska/matroska-demux.*: Allow an infinite number...
2008-08-02 Sebastian Drögegst/matroska/: Fix indention everywhere. A broken inden...
2008-08-02 Sebastian Drögegst/matroska/matroska-demux.c: If no Tracks are found...
2008-08-02 Sebastian Drögegst/matroska/matroska-demux.c: Fix demuxing of raw...
2008-07-02 Sebastian Drögegst/matroska/matroska-demux.c: Handle position and...
2008-07-02 Sebastian Drögegst/matroska/matroska-demux.*: Don't set the segment...
2008-07-02 Sebastian Drögegst/matroska/matroska-demux.c: If no Tracks element...
2008-07-02 Sebastian Drögegst/matroska/matroska-demux.c: Resync non-subtitle...
2008-06-23 Julien Mouttegst/matroska/matroska-demux.c: Fix buggy format strings...
2008-06-19 Sebastian Drögegst/matroska/: Fix demuxing of WavPack files. Muxing...
2008-06-19 Sebastian Drögegst/matroska/: Add a "vfunc" to the track context for...
2008-06-19 Sebastian Drögegst/matroska/matroska-demux.c: If a gap of more than...
2008-06-18 Sebastian Drögegst/matroska/matroska-demux.c: Update FIXME/TODOs and...
2008-06-18 Sebastian Drögegst/matroska/matroska-demux.c: Improve debug output...
2008-06-16 Sebastian Drögegst/matroska/matroska-demux.c: When comparing index...
2008-06-16 Tim-Philipp Müllergst/matroska/matroska-demux.c: (gst_matroska_demux_pars...
2008-06-16 Sebastian Drögegst/matroska/: Parse Attachments and post them as GST_T...
2008-06-15 Sebastian Drögegst/matroska/: Use a GArray for storing the Cue (i...
2008-06-15 Sebastian Drögegst/matroska/: Make sure that every Tags element is...
2008-06-15 Sebastian Drögegst/matroska/: Handle EBML elements like Void or CRC32...
2008-06-14 Sebastian Drögegst/matroska/: Reverse the level list as we usually...
2008-06-13 Sebastian Drögegst/matroska/: Use gst_value_serialize() and gst_value_...
2008-06-13 Sebastian Drögegst/matroska/matroska-demux.*: Only parse Tracks, SeekH...
2008-06-11 Sebastian Drögegst/matroska/: Add some more tags, improve debugging...
2008-06-10 Sebastian Drögegst/matroska/ebml-write.c: Use GDOUBLE_TO_BE() instead...
2008-05-12 Mark Nauwelaertsgst/matroska/matroska-demux.c: Convert subtitle palette...
2008-04-14 Mark Nauwelaertsgst/matroska/matroska-demux.c: Fix open-ended seeks...
2008-04-09 Jan Schmidtgst/matroska/: Fix the Forte build by making function...
2008-03-06 Wim Taymansgst/matroska/: Handle return values from pull_range...
2008-03-03 Jan Schmidtgst/matroska/ebml-read.c: Use GINT64 formatting constan...
2008-02-29 David Schleefgst/matroska/: Fix Dirac mapping. I had previously...
2008-02-08 Julien Mouttegst/matroska/matroska-demux.c: Flag keyframe and delta...
2007-11-13 Mark Nauwelaertsgst/matroska/: Extract palette data for dvd subpicture...
2007-09-27 Tim-Philipp Müllergst/matroska/matroska-demux.c: Fix setting the discont...
2007-07-11 Tim-Philipp MüllerFix build against core CVS.
2006-12-11 Tim-Philipp Müllergst/matroska/: Try harder to extract the framerate...
2006-11-15 Tim-Philipp Müllergst/matroska/matroska-demux.c: Handle opaque/unspecifie...
2006-10-30 Michal Benesgst/matroska/matroska-demux.c: Fix several issues with...
2006-10-05 Tim-Philipp MüllerPrintf format fixes.
2006-09-04 Frédéric Rissgst/matroska/: Add support for VOBSUB subtitle tracks...
2006-09-04 Tim-Philipp Müllergst/matroska/: not perfect yet though, needs some tweak...
2006-06-29 Tim-Philipp Müllergst/matroska/: Send tag event after newsegment event.
2006-06-22 Tim-Philipp Müllergst/matroska/: Try to fix up broken matroska files...
2006-06-14 Tim-Philipp Müllergst/matroska/matroska-demux.c: No language specified...
2006-05-23 Tim-Philipp Müllergst/matroska/: Add support for muxing/demuxing theora...
2006-05-04 Michal Benesgst/matroska/matroska-demux.c: Don't leak caps when...
2006-04-25 Stefan KostDefine GstElementDetails as const and also static ...
2006-04-25 Tim-Philipp Müllergst/matroska/: Handle case where the TrackType ebml...
2006-04-25 Mark Nauwelaertsgst/matroska/matroska-demux.c: Handle codec_data for...
2006-04-23 Sébastien Mouttegst/matroska/matroska-demux.c: Fix a bad conversion...
2006-04-22 Sébastien Mouttegst/matroska/matroska-demux.c: Use gst_guint64_to_gdoub...
2006-04-20 Tim-Philipp Müllergst/matroska/: Set DISCONT flag on first buffer after...
2006-04-20 Mark Nauwelaertsgst/matroska/matroska-demux.c: Handle end of segment...
2006-04-20 Tim-Philipp Müllergst/matroska/matroska-demux.c: Make mpeg2 aac audio...
2006-04-10 Tim-Philipp Müllergst/matroska/ebml-read.c: Don't try to modify read...
2006-04-10 Tim-Philipp Müllergst/matroska/matroska-demux.c: Use static pad templates...
2006-03-30 Sébastien Moutteext\jpeg\smokecodec.c: use of GST_DEBUG instead of...
2006-03-30 Wim Taymansbetter/unified long descriptions
2006-02-18 Tim-Philipp Müllergst/matroska/: Recognise SSA/ASS and USF subtitle forma...
2006-02-14 Tim-Philipp Müllergst/matroska/matroska-demux.c: Advance stream time...
2006-02-06 Tim-Philipp MüllerPass unhandled queries upstream instead of just droppin...
next