summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* srtobject: detect socket errors from srt_epoll_wait()Jakub Adam2021-01-061-51/+44
* webrtcbin: Remove remnant of non-rtcp-mux modeOlivier Crête2021-01-067-73/+2
* srtobject: make possible to specify more sockopts in SRT URIJakub Adam2021-01-061-55/+173
* srtsrc: fix typosJakub Adam2021-01-061-5/+5
* srtsink: remove unused connection_mode variableJakub Adam2021-01-061-4/+0
* srtobject: obey "wait-for-connection" in caller modeJakub Adam2021-01-061-0/+9
* va: mpeg2dec: refactor the picture reference fillingVíctor Manuel Jáquez Leal2021-01-061-29/+38
* va: mpeg2dec: set first field either frame or has a first fieldVíctor Manuel Jáquez Leal2021-01-061-1/+9
* codecs: mpeg2decoder: decode only if B and not closed gopVíctor Manuel Jáquez Leal2021-01-061-0/+5
* codecs: mpeg2decoder: rename variablesVíctor Manuel Jáquez Leal2021-01-061-3/+4
* va: display: parse and set driver implementationVíctor Manuel Jáquez Leal2021-01-052-10/+64
* va: display: add function precondition checkVíctor Manuel Jáquez Leal2021-01-052-2/+6
* srtobject: post a message on the bus when broken socket is detectedJakub Adam2021-01-051-2/+3
* va: mpeg2dec: Using the current picture's surface when missing reference.He Junyan2021-01-041-2/+6
* codecs: mpeg2decoder: Creating the field based on its arriving time.He Junyan2021-01-041-16/+5
* va: mpeg2dec: Apply buffer_flags to the output buffer.He Junyan2021-01-041-0/+11
* codecs: Add buffer_flags for mpeg2 picture.He Junyan2021-01-042-0/+8
* codecs: Reset the quant matrices for each sequence in mpeg2 decoder.He Junyan2021-01-041-1/+5
* srt: Add authentication to srtsink and srtsrc elementsRaghavendra2021-01-046-4/+219
* dashsink: fix critical log when exit dynamic pipelineHaihua Hu2020-12-312-3/+4
* msdkenc{h264,h265}: add min-qp and max-qp propertiesHaihao Xiang2020-12-304-0/+77
* msdkenc{h264,h265}: add p-pyramid propertyHaihao Xiang2020-12-304-0/+50
* msdkh265enc: add b-pyramid propertyHaihao Xiang2020-12-302-0/+24
* msdkh265enc: add transform-skip propertyHaihao Xiang2020-12-304-0/+49
* msdk: needn't close mfx session when failedHaihao Xiang2020-12-301-1/+0
* webrtcstats: PLI/FIR/NACK direction are the opposite of the mediaOlivier Crête2020-12-291-6/+6
* assrender: Don't try unlocking unlocked mutexSebastian Dröge2020-12-291-2/+4
* d3d11compositor: Add support for resolution changeSeungha Yang2020-12-281-1/+25
* d3d11shader: Fix ID3DBlob object leakSeungha Yang2020-12-281-0/+7
* codecs: Fix a typo in mpeg2 stateless decoder base class.He Junyan2020-12-281-1/+1
* va: mpeg2dec: cosmetic changesVíctor Manuel Jáquez Leal2020-12-281-36/+24
* codecs: mpeg2decoder: fix documentationVíctor Manuel Jáquez Leal2020-12-284-10/+93
* codecs: mpeg2decoder: simplify macrosVíctor Manuel Jáquez Leal2020-12-281-88/+100
* va: Add mpeg2 VA decoder.He Junyan2020-12-286-1/+764
* codecs: Add mpeg2 stateless decoder base class.He Junyan2020-12-285-0/+1807
* mfvideoenc: Re-define default GOP size valueSeungha Yang2020-12-275-30/+90
* mfvideoenc: Fix use of uninitialized valueSeungha Yang2020-12-271-1/+1
* d3d11device: Add property for getting adapter LUIDSeungha Yang2020-12-262-3/+19
* mfvideoenc: Remove duplicated class registration codeSeungha Yang2020-12-266-1170/+536
* msdk: check GstMsdkContext instead of mfxSession instanceHaihao Xiang2020-12-242-12/+13
* d3d11: Remove unnecessary helper methodsSeungha Yang2020-12-234-43/+5
* d3d11: Re-implement Desktop Duplication sourceSeungha Yang2020-12-226-1/+2632
* d3d11device: Add an optional flags argument for creating deviceSeungha Yang2020-12-224-7/+31
* dvbsuboverlay: Add support for dynamic resolution update.Raju Babannavar2020-12-211-4/+14
* d3d11device: Remove dead codeSeungha Yang2020-12-211-9/+0
* d3d11: Privatize d3d11memory implementationSeungha Yang2020-12-2117-577/+941
* d3d11: Add a helper method for d3d11buffferpool setupSeungha Yang2020-12-215-120/+90
* d3d11device: Remove optional helper methodsSeungha Yang2020-12-218-290/+175
* d3d11videosink: Prepare window once streaming startedSeungha Yang2020-12-201-11/+32
* mfvideoenc: Improve latency performance for hardware encoderSeungha Yang2020-12-194-192/+458