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
2008-11-25
gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up ...
Sebastian Dröge
7
-1215
/
+1067
2008-11-24
gst/mxf/mxfdemux.c: Make sure to only output generic container essence elemen...
Sebastian Dröge
1
-6
/
+21
2008-11-24
gst/flv/gstflvdemux.c: Fix non key unit seeking by always going to the previo...
Julien Moutte
2
-4
/
+11
2008-11-24
gst/mpegtsmux/: Add initial support for muxing AC3/DTS/LPCM into MPEG TS.
vanista
2
-6
/
+45
2008-11-24
gst/mxf/: Allow non-MXF KLV packets and just drop them instead of throwing an...
Sebastian Dröge
2
-28
/
+17
2008-11-23
gst/mxf/mxfdemux.c: Actually we support a length stored inside 8 bytes but it...
Sebastian Dröge
1
-15
/
+25
2008-11-22
gst/rtpmanager/rtpsession.c: Add property to configure the RTCP MTU.
Wim Taymans
1
-1
/
+15
2008-11-22
gst/rtpmanager/rtpsession.c: Add G_PARAM_STATIC_STRINGS.
Wim Taymans
2
-120
/
+141
2008-11-22
gst/mxf/: Some more format string fixes and usage of guint instead of gint wh...
Sebastian Dröge
2
-32
/
+33
2008-11-22
gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use ...
Sebastian Dröge
7
-69
/
+77
2008-11-22
gst/rtpmanager/gstrtpbin.c: Also unref the target pad for unknown pads.
Wim Taymans
1
-1
/
+1
2008-11-22
gst/dccp/gstdccp.c: Use G_GSIZE_FORMAT instead of "%u" for a size_t variable ...
Sebastian Dröge
1
-1
/
+1
2008-11-21
gst/rtpmanager/gstrtpbin.c: Release the right pads on rtpbin. Fixes #561752.
Olivier Crete
1
-6
/
+12
2008-11-21
gst/speexresample/gstspeexresample.c: Add a "filter-length" property that map...
Sebastian Dröge
1
-1
/
+80
2008-11-21
Add first version of an MXF demuxer. Currently it supports
Sebastian Dröge
11
-0
/
+7143
2008-11-20
gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when pro...
Wim Taymans
6
-60
/
+213
2008-11-20
gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin.
Leandro Melo de Sales
8
-147
/
+251
2008-11-20
gst/rtpmanager/gstrtpjitterbuffer.c: Initialize return value to fix compiler ...
Sebastian Dröge
1
-1
/
+1
2008-11-19
gst/rtpmanager/gstrtpjitterbuffer.c: Mark signal arg as static scope.
Wim Taymans
1
-1
/
+1
2008-11-19
gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to ...
Wim Taymans
6
-139
/
+382
2008-11-18
gst/qtmux/gstqtmux.c: Quiet a debugging message that I recently added.
David Schleef
1
-1
/
+6
2008-11-17
gst/rtpmanager/rtpsource.c: Fix GST_DEBUG call to only have as many arguments...
Sebastian Dröge
1
-1
/
+1
2008-11-17
gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate oursel...
Wim Taymans
7
-62
/
+48
2008-11-15
gst/qtmux/gstqtmux.*: Use dts from GST_BUFFER_OFFSET_END() for video/x-qt-part.
David Schleef
2
-14
/
+42
2008-11-14
gst/audioresample/gstaudioresample.c: Guard against a NULL dereference I some...
Jan Schmidt
1
-1
/
+2
2008-11-14
gst/qtmux/: Revert previous commit.
Mark Nauwelaerts
12
-277
/
+0
2008-11-14
gst/qtmux/: Dual license LGPL/MIT, as apparently supposed to.
Mark Nauwelaerts
12
-0
/
+277
2008-11-14
gst/qtmux/: Cut detour in sample description extension construction.
Mark Nauwelaerts
5
-74
/
+111
2008-11-13
gst/aacparse/gstaacparse.c: Don't autoplug aacparse until it works.
Wim Taymans
1
-1
/
+1
2008-11-13
gst/rtpmanager/: Small cleanups and some more debug info.
Wim Taymans
2
-7
/
+13
2008-11-13
gst/: Fix baseparse type name.
Stefan Kost
2
-2
/
+2
2008-11-13
Add two new baseparse based parsers (aac and amr) from Bug #518857.
Stefan Kost
10
-0
/
+5637
2008-11-12
gst/librfb/rfbdecoder.c: Fix uninitialized warnings
Thijs Vermeir
1
-0
/
+1
2008-11-11
gst/qtmux/gstqtmux.c: Add some more safety/sanity checks in tag manipulation.
Mark Nauwelaerts
1
-4
/
+4
2008-11-10
gst/rtpmanager/gstrtpjitterbuffer.c: Also configure the next expected output ...
Wim Taymans
1
-5
/
+5
2008-11-10
gst/: Wim, you're a bad boy. You don't want people to contact you or what?
Edward Hervey
1
-1
/
+1
2008-11-10
gst/filter/gstiir.c: Fix name tag.
Thomas Vander Stichele
1
-1
/
+1
2008-11-08
Copy qtmux from revision 148 of the gst-qtmux repository.
Thiago Sousa Santos
13
-0
/
+6855
2008-11-06
Fix basic navigation events
Thijs Vermeir
2
-12
/
+34
2008-11-06
gst/deinterlace2/gstdeinterlace2.c: Bring properties into this century.
Wim Taymans
1
-22
/
+26
2008-11-06
gst/mpegdemux/gstmpegtsdemux.c: Make private section pads have a caps set so ...
Zaheer Abbas Merali
1
-0
/
+7
2008-11-06
gst/mpegdemux/gstmpegtsdemux.c: No need to reclaculate flush in this case.
Zaheer Abbas Merali
1
-1
/
+1
2008-11-06
gst/mpegdemux/gstmpegtsdemux.*: Fix typo.
Zaheer Abbas Merali
2
-3
/
+3
2008-11-05
gst/librfb/gstrfbsrc.c: Fix RGB mask in caps
Thijs Vermeir
1
-7
/
+18
2008-11-05
gst/librfb/: Add Hextile encoding
Thijs Vermeir
3
-143
/
+195
2008-11-05
gst/mpegdemux/gstmpegtsdemux.c: Heuristic approach when resyncing.
Zaheer Abbas Merali
1
-1
/
+29
2008-11-05
gst/mpegdemux/gstmpegdesc.c: Length should be a guint8 not a gint.
Sebastian Pölsterl
2
-11
/
+8
2008-11-04
gst/modplug/gstmodplug.cc: Send tag event. Fixes #559286.
Stefan Kost
1
-0
/
+17
2008-11-04
gst/mpegdemux/mpegtsparse.c: Fix another memleak.
Sebastian Pölsterl
1
-0
/
+1
2008-11-04
Fix memleaks.
Sebastian Pölsterl
1
-0
/
+5
[prev]
[next]