summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2008-09-15ext/celt/gstceltenc.h: Help gtk-doc to parse this correctly.Stefan Kost1-0/+2
2008-09-13gst/rtpmanager/gstrtpbin.c: Do not try to adjust the offset of streams for wh...Wim Taymans1-7/+34
2008-09-09gst/mpegdemux/: Fix conflicting public names in new mpeg demuxers.Edward Hervey3-10/+10
2008-09-09gst/aiffparse/aiffparse.c: Support chunks in AIFF in any order in pull mode, ...Michael Smith1-60/+81
2008-09-08gst/selector/gstinputselector.c: Reset the selector state when going to READY.Wim Taymans1-0/+37
2008-09-05gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans13-107/+218
2008-09-02gst/mpegdemux/: Fix build on macosx.Edward Hervey2-2/+2
2008-09-02Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This is now dual lice...Zaheer Abbas Merali19-0/+7401
2008-09-02gst/mpegtsmux/mpegtsmux.c: Set caps on outgoing buffers.Wim Taymans1-0/+4
2008-09-02Enable/fix up translations for these plugins.Tim-Philipp Müller1-0/+7
2008-09-02gst/mpegtsmux/tsmux/tsmux.c: Fix build on macosx.Edward Hervey1-3/+1
2008-09-01gst/mpegtsmux/mpegtsmux_aac.c: Allocate a fixed size buffer on the stack inst...Sebastian Dröge3-10/+9
2008-09-01gst/mpegtsmux/mpegtsmux.c: Add support for muxing MPEG4 video.Sebastian Dröge1-2/+8
2008-09-01gst/mpegtsmux/tsmux/: Fix build of mpegtsmux.Edward Hervey2-3/+3
2008-09-01Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This is renamed to...Sebastian Dröge14-0/+3920
2008-09-01gst/selector/gstinputselector.c: Reuse the get_linked_pads for both source an...Wim Taymans1-16/+24
2008-08-31Add scaletempo plugin, which allows to scale the speed of audio without chang...Rov Juvano4-0/+884
2008-08-28gst/dccp/: Fix compilation on Solaris by including filio.h as needed.Jan Schmidt4-14/+26
2008-08-28gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us...Wim Taymans3-6/+22
2008-08-28gst/aiffparse/aiffparse.c: Read size of chunks preceeding the audio data with...Michael Smith1-1/+1
2008-08-28Add an AIFF parsing element, heavily based on wavparse.Michael Smith3-0/+1685
2008-08-27gst/selector/gstinputselector.c: Implement the LATENCY query in a better way ...Wim Taymans1-0/+80
2008-08-26gst/deinterlace2/tvtime/tomsmocomp/: Unroll the loop to handle two bytes at o...Sebastian Dröge4-108/+196
2008-08-26gst/dccp/gstdccpserversink.*: Don't put globals only used by one '.c' file in...Edward Hervey2-3/+3
2008-08-26gst/dccp/gstdccp.c: Whoops, that was one fix too much :)Edward Hervey1-1/+1
2008-08-26gst/dccp/gstdccp.c: size_t's size varies by platform/architecture. Use glib c...Edward Hervey1-5/+5
2008-08-26gst/pcapparse/gstpcapparse.c: Remove unused code and fix includes.Edward Hervey1-12/+3
2008-08-25gst/deinterlace2/: First part of the C implementation of the tomsmocomp deint...Sebastian Dröge10-27/+355
2008-08-24Added documentation blobs. Thanks to Stefan for noticing!Ole André Vadla Ravnås1-6/+11
2008-08-24New plugin: pcapparse (#520899).Ole André Vadla Ravnås3-0/+569
2008-08-21Add dccp plugin. Fixes #542390.Leandro Melo de Sales12-0/+2548
2008-08-13gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...Wim Taymans6-8/+88
2008-08-11gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log.Stefan Kost1-1/+2
2008-08-05gst/rtpmanager/gstrtpjitterbuffer.c: Make the buffer metadata writable before...Olivier Crete3-2/+13
2008-08-05gst/selector/gstinputselector.c: Move the select-all logic into the activatio...Wim Taymans1-12/+16
2008-08-05gst/rtpmanager/gstrtpjitterbuffer.c: Fix debug by logging the right seqnum.Håvard Graff1-2/+3
2008-08-05gst/rtpmanager/gstrtpbin.c: Release lock before emitting the request-pt-map s...Olivier Crete1-0/+13
2008-08-02gst/deinterlace2/: Use oil_memcpy() instead of memcpy() as it's faster for th...Sebastian Dröge8-25/+25
2008-08-02gst/deinterlace2/: Add the remaining tvtime deinterlacing methods and fix the...Sebastian Dröge10-18/+836
2008-08-02gst/deinterlace2/tvtime/vfir.c: Implement the VFIR deinterlacing method as si...Sebastian Dröge1-81/+34
2008-08-02gst/deinterlace2/gstdeinterlace2.*: Add a GstDeinterlaceSimpleMethod subclass...Sebastian Dröge2-0/+225
2008-08-02gst/deinterlace2/gstdeinterlace2.c: Respect the latency of the deinterlacing ...Sebastian Dröge1-8/+16
2008-08-02gst/deinterlace2/tvtime/: Add the MMX registers to the clobbered registers on...Sebastian Dröge2-5/+5
2008-08-02gst/deinterlace2/: Enable tomsmocomp again as the C port will be ready for th...Sebastian Dröge2-10/+4
2008-08-02gst/deinterlace2/gstdeinterlace2.c: Don't use proxy_getcaps() but implement o...Sebastian Dröge1-9/+199
2008-07-24gst/festival/gstfestival.c: Guard unistd.h with HAVE_UNISTD_HMichael Smith6-4/+12
2008-07-21gst/modplug/libmodplug/Makefile.am: Use GST_CXXFLAGS instead of GST_CFLAGS fo...Sebastian Dröge1-1/+1
2008-07-19Remove interleave and replaygain plugins that have moved to -goodJan Schmidt18-5261/+0
2008-07-18Disable the tomsmocomp algorithm for this release as it's buggy and has no C ...Sebastian Dröge6-19/+31
2008-07-16gst/real/gstrealvideodec.c: Add some casts to fix the build on ForteJan Schmidt1-4/+5