summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth264parse.c
Commit message (Expand)AuthorAgeFilesLines
* h264parse: extract CEA-708 closed captionsTim-Philipp Müller2019-04-081-0/+102
* h264parse, h265parse: take unit_field_based_flag into account ..Mathieu Duponchelle2019-04-021-4/+8
* h264parse: forward time codesMathieu Duponchelle2019-04-011-4/+87
* h26{4,5}parse: Don't confuse nal of codec_data with frameSeungha Yang2018-12-131-0/+4
* h264parse: mark SEI Recovery Point as keyframesGuillaume Desmottes2018-12-021-0/+1
* h264parse: Don't duplicate SPS/PPS per config-interval if existsSeungha Yang2018-11-301-0/+9
* h264parse: add constrained and progressive profilesGuillaume Desmottes2018-04-251-1/+9
* h264parse: reset internal 'state' variable properlyBrendan Shanks2018-03-211-0/+1
* Revert "h264parse: early set src caps when input is avc"Nicolas Dufresne2018-03-021-5/+0
* h26{4,5}parse: expose chroma format and bit depth in capsGuillaume Desmottes2018-01-241-0/+28
* h264parse: make caps writable before modifying themTim-Philipp Müller2017-12-071-2/+4
* h264parse: early set src caps when input is avcGuillaume Desmottes2017-11-241-0/+5
* h264parse: put downstream caps first if possible on sink capsGuillaume Desmottes2017-11-221-14/+21
* h264parse: fix caps leak in renegotiationVincent Penquerc'h2017-05-121-1/+3
* h264parse: frame->buffer can't be NULL in pre_push_frame()Sebastian Dröge2017-03-081-2/+1
* h264parse: fix some failures in testcasesHyunjun Ko2017-03-081-4/+10
* h264parse: insert AU delimiter only in case of byte-streamHyunjun Ko2017-03-071-5/+50
* h264parse: Include `interlace-mode` in capsThibault Saunier2017-02-271-0/+8
* h264parse: Fix indentationSebastian Dröge2016-11-261-2/+2
* h264parse: Fix assertion when encountering an invalid NALUSebastian Dröge2016-11-261-2/+4
* h264parse: Ensure codec_data has the required size when reading number of SPSSebastian Dröge2016-11-231-0/+4
* plugins: Use explicit type conversion from enumsNirbheek Chauhan2016-10-271-1/+2
* videoparsers: h264: Add more scalable profiles to the profile listSreerenj Balachandran2016-08-021-1/+6
* h264parse: Drop filler dataEdward Hervey2016-06-301-0/+21
* h264parse: When input alignment=AU, always drain each packet.Jan Schmidt2016-06-241-1/+7
* h264parse: support for handling of config-interval = -1Mats Lindestam2016-06-131-2/+15
* h264parse: refactored handling of SPS/PPS when pushing framesMats Lindestam2016-06-131-81/+88
* h264parse: change "config-interval" property type from uint to intMats Lindestam2016-06-131-3/+3
* h264parse: H264 level idc 0 is not validSebastian Dröge2016-04-251-1/+3
* h264parse: constrained-baseline is a subset of baselineSebastian Dröge2016-04-011-1/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* h264parse, h265parse: fix handling of downstream force-key-unit eventsAleksander Wabik2016-03-171-2/+5
* videoparsers: h264: Disable passthorugh mode enablingSreerenj Balachandran2016-02-291-0/+7
* h264parse: remove unused mview_mode valueLuis de Bethencourt2016-02-041-2/+0
* h264parse: increase caps equality check for no codec_dataMatthew Waters2016-02-041-6/+12
* h264parse: try the current caps before querying downstreamMatthew Waters2016-02-041-5/+13
* videoparsers: Check for NULL return value of gst_pad_get_current_caps()Dave Craig2015-12-161-2/+2
* h26xparse: Resend PPS/SPS after seekNicolas Dufresne2015-12-051-0/+1
* h264parse/h265parse: Fix negotiation crashNicolas Dufresne2015-08-261-1/+2
* videoparsers: Use gst_base_parse_merge_tags()Olivier Crête2015-08-161-2/+2
* h264parse: Clear SPS info after processing.Jan Schmidt2015-08-151-0/+1
* videoparsers: enable accept-template flagThiago Santos2015-08-141-0/+1
* h264parse: Add more NAL types for debugging output.Jan Schmidt2015-07-291-2/+7
* h264parse: Don't discard first AU delimiterJan Schmidt2015-07-241-0/+6
* h264parse: fix typo in log messageTim-Philipp Müller2015-06-201-1/+1
* h264parse: Move PAR calcs, and use them for stereoscopic half-aspectJan Schmidt2015-06-191-12/+21
* h264parse: Add support for passing stereoscopic/multiview infoJan Schmidt2015-06-121-5/+148
* h264parse: Don't switch to passthrough on set_caps()Jan Schmidt2015-06-121-9/+19
* h264parse: Consider SEI NALU as "HEADER" packetsEdward Hervey2015-05-201-0/+1
* Update references to decodebinLuis de Bethencourt2015-05-081-1/+1