summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
AgeCommit message (Expand)AuthorFilesLines
2006-08-21gst/qtdemux/qtdemux.c: Some more constification.Wim Taymans1-33/+94
2006-08-14gst/qtdemux/qtdemux.c: Extract all references/redirections if there is more t...Tim-Philipp Müller1-10/+121
2006-08-08gst/qtdemux/qtdemux.c: Fix silly typo.Tim-Philipp Müller1-1/+1
2006-07-17gst/qtdemux/qtdemux.c: Store duration in uint64 too instead of clipping.Wim Taymans1-27/+36
2006-07-10gst/qtdemux/qtdemux.c: Extract comment information!!Wim Taymans1-0/+5
2006-07-10gst/qtdemux/qtdemux.c: Extract year/date information (fixes #347079).Tim-Philipp Müller1-0/+43
2006-07-07gst/qtdemux/qtdemux.c: Don't crash on twos/sowt/raw audio. #345830.Wim Taymans1-4/+8
2006-07-03gst/qtdemux/qtdemux.c: Fix silly crasher in state change function; addTim-Philipp Müller1-15/+17
2006-06-15gst/qtdemux/qtdemux.c: Combine return values from src pad pushes.Wim Taymans1-38/+84
2006-06-15gst/qtdemux/qtdemux.c: Don't crash on files with 0 samples, EOS immediatly in...Wim Taymans1-8/+12
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-05-26gst/qtdemux/qtdemux.c: Clip the outputed NEWSEGMENT stop time to the configur...Edward Hervey1-3/+8
2006-05-26gst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code.Wim Taymans1-1/+0
2006-05-24gst/qtdemux/qtdemux.c: Detect QCELP in mp4a descriptors.Wim Taymans1-1/+16
2006-05-22gst/qtdemux/qtdemux.c: po/POTFILES.in:Tim-Philipp Müller1-19/+40
2006-05-11gst/qtdemux/qtdemux.c: Figure out the real audio type in mp4a boxes by parsin...Wim Taymans1-6/+24
2006-05-10gst/qtdemux/qtdemux.c: Parse version 2 sample descriptions.Wim Taymans1-27/+47
2006-05-08gst/qtdemux/qtdemux.c: Don't cause side effects in a debugging function.Wim Taymans1-6/+5
2006-05-03gst/qtdemux/qtdemux.c: Clean up one piece of logic slightly and remove a dead...Jan Schmidt1-17/+7
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-20gst/qtdemux/qtdemux.c: Never treat video streams as an audio stream.j^1-2/+7
2006-04-19gst/qtdemux/qtdemux.c: For VBR audio, don't try to calculate the samples_per_...Wim Taymans1-3/+6
2006-04-10gst/qtdemux/qtdemux.c: Fix parsing of newer stsd chunks again.Wim Taymans1-1/+3
2006-04-10gst/qtdemux/qtdemux.c: Fix framerate calculation.Wim Taymans1-4/+11
2006-04-10gst/qtdemux/qtdemux.c: force mono 8000 Hz on AMR samples.Wim Taymans1-1/+5
2006-04-08gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calcu...Wim Taymans1-130/+141
2006-04-06gst/qtdemux/qtdemux.c: Added full edit list support.Wim Taymans1-208/+578
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-6/+5
2006-04-05gst/qtdemux/qtdemux.c: Use duration as segment stop position if none is expli...Wim Taymans1-10/+24
2006-04-04gst/qtdemux/qtdemux.c: More cleanups, added comments.Wim Taymans1-142/+237
2006-04-04gst/qtdemux/qtdemux.*: Handle stss boxes so we can mark and find keyframes.Wim Taymans2-127/+322
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2006-03-15gst/qtdemux/qtdemux.c: Let's not forget to chain up to the parent dispose.Edward Hervey1-0/+2
2006-03-15gst/qtdemux/qtdemux.c: Series of memleak fixes:Edward Hervey1-10/+22
2006-03-09gst/qtdemux/qtdemux.c: Fix build with gcc-4.1 (#327355).Tim-Philipp Müller1-2/+1
2006-03-08gst/qtdemux/qtdemux.c: Extract disc number and count from files that use 'dis...Tim-Philipp Müller1-0/+8
2006-03-05gst/qtdemux/qtdemux.c: Add support for '3IVD' fourcc (#333403).Tim-Philipp Müller1-0/+4
2006-03-03gst/qtdemux/qtdemux.c: Use GST_WARNING instead of GST_ERROR for all the too s...Edward Hervey1-14/+14
2006-02-28gst/qtdemux/qtdemux.c: Can't divide through zero (suppress warning in case of...Tim-Philipp Müller1-2/+5
2006-02-24gst/qtdemux/qtdemux.c: Add support for palettised Apple SMC videos (#327075, ...Fabrizio Gennari1-1/+111
2006-02-22gst/qtdemux/qtdemux.c: Add 'dvsd' and 'dv25' to list of possible fourcc value...Edward Hervey1-0/+5
2006-02-17gst/qtdemux/qtdemux.c: Don't GST_LOG timestamps from nonexistent index entrie...Tim-Philipp Müller1-8/+10
2006-02-17gst/qtdemux/qtdemux.c: Check that the size of the returned buffer is of the c...Edward Hervey1-0/+7
2006-02-16gst/qtdemux/qtdemux.c: Don't stop the task if the pad isn't linked.Edward Hervey1-6/+5
2006-02-15gst/qtdemux/qtdemux.c: It appears 100% equals 1/1 and not 100/1 ...Tim-Philipp Müller1-1/+1
2006-02-15gst/qtdemux/qtdemux.c: When buffering MDAT data, show the user something is h...Tim-Philipp Müller1-1/+20
2006-02-14gst/qtdemux/qtdemux.*: Make push-based work if mdat atom is before moov atom.Edward Hervey2-17/+58
2006-02-14gst/qtdemux/qtdemux.c: Handle the case where data atoms are before moov atoms...Edward Hervey1-2/+13
2006-02-13gst/qtdemux/: QtDemux can now work push-based.Edward Hervey3-212/+462
2006-02-07remove unused varThomas Vander Stichele1-4/+0