summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-08-31Add scaletempo plugin, which allows to scale the speed of audio without chang...Rov Juvano16-0/+3251
2008-08-30ext/dirac/gstdiracenc.cc: Fix some memleaks.David Schleef2-0/+8
2008-08-30ext/dirac/gstdiracenc.cc: Fix EOS handling. Clean up at object disposal. Ha...David Schleef2-49/+169
2008-08-29ext/resindvd/resindvdbin.c: Fix compiler warning on Forte.Jan Schmidt2-1/+6
2008-08-29configure.ac: Commit FIONREAD check, needed for the dccp src.Jan Schmidt2-0/+9
2008-08-29update spec file to include latest plugins, add apexsrc diretory to disted filesChristian Schaller2-8/+10
2008-08-29ext/faac/gstfaac.*: Add code for calculating proper timestamp/duration for th...Edward Hervey3-2/+37
2008-08-29configure.ac: Fix CFLAGS and LIBS for the apexsink.Sebastian Dröge2-4/+13
2008-08-28sys/winks/ksvideohelpers.c (ks_video_media_type_free): Avoid leaking the KSDA...Ole André Vadla Ravnås2-2/+11
2008-08-28gst/dccp/: Fix compilation on Solaris by including filio.h as needed.Jan Schmidt5-14/+37
2008-08-28Add apexsink for audio output to Apple AirPort Express Wireless devices. Fixe...Jérémie Bernard9-0/+1847
2008-08-28gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us...Wim Taymans4-6/+36
2008-08-28gst/aiffparse/aiffparse.c: Read size of chunks preceeding the audio data with...Michael Smith2-1/+8
2008-08-28Add an AIFF parsing element, heavily based on wavparse.Michael Smith5-0/+1695
2008-08-27sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init, gst_ks_video_de...Ole André Vadla Ravnås3-47/+99
2008-08-27gst/selector/gstinputselector.c: Implement the LATENCY query in a better way ...Wim Taymans2-0/+87
2008-08-26gst/deinterlace2/tvtime/tomsmocomp/: Unroll the loop to handle two bytes at o...Sebastian Dröge5-108/+206
2008-08-26gst/dccp/gstdccpserversink.*: Don't put globals only used by one '.c' file in...Edward Hervey3-3/+10
2008-08-26gst/dccp/gstdccp.c: Whoops, that was one fix too much :)Edward Hervey2-1/+6
2008-08-26gst/dccp/gstdccp.c: size_t's size varies by platform/architecture. Use glib c...Edward Hervey2-5/+13
2008-08-26gst/pcapparse/gstpcapparse.c: Remove unused code and fix includes.Edward Hervey2-12/+8
2008-08-25gst/deinterlace2/: First part of the C implementation of the tomsmocomp deint...Sebastian Dröge11-27/+374
2008-08-24New plugin for low-latency video capture on Windows (#519935).Ole André Vadla Ravnås14-1/+3676
2008-08-24Added documentation blobs. Thanks to Stefan for noticing!Ole André Vadla Ravnås4-6/+65
2008-08-24New plugin: pcapparse (#520899).Ole André Vadla Ravnås5-0/+579
2008-08-24New plugin: winscreencap (#463941).Haakon Sporsheim10-1/+1421
2008-08-23sys/dshowdecwrapper/gstdshowaudiodec.c: Flip mpeg1/mpeg2 arrays for mpeg audi...Michael Smith2-15/+21
2008-08-22docs/plugins/gst-plugins-bad-plugins-docs.sgml: Add, but commented out xml/el...Stefan Kost4-18/+19
2008-08-21Add dccp plugin. Fixes #542390.Leandro Melo de Sales38-124/+4615
2008-08-20configure.ac: Remove bits that presumably weren't supposed to be committed.Tim-Philipp Müller2-3/+5
2008-08-20Add new windows ACM encoder wrapper.Michael Smith5-2/+639
2008-08-18sys/dvb/: Add ATSC tunning and channels.conf parsing support.Michael Krufky3-0/+46
2008-08-13sys/: Initialise COM with default flags.Michael Smith7-10/+55
2008-08-13gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...Wim Taymans7-8/+110
2008-08-12ext/x264/gstx264enc.*: Do not deal with duplicated input (timestamps). If ne...Mark Nauwelaerts3-26/+14
2008-08-12docs/plugins/gst-plugins-bad-plugins.args: Integrate new properties into docu...Mark Nauwelaerts3-41/+117
2008-08-12Update and add documentation for mplex.Mark Nauwelaerts8-5/+84
2008-08-12Add documentation and unit test for x264enc.Mark Nauwelaerts7-1/+271
2008-08-11ext/x264/gstx264enc.c: Allocate some buffers in more adaptive and economical ...Mark Nauwelaerts2-14/+20
2008-08-11configure.ac: Check for sufficiently up-to-date x264 API.Mark Nauwelaerts4-64/+313
2008-08-11gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log.Stefan Kost4-5/+16
2008-08-08ext/x264/gstx264enc.c: Coding style and layout; re-order some functions in mo...Mark Nauwelaerts2-192/+200
2008-08-08ext/x264/: Use GQueue in stead of custom queue code.Mark Nauwelaerts4-119/+96
2008-08-08Use configure-generated _stdint.h.Mark Nauwelaerts3-2/+8
2008-08-08ext/x264/: Use video format library and GST_WRITE_*_BE macros where applicable.Mark Nauwelaerts4-94/+129
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat4-0/+13
2008-08-07ext/twolame/gsttwolame.*: Allow raw float samples as input for encoding.Sebastian Dröge3-12/+47
2008-08-07ext/jack/gstjackaudiosrc.c: Try committing this once again. Now properly rena...Stefan Kost2-17/+22
2008-08-07docs/plugins/: docs/plugins/inspect/plugin-jack.xmlStefan Kost12-429/+605
2008-08-07ext/jack/: Add a jackaudiosrc. Refactor sink slightly for better code reuse.Tristan Matthews9-89/+1069