summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* cogcolorspace: Classify as Filter/Converter/Video instead of effectSebastian Dröge2010-09-041-1/+1
* Release 0.10.20RELEASE-0.10.20Tim-Philipp Müller2010-09-032-2716/+2305
* rtmpsrc: fix wrong use of GST_ELEMENT_ERRORTim-Philipp Müller2010-09-021-1/+1
* 0.10.19.5 pre-releaseSebastian Dröge2010-08-301-4/+13
* 0.10.19.4 pre-releaseSebastian Dröge2010-08-212-2305/+2707
* vp8dec: Set GstBaseVideoDecoder::packetized to TRUE as soon as possiblePhilip Jägenstedt2010-08-191-1/+3
* gsettings: fix make distcheckTim-Philipp Müller2010-08-111-0/+2
* 0.10.19.2 pre-releaseTim-Philipp Müller2010-08-111-68/+68
* neonhttpsrc: add connect-timeout and read-timeout propertiesDavid Hoyt2010-08-062-0/+54
* neonhttpsrc: add "cookies" propertyTim-Philipp Müller2010-08-062-0/+33
* rtmpsrc: fix warning on osx.Alessandro Decina2010-07-301-1/+1
* alsaspdifsink: Use new gst_audio_clock_new_full()Sebastian Dröge2010-07-161-0/+6
* gsettings: Fix maintainer-clean when it is not availableThiago Santos2010-07-131-0/+2
* vp8enc: Add support for enabling automatic insertion of alt-ref frames by the...Sebastian Dröge2010-07-102-1/+27
* vp8enc: Fix handling of invisible/alt ref framesSebastian Dröge2010-07-101-35/+42
* wildmidi: Correctly initialize properties with the default values againSebastian Dröge2010-07-081-2/+10
* wildmidi: Use PROP_ instead of ARG_ for property enums and use G_PARAM_STATIC...Sebastian Dröge2010-07-081-11/+11
* wildmidi: Add support for wildmidi 0.2.3Sebastian Dröge2010-07-071-0/+24
* celt: Improve debuggingSebastian Dröge2010-07-052-2/+1
* celtenc: Add support for setting the prediction mode and the start bandSebastian Dröge2010-07-052-3/+59
* celt: Remove support for celt < 0.5Sebastian Dröge2010-07-051-6/+0
* celt: Fix compilation with celt 0.8Sebastian Dröge2010-07-052-2/+20
* gsettings: fix some more warningsAlessandro Decina2010-07-053-3/+3
* gsettings: fix a compiler warningAlessandro Decina2010-07-051-1/+1
* gsettings: Initial version of GSettings pluginSebastian Dröge2010-07-0417-0/+2221
* vp8: Add initial documentation, based on the theoradec/theoraenc documentationSebastian Dröge2010-07-034-10/+51
* vp8: Move structure definitions, etc to public header files for gtk-docSebastian Dröge2010-07-036-142/+185
* cog: Use g_malloc() instead of malloc()Robert Swain2010-06-272-3/+3
* assrender, ivfparse, jpegformat: fix compiler warnings with debugging disable...Tim-Philipp Müller2010-06-271-2/+2
* metadata: Include config.h in metadata*.c filesThiago Santos2010-06-2510-0/+30
* rtmp: All read return values smaller than zero are failuresSebastian Dröge2010-06-231-1/+1
* rtmpsrc: Do some sanity checks before accepting an URISebastian Dröge2010-06-231-1/+2
* wildmidi: fix previous commitStefan Kost2010-06-211-1/+1
* wildmidi: don't leak the element refcountStefan Kost2010-06-211-0/+2
* vp8enc: Implement multipass encodingSebastian Dröge2010-06-151-40/+189
* vp8enc: Set VP8E_SET_CPUUSED to 0Sebastian Dröge2010-06-141-1/+7
* vp8enc: Use VPX defines for REALTIME, GOOD/BEST quality deadlines instead of ...Sebastian Dröge2010-06-141-3/+3
* dtsdec: prevent compiler warning if orc not presentMark Nauwelaerts2010-06-141-0/+1
* dtsdec: Call orc_init() before trying to get target flagsSebastian Dröge2010-06-141-0/+4
* dtsdec: Use orc for CPU feature detectionSebastian Dröge2010-06-142-11/+14
* xvid: Don't use deprecated 15/16 bit RGB masksSebastian Dröge2010-06-131-6/+6
* cog: use glib instead of stdint typesDavid Schleef2010-06-103-1438/+1517
* rtmpsrc: Fix timestamps after a seekSebastian Dröge2010-06-091-5/+6
* rtmpsrc: Remove page-url and swf-url propertiesSebastian Dröge2010-06-071-42/+0
* rtmpsrc: Fix memory leaksSebastian Dröge2010-06-071-6/+4
* kate: Run gst-indent on .c filesThiago Santos2010-06-072-6/+7
* rtmpsrc: Add some braces to improve readabilitySebastian Dröge2010-06-061-2/+2
* rtmpsrc: Improve timestamp handling a bitSebastian Dröge2010-06-061-3/+6
* rtmpsrc: Add support for seekingSebastian Dröge2010-06-062-8/+120
* rtmpsrc: Handle timestamps and the position querySebastian Dröge2010-06-062-8/+23