summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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