summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* transcoder: Remove un-needed gst_init callPhilippe Normand2021-02-261-2/+0
* transcoder: Port to a GstBus API insteadThibault Saunier2021-02-266-486/+705
* transcoder: Automatically generate enums GTypesThibault Saunier2021-02-264-27/+21
* transcoder: Port to G_DECLAREThibault Saunier2021-02-261-10/+6
* codecs: AV1decoder: Add the AV1 decoder base class.He Junyan2021-02-235-0/+1146
* d3d11: Add a method for conversion from DXGI format to GstVideoFormatSeungha Yang2021-02-172-0/+44
* codecs: mpeg2decoder: Move frame_unref to handle_frame.He Junyan2021-02-111-2/+1
* codecs: h265decoder: Add support for interlaced streamSeungha Yang2021-02-093-16/+166
* d3d11memory: Add a method for querying texture array sizeSeungha Yang2021-02-032-0/+53
* codecs: h264decoder: Add support for output delaySeungha Yang2021-01-292-7/+92
* d3d11: Suppress some warning debug messagesSeungha Yang2021-01-271-6/+13
* codecparsers: av1: Fix a typo in frame_restoration_type setting.He Junyan2021-01-231-3/+3
* vulkan: remove duplicated checkMatthew Waters2021-01-221-2/+0
* codecparsers: Exclude the size of obu_size when identify OBU.He Junyan2021-01-191-1/+5
* codecs: mpeg2decoder: Fix a typo in header file's comment.He Junyan2021-01-201-1/+1
* d3d11: Allow building UWP features with Desktop features if possibleSeungha Yang2021-01-192-6/+11
* webrtc: expose transport property on sender and receiverMathieu Duponchelle2021-01-132-1/+42
* d3d11: Move core methods to gst-libsSeungha Yang2021-01-1317-0/+4767
* codecs: h264picture: Count only complete complementary field pair for dpb ful...Seungha Yang2021-01-101-2/+3
* codecs: h264decoder: Add support for field-pair input frameSeungha Yang2021-01-101-2/+30
* codecs: h264decoder: Remove unused private variablesSeungha Yang2021-01-101-22/+19
* 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
* codecs: mpeg2decoder: Creating the field based on its arriving time.He Junyan2021-01-041-16/+5
* 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
* codecs: Fix a typo in mpeg2 stateless decoder base class.He Junyan2020-12-281-1/+1
* 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
* codecs: Add mpeg2 stateless decoder base class.He Junyan2020-12-285-0/+1807
* mpegts: Add support for SIT sectionsEdward Hervey2020-12-145-0/+243
* mpegts: Update documentationEdward Hervey2020-12-1417-386/+831
* player/transcoder: Use bus signal watchThibault Saunier2020-12-142-14/+4
* gst-libs/gst/wayland: Install "unstable" wayland headerMarius Vlad2020-12-031-1/+2
* adaptivedemux: Don't log with non-GObject objectsSebastian Dröge2020-12-021-5/+7
* transcoder: Handle the case where several errors are postedThibault Saunier2020-11-301-2/+12
* transcoder: Minor refactoring to output better debug logsThibault Saunier2020-11-301-15/+19
* player: Fix get_current_subtitle_track annotationPhilippe Normand2020-11-251-1/+1
* webrtc: Also remove rtcp_transport from the structureOlivier Crête2020-11-244-14/+2
* webrtc: Remove APIs to set transport on sender/receiverOlivier Crête2020-11-244-36/+0
* webrtc: Remove non rtcp-mux codeOlivier Crête2020-11-246-48/+6
* codecs: h264decoder: fix memory leakVíctor Manuel Jáquez Leal2020-11-231-1/+3
* mpegts: Documentation fixesEdward Hervey2020-11-214-12/+5
* codecparsers: av1: add the set_operating_point() API.He Junyan2020-11-172-2/+35
* codecparsers: av1: Add an API to reset the annex_b state only.He Junyan2020-11-172-18/+37
* codecparsers: av1: clean the seen_frame_header in parse_tile_group().He Junyan2020-11-171-10/+9
* codecparsers: av1: fix a typo in parse_metadata_scalabilityHe Junyan2020-11-171-1/+1
* codecparsers: av1: Do not assert in identify_one_obu when check annex b size.He Junyan2020-11-171-4/+10
* codecparsers: av1: Add unknow AV1 profile define for saint check.He Junyan2020-11-171-0/+9
* codecparsers: av1: Improve the parse_tile_info.He Junyan2020-11-172-13/+34