summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2010-09-03Release 0.10.20RELEASE-0.10.20Tim-Philipp Müller2-2716/+2305
2010-09-02rtmpsrc: fix wrong use of GST_ELEMENT_ERRORTim-Philipp Müller1-1/+1
2010-08-300.10.19.5 pre-releaseSebastian Dröge1-4/+13
2010-08-210.10.19.4 pre-releaseSebastian Dröge2-2305/+2707
2010-08-19vp8dec: Set GstBaseVideoDecoder::packetized to TRUE as soon as possiblePhilip Jägenstedt1-1/+3
2010-08-11gsettings: fix make distcheckTim-Philipp Müller1-0/+2
2010-08-110.10.19.2 pre-releaseTim-Philipp Müller1-68/+68
2010-08-06neonhttpsrc: add connect-timeout and read-timeout propertiesDavid Hoyt2-0/+54
2010-08-06neonhttpsrc: add "cookies" propertyTim-Philipp Müller2-0/+33
2010-07-30rtmpsrc: fix warning on osx.Alessandro Decina1-1/+1
2010-07-16alsaspdifsink: Use new gst_audio_clock_new_full()Sebastian Dröge1-0/+6
2010-07-13gsettings: Fix maintainer-clean when it is not availableThiago Santos1-0/+2
2010-07-10vp8enc: Add support for enabling automatic insertion of alt-ref frames by the...Sebastian Dröge2-1/+27
2010-07-10vp8enc: Fix handling of invisible/alt ref framesSebastian Dröge1-35/+42
2010-07-08wildmidi: Correctly initialize properties with the default values againSebastian Dröge1-2/+10
2010-07-08wildmidi: Use PROP_ instead of ARG_ for property enums and use G_PARAM_STATIC...Sebastian Dröge1-11/+11
2010-07-07wildmidi: Add support for wildmidi 0.2.3Sebastian Dröge1-0/+24
2010-07-05celt: Improve debuggingSebastian Dröge2-2/+1
2010-07-05celtenc: Add support for setting the prediction mode and the start bandSebastian Dröge2-3/+59
2010-07-05celt: Remove support for celt < 0.5Sebastian Dröge1-6/+0
2010-07-05celt: Fix compilation with celt 0.8Sebastian Dröge2-2/+20
2010-07-05gsettings: fix some more warningsAlessandro Decina3-3/+3
2010-07-05gsettings: fix a compiler warningAlessandro Decina1-1/+1
2010-07-04gsettings: Initial version of GSettings pluginSebastian Dröge17-0/+2221
2010-07-03vp8: Add initial documentation, based on the theoradec/theoraenc documentationSebastian Dröge4-10/+51
2010-07-03vp8: Move structure definitions, etc to public header files for gtk-docSebastian Dröge6-142/+185
2010-06-27cog: Use g_malloc() instead of malloc()Robert Swain2-3/+3
2010-06-27assrender, ivfparse, jpegformat: fix compiler warnings with debugging disable...Tim-Philipp Müller1-2/+2
2010-06-25metadata: Include config.h in metadata*.c filesThiago Santos10-0/+30
2010-06-23rtmp: All read return values smaller than zero are failuresSebastian Dröge1-1/+1
2010-06-23rtmpsrc: Do some sanity checks before accepting an URISebastian Dröge1-1/+2
2010-06-21wildmidi: fix previous commitStefan Kost1-1/+1
2010-06-21wildmidi: don't leak the element refcountStefan Kost1-0/+2
2010-06-15vp8enc: Implement multipass encodingSebastian Dröge1-40/+189
2010-06-14vp8enc: Set VP8E_SET_CPUUSED to 0Sebastian Dröge1-1/+7
2010-06-14vp8enc: Use VPX defines for REALTIME, GOOD/BEST quality deadlines instead of ...Sebastian Dröge1-3/+3
2010-06-14dtsdec: prevent compiler warning if orc not presentMark Nauwelaerts1-0/+1
2010-06-14dtsdec: Call orc_init() before trying to get target flagsSebastian Dröge1-0/+4
2010-06-14dtsdec: Use orc for CPU feature detectionSebastian Dröge2-11/+14
2010-06-13xvid: Don't use deprecated 15/16 bit RGB masksSebastian Dröge1-6/+6
2010-06-10cog: use glib instead of stdint typesDavid Schleef3-1438/+1517
2010-06-09rtmpsrc: Fix timestamps after a seekSebastian Dröge1-5/+6
2010-06-07rtmpsrc: Remove page-url and swf-url propertiesSebastian Dröge1-42/+0
2010-06-07rtmpsrc: Fix memory leaksSebastian Dröge1-6/+4
2010-06-07kate: Run gst-indent on .c filesThiago Santos2-6/+7
2010-06-06rtmpsrc: Add some braces to improve readabilitySebastian Dröge1-2/+2
2010-06-06rtmpsrc: Improve timestamp handling a bitSebastian Dröge1-3/+6
2010-06-06rtmpsrc: Add support for seekingSebastian Dröge2-8/+120
2010-06-06rtmpsrc: Handle timestamps and the position querySebastian Dröge2-8/+23
2010-06-06rtmpsrc: Allocate and free the RTMP instance in start/stopSebastian Dröge1-57/+55