summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* id3v2mux: Set picture type in the APIC framesSebastian Dröge2013-12-171-2/+16
* id3v2mux: Set image-description from the info struct, not the capsSebastian Dröge2013-12-171-2/+10
* pulsesink: Free device_info in accepts capsOlivier Crête2013-12-041-0/+2
* souphttpsrc: do not emit EOS when connection dropsThiago Santos2013-11-092-5/+30
* wavpackenc: Fix writing of MD5 sums and other metadata blocksSebastian Dröge2013-10-311-1/+3
* dvdec: Don't send segment event before capsSebastian Dröge2013-10-102-1/+17
* dvdemux: Send stream-start, caps and segment events in the right orderSebastian Dröge2013-10-101-58/+64
* jpegdec: Relax sink capsMatthieu Bouron2013-10-041-4/+1
* souphttpsrc: do not do http requests in READYThiago Santos2013-09-181-5/+17
* Don't use setlocale in plugins()Tim-Philipp Müller2013-09-011-1/+0
* pulsesink: Add property to find out the device currently in useOlivier Crête2013-08-222-0/+105
* pulsesink: De-duplicate code to get the current sink input infoOlivier Crête2013-08-221-78/+31
* pulsesink: Implement changing the device while playingOlivier Crête2013-08-221-0/+62
* pulsesrc: Add property to find out the device currently in useOlivier Crête2013-08-222-0/+103
* pulsesrc: De-duplicate code to get the current source output infoOlivier Crête2013-08-221-74/+34
* pulsesrc: Implement changing the device while playingOlivier Crête2013-08-221-0/+51
* pulsesink: Add support for AAC pass-throughAkihiro Tsukada2013-08-214-1/+13
* gdkpixbufoverlay: crashes if any property changes during playback when locati...Kishore Arepalli2013-08-211-14/+26
* pulse: Share static caps definition between src and sinkOlivier Crête2013-08-214-65/+51
* jpegenc: don't ignore return value from _finish_frame()Tim-Philipp Müller2013-08-211-2/+1
* pulse: Remove unused GstPulseProbeOlivier Crête2013-08-197-581/+1
* flacenc: Properly set headers via the base class instead of just pushing them...Sebastian Dröge2013-08-161-17/+1
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-155-43/+36
* soup: don't use deprecated soup_message_headers_get() APITim-Philipp Müller2013-08-141-1/+1
* souphttpsrc: fix critical setting a NULL uri redirectionAndoni Morales Alastruey2013-08-131-1/+2
* souphttpsrc: add redirection to the URI queryAndoni Morales Alastruey2013-08-122-1/+14
* flacenc: Fix handling of image tagsSebastian Dröge2013-07-281-4/+14
* flacenc: Don't crash if there is no image tag informationSebastian Dröge2013-07-281-2/+6
* souphttpsrc: always ignore HEAD errorsArnaud Vrac2013-07-251-36/+35
* jpegenc: Clean up reset/start/stop handlingSebastian Dröge2013-07-251-19/+20
* jpegdec: Use base class error handling function instead of replicating it hereSebastian Dröge2013-07-252-111/+32
* jpegdec: Clean up handling of reset/start/stopSebastian Dröge2013-07-251-16/+7
* dvdemux: Add support for group-id in the stream-start eventSebastian Dröge2013-07-222-4/+35
* vpx: fix compilation when encoder or decoder headers are not installedArnaud Vrac2013-07-194-0/+32
* sink: alaw/mulaw caps don't have a layout propertyWim Taymans2013-07-121-2/+0
* pulse: relax mulaw and alaw format checksWim Taymans2013-07-121-4/+2
* souphttpsrc: ignore errors from HEAD requestThiago Santos2013-07-121-36/+46
* souphttpsrc: also consider stop positions in seeksAndoni Morales Alastruey2013-07-012-10/+24
* souphttpsrc: allow seeks in readyThiago Santos2013-07-012-50/+119
* gdkpixbufoverlay: Allow negative offsets to specify offset from bottom/rightKishore Arepalli2013-07-011-14/+17
* vp8dec: Error out gracefully if we get an unsupported color formatSebastian Dröge2013-06-221-0/+8
* vp9: Add support for YV12, Y42B and Y444 color formatsSebastian Dröge2013-06-222-13/+74
* vp9dec: Update default postproc settings from vp9_dx_iface.cSebastian Dröge2013-06-221-1/+1
* vpx: Add initial, experimental VP9 supportSebastian Dröge2013-06-216-0/+2712
* Revert "pulsesink: Make 2.0 dependency optional"Arun Raghavan2013-06-132-8/+0
* pulsesink: Make 2.0 dependency optionalArun Raghavan2013-06-132-0/+8
* pulsesink: Cache the getcaps/acceptcaps probe streamArun Raghavan2013-06-101-29/+59
* pulsesink: Add a getcaps functionArun Raghavan2013-06-104-35/+343
* pulsesink: Take a lock on the ringbuffer in acceptcapsArun Raghavan2013-06-101-0/+2
* png: Link with libgstbase for GstByteReader and GstAdapterSebastian Dröge2013-06-071-2/+2