summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gst/mpegtsmux/mpegtsmux.c: Set caps on outgoing buffers.Wim Taymans2008-09-022-0/+9
* Enable/fix up translations for these plugins.Tim-Philipp Müller2008-09-028-9/+43
* gst/mpegtsmux/tsmux/tsmux.c: Fix build on macosx.Edward Hervey2008-09-022-3/+6
* update spec file and add missing subdirs in Makefile.amChristian Schaller2008-09-012-2/+7
* gst/mpegtsmux/mpegtsmux_aac.c: Allocate a fixed size buffer on the stack inst...Sebastian Dröge2008-09-014-10/+21
* gst/mpegtsmux/mpegtsmux.c: Add support for muxing MPEG4 video.Sebastian Dröge2008-09-012-2/+13
* gst/mpegtsmux/tsmux/: Fix build of mpegtsmux.Edward Hervey2008-09-013-3/+9
* Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This is renamed to...Sebastian Dröge2008-09-0116-0/+3973
* tests/check/elements/audioresample.c: Now that GstBaseTransform is 'fixed' .....RELEASE-0_10_21Edward Hervey2008-09-011-14/+27
* gst/selector/gstinputselector.c: Reuse the get_linked_pads for both source an...Wim Taymans2008-09-012-16/+33
* ext/celt/gstceltdec.c: Correctly take the granulepos from upstream if possibl...Sebastian Dröge2008-08-314-57/+177
* Add scaletempo plugin, which allows to scale the speed of audio without chang...Rov Juvano2008-08-3116-0/+3251
* ext/dirac/gstdiracenc.cc: Fix some memleaks.David Schleef2008-08-302-0/+8
* ext/dirac/gstdiracenc.cc: Fix EOS handling. Clean up at object disposal. Ha...David Schleef2008-08-302-49/+169
* ext/resindvd/resindvdbin.c: Fix compiler warning on Forte.Jan Schmidt2008-08-292-1/+6
* configure.ac: Commit FIONREAD check, needed for the dccp src.Jan Schmidt2008-08-292-0/+9
* update spec file to include latest plugins, add apexsrc diretory to disted filesChristian Schaller2008-08-292-8/+10
* ext/faac/gstfaac.*: Add code for calculating proper timestamp/duration for th...Edward Hervey2008-08-293-2/+37
* configure.ac: Fix CFLAGS and LIBS for the apexsink.Sebastian Dröge2008-08-292-4/+13
* sys/winks/ksvideohelpers.c (ks_video_media_type_free): Avoid leaking the KSDA...Ole André Vadla Ravnås2008-08-282-2/+11
* gst/dccp/: Fix compilation on Solaris by including filio.h as needed.Jan Schmidt2008-08-285-14/+37
* Add apexsink for audio output to Apple AirPort Express Wireless devices. Fixe...Jérémie Bernard2008-08-289-0/+1847
* gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us...Wim Taymans2008-08-284-6/+36
* gst/aiffparse/aiffparse.c: Read size of chunks preceeding the audio data with...Michael Smith2008-08-282-1/+8
* Add an AIFF parsing element, heavily based on wavparse.Michael Smith2008-08-285-0/+1695
* sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init, gst_ks_video_de...Ole André Vadla Ravnås2008-08-273-47/+99
* gst/selector/gstinputselector.c: Implement the LATENCY query in a better way ...Wim Taymans2008-08-272-0/+87
* gst/deinterlace2/tvtime/tomsmocomp/: Unroll the loop to handle two bytes at o...Sebastian Dröge2008-08-265-108/+206
* gst/dccp/gstdccpserversink.*: Don't put globals only used by one '.c' file in...Edward Hervey2008-08-263-3/+10
* gst/dccp/gstdccp.c: Whoops, that was one fix too much :)Edward Hervey2008-08-262-1/+6
* gst/dccp/gstdccp.c: size_t's size varies by platform/architecture. Use glib c...Edward Hervey2008-08-262-5/+13
* gst/pcapparse/gstpcapparse.c: Remove unused code and fix includes.Edward Hervey2008-08-262-12/+8
* gst/deinterlace2/: First part of the C implementation of the tomsmocomp deint...Sebastian Dröge2008-08-2511-27/+374
* New plugin for low-latency video capture on Windows (#519935).Ole André Vadla Ravnås2008-08-2414-1/+3676
* Added documentation blobs. Thanks to Stefan for noticing!Ole André Vadla Ravnås2008-08-244-6/+65
* New plugin: pcapparse (#520899).Ole André Vadla Ravnås2008-08-245-0/+579
* New plugin: winscreencap (#463941).Haakon Sporsheim2008-08-2410-1/+1421
* sys/dshowdecwrapper/gstdshowaudiodec.c: Flip mpeg1/mpeg2 arrays for mpeg audi...Michael Smith2008-08-232-15/+21
* docs/plugins/gst-plugins-bad-plugins-docs.sgml: Add, but commented out xml/el...Stefan Kost2008-08-224-18/+19
* Add dccp plugin. Fixes #542390.Leandro Melo de Sales2008-08-2138-124/+4615
* configure.ac: Remove bits that presumably weren't supposed to be committed.Tim-Philipp Müller2008-08-202-3/+5
* Add new windows ACM encoder wrapper.Michael Smith2008-08-205-2/+639
* sys/dvb/: Add ATSC tunning and channels.conf parsing support.Michael Krufky2008-08-183-0/+46
* sys/: Initialise COM with default flags.Michael Smith2008-08-137-10/+55
* gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...Wim Taymans2008-08-137-8/+110
* ext/x264/gstx264enc.*: Do not deal with duplicated input (timestamps). If ne...Mark Nauwelaerts2008-08-123-26/+14
* docs/plugins/gst-plugins-bad-plugins.args: Integrate new properties into docu...Mark Nauwelaerts2008-08-123-41/+117
* Update and add documentation for mplex.Mark Nauwelaerts2008-08-128-5/+84
* Add documentation and unit test for x264enc.Mark Nauwelaerts2008-08-127-1/+271
* ext/x264/gstx264enc.c: Allocate some buffers in more adaptive and economical ...Mark Nauwelaerts2008-08-112-14/+20