summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-09-17Fix compiler warnings on OS/XJan Schmidt3-2/+8
2008-09-17sys/dvb/gstdvbsrc.c: Add adapter_name for bus message in ATSC case. Fixes #55...Michael Krufky2-1/+9
2008-09-15ext/celt/gstceltenc.h: Help gtk-doc to parse this correctly.Stefan Kost3-2/+12
2008-09-15examples/Makefile.am: Only built scaletempo example if we have gtk.Stefan Kost2-1/+11
2008-09-13gst/rtpmanager/gstrtpbin.c: Do not try to adjust the offset of streams for wh...Wim Taymans2-7/+41
2008-09-10sys/dshowdecwrapper/: Major rewrite of dshowdecwrapper. Converts code toMichael Smith11-16/+2862
2008-09-10sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func, gst_ks_clock_start):Ole André Vadla Ravnås3-13/+24
2008-09-09sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp, gst_ks_vi...Ole André Vadla Ravnås5-111/+375
2008-09-09Add jp2k plugin. Fixes #550657.Mark Nauwelaerts6-0/+841
2008-09-09gst/mpegdemux/: Fix conflicting public names in new mpeg demuxers.Edward Hervey4-10/+20
2008-09-09gst/aiffparse/aiffparse.c: Support chunks in AIFF in any order in pull mode, ...Michael Smith2-60/+88
2008-09-08gst/selector/gstinputselector.c: Reset the selector state when going to READY.Wim Taymans3-0/+43
2008-09-05gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans14-107/+277
2008-09-05sys/dvb/gstdvbsrc.c: Add DVB Adapter name to structure sent over bus.Sebastian Pölsterl3-1/+15
2008-09-03add mpeg demuxerChristian Schaller1-0/+1
2008-09-02gst/mpegdemux/: Fix build on macosx.Edward Hervey3-2/+8
2008-09-02Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This is now dual lice...Zaheer Abbas Merali21-0/+7428
2008-09-02gst/mpegtsmux/mpegtsmux.c: Set caps on outgoing buffers.Wim Taymans2-0/+9
2008-09-02Enable/fix up translations for these plugins.Tim-Philipp Müller8-9/+43
2008-09-02gst/mpegtsmux/tsmux/tsmux.c: Fix build on macosx.Edward Hervey2-3/+6
2008-09-01update spec file and add missing subdirs in Makefile.amChristian Schaller2-2/+7
2008-09-01gst/mpegtsmux/mpegtsmux_aac.c: Allocate a fixed size buffer on the stack inst...Sebastian Dröge4-10/+21
2008-09-01gst/mpegtsmux/mpegtsmux.c: Add support for muxing MPEG4 video.Sebastian Dröge2-2/+13
2008-09-01gst/mpegtsmux/tsmux/: Fix build of mpegtsmux.Edward Hervey3-3/+9
2008-09-01Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This is renamed to...Sebastian Dröge16-0/+3973
2008-09-01tests/check/elements/audioresample.c: Now that GstBaseTransform is 'fixed' .....Edward Hervey1-14/+27
2008-09-01gst/selector/gstinputselector.c: Reuse the get_linked_pads for both source an...Wim Taymans2-16/+33
2008-08-31ext/celt/gstceltdec.c: Correctly take the granulepos from upstream if possibl...Sebastian Dröge4-57/+177
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