summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2013-09-18souphttpsrc: do not do http requests in READYThiago Santos1-5/+17
2013-09-01Don't use setlocale in plugins()Tim-Philipp Müller1-1/+0
2013-08-22pulsesink: Add property to find out the device currently in useOlivier Crête2-0/+105
2013-08-22pulsesink: De-duplicate code to get the current sink input infoOlivier Crête1-78/+31
2013-08-22pulsesink: Implement changing the device while playingOlivier Crête1-0/+62
2013-08-22pulsesrc: Add property to find out the device currently in useOlivier Crête2-0/+103
2013-08-22pulsesrc: De-duplicate code to get the current source output infoOlivier Crête1-74/+34
2013-08-22pulsesrc: Implement changing the device while playingOlivier Crête1-0/+51
2013-08-21pulsesink: Add support for AAC pass-throughAkihiro Tsukada4-1/+13
2013-08-21gdkpixbufoverlay: crashes if any property changes during playback when locati...Kishore Arepalli1-14/+26
2013-08-21pulse: Share static caps definition between src and sinkOlivier Crête4-65/+51
2013-08-21jpegenc: don't ignore return value from _finish_frame()Tim-Philipp Müller1-2/+1
2013-08-19pulse: Remove unused GstPulseProbeOlivier Crête7-581/+1
2013-08-16flacenc: Properly set headers via the base class instead of just pushing them...Sebastian Dröge1-17/+1
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge5-43/+36
2013-08-14soup: don't use deprecated soup_message_headers_get() APITim-Philipp Müller1-1/+1
2013-08-13souphttpsrc: fix critical setting a NULL uri redirectionAndoni Morales Alastruey1-1/+2
2013-08-12souphttpsrc: add redirection to the URI queryAndoni Morales Alastruey2-1/+14
2013-07-28flacenc: Fix handling of image tagsSebastian Dröge1-4/+14
2013-07-28flacenc: Don't crash if there is no image tag informationSebastian Dröge1-2/+6
2013-07-25souphttpsrc: always ignore HEAD errorsArnaud Vrac1-36/+35
2013-07-25jpegenc: Clean up reset/start/stop handlingSebastian Dröge1-19/+20
2013-07-25jpegdec: Use base class error handling function instead of replicating it hereSebastian Dröge2-111/+32
2013-07-25jpegdec: Clean up handling of reset/start/stopSebastian Dröge1-16/+7
2013-07-22dvdemux: Add support for group-id in the stream-start eventSebastian Dröge2-4/+35
2013-07-19vpx: fix compilation when encoder or decoder headers are not installedArnaud Vrac4-0/+32
2013-07-12sink: alaw/mulaw caps don't have a layout propertyWim Taymans1-2/+0
2013-07-12pulse: relax mulaw and alaw format checksWim Taymans1-4/+2
2013-07-12souphttpsrc: ignore errors from HEAD requestThiago Santos1-36/+46
2013-07-01souphttpsrc: also consider stop positions in seeksAndoni Morales Alastruey2-10/+24
2013-07-01souphttpsrc: allow seeks in readyThiago Santos2-50/+119
2013-07-01gdkpixbufoverlay: Allow negative offsets to specify offset from bottom/rightKishore Arepalli1-14/+17
2013-06-22vp8dec: Error out gracefully if we get an unsupported color formatSebastian Dröge1-0/+8
2013-06-22vp9: Add support for YV12, Y42B and Y444 color formatsSebastian Dröge2-13/+74
2013-06-22vp9dec: Update default postproc settings from vp9_dx_iface.cSebastian Dröge1-1/+1
2013-06-21vpx: Add initial, experimental VP9 supportSebastian Dröge6-0/+2712
2013-06-13Revert "pulsesink: Make 2.0 dependency optional"Arun Raghavan2-8/+0
2013-06-13pulsesink: Make 2.0 dependency optionalArun Raghavan2-0/+8
2013-06-10pulsesink: Cache the getcaps/acceptcaps probe streamArun Raghavan1-29/+59
2013-06-10pulsesink: Add a getcaps functionArun Raghavan4-35/+343
2013-06-10pulsesink: Take a lock on the ringbuffer in acceptcapsArun Raghavan1-0/+2
2013-06-07png: Link with libgstbase for GstByteReader and GstAdapterSebastian Dröge1-2/+2
2013-06-06pulsesink: Get rid of acceptcaps side-effectsArun Raghavan2-38/+33
2013-05-28gdkpixbufdec: Keep serialized events in order, and don't send SEGMENT before ...Sebastian Dröge3-4/+35
2013-05-26vp8enc: Add property to manually specify the timebase of the encoderTom Greenwood2-11/+45
2013-05-07jpegdec: fix compiler warning on type checkThiago Santos1-1/+1
2013-05-07jpegdec: By default assume that we're working on non-packetized inputSebastian Dröge1-0/+2
2013-05-07pngdec: Implement parsing functionalitySebastian Dröge1-0/+106
2013-05-07cacasink: Fix support for RGB formats and add support for more of themSebastian Dröge1-11/+10
2013-05-04souphttpsrc: Don't consider the content size from the HTTP headers as absolut...Sebastian Dröge1-6/+13