summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-06docs/plugins/: Add twolame and celt plugins to the docs.Sebastian Dröge10-277/+764
2008-08-05gst/rtpmanager/gstrtpjitterbuffer.c: Make the buffer metadata writable before...Olivier Crete4-2/+31
2008-08-05gst/selector/gstinputselector.c: Move the select-all logic into the activatio...Wim Taymans2-12/+26
2008-08-05gst/rtpmanager/gstrtpjitterbuffer.c: Fix debug by logging the right seqnum.Håvard Graff2-2/+11
2008-08-05gst/rtpmanager/gstrtpbin.c: Release lock before emitting the request-pt-map s...Olivier Crete2-0/+21
2008-08-02gst/deinterlace2/: Use oil_memcpy() instead of memcpy() as it's faster for th...Sebastian Dröge9-25/+46
2008-08-02gst/deinterlace2/: Add the remaining tvtime deinterlacing methods and fix the...Sebastian Dröge11-18/+872
2008-08-02gst/deinterlace2/tvtime/vfir.c: Implement the VFIR deinterlacing method as si...Sebastian Dröge2-81/+40
2008-08-02gst/deinterlace2/gstdeinterlace2.*: Add a GstDeinterlaceSimpleMethod subclass...Sebastian Dröge3-0/+238
2008-08-02gst/deinterlace2/gstdeinterlace2.c: Respect the latency of the deinterlacing ...Sebastian Dröge2-8/+22
2008-08-02gst/deinterlace2/tvtime/: Add the MMX registers to the clobbered registers on...Sebastian Dröge3-5/+12
2008-08-02gst/deinterlace2/: Enable tomsmocomp again as the C port will be ready for th...Sebastian Dröge3-10/+13
2008-08-02gst/deinterlace2/gstdeinterlace2.c: Don't use proxy_getcaps() but implement o...Sebastian Dröge2-9/+207
2008-08-02Add TwoLAME MP2 encoding element, based on the LAME element.Sebastian Dröge6-0/+1155
2008-08-02Add CELT encoder and decoder elements based on the Speex elements.Sebastian Dröge9-0/+1968
2008-08-02ext/sdl/sdlvideosink.c: Use g_setenv() and g_unsetenv() instead of setenv() t...Tal Shalif2-2/+10