summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-23compositor: Use 255 as maximum alpha instead of 256Sebastian Dröge1-7/+5
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-18compositor: Update conversion info in property setterSeungha Yang1-4/+4
2018-07-17curlhttpsink: Support for multipart/form-data Content-TypeJonathan Karlsson1-1/+10
2018-07-15webrtc: Add some ssrc to caps in the unit test.Jan Schmidt1-2/+2
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 Schmidt2-2/+17
2018-07-14webrtc/dtlstransport: Add more debug. Rename categoryJan Schmidt1-1/+1
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-10decklink: keep the internal time we send to decklink always increasingMatthew Waters2-0/+6
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-09bluez: Expose transport volume as a property on avdtpsrcArun Raghavan3-0/+50
2018-07-03msdkdec: Fix latency calculationSreerenj Balachandran1-1/+1
2018-07-02msdk: Set 16 bit alignment for widthSreerenj Balachandran3-11/+11
2018-07-02msdkdec: avoid early destruction of frame in dynamic resolution changeSreerenj Balachandran1-0/+6
2018-07-02msdkdec: vc1: Fix handling of advanced profile elementary streamSreerenj Balachandran1-4/+6
2018-07-02msdkdec: Fix advanced profile vc1 decode when codec_data presentsSreerenj Balachandran1-8/+24
2018-07-02msdkdec: Fix the PTS of output framesSreerenj Balachandran1-2/+46
2018-07-02msdkdec: Remove dead codeSreerenj Balachandran2-7/+0
2018-07-02msdk: dec: Add dynamic-configuration change supportSreerenj Balachandran3-96/+334
2018-07-02player: Avoid trying to join the player thread from itselfRoland Jon1-1/+4
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-29ivfparse: Add the AV01 FOURCC for parsing AV1 IVFsGeorg Ottinger1-1/+9
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