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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-28
sys/winks/ksvideohelpers.c (ks_video_media_type_free): Avoid leaking the KSDA...
Ole André Vadla Ravnås
2
-2
/
+11
2008-08-28
gst/dccp/: Fix compilation on Solaris by including filio.h as needed.
Jan Schmidt
5
-14
/
+37
2008-08-28
Add apexsink for audio output to Apple AirPort Express Wireless devices. Fixe...
Jérémie Bernard
9
-0
/
+1847
2008-08-28
gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us...
Wim Taymans
4
-6
/
+36
2008-08-28
gst/aiffparse/aiffparse.c: Read size of chunks preceeding the audio data with...
Michael Smith
2
-1
/
+8
2008-08-28
Add an AIFF parsing element, heavily based on wavparse.
Michael Smith
5
-0
/
+1695
2008-08-27
sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init, gst_ks_video_de...
Ole André Vadla Ravnås
3
-47
/
+99
2008-08-27
gst/selector/gstinputselector.c: Implement the LATENCY query in a better way ...
Wim Taymans
2
-0
/
+87
2008-08-26
gst/deinterlace2/tvtime/tomsmocomp/: Unroll the loop to handle two bytes at o...
Sebastian Dröge
5
-108
/
+206
2008-08-26
gst/dccp/gstdccpserversink.*: Don't put globals only used by one '.c' file in...
Edward Hervey
3
-3
/
+10
2008-08-26
gst/dccp/gstdccp.c: Whoops, that was one fix too much :)
Edward Hervey
2
-1
/
+6
2008-08-26
gst/dccp/gstdccp.c: size_t's size varies by platform/architecture. Use glib c...
Edward Hervey
2
-5
/
+13
2008-08-26
gst/pcapparse/gstpcapparse.c: Remove unused code and fix includes.
Edward Hervey
2
-12
/
+8
2008-08-25
gst/deinterlace2/: First part of the C implementation of the tomsmocomp deint...
Sebastian Dröge
11
-27
/
+374
2008-08-24
New plugin for low-latency video capture on Windows (#519935).
Ole André Vadla Ravnås
14
-1
/
+3676
2008-08-24
Added documentation blobs. Thanks to Stefan for noticing!
Ole André Vadla Ravnås
4
-6
/
+65
2008-08-24
New plugin: pcapparse (#520899).
Ole André Vadla Ravnås
5
-0
/
+579
2008-08-24
New plugin: winscreencap (#463941).
Haakon Sporsheim
10
-1
/
+1421
2008-08-23
sys/dshowdecwrapper/gstdshowaudiodec.c: Flip mpeg1/mpeg2 arrays for mpeg audi...
Michael Smith
2
-15
/
+21
2008-08-22
docs/plugins/gst-plugins-bad-plugins-docs.sgml: Add, but commented out xml/el...
Stefan Kost
4
-18
/
+19
2008-08-21
Add dccp plugin. Fixes #542390.
Leandro Melo de Sales
38
-124
/
+4615
2008-08-20
configure.ac: Remove bits that presumably weren't supposed to be committed.
Tim-Philipp Müller
2
-3
/
+5
2008-08-20
Add new windows ACM encoder wrapper.
Michael Smith
5
-2
/
+639
2008-08-18
sys/dvb/: Add ATSC tunning and channels.conf parsing support.
Michael Krufky
3
-0
/
+46
2008-08-13
sys/: Initialise COM with default flags.
Michael Smith
7
-10
/
+55
2008-08-13
gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...
Wim Taymans
7
-8
/
+110
2008-08-12
ext/x264/gstx264enc.*: Do not deal with duplicated input (timestamps). If ne...
Mark Nauwelaerts
3
-26
/
+14
2008-08-12
docs/plugins/gst-plugins-bad-plugins.args: Integrate new properties into docu...
Mark Nauwelaerts
3
-41
/
+117
2008-08-12
Update and add documentation for mplex.
Mark Nauwelaerts
8
-5
/
+84
2008-08-12
Add documentation and unit test for x264enc.
Mark Nauwelaerts
7
-1
/
+271
2008-08-11
ext/x264/gstx264enc.c: Allocate some buffers in more adaptive and economical ...
Mark Nauwelaerts
2
-14
/
+20
2008-08-11
configure.ac: Check for sufficiently up-to-date x264 API.
Mark Nauwelaerts
4
-64
/
+313
2008-08-11
gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log.
Stefan Kost
4
-5
/
+16
2008-08-08
ext/x264/gstx264enc.c: Coding style and layout; re-order some functions in mo...
Mark Nauwelaerts
2
-192
/
+200
2008-08-08
ext/x264/: Use GQueue in stead of custom queue code.
Mark Nauwelaerts
4
-119
/
+96
2008-08-08
Use configure-generated _stdint.h.
Mark Nauwelaerts
3
-2
/
+8
2008-08-08
ext/x264/: Use video format library and GST_WRITE_*_BE macros where applicable.
Mark Nauwelaerts
4
-94
/
+129
2008-08-07
Make sure gettext returns translations in UTF-8 encoding rather than in the c...
Frederic Crozat
4
-0
/
+13
2008-08-07
ext/twolame/gsttwolame.*: Allow raw float samples as input for encoding.
Sebastian Dröge
3
-12
/
+47
2008-08-07
ext/jack/gstjackaudiosrc.c: Try committing this once again. Now properly rena...
Stefan Kost
2
-17
/
+22
2008-08-07
docs/plugins/: docs/plugins/inspect/plugin-jack.xml
Stefan Kost
12
-429
/
+605
2008-08-07
ext/jack/: Add a jackaudiosrc. Refactor sink slightly for better code reuse.
Tristan Matthews
9
-89
/
+1069
2008-08-06
docs/plugins/: Add twolame and celt plugins to the docs.
Sebastian Dröge
10
-277
/
+764
2008-08-05
gst/rtpmanager/gstrtpjitterbuffer.c: Make the buffer metadata writable before...
Olivier Crete
4
-2
/
+31
2008-08-05
gst/selector/gstinputselector.c: Move the select-all logic into the activatio...
Wim Taymans
2
-12
/
+26
2008-08-05
gst/rtpmanager/gstrtpjitterbuffer.c: Fix debug by logging the right seqnum.
Håvard Graff
2
-2
/
+11
2008-08-05
gst/rtpmanager/gstrtpbin.c: Release lock before emitting the request-pt-map s...
Olivier Crete
2
-0
/
+21
2008-08-02
gst/deinterlace2/: Use oil_memcpy() instead of memcpy() as it's faster for th...
Sebastian Dröge
9
-25
/
+46
2008-08-02
gst/deinterlace2/: Add the remaining tvtime deinterlacing methods and fix the...
Sebastian Dröge
11
-18
/
+872
2008-08-02
gst/deinterlace2/tvtime/vfir.c: Implement the VFIR deinterlacing method as si...
Sebastian Dröge
2
-81
/
+40
[prev]
[next]