summaryrefslogtreecommitdiff
path: root/gst/isomp4/gstqtmux.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-23qtmux: Do not infer DTS on buffers from sparse streams.Matej Knopp1-3/+7
2014-09-23qtmux: collect pad for sparse stream should be created with lock set to falseMatej Knopp1-1/+3
2014-09-23qtmux: fix subtitle buffer duration and strip null terminationMatej Knopp1-3/+8
2014-08-15qtmux: Make the default timescale 1/1800 secondJan Schmidt1-1/+1
2014-08-08isomp4/qtmux: Write correct file duration when gaps exist.Jan Schmidt1-1/+9
2014-05-12qtmux: Free node_header in error casesEdward Hervey1-0/+1
2014-05-02qtmux: handle 0 size packets without dividing by 0Vincent Penquerc'h1-1/+4
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-02-18docs: use the gtk-doc syntax to link to propertiesStefan Sauer1-14/+12
2014-02-07qtmux: remove have_dts flag from padsThiago Santos1-10/+8
2014-02-07qtmux: improve support for sparse streamsThiago Santos1-30/+93
2014-02-07qtmux: add support for text/x-raw subtitlesThiago Santos1-3/+87
2014-02-07qtmux: add subtitle support to qtmuxmap structuresThiago Santos1-21/+82
2013-09-25qtmux: Don't error out if downstream is not seekable for non-fragmented variantsSebastian Dröge1-10/+5
2013-09-20qtmux: handle issues correctly when downstream is not seekableAndoni Morales Alastruey1-6/+22
2013-09-20qtmux: make "streamable" TRUE as defaultAndoni Morales Alastruey1-2/+5
2013-09-20qtmux: deprecate the streamable property for non-fragmented MP4Andoni Morales Alastruey1-5/+18
2013-09-16qtmux: remove MAX_TOLERATED_LATENESSMatej Knopp1-3/+1
2013-09-16qtmux: set first_ts to DTS for streams that have DTSMatej Knopp1-1/+9
2013-09-16qtmux: make sure duration is a valid number for last bufferMatej Knopp1-0/+6
2013-09-16qtmux: use segment.start or last buffer end time in case of missing DTSMatej Knopp1-0/+21
2013-09-16Revert qtmux: Use buffer PTS if DTS is not set"Matej Knopp1-4/+1
2013-08-04qtmux: Use buffer PTS if DTS is not setEdward Hervey1-1/+4
2013-07-19qtmux: when streaming don't try to seek when stoppingTim-Philipp Müller1-1/+1
2013-03-30qtmux: use timestamp delta as duration if possibleMatej Knopp1-1/+12
2013-03-22qtmux: Fix test regression with one buffer streamsDavid Schleef1-2/+4
2013-03-22qtmux: Remove documentation for dts-methodDavid Schleef1-12/+0
2013-03-22qtmux: deprecate dts-method propertyDavid Schleef1-2/+15
2013-03-22qtmux: Fix problems causing bad durations in fileDavid Schleef1-1/+16
2013-03-22qtmux: fix all timestamps once first_ts is determinedDavid Schleef1-0/+3
2013-03-22qtmux: Use PTS/DTS from incoming buffersDavid Schleef1-247/+26
2013-03-22qtmux: set stream language code from tagMatej Knopp1-1/+17
2013-03-19mp4mux: in faststart mode, don't output up to 4 kB of garbage at the end.Michael Smith1-2/+3
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-23qtmux: send stream-start eventTim-Philipp Müller1-0/+5
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-1/+1
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-1/+1
2012-07-27qt(de)mux: pass private blob tags in a sampleMark Nauwelaerts1-11/+9
2012-07-11qtmux: avoid warning if both ts are equalStefan Sauer1-1/+1
2012-07-06isomp4: remove gppmux, which was deprecated in favour of 3gppmuxTim-Philipp Müller1-3/+2
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts1-22/+22
2012-04-16misc: chain up to collectpads event handlerMark Nauwelaerts1-7/+6
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-30update for buffer api changeWim Taymans1-1/+1
2012-03-22Merge branch 'master' into 0.11Wim Taymans1-0/+1
2012-03-12gst: Fix some query leaksNicola Murino1-0/+1
2012-03-08qtmux: do not unref sample capsMatej Knopp1-1/+0
2012-03-07qtdemux: covert art tag type is GstSample not GstBuffer nowMatej Knopp1-5/+9
2012-02-27flvmux, matroskamux, qtmux: if in doubt about downstream seekability default ...Tim-Philipp Müller1-8/+8