summaryrefslogtreecommitdiff
path: root/gst/isomp4
AgeCommit message (Expand)AuthorFilesLines
2014-11-20qtmux: don't limit max video resolution to 4096x4096Tim-Philipp Müller1-4/+4
2014-11-02Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATEDTim-Philipp Müller1-3/+5
2014-09-23qtmux: Do not infer DTS on buffers from sparse streams.Matej Knopp1-3/+7
2014-09-24Miscellaneous minor cleanupsSanjay NM1-2/+0
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-09-23qtmux: move subtitle layer above video and set alternate groupMatej Knopp1-0/+3
2014-09-22qtdemux: Handle mp4a without ESDS atomMatej Knopp1-0/+33
2014-09-18isomp4: fix wrong DAR calculation for PAR <= 1Reynaldo H. Verdejo Pinochet1-7/+6
2014-09-03qtdemux: mark jpeg and png as parsed so avdec_mjpeg can be used tooTim-Philipp Müller1-4/+12
2014-09-03qtdemux: Silence some warnings for normal file contentsJan Schmidt2-2/+4
2014-08-18qtdemux: avoid crashing on dash streamsThiago Santos1-4/+6
2014-08-15qtmux: Make the default timescale 1/1800 secondJan Schmidt1-1/+1
2014-08-15qtdemux: Improve framerate calculation/guessingJan Schmidt2-41/+31
2014-08-11qtdemux: forward DISCONT from upstream to the output streamsGeorge Kiagiadakis1-0/+11
2014-08-09qtdemux: improve debug logging of fourccsTim-Philipp Müller1-2/+2
2014-08-09qtdemux: add support for 'wma ' mapping as found in some ismv filesTim-Philipp Müller1-0/+108
2014-08-09qtdemux: add support for 'vc-1' mapping as found in some ismv filesTim-Philipp Müller1-0/+40
2014-08-08isomp4/qtmux: Write correct file duration when gaps exist.Jan Schmidt2-18/+37
2014-07-21qtdemux: fix language code parsing for 3-letter codes starting with 'a'Tim-Philipp Müller2-2/+4
2014-06-26isomp4: Add object type id and fourcc for DTS/DTS-HDJan Schmidt1-0/+20
2014-06-10qtdemux: avoid looping indefinitely in broken svq3 filesThiago Santos1-0/+6
2014-05-30qtdemux: upstream handles seek if fragmented and on time segmentThiago Santos1-2/+2
2014-05-26qtdemux: remove last flow return from stream structThiago Santos1-22/+4
2014-05-26qtdemux: use GstFlowCombinerThiago Santos2-34/+18
2014-05-24qtdemux: parse tkhd transformation matrix and add tags if appropriateThiago Santos1-4/+101
2014-05-23qtdemux: add tag mappings for _swr, _mak and _mod tagsThiago Santos2-0/+8
2014-05-12qtdemux: Fix leak of palette_data in error casesEdward Hervey1-1/+3
2014-05-12qtmux: Free node_header in error casesEdward Hervey1-0/+1
2014-05-09qtdemux: don't respond to a position query in BYTE format with a TIME positionEric Trousset1-2/+7
2014-05-02qtmux: handle 0 size packets without dividing by 0Vincent Penquerc'h1-1/+4
2014-05-02qtdemux: guard against invalid frame size to avoid division by 0Vincent Penquerc'h1-0/+8
2014-05-02qtdemux: trivial typo fixVincent Penquerc'h1-1/+1
2014-04-26qtdemux: check return from qt_demux_video_capsLuis de Bethencourt1-0/+3
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller4-8/+0
2014-04-25qtdemux: initialize caps pointer to nullLuis de Bethencourt1-1/+1
2014-04-16isomp4: fix incorrect masking for multiple tagsVincent Penquerc'h1-1/+1
2014-04-16isomp4: fix wrong atom flags set when adding samplesVincent Penquerc'h1-1/+1
2014-04-16isomp4: catch fseek errorVincent Penquerc'h1-1/+2
2014-04-16isomp4: report failures to callerVincent Penquerc'h1-2/+4
2014-04-10qtdemux: replace duplicated variable when parsing trex atomJimmy Ohn1-2/+2
2014-04-09qtdemux: Properly return stream flags when parsing trex atomSebastian Dröge1-1/+1
2014-02-18isomp4mux: fix copy and pasteStefan Sauer1-2/+2
2014-02-18docs: use the gtk-doc syntax to link to propertiesStefan Sauer2-118/+60
2014-02-13qtdemux: handle tags in mac encodingThiago Santos1-4/+38
2014-02-07qtmux: remove have_dts flag from padsThiago Santos2-12/+8
2014-02-07qtmux: improve support for sparse streamsThiago Santos2-30/+98
2014-02-07qtmux: add support for text/x-raw subtitlesThiago Santos2-6/+94
2014-02-07qtmux: add support for the TX3G atomsThiago Santos3-2/+241
2014-02-07qtmux: add subtitle support to qtmuxmap structuresThiago Santos4-33/+98