summaryrefslogtreecommitdiff
path: root/gst/matroska
AgeCommit message (Expand)Author
2014-11-15matroska-mux: Use G_DEFINE_TYPE() to register the pad instead of manually reg...Sebastian Dröge
2014-11-15matroskamux: make GstMatroskamuxPad get_type() function thread-safeGöran Jönsson
2014-09-11matroska-demux: Don't handle parse errors at the end of file as an errorSebastian Dröge
2014-07-01matroskademux: send gap events instead of segment tricksVincent Penquerc'h
2014-06-29matroskamux: Fix compiler warnings when compiling with G_DISABLE_ASSERTSebastian Dröge
2014-06-28matroskaparse: don't error out if there's not enough data in the adapterTim-Philipp Müller
2014-06-22matroskademux: Don't call GST_DEBUG_OBJECT() and other macros with non-GObjec...Sebastian Dröge
2014-06-02matroskademux: don't leak doctype string in error code pathTim-Philipp Müller
2014-05-26matroskademux: use GstFlowCombinerThiago Santos
2014-05-13matroskamux: fix the memory leak of language attributeAdrien SCH
2014-05-09matroskademux: don't leak doctype string in error code pathTim-Philipp Müller
2014-05-05matroska: rejig test to avoid undefined shift behaviorVincent Penquerc'h
2014-05-05matroskamux: ensure we don't dereference a NULL pointerVincent Penquerc'h
2014-05-02matroskamux: do not use uinitialized clut on errorVincent Penquerc'h
2014-05-02matroska: blindly fix writing variable length negative valuesVincent Penquerc'h
2014-05-02matroska: do not lose the top bits when writing a > 32 bit valueVincent Penquerc'h
2014-05-02matroska: do not try to call gst_pad_query_default on a NULL padVincent Penquerc'h
2014-05-02matroska: do not return GST_FLOW_OK if we did not get a bufferVincent Penquerc'h
2014-05-02matroska: catch failure to map bufferVincent Penquerc'h
2014-04-21matroska: fix content encoding scope validity checkVincent Penquerc'h
2014-04-21matroskamux: fix PAR fraction sanity checkVincent Penquerc'h
2014-04-16matroska: fix check for amount of data to readVincent Penquerc'h
2014-03-30matroska-mux: add mapping for Opus audioTim-Philipp Müller
2014-03-30matroska-demux: add mapping for Opus audio codecTim-Philipp Müller
2014-03-25matroskademux: segment closing not needed in 1.xMark Nauwelaerts
2014-03-25matroskademux: early sending pending codec-data for all streamsMark Nauwelaerts
2014-03-25matroskamux: handle both sticky and non-sticky custom eventMark Nauwelaerts
2014-03-12matroskademux: fix assert on fps lower than 1Per x Johansson
2014-02-27matroskademux: align raw audio memory to powers of twoTim-Philipp Müller
2014-02-27matroskademux: calculate alignment properly for audio depths not a multiple of 8Tim-Philipp Müller
2014-02-27matroskademux: fix crash with 24-bit raw audioMatej Knopp
2014-02-11matroska: add support for GRAY8, BGR and RGB video colourspaces in V_UNCOMPRE...divhaere
2014-02-09matroskaparse: Comment out some unused functions used only from the commented...Sebastian Dröge
2014-02-06matroska: factor out read context init/resetReynaldo H. Verdejo Pinochet
2014-01-30matroskamux: Fix constantly growing used uid listPer x Johansson
2014-01-21matroskaparse: better default caps when none setReynaldo H. Verdejo Pinochet
2014-01-15matroskademux: Don't skip all video frames until the first keyframeSebastian Dröge
2014-01-10matroskademux: don't leak TOC chapter listTim-Philipp Müller
2014-01-10matroskamux: remove obsolete write-dummy-and-overwrite-on-eos codeVincent Penquerc'h
2014-01-09matroskamux: write subtitle codec ID and data at start when knownVincent Penquerc'h
2014-01-08Revert "matroskamux: Use the running time for container timestamps, not buffe...Wim Taymans
2014-01-08matroskamux: Error out if ADPCM caps don't contain the layout fieldSebastian Dröge
2014-01-08matroskamux: Add support for g726 ADPCMNicola Murino
2014-01-06matroskamux: Add HEVC / h265 supportSebastian Dröge
2014-01-06matroskademux: Add HEVC / h265 supportSebastian Dröge
2014-01-05matroskamux: Add missing semicolon from last commitSebastian Dröge
2014-01-05matroskamux: Use the running time for container timestamps, not buffer timest...Sebastian Dröge
2013-12-24matroskamux: adpcm max block align is 8192Nicola Murino
2013-12-23matroskamux: Use correct codec id for ADPCM/DVISebastian Dröge
2013-12-23matroskademux: Check for the correct size of codec_data in the ACM caseSebastian Dröge