summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2008-08-30ext/dirac/gstdiracenc.cc: Fix some memleaks.David Schleef1-0/+4
2008-08-30ext/dirac/gstdiracenc.cc: Fix EOS handling. Clean up at object disposal. Ha...David Schleef1-49/+164
2008-08-29ext/resindvd/resindvdbin.c: Fix compiler warning on Forte.Jan Schmidt1-1/+1
2008-08-29update spec file to include latest plugins, add apexsrc diretory to disted filesChristian Schaller1-0/+3
2008-08-29ext/faac/gstfaac.*: Add code for calculating proper timestamp/duration for th...Edward Hervey2-2/+29
2008-08-28Add apexsink for audio output to Apple AirPort Express Wireless devices. Fixe...Jérémie Bernard7-0/+1687
2008-08-22docs/plugins/gst-plugins-bad-plugins-docs.sgml: Add, but commented out xml/el...Stefan Kost2-18/+8
2008-08-12ext/x264/gstx264enc.*: Do not deal with duplicated input (timestamps). If ne...Mark Nauwelaerts2-26/+4
2008-08-12docs/plugins/gst-plugins-bad-plugins.args: Integrate new properties into docu...Mark Nauwelaerts1-34/+10
2008-08-12Update and add documentation for mplex.Mark Nauwelaerts2-5/+5
2008-08-12Add documentation and unit test for x264enc.Mark Nauwelaerts1-0/+30
2008-08-11ext/x264/gstx264enc.c: Allocate some buffers in more adaptive and economical ...Mark Nauwelaerts1-14/+14
2008-08-11configure.ac: Check for sufficiently up-to-date x264 API.Mark Nauwelaerts2-60/+285
2008-08-08ext/x264/gstx264enc.c: Coding style and layout; re-order some functions in mo...Mark Nauwelaerts1-192/+191
2008-08-08ext/x264/: Use GQueue in stead of custom queue code.Mark Nauwelaerts3-119/+82
2008-08-08Use configure-generated _stdint.h.Mark Nauwelaerts1-1/+1
2008-08-08ext/x264/: Use video format library and GST_WRITE_*_BE macros where applicable.Mark Nauwelaerts3-94/+115
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat1-0/+1
2008-08-07ext/twolame/gsttwolame.*: Allow raw float samples as input for encoding.Sebastian Dröge2-12/+40
2008-08-07ext/jack/gstjackaudiosrc.c: Try committing this once again. Now properly rena...Stefan Kost1-17/+17
2008-08-07docs/plugins/: docs/plugins/inspect/plugin-jack.xmlStefan Kost3-8/+57
2008-08-07ext/jack/: Add a jackaudiosrc. Refactor sink slightly for better code reuse.Tristan Matthews8-89/+1054
2008-08-02Add TwoLAME MP2 encoding element, based on the LAME element.Sebastian Dröge4-0/+1123
2008-08-02Add CELT encoder and decoder elements based on the Speex elements.Sebastian Dröge7-0/+1924
2008-08-02ext/sdl/sdlvideosink.c: Use g_setenv() and g_unsetenv() instead of setenv() t...Tal Shalif1-2/+2
2008-07-22ext/timidity/gsttimidity.c: Fix compiler warning. Fixes #544050.Stefan Kost1-2/+0
2008-07-21Link the ladspa plugin with -ldl. It's needed for dlopen() and friends for lo...Sebastian Dröge1-1/+1
2008-07-21ext/resindvd/Makefile.am: Dist missing header files. Fixes bug #543861.Sebastian Dröge1-1/+3
2008-07-19ext/Makefile.am: Dist and recurse into resindvd subdirJan Schmidt1-0/+2
2008-07-14ext/resindvd/gstmpegdemux.c: Remove whitespace line.Jan Schmidt5-37/+110
2008-07-11docs/plugins/.cvsignore: Ignore *-undeclared.txtJan Schmidt13-146/+938
2008-07-08Don't use declarations after statements in the remaining code.Sebastian Dröge1-4/+6
2008-07-08ext/: Don't use declarations after statements.Sebastian Dröge4-7/+10
2008-06-28ext/mpeg2enc/gstmpeg2encoptions.*: Expose the additional MPEG HDTV format pro...Mark Nauwelaerts2-10/+17
2008-06-21ext/resindvd/rsnbasesrc.c: Use the right i18n header.Stefan Kost1-1/+3
2008-06-20ext/resindvd/resindvdsrc.*: Schedule NAV packets and activate them with an as...Jan Schmidt3-93/+433
2008-06-18ext/metadata/metadataexif.c: Add description tag mapping.Stefan Kost1-0/+3
2008-06-18Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.Stefan Kost6-20/+7
2008-06-17ext/resindvd/resindvdbin.c: Parse the URI argument into the device name so dv...Jan Schmidt2-7/+41
2008-06-17Make resindvd work with libdvdnav >= 4.0.0.Sebastian Dröge1-0/+9
2008-06-17configure.ac: Check for libdvdnav to build resindvd.Jan Schmidt23-0/+9980
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost14-160/+93
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost6-6/+0
2008-06-12ext/amrwb/gstamrwbdec.c: Fix the sign of the data we pass to the decoder so t...Sebastien Merle1-1/+1
2008-06-11ext/timidity/gstwildmidi.*: Initialize wildmidi only once in the plugin init ...Sebastian Dröge2-14/+32
2008-06-10ext/soundtouch/gstpitch.cc: Call gst_element_no_more_pads() after all pads ar...Sebastian Dröge1-0/+2
2008-06-04ext/dirac/gstdiracenc.cc: Update properties for recent dirac changes. Patch ...Jon Trowbridge1-9/+24
2008-06-04ext/x264/gstx264enc.c: Try harder not to crash when we get an EOS event but h...Tim-Philipp Müller1-13/+16
2008-06-02ext/spc/Makefile.am: Dist tag.hTim-Philipp Müller1-1/+1
2008-06-02ext/faad/gstfaad.c: Always drain before activating the new segment.Wim Taymans1-3/+3