summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-14closedcaption: comment out unused functionVíctor Manuel Jáquez Leal1-0/+2
2018-08-14closedcaption: avoid implicit convertion of enumsVíctor Manuel Jáquez Leal1-1/+2
2018-08-11meson: Add gnustl dep for webrtcdsp on AndroidNirbheek Chauhan1-2/+7
2018-08-10meson: fix install dir for generated header filesBastian Köcher3-3/+5
2018-08-08wasapi: Fix build with Windows 8.1 SDKNirbheek Chauhan2-2/+8
2018-08-03tests/check/Makefile.am: add GST_AUDIO_CFLAGS also on the planar audio adapte...George Kiagiadakis1-1/+1
2018-08-03badaudio: Fix typo, ADUIO vs AUDIONicolas Dufresne1-1/+1
2018-08-03GstPlanarAudioAdapter: Add audio library in Makefile.amNicolas Dufresne1-1/+2
2018-08-03webrtcdsp: Avoid redefinition of GST_USE_UNSTABLE_APINicolas Dufresne2-0/+4
2018-08-03webrtcdsp: add support for using F32/non-interleaved buffersGeorge Kiagiadakis6-57/+247
2018-08-03GstPlanarAudioAdapter: copy pts, dts and offset tracking from GstAdapterGeorge Kiagiadakis2-21/+293
2018-08-03libs: audio: add new GstPlanarAudioAdapter classGeorge Kiagiadakis7-4/+863
2018-08-03meson: enable applemediaAlessandro Decina3-4/+112
2018-08-02rsvg: Also accept </svg:svg> as ending tagThibault Saunier1-0/+5
2018-08-02opencv: Fixup include to follow new standardNicolas Dufresne7-35/+17
2018-08-02opencv: Updated to use new header pathNicolas Dufresne27-41/+36
2018-08-02opencv: Bump requirement to 3.0.0+Nicolas Dufresne14-142/+29
2018-08-02ceaccoverlay: Initialize debug categorySebastian Dröge1-0/+3
2018-08-02wasapisrc: Correctly disable provide-clockNirbheek Chauhan1-3/+3
2018-08-02cameracalibrtate: Fix opencv2 core.hpp pathNicolas Dufresne2-2/+2
2018-08-02wasapisink: fix regression in shared mode segment sizeChristoph Reiter1-3/+9
2018-08-01opencv: new cameracalibrate and cameraundistort elementsPhilippe Renon11-2/+1584
2018-08-01avwait: Don't wait if audio_running_time_to_wait_for is NONEVivia Nikolaidou1-12/+2
2018-08-01meson: Add option for winks pluginNirbheek Chauhan2-7/+11
2018-07-30srt: Allow the host name "localhost"Seungha Yang2-10/+53
2018-07-30srtclientsink: Fix SRT socket option settingSeungha Yang2-2/+1
2018-07-30srt: Do not ignore SRT socket error eventSeungha Yang2-5/+7
2018-07-30srtbasesrc: Use GstBaseSrc's timestamp impl.Seungha Yang3-24/+6
2018-07-30srt: Add "const" keyword to a function argumentSeungha Yang2-2/+2
2018-07-30srt: Remove duplicated code for setting server socketSeungha Yang4-152/+119
2018-07-30srt: Fix signal args mismatchSeungha Yang2-4/+5
2018-07-30srtserversrc: Emit client-closed signal in _stop()Seungha Yang1-1/+1
2018-07-30srtclientsink: Do not leak stringSeungha Yang1-0/+12
2018-07-30srtclient: Fix bind-port and rendez-vous property getterSeungha Yang2-4/+4
2018-07-30srt: Reduce useless call depthSeungha Yang4-20/+3
2018-07-30srt: Remove white spaceSeungha Yang11-20/+21
2018-07-27jpegparse: Generate timestamp if framerate is knownNicolas Dufresne1-0/+3
2018-07-27meson: mjpegtools_api should be 20K for mplex tooNicolas Dufresne1-1/+1
2018-07-27meson: mjpegtools_api should have been 20K not 2KNicolas Dufresne1-1/+1
2018-07-27meson: Generate bluez.h instead of bluez-interface.hNicolas Dufresne1-1/+1
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan67-207/+444
2018-07-27meson: Add feature options for many pluginsNirbheek Chauhan6-94/+109
2018-07-26av1enc: Implement latency settingOlivier Crête1-6/+18
2018-07-26av1enc: Propagate flags from encoder to GstBufferOlivier Crête1-0/+6
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-26compositor: Don't leak all buffers while crossfading and not all pads are cro...Sebastian Dröge1-0/+5
2018-07-25kmssink: Add support for mxsfb-drm driverGary Bisson1-1/+1
2018-07-25waylandsink: relaxed wl_shell check and added zwp_fullscreen_shell.Matteo Valdina5-14/+44
2018-07-24avwait: Add recording propertyVivia Nikolaidou4-40/+624