qtdemux: Add/Fix comments on the various structure variables
[platform/upstream/gst-plugins-good.git] / gst / isomp4 / gstqtmux.c
2016-04-28 Sebastian Drögeqtmux: Allow MPEG-1 Layer 1 and 2 in addition to 3...
2016-02-25 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-opus'
2016-02-16 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-h265'
2015-12-18 Jan Schmidtqtmux: Don't write invalid edit list start time.
2015-12-10 Luis de Bethencourtisomp4: remove unused parameters in build_*_extension
2015-12-10 Luis de Bethencourtisomp4: replace variable only used once
2015-11-19 Luis de Bethencourtisomp4: centralize all FourCC
2015-11-19 Luis de Bethencourtisomp4: add support for Opus in mp4mpux
2015-10-19 Ryan Hendricksonqtmux: Don't unconditionally use strnlen()
2015-10-13 Thibault Saunierqtmux: Allow negotiating to S8 as a raw format but...
2015-10-13 Thibault Saunierqtmux: Add prores support
2015-10-07 Vineeth TMqtmux: Fix date memory leak
2015-10-05 Vineeth TMqtmux: Fix sample memory leak
2015-06-24 Nicolas Dufresneqtmux: Correctly calculate the elst media start
2015-06-24 Thiago Santosqtmux: store last_dts of the first buffer
2015-06-22 Nicolas Dufresneqtmux: Use PTS to figure-out presence of gaps
2015-06-22 Nicolas Dufresneqtmux: Set edit list to compensate DTS shift
2015-06-12 Nicolas Dufresneqtmux: Handle DTS with negative running time
2015-06-11 Thiago Santosqtmux: add AC-3 muxing support
2015-06-11 Thiago Santosqtmux: remove duplicate attribute value set
2015-06-08 Jan Schmidtisomp4: fsync after sending updates in robust mode
2015-06-08 Jan Schmidtisomp4: Only set moov header into streamheader at EOS
2015-06-08 Jan Schmidtisomp4: Implement robust muxing using ping-pong strategy
2015-06-08 Jan Schmidtisomp4: Update edit list when re-writing moov
2015-06-08 Jan Schmidtisomp4: Remove an extra bracket in a comment.
2015-04-10 Thiago Santosqtmux: remove useless variable do_pts
2015-04-10 Thiago Santosqtmux: remove subtraction that makes PTS/DTS start...
2015-04-09 Jan Schmidtisomp4: Refactor various state variables into a mux_mod...
2015-04-03 Jan Schmidtisomp4: Make non-seekable downstream an error in normal...
2015-02-18 Thiago Santosqtmux: remove not needed condition
2015-01-31 Thiago Santosqtmux: store stream and container tags separately
2015-01-31 Thiago Santosqtmux: refactor tags functions to accomodata UDTA at...
2015-01-31 Thiago Santosqtmux: map application name to _swr tag
2015-01-13 Sebastian Drögeqtmux: Add support for v210
2014-12-25 Tim-Philipp Müllerqtmux: fix ALAC muxing
2014-12-10 Matej Knoppqtmux: use 64bit chunk_offset
2014-11-02 Tim-Philipp MüllerSprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE...
2014-09-24 Matej Knoppqtmux: Do not infer DTS on buffers from sparse streams.
2014-09-23 Matej Knoppqtmux: collect pad for sparse stream should be created...
2014-09-23 Matej Knoppqtmux: fix subtitle buffer duration and strip null...
2014-08-15 Jan Schmidtqtmux: Make the default timescale 1/1800 second
2014-08-07 Jan Schmidtisomp4/qtmux: Write correct file duration when gaps...
2014-05-12 Edward Herveyqtmux: Free node_header in error cases
2014-05-02 Vincent Penquerc'hqtmux: handle 0 size packets without dividing by 0
2014-04-26 Tim-Philipp Müllerdocs: remove outdated and pointless 'Last reviewed...
2014-02-18 Stefan Sauerdocs: use the gtk-doc syntax to link to properties
2014-02-07 Thiago Santosqtmux: remove have_dts flag from pads
2014-02-07 Thiago Santosqtmux: improve support for sparse streams
2014-02-07 Thiago Santosqtmux: add support for text/x-raw subtitles
2014-02-07 Thiago Santosqtmux: add subtitle support to qtmuxmap structures
2013-09-25 Sebastian Drögeqtmux: Don't error out if downstream is not seekable...
2013-09-20 Andoni Morales Ala... qtmux: handle issues correctly when downstream is not...
2013-09-20 Andoni Morales Ala... qtmux: make "streamable" TRUE as default
2013-09-20 Andoni Morales Ala... qtmux: deprecate the streamable property for non-fragme...
2013-09-16 Matej Knoppqtmux: remove MAX_TOLERATED_LATENESS
2013-09-16 Matej Knoppqtmux: set first_ts to DTS for streams that have DTS
2013-09-16 Matej Knoppqtmux: make sure duration is a valid number for last...
2013-09-16 Matej Knoppqtmux: use segment.start or last buffer end time in...
2013-09-16 Matej KnoppRevert qtmux: Use buffer PTS if DTS is not set"
2013-08-04 Edward Herveyqtmux: Use buffer PTS if DTS is not set
2013-07-19 Tim-Philipp Müllerqtmux: when streaming don't try to seek when stopping
2013-03-30 Matej Knoppqtmux: use timestamp delta as duration if possible
2013-03-22 David Schleefqtmux: Fix test regression with one buffer streams
2013-03-22 David Schleefqtmux: Remove documentation for dts-method
2013-03-22 David Schleefqtmux: deprecate dts-method property
2013-03-22 David Schleefqtmux: Fix problems causing bad durations in file
2013-03-22 David Schleefqtmux: fix all timestamps once first_ts is determined
2013-03-22 David Schleefqtmux: Use PTS/DTS from incoming buffers
2013-03-22 Matej Knoppqtmux: set stream language code from tag
2013-03-20 Michael Smithmp4mux: in faststart mode, don't output up to 4 kB...
2013-03-09 Tim-Philipp MüllerMerge branch 'dtmf-moved-from-bad'
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-09-23 Tim-Philipp Müllerqtmux: send stream-start event
2012-09-12 Stefan Sauercollectpads: remove gst_collect_pads_add_pad_full
2012-08-27 Tim-Philipp Müllerdocs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace...
2012-08-04 Tim-Philipp Müllergst_tag_list_free -> gst_tag_list_unref
2012-07-27 Mark Nauwelaertsqt(de)mux: pass private blob tags in a sample
2012-07-11 Stefan Sauerqtmux: avoid warning if both ts are equal
2012-07-06 Tim-Philipp Müllerisomp4: remove gppmux, which was deprecated in favour...
2012-04-17 Mark Nauwelaertscollectpads2: rename to collectpads
2012-04-16 Mark Nauwelaertsmisc: chain up to collectpads event handler
2012-04-10 Mark NauwelaertsMerge remote-tracking branch 'origin/0.10'
2012-04-09 Tim-Philipp MüllerUse new gst_element_class_set_static_metadata()
2012-04-04 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-02 Stefan SauerMerge branch '0.10'
2012-03-30 Wim Taymansupdate for buffer api change
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-22 Mark NauwelaertsMerge branch 'master' into 0.11
2012-03-22 Wim TaymansMerge branch 'master' into 0.11
2012-03-22 Wim TaymansMerge branch 'master' into 0.11
2012-03-12 Nicola Murinogst: Fix some query leaks
2012-03-08 Matej Knoppqtmux: do not unref sample caps
2012-03-07 Matej Knoppqtdemux: covert art tag type is GstSample not GstBuffer now
2012-03-07 David SchleefMerge branch '0.11' of ssh://git.freedesktop.org/git...
2012-03-05 Mark NauwelaertsMerge branch 'master' into 0.11
2012-03-01 Mark NauwelaertsMerge branch 'master' into 0.11
2012-02-27 Tim-Philipp Müllerflvmux, matroskamux, qtmux: if in doubt about downstrea...
2012-02-27 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-02-27 Tim-Philipp MüllerMerge commit 'f9207722ca8fd8dcc1e7215d8af85efe4debfdf4...
2012-02-27 Tim-Philipp MüllerMerge commit '38516ad367128d83f9e156529018adb4433cd328...
next