summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* codecparsers: av1: Fix a tile info read typo in frame header.He Junyan2020-11-171-1/+1
* codecparsers: av1: Fix a typo when get value of segmentation params.He Junyan2020-11-171-1/+2
* codecparsers: av1: add valid check for global motion params.He Junyan2020-11-172-0/+162
* codecparsers: av1: uint8 range is not enough for av1_bitstreamfn_nsHe Junyan2020-11-171-2/+2
* codecparsers: av1: delete duplicated GST_AV1_GM_ABS_ALPHA_BITS define.He Junyan2020-11-171-1/+0
* codecparsers: av1: Improve the loop filter setting.He Junyan2020-11-172-65/+54
* codecparsers: av1: Fix a error report for metadata obu.He Junyan2020-11-171-1/+7
* codecparsers: av1: Fix a level index bug in sequence.He Junyan2020-11-171-1/+1
* codecparsers: av1: all ref idx should be gint8.He Junyan2020-11-172-4/+9
* codecs: h264decoder: Add support for field ref picture list modificationSeungha Yang2020-11-172-2/+275
* codecs: h264decoder: Add more option arguments for reference picture getterSeungha Yang2020-11-173-17/+53
* codecs: h264decoder: Split gap picture as well if neededSeungha Yang2020-11-172-34/+62
* h264dec: Fix POC calculation for type 0Nicolas Dufresne2020-11-171-8/+14
* codecs: h264decoder: Don't try to construct RefPicList0 and RefPicList1 if no...Seungha Yang2020-11-171-2/+31
* codecs: h264decoder: Fix MMCO type 1 for interlaced streamSeungha Yang2020-11-161-1/+1
* codecs: h264decoder: Fix MMCO type 3 for interlaced streamSeungha Yang2020-11-161-25/+69
* codecs: h264decoder: Split frame picture into field pictures if neededSeungha Yang2020-11-161-6/+46
* codecs: h264decoder: Add util macro for frame/field picture identificationSeungha Yang2020-11-163-13/+21
* codecs: h264decoder: Don't give up to decode due to missing reference pictureSeungha Yang2020-11-141-2/+2
* codecs: h264decoder: Add support for interlaced streamSeungha Yang2020-11-133-50/+342
* codecs: h264decoder: Rename DPB methodsSeungha Yang2020-11-133-25/+31
* codecs: h264decoder: Remove interlaced stream related constraintsSeungha Yang2020-11-132-12/+29
* codecs: h264decoder: Move to inline GstH264DecoderClass documentationSeungha Yang2020-11-131-21/+52
* codecs: h264decoder: Store reference picture type using enum valueSeungha Yang2020-11-133-38/+106
* codecs: h264decoder: Minor documentation fixSeungha Yang2020-11-131-2/+2
* codecs: h264decoder: Remove DPB size related spammy debug messageSeungha Yang2020-11-131-2/+0
* codecs: h264decoder: Don't fill gap picture if it's not allowedSeungha Yang2020-11-121-1/+4
* adaptivedemux: Don't calculate bitrate for header/index fragmentsEdward Hervey2020-11-111-6/+12
* adaptivedemux: Store QoS values on the elementEdward Hervey2020-11-112-23/+41
* adaptivedemux: Don't calculate bitrate for header/index fragmentsEdward Hervey2020-11-111-1/+2
* codecs: vp8decoder: Fix two typo of struct name.He Junyan2020-11-112-2/+2