Age | Commit message (Expand) | Author | Files | Lines |
2006-12-18 | gst/qtdemux/qtdemux.c: Don't post BUFFERING messages in streaming mode if the... | Tim-Philipp Müller | 1 | -7/+5 |
2006-12-18 | gst/qtdemux/qtdemux.c: Don't output g_warning for an unsupported format, just... | Jan Schmidt | 1 | -6/+15 |
2006-12-18 | gst/qtdemux/qtdemux.c: Fix crash dereferencing NULL pointer if there's no stc... | Tim-Philipp Müller | 1 | -1/+4 |
2006-12-16 | gst/qtdemux/qtdemux.c: We don't support seeking in streaming mode, so don't e... | Tim-Philipp Müller | 1 | -7/+33 |
2006-12-13 | gst/qtdemux/qtdemux.c: Add AMR-WB to the list of supported formats. | Wim Taymans | 1 | -2/+10 |
2006-12-11 | gst/qtdemux/qtdemux.c: Fix non-working redirects from inetfilm.com (handle 'a... | Tim-Philipp Müller | 1 | -3/+28 |
2006-12-08 | gst/qtdemux/qtdemux.c: Fix caps for 24 bit raw PCM audio (2). | René Stadler | 1 | -1/+1 |
2006-12-07 | gst/qtdemux/qtdemux.c: Handle more H263 variants. | Wim Taymans | 1 | -0/+2 |
2006-11-27 | gst/qtdemux/qtdemux.c: Remove some asserts and replace them with a proper err... | Wim Taymans | 1 | -10/+26 |
2006-11-14 | gst/qtdemux/qtdemux.c: Don't parse extra sample params for raw pcm. Fixes #37... | Wim Taymans | 1 | -16/+19 |
2006-10-31 | gst/qtdemux/qtdemux.c: Handle unbounded length streams a bit better. Fixes #3... | Wim Taymans | 1 | -12/+24 |
2006-10-17 | gst/qtdemux/qtdemux.c: Make compile with Forte compiler, mostly don't do poin... | Josep Torra Valles | 1 | -103/+111 |
2006-10-17 | gst/qtdemux/qtdemux.*: Avoid void pointer usage, better use guint8 * instead. | Tim-Philipp Müller | 2 | -58/+77 |
2006-10-11 | gst/qtdemux/qtdemux.c: Add some fourcc for DV format. | Edward Hervey | 1 | -0/+4 |
2006-10-10 | gst/qtdemux/qtdemux.c: Printf format fixes. | Tim-Philipp Müller | 1 | -3/+3 |
2006-10-10 | gst/qtdemux/qtdemux.c: Reorganise some stuff. | Wim Taymans | 1 | -234/+285 |
2006-10-06 | ext/faad/gstfaad.c: Some cleanups. | Wim Taymans | 1 | -0/+1 |
2006-10-05 | Another batch of printf format fixes. | Tim-Philipp Müller | 1 | -9/+10 |
2006-09-28 | gst/qtdemux/qtdemux.c: Add support for 'yv12' fourcc. | Tim-Philipp Müller | 1 | -0/+4 |
2006-08-30 | gst/qtdemux/qtdemux.c: Reset each streams last_flow to GST_FLOW_OK. | Edward Hervey | 1 | -1/+5 |
2006-08-30 | gst/qtdemux/qtdemux.c: put back 'segment start<=stop' change that was mystica... | Stefan Kost | 1 | -1/+1 |
2006-08-30 | gst/qtdemux/qtdemux.c: Fix the build for disabled debug | Stefan Kost | 1 | -1/+4 |
2006-08-28 | gst/qtdemux/qtdemux.c: Make sure segment start<=stop in weird quicktime files. | Wim Taymans | 1 | -1/+1 |
2006-08-21 | gst/qtdemux/qtdemux.c: Some more constification. | Wim Taymans | 1 | -33/+94 |
2006-08-14 | gst/qtdemux/qtdemux.c: Extract all references/redirections if there is more t... | Tim-Philipp Müller | 1 | -10/+121 |
2006-08-08 | gst/qtdemux/qtdemux.c: Fix silly typo. | Tim-Philipp Müller | 1 | -1/+1 |
2006-07-17 | gst/qtdemux/qtdemux.c: Store duration in uint64 too instead of clipping. | Wim Taymans | 1 | -27/+36 |
2006-07-10 | gst/qtdemux/qtdemux.c: Extract comment information!! | Wim Taymans | 1 | -0/+5 |
2006-07-10 | gst/qtdemux/qtdemux.c: Extract year/date information (fixes #347079). | Tim-Philipp Müller | 1 | -0/+43 |
2006-07-07 | gst/qtdemux/qtdemux.c: Don't crash on twos/sowt/raw audio. #345830. | Wim Taymans | 1 | -4/+8 |
2006-07-03 | gst/qtdemux/qtdemux.c: Fix silly crasher in state change function; add | Tim-Philipp Müller | 1 | -15/+17 |
2006-06-15 | gst/qtdemux/qtdemux.c: Combine return values from src pad pushes. | Wim Taymans | 1 | -38/+84 |
2006-06-15 | gst/qtdemux/qtdemux.c: Don't crash on files with 0 samples, EOS immediatly in... | Wim Taymans | 1 | -8/+12 |
2006-06-01 | Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass | Stefan Kost | 1 | -2/+2 |
2006-05-26 | gst/qtdemux/qtdemux.c: Clip the outputed NEWSEGMENT stop time to the configur... | Edward Hervey | 1 | -3/+8 |
2006-05-26 | gst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code. | Wim Taymans | 1 | -1/+0 |
2006-05-24 | gst/qtdemux/qtdemux.c: Detect QCELP in mp4a descriptors. | Wim Taymans | 1 | -1/+16 |
2006-05-22 | gst/qtdemux/qtdemux.c: po/POTFILES.in: | Tim-Philipp Müller | 1 | -19/+40 |
2006-05-11 | gst/qtdemux/qtdemux.c: Figure out the real audio type in mp4a boxes by parsin... | Wim Taymans | 1 | -6/+24 |
2006-05-10 | gst/qtdemux/qtdemux.c: Parse version 2 sample descriptions. | Wim Taymans | 1 | -27/+47 |
2006-05-08 | gst/qtdemux/qtdemux.c: Don't cause side effects in a debugging function. | Wim Taymans | 1 | -6/+5 |
2006-05-03 | gst/qtdemux/qtdemux.c: Clean up one piece of logic slightly and remove a dead... | Jan Schmidt | 1 | -17/+7 |
2006-04-25 | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 1 | -1/+1 |
2006-04-20 | gst/qtdemux/qtdemux.c: Never treat video streams as an audio stream. | j^ | 1 | -2/+7 |
2006-04-19 | gst/qtdemux/qtdemux.c: For VBR audio, don't try to calculate the samples_per_... | Wim Taymans | 1 | -3/+6 |
2006-04-10 | gst/qtdemux/qtdemux.c: Fix parsing of newer stsd chunks again. | Wim Taymans | 1 | -1/+3 |
2006-04-10 | gst/qtdemux/qtdemux.c: Fix framerate calculation. | Wim Taymans | 1 | -4/+11 |
2006-04-10 | gst/qtdemux/qtdemux.c: force mono 8000 Hz on AMR samples. | Wim Taymans | 1 | -1/+5 |
2006-04-08 | gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calcu... | Wim Taymans | 1 | -130/+141 |
2006-04-06 | gst/qtdemux/qtdemux.c: Added full edit list support. | Wim Taymans | 1 | -208/+578 |