index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
qtdemux
/
qtdemux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...
Edward Hervey
2005-12-19
1
-3
/
+10
*
ext/faad/gstfaad.c: Assume that an unknown channel mapping with 2 channels is...
Jan Schmidt
2005-12-09
1
-18
/
+20
*
gst/qtdemux/qtdemux.c: Memleak fixes.
Edward Hervey
2005-12-07
1
-11
/
+15
*
expand tabs
Thomas Vander Stichele
2005-12-06
1
-76
/
+76
*
ext/faad/gstfaad.c: Handle gracefully the consequence of "Maximum number of s...
Edward Hervey
2005-11-28
1
-1
/
+4
*
gst/qtdemux/qtdemux.c: Convert to fractional framerates
Jan Schmidt
2005-11-23
1
-13
/
+17
*
ext/faad/gstfaad.c (gst_faad_event) ext/ivorbis/vorbisfile.c (gst_ivorbisfile...
Andy Wingo
2005-11-22
1
-1
/
+1
*
Fix for stream lock updates.
Wim Taymans
2005-11-21
1
-2
/
+2
*
gst/qtdemux/qtdemux.c: j@bootlab.org, #321903).
Tim-Philipp Müller
2005-11-21
1
-0
/
+10
*
Update for GST_FOURCC_FORMAT API change.
Tim-Philipp Müller
2005-11-21
1
-23
/
+23
*
gst/qtdemux/qtdemux.c: Add support for custom genre tags.
Tim-Philipp Müller
2005-11-10
1
-0
/
+7
*
gst/qtdemux/qtdemux.c: Remove 'got-redirect' signal and post element message ...
Tim-Philipp Müller
2005-10-27
1
-21
/
+8
*
gst/: API change fix.
Wim Taymans
2005-10-19
1
-3
/
+9
*
gst/: newsegment API update.
Wim Taymans
2005-10-11
1
-1
/
+1
*
gst/qtdemux/qtdemux.c: No need to take stream lock here.
Wim Taymans
2005-09-28
1
-8
/
+1
*
cleaning up bad
Thomas Vander Stichele
2005-09-05
1
-6
/
+7
*
gst/: Uncomment metadata and codec-name handling.
Ronald S. Bultje
2005-08-16
1
-19
/
+4
*
Handle _push() return values.
Ronald S. Bultje
2005-08-16
1
-1
/
+4
*
Fix debug.
Ronald S. Bultje
2005-08-15
1
-0
/
+2
*
gst/qtdemux/qtdemux.c: Forwardport from 0.8 to implement RLE.
Ronald S. Bultje
2005-08-15
1
-1
/
+7
*
ext/faad/gstfaad.c: Add debug category, remove Close() call that made it cras...
Ronald S. Bultje
2005-08-10
1
-1
/
+2
*
ext/faad/gstfaad.c: Sign/unsign mismatch.
Ronald S. Bultje
2005-08-09
1
-324
/
+305
*
gst/qtdemux/qtdemux.c: Change caps on MJPEG-B so it doesn't interfere with MJ...
Ronald S. Bultje
2005-02-02
1
-1
/
+1
*
gst/qtdemux/qtdemux.c: Add 3IV2 fourcc.
Ronald S. Bultje
2005-01-29
1
-0
/
+1
*
gst/qtdemux/qtdemux.c: Re-apply patch from #142272 that allows non-seekable s...
Ronald S. Bultje
2005-01-29
1
-12
/
+28
*
Add support for AMR-NB (mobile phone audio format; #155163, #163286).
Ronald S. Bultje
2005-01-28
1
-8
/
+23
*
gst/qtdemux/qtdemux.c: More memory leak fixes (#149162).
Ronald S. Bultje
2005-01-18
1
-1
/
+15
*
gst/qtdemux/qtdemux.c: Fix two memleaks.
Ronald S. Bultje
2005-01-17
1
-1
/
+9
*
gst/qtdemux/qtdemux.c: Also shove tags on kid pads.
Ronald S. Bultje
2005-01-10
1
-14
/
+21
*
gst/qtdemux/qtdemux.c: Fix warning (#161191).
Ronald S. Bultje
2005-01-09
1
-3
/
+2
*
examples/gstplay/player.c: Don't iterate.
Ronald S. Bultje
2005-01-05
1
-5
/
+121
*
gst/: Add 3GP (variables name Q3GP because they can't start with a decoder is...
Ronald S. Bultje
2004-12-24
1
-2
/
+5
*
add s263 4CC code to qtdemux too
Stéphane Loeuillet
2004-12-13
1
-0
/
+1
*
gst/qtdemux/qtdemux.c: Change all g_print()s to debugging. Add a bunch of co...
David Schleef
2004-11-02
1
-28
/
+67
*
gst/qtdemux/qtdemux.c: An esds box is not a container.
Wim Taymans
2004-10-15
1
-14
/
+22
*
gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB).
Ronald S. Bultje
2004-10-02
1
-1
/
+18
*
ext/dirac/: Do something. Don't actually know if this works because I don't h...
Ronald S. Bultje
2004-09-23
1
-7
/
+11
*
configure.ac: remove NASM check, since we don't use it. Update dirac check t...
David Schleef
2004-09-15
1
-39
/
+74
*
gst/qtdemux/qtdemux.c: Don't crash by dividing by zero (see sample movie in #...
Ronald S. Bultje
2004-09-13
1
-4
/
+8
*
gst/qtdemux/qtdemux.c: Don't touch non-existing data (fixes crash on file in ...
Ronald S. Bultje
2004-09-13
1
-4
/
+6
*
gst/qtdemux/qtdemux.*: Bitch. Also known as seeking, querying & co.
Ronald S. Bultje
2004-06-05
1
-20
/
+79
*
first batch : remove ',' at end of enums as they could confuse older gcc, for...
Stéphane Loeuillet
2004-05-21
1
-1
/
+1
*
gst/qtdemux/qtdemux.c: Patch from dcm@acm.org (David Moore) to allow qtdemux ...
David Moore
2004-05-19
1
-5
/
+31
*
ext/esd/esdsink.c: Fix crash when ESD is killed while we're playing.
David Schleef
2004-05-14
1
-0
/
+1
*
gst/qtdemux/qtdemux.c: More qtdemux hackage -- parse a lot more atoms, extrac...
David Schleef
2004-05-01
1
-14
/
+164
*
gst/qtdemux/qtdemux.c: Hacked up qtdemux to make it spit out codec_data. Do ...
David Schleef
2004-04-30
1
-0
/
+145
*
ext/jpeg/: move format setting to inner loop
Thomas Vander Stichele
2004-04-29
1
-2
/
+10
*
ext/divx/gstdivxdec.c: Remove comment that makes no sense.
Ronald S. Bultje
2004-04-28
1
-1
/
+2
*
configure.ac: bump required gstreamer version to 0.8.1.1 because of following...
David Schleef
2004-04-20
1
-13
/
+14
*
gst/qtdemux/qtdemux.c: A number of new features and hacks to extract the esds...
David Schleef
2004-04-20
1
-16
/
+133
[next]