index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
qtdemux
Age
Commit message (
Expand
)
Author
Files
Lines
2004-03-15
*.h: Revert indenting
Johan Dahlin
1
-30
/
+27
2004-03-14
gst-indent
Thomas Vander Stichele
2
-965
/
+1108
2004-03-14
gst/qtdemux/qtdemux.c: Fix for obvious mistake, where we first shift the offs...
Ronald S. Bultje
1
-2
/
+3
2004-03-07
gst/qtdemux/qtdemux.c: Added Cinepak format (bug #136470)
David Schleef
1
-1
/
+2
2004-03-07
gst/qtdemux/qtdemux.c: Fix crash (j might be greater than n_samples, in which...
Ronald S. Bultje
1
-5
/
+7
2004-03-06
ext/faad/gstfaad.c: Fix negotiation.
David Schleef
1
-2
/
+5
2004-03-05
gst/qtdemux/qtdemux.c: Add prototype code for handling seeking and querying.
David Schleef
1
-0
/
+187
2004-02-24
gst/qtdemux/qtdemux.c: Cleanups. Convert g_prints to GST_LOGs. Add qtdemux ...
David Schleef
1
-163
/
+149
2004-02-20
ext/xine/: add first version of xine plugin wrapper. Currently only wraps the
Benjamin Otte
1
-15
/
+24
2004-02-03
gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the au...
Benjamin Otte
1
-2
/
+2
2004-01-26
Add SVQ3 specific flags to qtdemux and ffmpeg
Jeremy Simon
2
-3
/
+56
2004-01-15
ext/esd/esdsink.c: Remove property that handles osssink fallback.
David Schleef
1
-2
/
+3
2004-01-11
gst/qtdemux/qtdemux.c: fix audio chunk size/timestamp calculation
Benjamin Otte
1
-5
/
+17
2004-01-03
Change sink pad template caps to "video/quicktime"
David Schleef
1
-1
/
+1
2004-01-02
Convert elements to use gst_pad_use_explicit_caps() where appropriate.
David Schleef
1
-57
/
+3
2003-12-22
gst/qtdemux/qtdemux.c: qtdemux requires bytestream
Benjamin Otte
1
-0
/
+3
2003-12-22
Merge CAPS branch
David Schleef
1
-206
/
+126
2003-12-18
Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...
Ronald S. Bultje
1
-0
/
+3
2003-12-04
remove copyright field from plugins
Andy Wingo
1
-1
/
+0
2003-11-27
Change everyone to video/x-msvideo
David Schleef
1
-1
/
+1
2003-11-27
Added audio/x-m4a to the sink caps
Iain Holmes
1
-0
/
+5
2003-11-24
add a rank to allow autoplugging
Benjamin Otte
1
-1
/
+1
2003-11-10
change video/x-jpeg to image/jpeg
David Schleef
1
-3
/
+5
2003-11-07
Do not demux only 2 trak atoms
Jeremy Simon
1
-4
/
+9
2003-11-02
Quicktime demuxer ported to new interface
Ronald S. Bultje
1
-22
/
+27
2003-10-29
change gst/bytestream.h to gst/bytestream/bytestream.h
David Schleef
1
-1
/
+1
2003-10-28
merge TYPEFIND branch. Major changes:
Benjamin Otte
2
-40
/
+4
2003-10-08
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...
Andy Wingo
1
-2
/
+2
2003-10-01
New typefind system: bytestream is now part of the core all plugins have been...
Ronald S. Bultje
2
-20
/
+22
2003-08-10
Remove redundant plugindir definition
David Schleef
1
-1
/
+0
2003-07-19
+ the last of the float caps changes ... these are a bit more pervasive
Leif Johnson
1
-6
/
+2
2003-07-06
New mimetypes gone into effect today - this commit changes all old mimetypes ...
Ronald S. Bultje
1
-77
/
+179
2003-06-29
compatibility fix for new GST_DEBUG stuff.
Benjamin Otte
1
-26
/
+29
2003-06-23
"My way" turned out to cause seg faults. :) Fixed, and added more fourcc to...
David Schleef
1
-14
/
+26
2003-06-19
Revert last two changes and do it my way. :)
David Schleef
1
-41
/
+18
2003-06-19
Support ISO-style variable argument macros.
Brian Cameron
1
-0
/
+12
2003-06-17
which causes a segfault. I'm working on that
Ronald S. Bultje
1
-24
/
+25
2003-06-16
Handle compressed headers. Fix inappropriate use of bytestream_flush().
David Schleef
2
-105
/
+304
2003-06-15
Fix some of the fourcc to caps conversions. reenable setting of rate and n c...
David Schleef
1
-12
/
+26
2003-06-10
Complete rewrite. Not finished, nothing to see here.
David Schleef
2
-570
/
+1249
2003-05-22
Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were c...
Brian Cameron
1
-2
/
+2
2003-02-02
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...
David Schleef
1
-1
/
+1
2003-01-18
don't segfault when data didn't make it in
Thomas Vander Stichele
1
-2
/
+5
2003-01-10
another batch of connect->link fixes please let me know about issues and plea...
Thomas Vander Stichele
1
-1
/
+1
2002-12-08
parallel install fixes
Thomas Vander Stichele
1
-1
/
+1
2002-09-18
plugins part of license field patch
Christian Schaller
1
-0
/
+1
2002-09-09
removing warnings (approved by wtay)
Thomas Vander Stichele
1
-5
/
+3
2002-08-11
qtdemux.c:315: warning: implicit declaration of function `free' qtdemux.c:331...
Steve Baker
1
-0
/
+2
2002-06-08
rearranging element tree
Thomas Vander Stichele
1
-1
/
+1
2002-05-31
add ranks only for plugins who participate in autoplugging. If you have a fi...
Steve Baker
1
-0
/
+1
[next]