summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-03dvdemux: Pass-through buffer DISCONT flagsSebastian Dröge2-3/+11
2016-05-20souphttpsrc: fix buffer leak when flushingGuillaume Desmottes1-0/+2
2016-05-19souphttpclientsink: Set sent_buffers and streamheader_buffers to NULL after f...Sebastian Dröge1-0/+2
2016-05-15souphttpsrc: Use audio/x-unaligned-raw instead of audio/x-raw for L16 dataCarlos Rafael Giani1-1/+1
2016-05-15souphttpsrc: check if request was cancelled when sending messageThiago Santos1-0/+4
2016-05-15souphttpsrc: proxy resolver is on by defaultThiago Santos1-1/+0
2016-05-15soup: update build to warn about newer deprecated functionsThiago Santos1-2/+2
2016-05-15souphttpsrc: reduce reading latency by using non-blocking readThiago Santos2-16/+103
2016-05-14souphttpsrc: refactor to use Soup's sync APIThiago Santos2-485/+211
2016-05-05dv: Use correct pixel-aspect-ratio valuesSebastian Dröge2-18/+18
2016-04-23vpxenc: Properly handle frames with too low durationMario Sanchez Prada1-1/+11
2016-04-16Revert "pulsesink: uncork if needed upon commit"Jan Schmidt1-6/+0
2016-04-15souphttpclientsink: If no proxy is set by properties, use the default libsoup...Sebastian Dröge1-0/+1
2016-03-24vpxdec: Use threads on multi-core systemsNicolas Dufresne1-1/+5
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM36-134/+103