summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
AgeCommit message (Expand)AuthorFilesLines
2007-06-12Move qtdemux to -good.Jan Schmidt13-6037/+0
2007-05-20gst/: Printf format fixes (#439910, #439911).Tim-Philipp Müller1-1/+1
2007-05-10gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header...Stefan Kost1-9/+15
2007-04-12gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the ...Wim Taymans1-1/+1
2007-04-11gst/qtdemux/: Handle version 1 mdhd atoms to get extended precision durations.Wim Taymans2-21/+52
2007-04-05gst/qtdemux/gstrtpxqtdepay.*: Try to recover from packet loss a little better.Wim Taymans2-1/+25
2007-03-28gst/qtdemux/: Process 'ctts' atoms, which are present in AVC ISO files (.mov ...Edward Hervey5-4/+53
2007-03-07gst/qtdemux/qtdemux.*: Share qtdemux debug category across all files, otherwi...Edward Hervey2-3/+4
2007-01-24gst/qtdemux/gstrtpxqtdepay.c: Fix caps on the depayloader.Wim Taymans1-6/+4
2007-01-12gst/qtdemux/: Add X-QT depayloader that will eventually share code with the d...Wim Taymans6-25/+839
2007-01-12gst/qtdemux/Makefile.am: Dist all new files.Tim-Philipp Müller1-1/+6
2007-01-12gst/qtdemux/: Cleanup and refactor to make the code more readable.Wim Taymans9-1871/+2037
2007-01-05Check for zlib and if available pass it explicitly to the linker when linking...Tim-Philipp Müller2-18/+33
2006-12-18gst/qtdemux/qtdemux.c: Don't post BUFFERING messages in streaming mode if the...Tim-Philipp Müller1-7/+5
2006-12-18gst/qtdemux/qtdemux.c: Don't output g_warning for an unsupported format, just...Jan Schmidt1-6/+15
2006-12-18gst/qtdemux/qtdemux.c: Fix crash dereferencing NULL pointer if there's no stc...Tim-Philipp Müller1-1/+4
2006-12-16gst/qtdemux/qtdemux.c: We don't support seeking in streaming mode, so don't e...Tim-Philipp Müller1-7/+33
2006-12-13gst/qtdemux/qtdemux.c: Add AMR-WB to the list of supported formats.Wim Taymans1-2/+10
2006-12-11gst/qtdemux/qtdemux.c: Fix non-working redirects from inetfilm.com (handle 'a...Tim-Philipp Müller1-3/+28
2006-12-08gst/qtdemux/qtdemux.c: Fix caps for 24 bit raw PCM audio (2).René Stadler1-1/+1
2006-12-07gst/qtdemux/qtdemux.c: Handle more H263 variants.Wim Taymans1-0/+2
2006-11-27gst/qtdemux/qtdemux.c: Remove some asserts and replace them with a proper err...Wim Taymans1-10/+26
2006-11-14gst/qtdemux/qtdemux.c: Don't parse extra sample params for raw pcm. Fixes #37...Wim Taymans1-16/+19
2006-10-31gst/qtdemux/qtdemux.c: Handle unbounded length streams a bit better. Fixes #3...Wim Taymans1-12/+24
2006-10-17gst/qtdemux/qtdemux.c: Make compile with Forte compiler, mostly don't do poin...Josep Torra Valles1-103/+111
2006-10-17gst/qtdemux/qtdemux.*: Avoid void pointer usage, better use guint8 * instead.Tim-Philipp Müller2-58/+77
2006-10-11gst/qtdemux/qtdemux.c: Add some fourcc for DV format.Edward Hervey1-0/+4
2006-10-10gst/qtdemux/qtdemux.c: Printf format fixes.Tim-Philipp Müller1-3/+3
2006-10-10gst/qtdemux/qtdemux.c: Reorganise some stuff.Wim Taymans1-234/+285
2006-10-06ext/faad/gstfaad.c: Some cleanups.Wim Taymans1-0/+1
2006-10-05Another batch of printf format fixes.Tim-Philipp Müller1-9/+10
2006-09-28gst/qtdemux/qtdemux.c: Add support for 'yv12' fourcc.Tim-Philipp Müller1-0/+4
2006-08-30gst/qtdemux/qtdemux.c: Reset each streams last_flow to GST_FLOW_OK.Edward Hervey1-1/+5
2006-08-30gst/qtdemux/qtdemux.c: put back 'segment start<=stop' change that was mystica...Stefan Kost1-1/+1
2006-08-30gst/qtdemux/qtdemux.c: Fix the build for disabled debugStefan Kost1-1/+4
2006-08-28gst/qtdemux/qtdemux.c: Make sure segment start<=stop in weird quicktime files.Wim Taymans1-1/+1
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