summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth265parse.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-10h265parse: Fix periodic SPS/PPS sending work after a seekSeungha Yang1-1/+5
2018-09-10h265parse: Add support insert parameter set per IDRSeungha Yang1-111/+131
2018-09-10h265parse: Don't discard first AU delimiterSeungha Yang1-0/+6
2018-09-10h265parse: Consider SEI NALU as "HEADER" packetsSeungha Yang1-0/+1
2018-09-10h265parse: Don't unref buffer that was unreffed just a few lines before alreadySeungha Yang1-1/+0
2018-09-10h265parse: Reset the parser information when caps changesSeungha Yang1-19/+36
2018-09-10h265parse: Fix collection of access units to preserve config headersSeungha Yang1-2/+9
2018-09-10h265parse: Improve conditions for skipping NAL unitsSeungha Yang1-14/+36
2018-09-10h265parse: Introduce new state tracking variablesSeungha Yang1-1/+30
2018-09-10h265parse: Fix and optimize NAL collection functionSeungha Yang1-3/+3
2018-09-10h265parse: Unref/replace force_key_unit_event in gst_h265_parse_resetSeungha Yang1-1/+1
2018-09-10h265parse: Copy over DISCONT flag from input buffersSeungha Yang1-0/+12
2018-04-11h265parse: Make caps writable before modifying themSeungha Yang1-2/+4
2018-03-05h265parse: add support for 'Format range extensions profiles'Guillaume Desmottes1-0/+40
2018-03-05h265parser: decouple GstH265Profile and GstH265ProfileIDCGuillaume Desmottes1-14/+18
2018-03-02Revert "h265parse: early set src caps when input not byte-stream"Nicolas Dufresne1-4/+0
2018-01-24h26{4,5}parse: expose chroma format and bit depth in capsGuillaume Desmottes1-0/+28
2017-11-24h265parse: early set src caps when input not byte-streamGuillaume Desmottes1-0/+4
2017-11-22h265parse: put downstream caps first if possible on sink capsGuillaume Desmottes1-14/+21
2017-05-18h265parse: Fix calculation of codec_data buffer sizeSebastian Dröge1-2/+1
2017-05-12h265parse: fix caps leak in renegotiationVincent Penquerc'h1-1/+3
2016-11-26h265parse: Fix assertion when encountering an invalid NALUSebastian Dröge1-2/+4
2016-11-23h265parse: Ensure codec_data has the required size when reading number of NAL...Sebastian Dröge1-1/+9
2016-09-26h265parse: Fix parsing of multiple NALs in the hvcC boxKyungyong Kim1-1/+2
2016-05-30h265parse: Don't assume contiguous id's in make_codec_dataScott D Phillips1-3/+3
2016-04-25h265parse: H265 level idc 0 is not validSebastian Dröge1-1/+3
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2016-03-17h264parse, h265parse: fix handling of downstream force-key-unit eventsAleksander Wabik1-2/+5
2016-03-11videoparsers: h265: Fix segfault while transforming hevc to nal aligned bytes...Sreerenj Balachandran1-2/+11
2016-02-04h265parse: avoid sending unnecessary downstream caps queries/eventsMatthew Waters1-11/+26
2016-01-25h265parse: Fix buffer leak when sps is not presentVineeth TM1-3/+4
2016-01-25h265parse: Fix buffer memory leak.Vineeth TM1-1/+1
2015-12-16videoparsers: Check for NULL return value of gst_pad_get_current_caps()Dave Craig1-2/+11
2015-12-05h26xparse: Resend PPS/SPS after seekNicolas Dufresne1-1/+1
2015-08-26h264parse/h265parse: Fix negotiation crashNicolas Dufresne1-1/+2
2015-08-16videoparsers: Use gst_base_parse_merge_tags()Olivier Crête1-2/+2
2015-08-14videoparsers: enable accept-template flagThiago Santos1-0/+1
2015-08-11videoparsers: h265: Fix the frame start detection codeSreerenj Balachandran1-2/+2
2015-08-11videoparsers: h265: Avoid skipping of EOS and EOB nalsSreerenj Balachandran1-1/+1
2015-08-07h265parse: expose compatible profiles to downstreamSreerenj Balachandran1-0/+106
2015-07-30h265parse: Avoid checking for Non Mandatory VPS NALVineeth TM1-2/+2
2015-05-08Update references to decodebinLuis de Bethencourt1-1/+1
2015-04-30h265parse: Fix source caps to report cropped dimensionsSreerenj Balachandran1-3/+18
2015-04-30h265parse: Fix the memory freeing of stored VPS nalsSreerenj Balachandran1-1/+1
2015-04-30h265parse: Fix profile, tier and level setting in capsSreerenj Balachandran1-8/+87
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2014-11-07h265parse: set the HEADER flag on buffers containing VPS, SPS or PPSJosep Torra1-0/+13
2014-11-06h265parse: don't unnecesarily set src_capsSebastian Dröge1-13/+13
2014-10-09h265parse: expose parsed profile, tier and level to downstreamSebastian Dröge1-0/+13
2014-09-25style: remove unnecessary break statementsLuis de Bethencourt1-2/+0