summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2008-08-28sys/winks/ksvideohelpers.c (ks_video_media_type_free): Avoid leaking the KSDA...Ole André Vadla Ravnås1-2/+6
2008-08-27sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init, gst_ks_video_de...Ole André Vadla Ravnås2-47/+77
2008-08-24New plugin for low-latency video capture on Windows (#519935).Ole André Vadla Ravnås12-1/+3655
2008-08-24Added documentation blobs. Thanks to Stefan for noticing!Ole André Vadla Ravnås2-0/+47
2008-08-24New plugin: winscreencap (#463941).Haakon Sporsheim8-1/+1405
2008-08-23sys/dshowdecwrapper/gstdshowaudiodec.c: Flip mpeg1/mpeg2 arrays for mpeg audi...Michael Smith1-15/+14
2008-08-20Add new windows ACM encoder wrapper.Michael Smith3-2/+618
2008-08-18sys/dvb/: Add ATSC tunning and channels.conf parsing support.Michael Krufky2-0/+37
2008-08-13sys/: Initialise COM with default flags.Michael Smith6-10/+44
2008-08-11gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log.Stefan Kost2-4/+4
2008-08-08Use configure-generated _stdint.h.Mark Nauwelaerts1-1/+1
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2-0/+2
2008-07-08sys/dshowdecwrapper/gstdshowaudiodec.c: Revert previous patch apart from typo...Michael Smith1-50/+7
2008-07-08sys/dshowdecwrapper/: Add AAC, AC3 to handled codecs.Alessandro Decina3-20/+63
2008-07-01sys/qtwrapper/: Make qtwrapper compile/work on win32.Michael Smith9-311/+507
2008-06-16sys/dvb/gstdvbsrc.c: Move docblob upwards. Balance tags and restore blank line.Stefan Kost1-20/+19
2008-06-16sys/dvb/gstdvbsrc.c: Fix out of date docs.Zaheer Abbas Merali1-7/+6
2008-06-16Final round of doc updates.Stefan Kost5-46/+23
2008-06-13gst/flv/: Introduce demuxing support for AAC andJulien Moutte4-20/+48
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost3-3/+0
2008-06-04sys/dshowvideosink/: Fix up copyright notice on new plugin.Michael Smith4-6/+6
2008-06-02Add a new win32 videosink. Uses the DirectShow renderers for high-performance...Michael Smith7-1/+2013
2008-05-28sys/vcd/vcdsrc.c: Allow the track to be set by using the uri. Fixes #535043.Onkar Shinde1-4/+63
2008-05-22sys/oss4/: Make device-name probing in NULL state work better (e.g. for the g...Tim-Philipp Müller5-2/+40
2008-05-08sys/oss4/oss4-mixer-slider.c: Apparently mono sliders have the mono value rep...Clive Wright1-2/+8
2008-04-25gst-libs/gst/dshow/Makefile.am: Use CXXFLAGS rather than CFLAGS; these are C+...Michael Smith1-2/+2
2008-04-17sys/dvb/gstdvbsrc.c: Revert patch that added a loop timeout.Zaheer Abbas Merali1-3/+0
2008-04-13ext/dirac/gstdiracenc.cc: Fix compilation by casting string constants.Jan Schmidt1-1/+1
2008-04-11sys/dshowsrcwrapper/gstdshowvideosrc.*: Don't increase latency by queuing buf...Ole André Vadla Ravnås2-8/+71
2008-04-11sys/oss4/: Fix arguments format in debug statements.Julien Moutte2-5/+6
2008-04-10Add wininetsrc for basic http/ftp support on windows (#520897).Ole André Vadla Ravnås4-2/+540
2008-04-02Add initial support for OSSv4. Mixer still needs a bit more love, but even ma...Tim-Philipp Müller19-2/+7866
2008-03-28sys/dvb/gstdvbsrc.c: Repeat diseqc call to allow for some diseqc switches.Zaheer Abbas Merali1-1/+4
2008-03-27sys/dvb/gstdvbsrc.c: Make diseqc work more reliably.Zaheer Abbas Merali1-85/+89
2008-03-01sys/dvb/: Add DVB-C support. Special thanks to Christian Schaller for a testi...Zaheer Abbas Merali2-9/+72
2008-02-27sys/dvb/camutils.c: Remove the G_VALUE_HOLDS_BOXED checks. They were only add...Zaheer Abbas Merali1-17/+12
2008-02-27sys/dvb/camutils.c: Don't free the program descriptors, this structure contai...Zaheer Abbas Merali1-3/+0
2008-02-27sys/dvb/camutils.c: Extra checks to prevent data corruption/segfaults.Zaheer Abbas Merali1-12/+18
2008-02-23sys/dvb/gstdvbsrc.c: Add initial support for multiproto driver (not yet merge...Zaheer Abbas Merali1-8/+27
2008-02-22Some C89 fixes, moving variable declarations to the beginning of a block. Fix...Jens Granseuer1-9/+11
2008-02-14sys/dvb/camutils.c: Do not assume "descriptors" property in the pmt structure...Zaheer Abbas Merali1-7/+8
2008-02-13Also add dshow pieces to the disted subdirs to fix distcheck.Jan Schmidt1-1/+2
2008-02-12Add Makefiles to win32 plugins and lib.Sébastien Moutte2-0/+18
2008-02-12sys/dvb/dvbbasebin.c: Fix leak of location string returned from gst_uri_get_l...Zaheer Abbas Merali1-2/+7
2008-02-12Remove glimagesink, as it's been moved to gst-plugins-gl.David Schleef23-5651/+2
2008-02-12sys/dshowdecwrapper/: Chain up dispose methods properly. Fixes bug #515970.Sebastian Dröge2-0/+4
2008-02-12Fix some finalize leaks by chaining up to the parent method.Jan Schmidt2-0/+4
2008-02-11sys/fbdev/gstfbdevsink.c: Free the device string in finalize. Fixes bug #515722.Sebastian Dröge1-0/+12
2008-02-08sys/dvb/: Add URI Handler for dvb.Zaheer Abbas Merali4-6/+405
2008-02-07ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is definedSébastien Moutte8-7/+2671