summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* webrtcbin: Fix race bringing up sctp data channelDoug Nazar2021-05-191-1/+2
* webrtcbin: advertise harder the rtcp-mux-only requirementMatthew Waters2021-05-192-0/+9
* webrtcbin: update default jb latency docsSid Sethupathi2021-05-192-2/+6
* dtls: Let sender know when we are flushingDoug Nazar2021-05-191-0/+5
* dtls: Add ability to set custom GstFlowReturn on callback errorDoug Nazar2021-05-192-3/+25
* webrtc: Remove reundundant context object in transportsendbinOlivier Crête2021-05-182-93/+55
* webrtc: Wait until ICE is connected to start DTLS handshake processOlivier Crête2021-05-182-8/+44
* webrtcbin: Remove pad probe on nicesinkOlivier Crête2021-05-182-35/+0
* kate: Initialize debug categoriesOlivier Crête2021-05-185-10/+10
* libs: va: Documentation and annotations.Víctor Manuel Jáquez Leal2021-05-184-11/+87
* examples: va: Update the VA examples because of the new va lib.He Junyan2021-05-184-12/+14
* libs: va: display_wrapper: Use gpointer for VADisplay.Víctor Manuel Jáquez Leal2021-05-183-3/+3
* libs: va: Move the VA common logic as a lib.He Junyan2021-05-1826-238/+548
* msdk: add profile main-still-picture for hevc encodermkba2021-05-181-1/+3
* interlace: Fix too small buffer size errorSeungha Yang2021-05-171-5/+34
* msdk: use MFXJoinSession() to join the parent and child sessionsHaihao Xiang2021-05-171-16/+65
* msdk: use a new method to create mfx session when using oneVPL dispatcherHaihao Xiang2021-05-173-29/+205
* msdk: allow user build this plugin against MFX version 2.2+ (oneVPL)Haihao Xiang2021-05-172-24/+54
* msdkvp9dec: do not include mfxvp9.hHaihao Xiang2021-05-171-2/+0
* msdk: don't load user plugins for MFX version 2.0+Haihao Xiang2021-05-172-0/+14
* msdk: exclude the audio code for MFX version 2.0+Haihao Xiang2021-05-171-0/+4
* alphacombine: Ignore all events coming from the alpha_padNicolas Dufresne2021-05-141-16/+5
* codecalphademux: Do not set a GstFlowReturn from a booleanNicolas Dufresne2021-05-141-2/+2
* codecalphademux: Remove eos flow return workaroundNicolas Dufresne2021-05-141-28/+6
* openh264: Don't use GOnce for ABI checkOlivier Crête2021-05-131-16/+8
* webrtc test: Print content of error GstMessageOlivier Crête2021-05-131-0/+8
* webrtcbin tests: Add test for intersection src pad capsOlivier Crête2021-05-131-0/+113
* webrtc test: Add explicit test clockOlivier Crête2021-05-131-0/+8
* webrtcbin: Intersect answer with codec prefs & capabilitiesOlivier Crête2021-05-131-4/+19
* webrtcbin: Ignore current caps for codec negotiationOlivier Crête2021-05-131-2/+0
* webrtcbin: Remove dead codeOlivier Crête2021-05-131-13/+8
* webrtc test: Add test for codec preferences negotiationOlivier Crête2021-05-131-2/+77
* webrtcbin: Refactor codec preference retrievalOlivier Crête2021-05-132-45/+103
* webrtcbin: Intersect codec preferences with caps from padsOlivier Crête2021-05-131-9/+29
* webrtcbin: Implement caps queries on sinkpad based on codec preferencesOlivier Crête2021-05-132-0/+113
* webrtcbin: Hold transceiver lock when accessing codec_preferencesOlivier Crête2021-05-131-52/+65
* webrtcbin: Hold lock while accessing the codec preferencesOlivier Crête2021-05-131-0/+8
* webrtcbin tests: Use properties to access the inside of the transceiver objectOlivier Crête2021-05-131-7/+11
* webrtc rtptransceiver: Implement "codec-preferences" propertyOlivier Crête2021-05-131-0/+20
* webrtc rtptransceiver: Implement "kind" propertyOlivier Crête2021-05-131-0/+17
* webrtc rtptransceiver: Implement "current-direction" propertyOlivier Crête2021-05-131-0/+22
* webrtc rtptransceiver: Implement "mid" propertyOlivier Crête2021-05-131-1/+27
* alphadecodebin: Use normal queues instead of multiqueueNicolas Dufresne2021-05-131-28/+18
* alphacombine: Implement flow return propagationNicolas Dufresne2021-05-131-18/+25
* codecalphademux: Fix handling of flow combineNicolas Dufresne2021-05-131-7/+28
* testbinsrc: Handle setting URI on the flyThibault Saunier2021-05-131-20/+86
* transcoding: add encoding target for TS.Bing Song2021-05-132-0/+34
* webrtcbin: Add unit test for closing of data channelsJohan Sternerup2021-05-121-0/+178
* webrtcbin: Fix deadlock when receiving new sctp streamJohan Sternerup2021-05-122-30/+49
* webrtcbin: Support closing of data channelsJohan Sternerup2021-05-125-36/+63