summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtmpsrc: Allocate and free the RTMP instance in start/stopSebastian Dröge2010-06-061-57/+55
* rtmpsrc: Add properties for setting the swfUrl and pageUrl propertiesSebastian Dröge2010-06-052-3/+58
* rtmpsrc: Major cleanup and reorganizationSebastian Dröge2010-06-052-314/+126
* rtmp: Move to ext and drop internal librtmp copySebastian Dröge2010-06-055-2/+756
* vp8enc: fix printf format warning in log messageTim-Philipp Müller2010-06-031-2/+2
* basevideo, vp8: guard unstable API with GST_USE_UNSTABLE_APITim-Philipp Müller2010-06-021-1/+2
* mimdec: Clear adapter when flushingOlivier Crête2010-06-021-1/+2
* mimdec: Stop decoding if can't pushOlivier Crête2010-06-021-0/+3
* mimdec: Flush adapter right ater using itOlivier Crête2010-06-021-2/+1
* mimenc: No need to do a try allocationOlivier Crête2010-06-021-1/+1
* mimenc: Document paused-mode propertyOlivier Crête2010-06-021-0/+9