summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* souphttpsrc: Extract redirection uri on libsoup's restarted callbackSeungha Yang2017-02-221-16/+20
* souphttpsrc: retry request on early termination from the serverArnaud Vrac2017-01-271-2/+3
* souphttpsrc: properly track redirectionsArnaud Vrac2017-01-171-27/+19
* souphttpsrc: Handle non-UTF8 headers and error reasons more gracefullySebastian Dröge2016-11-281-48/+106
* gdkpixbufoverlay: Fixing x and y offset computationJagadish2016-11-241-14/+14
* vpxdec: libvpx's release buffer is sometimes called with fb->priv==NULLSebastian Dröge2016-11-231-1/+4
* Revert "souphttpsrc: reduce reading latency by using non-blocking read"Sebastian Dröge2016-10-312-105/+16
* meson: dv plugin now works on MSVCNirbheek Chauhan2016-10-271-4/+1
* souphttpsrc: reset read_position when reading failsMichael Olbrich2016-10-261-0/+2
* meson: add unit testsTim-Philipp Müller2016-09-261-0/+3
* pulsesrc: Don't negotiate to less than two segmentsArun Raghavan2016-09-251-0/+3
* meson: fix build with vpx 1.3.xTim-Philipp Müller2016-09-181-1/+1
* ext, gst: fix indentationTim-Philipp Müller2016-09-151-2/+2
* jack: Fix pipeline hang when jack changes sample rate or buffer sizeThomas Scheuermann2016-09-131-14/+16
* dvdemux: Fix timestamping in reverse playback modeSebastian Dröge2016-09-061-6/+26
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-262-4/+2
* vp9enc: Fix leak of vpx_image_tStian Selnes2016-08-261-0/+8
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-2015-0/+333
* souphttpsrc: include http-status-code in error message detailsVincent Penquerc'h2016-07-251-11/+26
* souphttpsrc: Don't drop final bytes of a range requestEdward Hervey2016-07-121-1/+0
* souphttpsrc: At the end of a range request, read another time to finalize the...Sebastian Dröge2016-07-121-0/+22
* souphttpsrc: Fix keep-alive handlingSebastian Dröge2016-07-111-3/+11
* jack: don't wait for callbacks if the jack server shut downThomas Scheuermann2016-07-081-1/+7
* dvdemux: Let upstream events go through upstreamEdward Hervey2016-07-081-15/+2
* shout2: Use a non-timer GstPollSebastian Dröge2016-06-291-1/+1
* souphttpsrc: dynamically adjust blocksizeThiago Santos2016-06-292-0/+57
* soup: work around frequent deadlocks in GLib type initialisationTim-Philipp Müller2016-06-171-0/+14
* pngdec: Wait for segment event before checking itNicolas Dufresne2016-06-071-5/+22
* jpegdec: Wait for segment event before checking itNicolas Dufresne2016-06-071-5/+22
* Revert "WIP revert soup"Sebastian Dröge2016-06-064-484/+304
* WIP revert soupSebastian Dröge2016-06-034-304/+484
* dvdemux: Unref seek event in any caseSebastian Dröge2016-06-031-3/+2
* dvdemux: Properly set event/message sequence numbers based on the previous seekSebastian Dröge2016-06-032-19/+64
* dvdemux: Remember if upstream had a time segment and if not properly create t...Sebastian Dröge2016-06-032-2/+21
* dvdemux: Implement SEEKING query so we can actually seek if upstream can't se...Sebastian Dröge2016-06-031-0/+51
* dvdemux: Recalculate the frame offsets at the beginning of each BYTE segment ...Sebastian Dröge2016-06-031-19/+23
* dvdemux: Pass-through buffer DISCONT flagsSebastian Dröge2016-06-032-3/+11
* souphttpsrc: fix buffer leak when flushingGuillaume Desmottes2016-05-201-0/+2
* souphttpclientsink: Set sent_buffers and streamheader_buffers to NULL after f...Sebastian Dröge2016-05-191-0/+2
* souphttpsrc: Use audio/x-unaligned-raw instead of audio/x-raw for L16 dataCarlos Rafael Giani2016-05-151-1/+1
* souphttpsrc: check if request was cancelled when sending messageThiago Santos2016-05-151-0/+4
* souphttpsrc: proxy resolver is on by defaultThiago Santos2016-05-151-1/+0
* soup: update build to warn about newer deprecated functionsThiago Santos2016-05-151-2/+2
* souphttpsrc: reduce reading latency by using non-blocking readThiago Santos2016-05-152-16/+103
* souphttpsrc: refactor to use Soup's sync APIThiago Santos2016-05-142-485/+211
* dv: Use correct pixel-aspect-ratio valuesSebastian Dröge2016-05-052-18/+18
* vpxenc: Properly handle frames with too low durationMario Sanchez Prada2016-04-231-1/+11
* Revert "pulsesink: uncork if needed upon commit"Jan Schmidt2016-04-161-6/+0
* souphttpclientsink: If no proxy is set by properties, use the default libsoup...Sebastian Dröge2016-04-151-0/+1
* vpxdec: Use threads on multi-core systemsNicolas Dufresne2016-03-241-1/+5