summaryrefslogtreecommitdiff
path: root/gst/qtmux
AgeCommit message (Expand)AuthorFilesLines
2011-03-22qtmux: use running time for synchronizationMark Nauwelaerts1-0/+15
2011-03-10qtmux: provide for PTS metadata when so configuredMark Nauwelaerts1-1/+1
2011-03-10qtmux: also track original PTS buffer timestamp in reorder dts-methodMark Nauwelaerts1-2/+6
2011-02-21Revert "Check that collectpads exists before removing pad"Edward Hervey1-4/+1
2011-02-20Check that collectpads exists before removing padDavid Schleef1-1/+4
2011-01-14qtmux: set src pads when starting fileMark Nauwelaerts1-4/+5
2011-01-03qtmux: adjust nasty case timestamp trackingMark Nauwelaerts2-26/+217
2011-01-03qtmux: get rid of timestamp overprotectivenessFelipe Contreras1-7/+1
2011-01-03qtmux: simplify and fix pts_offset storingMark Nauwelaerts4-28/+26
2011-01-03qtmux: add some more documentationMark Nauwelaerts1-1/+21
2011-01-03qtmux: remove large-file propertyMark Nauwelaerts4-55/+4
2010-12-19qtmux: Free AtomInfo structsSebastian Dröge1-0/+1
2010-12-19qtmux: Free tag string after useSebastian Dröge1-0/+1
2010-12-17qtmux: allow zero duration tracksLasse Laukkanen1-0/+5
2010-12-03qtmux: add documentationMark Nauwelaerts1-9/+20
2010-12-01qtmux: handle msvc ftruncate incompatibilityDavid Hoyt1-0/+4
2010-11-29qtmux: gst_qtmux_check_difference verify before subtractAlejandro Gonzalez1-1/+1
2010-11-19qtmux: remove remnant of obsolete propertyMark Nauwelaerts1-1/+0
2010-11-19qtmux: allow specifying trak timescaleMarc-André Lureau2-2/+18
2010-11-19qtmux: include sdtp atoms for ismv fragmented filesMark Nauwelaerts3-4/+99
2010-11-19qtmux: enable default fragmented file for ismlmuxMark Nauwelaerts1-1/+2
2010-11-19qtmux: add ismlmux, for fragmented isml major brandMarc-André Lureau4-2/+25
2010-11-19qtmux: finalize sinkpads listMark Nauwelaerts1-0/+2
2010-11-19qtmux: add moov in streamheaderMarc-André Lureau1-0/+26
2010-11-19qtmux: add streamable property to avoid building fragmented mfra indexMarc-André Lureau2-2/+23
2010-11-19qtmux: add mfra to fragmented fileMark Nauwelaerts4-9/+320
2010-11-19qtmux: optionally create fragmented fileMark Nauwelaerts4-11/+637
2010-11-19qtmux: use helper to set atom flags from given uintMark Nauwelaerts1-3/+9
2010-11-19qtmux: refactor configuring and sending of moovMark Nauwelaerts1-29/+57
2010-11-19qtmux: refactor extra top-level atom handlingMark Nauwelaerts1-27/+58
2010-11-19qtmux: refactor slightly using buffer helperMark Nauwelaerts1-13/+16
2010-11-19qtmux: fix misinforming commentMark Nauwelaerts1-1/+1
2010-11-19qtmux: delegate mvex handling to atomsMark Nauwelaerts3-42/+20
2010-11-19qtmux: add mvex/trex in header if fragmentedMarc-André Lureau3-4/+205
2010-11-19qtmux: add a couple of fourcc for fragmented mp4Marc-André Lureau1-0/+18
2010-11-19qtmux: avoid removing temp file when error occurredMark Nauwelaerts1-1/+9
2010-11-19qtmux: truncate buffer file after each sendMarc-André Lureau1-10/+22
2010-11-19qtmux: remove temp file when reset/finalizeMarc-André Lureau1-9/+3
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-4/+6
2010-10-13qtmux: prevent infinite loop when adjusting framerateMark Nauwelaerts1-0/+3
2010-10-03qtmux: Add G_PARAM_STATIC_STRINGSThiago Santos1-8/+11
2010-09-15qtmux: Follow xmp serialization guidelines closerThiago Santos5-16/+146
2010-08-21qtmux: autodetect out-of-order input timestamps and determine DTS accordinglyMark Nauwelaerts1-12/+56
2010-07-28qtmux: use caps bitrate at last chanceMarc-André Lureau1-0/+5
2010-07-28qtmux: btrt - max bitrate before averageMarc-André Lureau1-2/+2
2010-07-07qtmux: Write 'btrt' atom for H.264 media if possibleArun Raghavan3-0/+29
2010-07-07qtmux: Write avg/max bitrate to ESDS if availableArun Raghavan4-9/+38
2010-07-02qtmux: Don't use bogus codec/format tagsEdward Hervey1-2/+10
2010-06-25qtmux: Write uint tags that don't have a complementThiago Santos1-4/+4
2010-06-21qtmux: Remove the pad from our internal list before calling collectpadsEdward Hervey1-15/+12