summaryrefslogtreecommitdiff
path: root/gst/isomp4
AgeCommit message (Expand)AuthorFilesLines
2015-08-18qtdemux: fix offset calculation when parsing CENC aux infoAlex Ashley1-2/+2
2015-08-16qtdemux: Use signed integer type to be able to check for negative subtraction...Sebastian Dröge1-1/+1
2015-08-15qtdemux: only look for more samples in moofs in pull-modeThiago Santos1-5/+7
2015-08-10qtdemux: fix small typo in commentThiago Santos1-1/+1
2015-08-10qtdemux: fix suboptimal queue iteration codeTim-Philipp Müller1-5/+4
2015-08-10qtdemux: don't use glib 2.44-only APITim-Philipp Müller1-3/+4
2015-08-10qtdemux: add support for ISOBMFF Common EncryptionAlex Ashley4-5/+695
2015-08-05qtdemux: store the moof-offset also for push modeThiago Santos1-0/+1
2015-08-05qtdemux: handle default-base-is-moof flagThiago Santos3-2/+7
2015-07-27qtdemux: fix 16-bit PCM audio advertised with 'raw ' fourccManasa Athreya1-9/+10
2015-07-21qtdemux: Support subtitle when track subtype is fourcc_subtPaul Hyunil2-2/+3
2015-07-08qtdemux: rework segment event handling for adaptive streamingThiago Santos1-8/+13
2015-07-08qtdemux: push data from adapter before starting new segmentThiago Santos1-10/+3
2015-07-08qtdemux: flush samples before adding more from moofThiago Santos1-5/+17
2015-07-08qtdemux: rename upstream_newsegment to upstream_format_is_timeThiago Santos2-10/+10
2015-07-08qtdemux: fix leak by flushing previous sample info from trakThiago Santos1-3/+8
2015-07-08qtdemux: fix index size check and debug messageThiago Santos1-3/+4
2015-07-07docs: fix "Symbol name not found at the start of the comment block"Stefan Sauer4-10/+10
2015-07-06qtdemux: avoid looping reading the 'moof' atom foreverThiago Santos1-0/+2
2015-06-25qtdemux: does not detect orientationGilbok Lee1-10/+6
2015-06-23qtmux: Correctly calculate the elst media startNicolas Dufresne2-5/+12
2015-06-23qtdemux: accumulate previous edts entries into segment.baseThiago Santos1-2/+10
2015-06-23qtdemux: improve some debug messagesThiago Santos1-16/+20
2015-06-23qtmux: store last_dts of the first bufferThiago Santos1-0/+6
2015-06-23qtdemux: Move multiview caps calculations, add half-aspect heuristicsJan Schmidt1-17/+30
2015-06-22qtdemux: Add cslg supportNicolas Dufresne1-6/+50
2015-06-22qtmux: Use PTS to figure-out presence of gapsNicolas Dufresne1-3/+3
2015-06-22qtmux: Set edit list to compensate DTS shiftNicolas Dufresne1-16/+31
2015-06-17cslg: Add Composition Shift Least Greatest AtomNicolas Dufresne4-0/+26
2015-06-17ctts_dump: Fix signess issuesNicolas Dufresne1-2/+4
2015-06-12qtdemux: Adjust segment according to ctts offsetNicolas Dufresne1-3/+5
2015-06-12qtmux: Handle DTS with negative running timeNicolas Dufresne2-7/+56
2015-06-11atoms: remove custom gst_buffer_new function in favor of core versionThiago Santos1-16/+7
2015-06-11atoms: simplify free form data atoms creationThiago Santos1-49/+35
2015-06-11qtmux: add AC-3 muxing supportThiago Santos6-11/+175
2015-06-11qtmux: remove unused type MP4SThiago Santos2-30/+0
2015-06-11qtmux: remove duplicate attribute value setThiago Santos1-2/+0
2015-06-11qtdemux: Add basic support for MPEG-A stereoscopic videoJan Schmidt5-0/+103
2015-06-10qtdemux: fix reverse playbackVineeth TM1-4/+8
2015-06-08isomp4: fsync after sending updates in robust modeJan Schmidt1-22/+43
2015-06-08isomp4: Only set moov header into streamheader at EOSJan Schmidt1-5/+9
2015-06-08isomp4: Implement robust muxing using ping-pong strategyJan Schmidt5-200/+780
2015-06-08isomp4: Update edit list when re-writing moovJan Schmidt3-21/+34
2015-06-08isomp4: Remove an extra bracket in a comment.Jan Schmidt1-1/+1
2015-05-25qtdemux: remove fixme from 2006Thiago Santos1-1/+0
2015-05-25qtdemux: fix reverse playback of fragmented mediaThiago Santos1-16/+37
2015-05-15qtdemux: avoid wrong warnings on unknown node typesStefan Sauer1-0/+2
2015-05-08qtdemux: fix example pipeline in docsPaul Hyunil1-1/+1
2015-04-30qtdemux: fix buffer leak on eos in push modeTim-Philipp Müller1-4/+11
2015-04-29qtdemux: Check for sizes of the rdrf (redirect) atom before accessing the dat...Sebastian Dröge1-24/+36