summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers
Commit message (Expand)AuthorAgeFilesLines
* gsth264parser: Fix handling of NALs with emulation byte setMarek Vasut2021-09-091-4/+8
* gsth264parser: reject memory management control op greater than 6Aaron Boxer2021-09-091-1/+1
* gsth264parser: fix typo in debug messageBrad Hards2021-08-271-1/+1
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-051-1/+1
* codecparsers: av1: fix underflow in last_frame_idxDaniel Almeida2021-07-121-1/+1
* codecparsers: vp9parser: Use macro to define the size of filter_level in Segm...He Junyan2021-07-021-1/+1
* codecparsers: vp9parser: Delete the verbose redefine of MAX_LOOP_FILTER.He Junyan2021-07-021-1/+0
* av1parser: Fix tile size calculationSeungha Yang2021-06-291-1/+1
* jpeg2000parse, openjpeg: add support for YCrCb 4:1:1 samplingStéphane Cerveau2021-06-142-12/+24
* h2645parser: Catch overflows in AVC/HEVC NAL unit length calculationsSebastian Dröge2021-03-242-2/+30
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-1/+1
* codecparsers: av1: Fix a typo in frame_restoration_type setting.He Junyan2021-01-231-3/+3
* codecparsers: Exclude the size of obu_size when identify OBU.He Junyan2021-01-191-1/+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
* h265parser: Fix wrong warning messageNicolas Dufresne2020-11-041-1/+1
* h265parse: Add missing const qualifierNicolas Dufresne2020-11-022-11/+13
* Meson: Use pkg-config generatorXavier Claessens2020-10-231-0/+10
* codecparsers: h264parser: guard against ref_pic_markings overflowAndrew Wesie2020-10-161-3/+7
* codecparsers: vp8parser: clear the frame_hdr before parsing.He Junyan2020-09-251-0/+2
* h265parse: recognize more HEVC extension streamsHaihao Xiang2020-09-162-0/+91
* h265parser: select the right profile for high throughput SCC streamHaihao Xiang2020-09-161-12/+22
* h265parser: Fix possible invalid memory accessSeungha Yang2020-07-142-4/+19
* nalutils: Improve slightly the error traceNicolas Dufresne2020-06-201-18/+22
* codecparsers: fix typo in GstH265RegisteredUserData docStéphane Cerveau2020-05-271-1/+1
* 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
* h265parse: Ensure parsing ends on start-code + full headerNicolas Dufresne2020-05-071-0/+9
* h264parser: Removed impossible error caseNicolas Dufresne2020-05-071-6/+0
* h264parse: Properly handle 4 bytes start codeNicolas Dufresne2020-05-071-6/+3
* h265parser: Fix NAL size check for identificationNicolas Dufresne2020-05-071-0/+7
* h265parser: Removed impossible error caseNicolas Dufresne2020-05-071-6/+0
* libs: parser: h265: Add SCC extension support.He Junyan2020-05-052-6/+259
* libs: parser: Adds AV1 parser.Georg Ottinger2020-05-013-0/+6310
* libs: h265parser: Add High throughput scc extensions profiles' IDC.He Junyan2020-04-282-1/+6
* libs: h265parser: select extension profile by profile idc.He Junyan2020-04-281-132/+185