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
Age
Commit message (
Expand
)
Author
Files
Lines
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-06
Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...
Maciej Katafiasz
2
-4
/
+6
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-28
make GstElementDetails const
Stefan Kost
1
-1
/
+1
2006-04-28
gst/audioresample/gstaudioresample.c: Add support for other formats audioresa...
Wim Taymans
1
-17
/
+75
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
40
-79
/
+82
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-09
gst/audioresample/debug.h: replace debug macros with variable number of param...
Sébastien Moutte
2
-5
/
+13
2006-04-08
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
31
-31
/
+32
2006-04-08
gst/: Fix more broken GObject macros
Stefan Kost
4
-7
/
+15
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
2006-04-06
Unify the long descriptions in the plugin details (#337263).
j^
30
-126
/
+107
2006-04-05
gst/qtdemux/qtdemux.c: Use duration as segment stop position if none is expli...
Wim Taymans
1
-10
/
+24
2006-04-04
gst/qtdemux/qtdemux.c: More cleanups, added comments.
Wim Taymans
1
-142
/
+237
2006-04-04
gst/qtdemux/qtdemux.*: Handle stss boxes so we can mark and find keyframes.
Wim Taymans
2
-127
/
+322
2006-04-03
GST_ORIGIN => GST_PACKAGE_ORIGIN
Tim-Philipp Müller
1
-1
/
+1
2006-04-01
rework build; add translations for v4l2
Thomas Vander Stichele
33
-33
/
+35
2006-03-22
gst/modplug/libmodplug/: Try that again (not only should it be MODPLUG_ inste...
Tim-Philipp Müller
2
-1
/
+3
2006-03-22
gst/modplug/libmodplug/Makefile.am: More gcc-4.1 fixes (we don't need file sa...
Tim-Philipp Müller
1
-1
/
+1
2006-03-21
gst/modplug/libmodplug/load_ptm.cpp: Fix compilation with gcc-4.1 and -Werror...
Tim-Philipp Müller
1
-4
/
+9
2006-03-15
gst/qtdemux/qtdemux.c: Let's not forget to chain up to the parent dispose.
Edward Hervey
1
-0
/
+2
2006-03-15
gst/qtdemux/qtdemux.c: Series of memleak fixes:
Edward Hervey
1
-10
/
+22
2006-03-11
added new element to add Xing headers to MP3 files (this allows decoder to fi...
Christophe Fergeau
3
-0
/
+444
2006-03-10
gst/modplug/: Fix modplug compilation.
Julien Moutte
2
-7
/
+9
2006-03-10
Original commit message from CVS:
Tim-Philipp Müller
5
-472
/
+481
2006-03-09
gst/qtdemux/qtdemux.c: Fix build with gcc-4.1 (#327355).
Tim-Philipp Müller
1
-2
/
+1
2006-03-08
gst/qtdemux/qtdemux.c: Extract disc number and count from files that use 'dis...
Tim-Philipp Müller
1
-0
/
+8
2006-03-05
gst/qtdemux/qtdemux.c: Add support for '3IVD' fourcc (#333403).
Tim-Philipp Müller
1
-0
/
+4
2006-03-03
gst/qtdemux/qtdemux.c: Use GST_WARNING instead of GST_ERROR for all the too s...
Edward Hervey
1
-14
/
+14
2006-03-02
docs/plugins/: Add audioresample to docs.
Wim Taymans
2
-69
/
+95
2006-02-28
gst/qtdemux/qtdemux.c: Can't divide through zero (suppress warning in case of...
Tim-Philipp Müller
1
-2
/
+5
2006-02-24
gst/qtdemux/qtdemux.c: Add support for palettised Apple SMC videos (#327075, ...
Fabrizio Gennari
1
-1
/
+111
2006-02-22
gst/qtdemux/qtdemux.c: Add 'dvsd' and 'dv25' to list of possible fourcc value...
Edward Hervey
1
-0
/
+5
2006-02-20
I'm too lazy to comment this
Edgard Lima
2
-42
/
+71
2006-02-17
gst/qtdemux/qtdemux.c: Don't GST_LOG timestamps from nonexistent index entrie...
Tim-Philipp Müller
1
-8
/
+10
2006-02-17
gst/qtdemux/qtdemux.c: Check that the size of the returned buffer is of the c...
Edward Hervey
1
-0
/
+7
2006-02-16
gst/qtdemux/qtdemux.c: Don't stop the task if the pad isn't linked.
Edward Hervey
1
-6
/
+5
2006-02-15
gst/qtdemux/qtdemux.c: It appears 100% equals 1/1 and not 100/1 ...
Tim-Philipp Müller
1
-1
/
+1
2006-02-15
gst/qtdemux/qtdemux.c: When buffering MDAT data, show the user something is h...
Tim-Philipp Müller
1
-1
/
+20
2006-02-14
gst/qtdemux/qtdemux.*: Make push-based work if mdat atom is before moov atom.
Edward Hervey
2
-17
/
+58
2006-02-14
gst/qtdemux/qtdemux.c: Handle the case where data atoms are before moov atoms...
Edward Hervey
1
-2
/
+13
2006-02-13
gst/qtdemux/: QtDemux can now work push-based.
Edward Hervey
3
-212
/
+462
2006-02-13
I'm too lazy to comment this
Edgard Lima
4
-0
/
+444
[next]