summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2018-07-26av1enc: Implement finish for EOSOlivier Crête1-5/+38
2018-07-26av1enc: Return downstream error from pushOlivier Crête1-1/+4
2018-07-25waylandsink: relaxed wl_shell check and added zwp_fullscreen_shell.Matteo Valdina5-14/+44
2018-07-22ladspa: Only scan LADSPA subdir APPDATA and COMMONPROGRAMFILESJan Schmidt1-5/+11
2018-07-22ladspa: Don't try and load every file as a pluginJan Schmidt1-0/+12
2018-07-19webrtc: fix memory leakSam Gigliotti1-0/+1
2018-07-17curlhttpsink: Support for multipart/form-data Content-TypeJonathan Karlsson1-1/+10
2018-07-15webrtc: Add a warning in sdp_media_from_transceiver()Jan Schmidt1-3/+7
2018-07-14webrtc: Fix memory leakJan Schmidt1-0/+1
2018-07-14webrtc: Clean up and fix transportsendbinJan Schmidt2-184/+241
2018-07-14webrtc: Move dtlssrtpenc state managementJan Schmidt1-0/+17
2018-07-14opencv: Fix build for opencv >= 3.4.2Thibault Saunier3-0/+9
2018-07-12find_codec_preferences: use received capsMathieu Duponchelle1-2/+5
2018-07-12glvideomixer: fix default placement when different sized outputMatthew Waters1-6/+7
2018-07-12glvideomixer: Moves the objects to zero on z axisDaniel Klamt1-8/+8
2018-07-10glvideomixer: Fix coding styleNicolas Dufresne1-3/+3
2018-07-10glvideomixer: Add missing string.h includeNicolas Dufresne1-0/+1
2018-07-10gl/utils: fix matrix conversion for column majornessMatthew Waters1-4/+4
2018-07-10Moved the pad offset and aspect ratio to a matrix so it will be added in view...Daniel Klamt1-12/+14
2018-07-09closedcaption: Fix compilation on older compilersArun Raghavan1-1/+2
2018-07-01webrtc: Explicitly initialise mutex and conditionJan Schmidt1-0/+5
2018-06-30webrtc: Move the transportsendbin pad block removalJan Schmidt1-13/+15
2018-06-29aomenc: Handle 8 bit_depth images with AOM_IMG_FMT_HIGHBITDEPTH enabledSean-Der1-4/+16
2018-06-29aomenc: Add support for 10/12bit decodingSean-Der1-5/+103
2018-06-28meson: Add fallback for openh264 dependencyThibault Saunier1-1/+2
2018-06-27webrtc: Clean up pad block allocs on dispose.Jan Schmidt1-16/+27
2018-06-27webrtc: Don't deadlock on block pads on shutdownJan Schmidt1-6/+12
2018-06-24gl: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller3-29/+12
2018-06-24vulkan: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller7-66/+42
2018-06-24soundtouch: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2-11/+5
2018-06-24dtls: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller3-26/+19
2018-06-24webrtc: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller4-39/+24
2018-06-21ext/closedcaption/misc.h: Transform into UTF-8Olivier Crête1-1/+1
2018-06-18pitch: remove trailing whitespaces from previous commitMathieu Duponchelle1-2/+2
2018-06-18pitch: Flush only if there are unprocessed samplesSuhas Nayak1-3/+5
2018-06-16pitch: preserve seek event seqnumsMathieu Duponchelle1-0/+4
2018-06-16pitch: fix latency reportingMathieu Duponchelle1-2/+0
2018-06-16pitch: Fix single input buffer followed by EOSMathieu Duponchelle1-3/+0
2018-06-13vulkaninstance: add missing precondition to _open()Matthew Waters1-0/+2
2018-05-29webrtcbin: copy sticky events on our ghostpadsMathieu Duponchelle1-0/+12
2018-05-28closedcaption: Fix compilation without debuggingEdward Hervey3-15/+43
2018-05-28ceaccoverlay: New CEA-708 Closed Caption decoder and overlayerEdward Hervey7-6/+4386
2018-05-28closedcaption: fix meson buildTim-Philipp Müller1-1/+8
2018-05-28closedcaption: Add new "line 21 VBI" CC decoderEdward Hervey4-1/+564
2018-05-28closedcaption: zvbi: Add gst-debug category to zvbi codeEdward Hervey3-7/+18
2018-05-28closedcaption: zvbi: Disable unused legacy bit slicerEdward Hervey2-2/+10
2018-05-28closedcaption: zvbi: Enforce strict line21 CC detectionEdward Hervey1-2/+11
2018-05-28closedcaption: zvbi: Comment out bogus redefinitionEdward Hervey1-9/+9
2018-05-28closedcaption: zvbi: Remove dead codeEdward Hervey1-14/+7
2018-05-28closedcaption: Include zvbi raw vbi decoder codeEdward Hervey13-1/+5893