summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mediafoundation: Fix undeclared identifier error on UWP buildSeungha Yang2020-05-281-6/+11
* avtp: Initialise strack structures to 0 in testsJan Schmidt2020-05-281-2/+2
* avtp: Fix some leaks in the testsJan Schmidt2020-05-283-0/+35
* webrtc: handle an ice-lite remote offerMatthew Waters2020-05-283-7/+25
* codecparsers: fix typo in GstH265RegisteredUserData docStéphane Cerveau2020-05-271-1/+1
* tests: fix meson test env setup to make sure we use the right gst-plugin-scannerTim-Philipp Müller2020-05-271-1/+7
* mediafoundation: Add support MP3 audio encodingSeungha Yang2020-05-274-0/+793
* mediafoundation: Add support for AAC encodingSeungha Yang2020-05-278-7/+1244
* mfutils: Move IMediaType release function to common utilitySeungha Yang2020-05-273-7/+9
* mediafoundation: Add util function to dump IMFAttributes valuesSeungha Yang2020-05-273-2/+318
* d3d11window_win32: Create internal window on parent window's threadSeungha Yang2020-05-271-60/+78
* d3d11window: Add unprepare method to clear internal resourceSeungha Yang2020-05-276-10/+60
* mfsourceobject: Remove useless null check for stringSeungha Yang2020-05-253-20/+11
* mediafoundation: Use G_BEGIN_DECLS/G_END_DECLS pair everywhereSeungha Yang2020-05-256-12/+24
* mediafoundation: Add support video capture on UWP appSeungha Yang2020-05-2510-119/+2217
* mfsourceobject: Move device name, path, and index to public structSeungha Yang2020-05-252-22/+26
* mediafoundation: Fix typo in source object impl.Seungha Yang2020-05-254-10/+10
* audiobuffersplit: Unset DISCONT flag if not discontinuousSebastian Dröge2020-05-251-1/+6
* mftransform: Clear unused output IMediaSampleSeungha Yang2020-05-251-6/+15
* tsdemux: Handle old streams claiming to be HDMV with OpusJan Schmidt2020-05-251-2/+6
* srt: Don't leak the connection_poll_id on close()Jan Schmidt2020-05-241-0/+1
* mfvideoenc: Fix huge memory leakSeungha Yang2020-05-241-3/+6
* pitch: Remove useless restriction on number of channelThibault Saunier2020-05-221-2/+2
* h264decoder: Disallow multiple slice group as we don't support FMOSeungha Yang2020-05-221-2/+13
* nvh264sldec: Fix wrong scaling list matrix scan orderSeungha Yang2020-05-231-11/+25
* asfmux: consistent sscanf args usageAndrey Sazonov2020-05-211-1/+1
* v4l2codecs: h264: Add missing breakNicolas Dufresne2020-05-211-0/+1
* planaraudioadapter: fix possible NULL ptr dereferenceAndrey Sazonov2020-05-211-2/+1
* sdpdemux: fix klocwork issuesAndrey Sazonov2020-05-211-3/+3
* amc/videodec: only retrieve the stride/slice-height for raw outputMatthew Waters2020-05-211-8/+8
* meson: add libopenjp2 fallback for openjpegStéphane Cerveau2020-05-211-1/+3
* avtp: Add libavtp fallback dependenceEderson de Souza2020-05-211-1/+2
* mediafoundation: Add device provider implementationSeungha Yang2020-05-204-0/+277
* mfsourceobject: Store selected device path, name and indexSeungha Yang2020-05-201-1/+10
* rtmp2src: Answer scheduling queryEdward Hervey2020-05-201-0/+29
* v4l2slh264dec: Request large enough bitstream bufferNicolas Dufresne2020-05-194-4/+43
* v4l2slh264dec: Add slice based decoder supportNicolas Dufresne2020-05-194-36/+263
* v4l2codecdec: Fix error handlingNicolas Dufresne2020-05-192-0/+10
* v4l2decoder: Add legacy non-multiplanar supportNicolas Dufresne2020-05-192-54/+136
* v4l2codecs: Update kernel headersNicolas Dufresne2020-05-195-9/+82
* d3d11convert: Fix fallback texture setup when resolution is not even numberSeungha Yang2020-05-192-6/+50
* d3d11convert: Fix fallback texture copySeungha Yang2020-05-191-3/+4
* d3d11: Add support for video rescale and rename element to d3d11convertSeungha Yang2020-05-192-63/+534
* d3d11: Move scoring util method for colorspace conversion to colorconvert ele...Seungha Yang2020-05-193-204/+204
* codecs: h264decoder: chain finalize vmethodVíctor Manuel Jáquez Leal2020-05-191-0/+2
* codecparsers: h264: Only set relevant default weight valuesNicolas Dufresne2020-05-191-4/+4
* codecparsers: h264: Fix default ref list sizeNicolas Dufresne2020-05-191-2/+11
* codecs: h264decoder: Use calculated values for max_pic_num/frame_numNicolas Dufresne2020-05-191-5/+2
* codecs: h264decoder: ref pic lists as decode_slice parametersVíctor Manuel Jáquez Leal2020-05-195-35/+58
* codecs: h264decoder: handle reference picture listsVíctor Manuel Jáquez Leal2020-05-192-1/+491