summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2017-02-22souphttpsrc: Extract redirection uri on libsoup's restarted callbackSeungha Yang1-15/+20
2017-01-26souphttpsrc: retry request on early termination from the serverArnaud Vrac1-2/+3
2017-01-23souphttpsrc: report a useful error message when soup_session_send failsArnaud Vrac1-9/+15
2017-01-23souphttpsrc: properly check that seek range was respectedArnaud Vrac1-19/+20
2017-01-22gdkpixbufoverlay: add a positioning coefficient pairMark Nauwelaerts2-5/+73
2017-01-22gdkpixbufoverlay: update composition in _before_transformMark Nauwelaerts1-9/+16
2017-01-22gdkpixbufoverlay: handle setting NULL gdkpixbufMark Nauwelaerts1-2/+7
2017-01-19souphttpsrc: Initialize return variableEdward Hervey1-1/+1
2017-01-17souphttpsrc: make flow return values handling clearerArnaud Vrac2-62/+46
2017-01-17souphttpsrc: properly track redirectionsArnaud Vrac1-27/+19
2017-01-14flacenc: fix other icon counter checkTim-Philipp Müller1-1/+1
2017-01-14flacenc: also set PICTURE tag width and height if availableTim-Philipp Müller1-0/+5
2017-01-14flacenc: fix encoder init error with some GST_TAG_PREVIEW_IMAGEsTim-Philipp Müller1-7/+32
2017-01-05meson: Install presets filesThibault Saunier1-0/+2
2016-12-14shout2: fix 404 in package originReynaldo H. Verdejo Pinochet1-1/+1
2016-11-28Revert "meson: dv plugin now works on MSVC"Nirbheek Chauhan1-1/+4
2016-11-28souphttpsrc: Handle non-UTF8 headers and error reasons more gracefullySebastian Dröge1-48/+106
2016-11-22vpxdec: libvpx's release buffer is sometimes called with fb->priv==NULLSebastian Dröge1-1/+4
2016-11-18dvdec: Fix handling of negotiation failuresSebastian Dröge1-4/+14
2016-11-01gdkpixbufoverlay: Fixing x and y offset computationJagadish1-14/+14
2016-10-31Revert "souphttpsrc: reduce reading latency by using non-blocking read"Sebastian Dröge2-105/+16
2016-10-27meson: dv plugin now works on MSVCNirbheek Chauhan1-4/+1
2016-10-26souphttpsrc: reset read_position when reading failsMichael Olbrich1-0/+2
2016-09-26meson: add unit testsTim-Philipp Müller1-0/+3
2016-09-25pulsesrc: Don't negotiate to less than two segmentsArun Raghavan1-0/+3
2016-09-18meson: fix build with vpx 1.3.xTim-Philipp Müller1-1/+1
2016-09-15ext, gst: fix indentationTim-Philipp Müller1-2/+2
2016-09-13jack: Fix pipeline hang when jack changes sample rate or buffer sizeThomas Scheuermann1-14/+16
2016-09-06dvdemux: Fix timestamping in reverse playback modeSebastian Dröge1-6/+26
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier2-4/+2
2016-08-26vp9enc: Fix leak of vpx_image_tStian Selnes1-0/+8
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan15-0/+333
2016-07-25souphttpsrc: include http-status-code in error message detailsVincent Penquerc'h1-11/+26
2016-07-12souphttpsrc: Don't drop final bytes of a range requestEdward Hervey1-1/+0
2016-07-12souphttpsrc: At the end of a range request, read another time to finalize the...Sebastian Dröge1-0/+22
2016-07-11souphttpsrc: Fix keep-alive handlingSebastian Dröge1-3/+11
2016-07-08jack: don't wait for callbacks if the jack server shut downThomas Scheuermann1-1/+7
2016-07-08dvdemux: Let upstream events go through upstreamEdward Hervey1-15/+2
2016-06-29shout2: Use a non-timer GstPollSebastian Dröge1-1/+1
2016-06-29souphttpsrc: dynamically adjust blocksizeThiago Santos2-0/+57
2016-06-17soup: work around frequent deadlocks in GLib type initialisationTim-Philipp Müller1-0/+14
2016-06-07pngdec: Wait for segment event before checking itNicolas Dufresne1-5/+22
2016-06-07jpegdec: Wait for segment event before checking itNicolas Dufresne1-5/+22
2016-06-06Revert "WIP revert soup"Sebastian Dröge4-484/+304
2016-06-03WIP revert soupSebastian Dröge4-304/+484
2016-06-03dvdemux: Unref seek event in any caseSebastian Dröge1-3/+2
2016-06-03dvdemux: Properly set event/message sequence numbers based on the previous seekSebastian Dröge2-19/+64
2016-06-03dvdemux: Remember if upstream had a time segment and if not properly create t...Sebastian Dröge2-2/+21
2016-06-03dvdemux: Implement SEEKING query so we can actually seek if upstream can't se...Sebastian Dröge1-0/+51
2016-06-03dvdemux: Recalculate the frame offsets at the beginning of each BYTE segment ...Sebastian Dröge1-19/+23