qtdemux: Determine duration with reference to track header duration
[platform/upstream/gst-plugins-good.git] / gst / isomp4 / qtdemux.c
2021-11-03 Gilbok Leeqtdemux: Determine duration with reference to track... 79/265979/1 accepted/tizen/unified/20211109.042824 submit/tizen/20211108.033958
2020-02-21 Gilbok LeeMerge branch 'tizen_gst_1.16.2' into tizen 92/225592/1
2020-02-13 Gilbok Leeqtdemux: Fix the problem that framerate don't include... 33/224833/1 tizen_gst_1.16.2
2020-01-30 Gilbok LeeMerge branch 'upstream/1.16' into tizen_gst_1.16.2 37/223037/2
2019-08-20 Seungha Yangqtdemux: Use empty-array safe way to cleanup GPtrArray
2019-03-19 Seungha Yangqtdemux: Don't pass zero to denominator for framerate
2019-03-15 Charlie Turnerqtdemux: Find mp4a esds atoms in protected streams...
2019-02-05 Edward Herveyqtdemux: Remove trailing '\n' in debug
2019-01-02 Sebastian Drögeqtdemux: Split CEA608 buffers correctly so that each...
2019-01-02 Sebastian Drögeqtdemux: Refactor buffer pushing into its own function
2019-01-02 Sebastian Drögeqtdemux: Extract CEA608 framerate from the (first)...
2018-12-25 Tim-Philipp MüllerMove stereo plugin from -bad
2018-12-22 Philippe Normandqtdemux: Offset correction for track language code...
2018-12-15 Sebastian Drögeisomp4: Replace GST_VIDEO_CAPTION_TYPE_CEA608_IN_CEA708...
2018-12-06 Sebastian Drögeqtdemux: Put framerate into the closedcaption caps...
2018-11-30 Alicia Boya Garcíaqtdemux: set need_segment after a second moov
2018-11-30 Alicia Boya Garcíaqtdemux: Initialize QtDemuxStream.segment in its constr...
2018-11-07 Matthew Watersisomp4: add preliminary support for the bitrate query
2018-11-01 Seungha Yangqtdemux: Ignore corrupted CTTS box
2018-10-20 Seungha Yangqtdemux: Fix build with GLib versions < 2.54
2018-10-19 Seungha Yangqtdemux: Don't switch active streams and old streams ...
2018-10-19 Seungha Yangqtdemux: Use GPtrArray to store QtDemuxStream structure
2018-10-19 Seungha Yangqtdemux: Make QtDemuxStream refcounted structure
2018-10-19 Seungha Yangqtdemux: Make function foreach method friendly
2018-10-19 Olivier Crêteqtdemux: Only set width/height in caps if they're non-0
2018-10-17 Philippe Normandqtdemux: Avoid warning when reporting about decryptors
2018-09-25 Philippe Normandqtdemux: PIFF track encryption box support
2018-09-24 Alicia Boya Garcíaqtdemux: turn impossible condition into an assert
2018-09-03 Alicia Boya Garcíaqtdemux: Keep sample data from the current fragment...
2018-08-02 Sebastian Drögeqtdemux: Handle closed captions as subtitle streams
2018-07-31 Sebastian Drögeqtdemux: Don't assert if a file does not have any activ...
2018-07-26 Olivier Crêteqtdemux: Extract AV1 codec_data and put it in the caps
2018-07-26 Olivier Crêteqtdemux: Add initial support for AV1 demuxing
2018-07-06 Edward Herveyqtdemux: Store and propagate SEGMENT sequence numbers
2018-06-29 Alicia Boya Garcíaqtdemux: rework segment event pushing, again
2018-06-29 Alicia Boya Garcíaqtdemux: Don't send EOS during upstream reverse playback
2018-06-06 Thibault Saunierqtdemux: Do not set INVALID seqnum on events
2018-06-06 Seungha Yangqtdemux: Forward upstream time-format segment without...
2018-05-28 Thibault Saunierqtdemux: Clarify field name about stream-encryption...
2018-05-28 Thiago Santosqtdemux: mark segment as sent after pushing when moov...
2018-05-25 Thiago Santosqtdemux: do not update segment.stop is it is not a...
2018-05-25 Thiago Santosqtdemux: offset edts segments by the min timestamp...
2018-05-25 Thiago Santosqtdemux: rework segment event pushing
2018-05-25 Thibault Saunierqtdemux: Do not unref a NULL stream_tags
2018-05-25 Thibault Saunierqtdemux: Do not run the preferred decryptor context...
2018-05-24 Alicia Boya Garcíaqtdemux: Allow edit lists on fragmented files on push...
2018-05-24 Alicia Boya Garcíaqtdemux: fix computation of first_duration for fragment...
2018-05-24 Alicia Boya Garcíaqtdemux: Don't send gaps bigger than 1 second (now...
2018-05-24 Seungha Yangqtdemux: Properly handle edit list in push mode
2018-05-23 Alicia Boya Garcíaqtdemux: fix buggy duration in edits with duration...
2018-05-22 Seungha Yangqtdemux: Clarify variable name
2018-05-21 Xabier Rodriguez... qtdemux: add context for a preferred protection
2018-05-21 Enrique Ocaña Gonzálezqtdemux: also push buffers without encryption info...
2018-05-18 Alicia Boya Garcíaqtdemux_parse_segments: remove superfluous variable
2018-05-10 Edward Herveyqtdemux: Initialize riff library
2018-05-10 Seungha Yangqtdemux: Protect _expose_streams() from flush event
2018-05-10 Seungha Yangqtdemux: Try to expose whenever got new moov or new...
2018-05-10 Seungha Yangqtdemux: Remove duplication of initializing member...
2018-05-10 Seungha Yangqtdemux: Create stream whenever got new moov
2018-05-10 Seungha Yangqtdemux: Store stream-id to manage streams
2018-05-10 Seungha Yangqtdemux: Use GList to manage QtDemuxStream
2018-05-10 Seungha Yangqtdemux: Adjust the number of args of some functions
2018-05-10 Seungha Yangqtdemux: Add parentheses in macro
2018-05-09 Marinus Schraalisomp4: Use full date time if available
2018-04-11 Edward Herveyqtdemux: Fix comparision for extra caption atom
2018-04-11 Edward Herveyqtdemux: Handle bogus caption samples
2018-04-09 Edward Herveyqtdemux: Detect and expose CEA 608/708 Closed Caption...
2018-03-22 Edward Herveyqtdemux: Handle variant of vorbis in mp4
2018-03-22 Edward Herveyqtdemux: Check sample count is valid in PIFF parsing
2018-03-20 Sebastian Drögeqtdemux: Fix seeking on streams with frame reordering
2018-02-13 Gilbok Leeqtdemux: Use strndup when parseing xml for spherical 15/170115/4 accepted/tizen/unified/20180219.055741 submit/tizen/20180214.040145
2018-02-13 Gilbok Leeqtdemux: fix bug for getting the bool value incorrectly... 14/170114/1
2018-02-12 Tim-Philipp MüllerMove qt plugin from -bad
2018-02-10 Tim-Philipp MüllerMove gtk plugin from -bad
2018-02-09 Edward Herveyqtdemux: Fix comment typo in previous commit
2018-02-09 Edward Herveyqtdemux: More 'meta' atom parsing fixes
2018-02-09 Edward Herveyqtdemux: Minor cleanup
2018-02-09 Edward Herveyqtdemux: Cope with difference between QTFF and ISO...
2018-01-29 Seungha Yangqtdemux: Apply qtdemux debug category to gstisoff
2018-01-25 Alicia Boya Garcíaqtdemux: Add more prose to the comment of gst_qtdemux_f...
2018-01-05 Gilbok LeeMerge branch 'tizen_gst_upgrade' into tizen 70/165970/1 accepted/tizen/unified/20180110.141839 submit/tizen/20180105.085839
2017-12-13 Edward Herveyqtdemux: Push a GAP event if there's a second *or more*
2017-12-13 Edward Herveyqtdemux: Don't push GAP event if first buffer is within 1s
2017-12-13 Edward Herveyqtdemux: Don't set pared=True on underspecified audio...
2017-12-13 Gilbok LeeMerge missing tizen patch 98/163298/4 tizen_gst_upgrade
2017-12-02 Florian Zwochqtdemux: fix debug log for 'hvcC' codec_data
2017-11-23 Edward Herveyqtdemux: Run gst-indent
2017-11-23 Edward Herveyqtdemux: Check presence of bitrate tags
2017-11-17 Jan Schmidtqtdemux: Use new GST_SEQNUM_INVALID constant
2017-11-17 Jun Xieqtdemux: reset reused QtDemuxStream while parsing a...
2017-11-14 Gilbok Leeqtdemux: fix crash when qtdemux dispose (free spherical... 80/159280/4 accepted/tizen/unified/20171212.171911 submit/tizen/20171212.053432
2017-11-13 Seungha Yangisomp4: Add official fourcc for VP8 codec
2017-11-13 Seungha Yangisomp4: Add support VP9 codec
2017-11-01 Eunhae ChoiMerge the tizen patch and fix build err based on 1... 30/158530/1
2017-10-10 Sebastian Drögeqtdemux: Fix compiler warning
2017-10-10 Nael Ouedraogoqtdemux: fix assert when moof containing one sample
2017-09-28 Mykola AlieksieievExtract spherical video and spatial audio metadata... 78/152978/7 accepted/tizen/unified/20171031.055723 submit/tizen/20171030.055657
2017-08-26 Tim-Philipp MüllerMoving twolame mp2 encoder plugin from -ugly
2017-08-25 Tim-Philipp MüllerMoving lame mp3 encoder plugin from -ugly
2017-08-20 Tim-Philipp MüllerMoving mpg123 plugin from -ugly
next