summaryrefslogtreecommitdiff
path: root/gst/videoparsers
Commit message (Expand)AuthorAgeFilesLines
* h264parse: extract CEA-708 closed captionsTim-Philipp Müller2019-04-082-0/+107
* h264parse, h265parse: take unit_field_based_flag into account ..Mathieu Duponchelle2019-04-022-12/+21
* h265parse: forward time codesMathieu Duponchelle2019-04-012-4/+90
* h264parse: forward time codesMathieu Duponchelle2019-04-012-4/+92
* mpegvideoparse: add debug code for closed captionsAaron Boxer2019-03-271-3/+42
* h265parse: ignore VUI parse fail when parse SPSHaihua Hu2019-03-261-2/+8
* h26{4,5}parse: Don't confuse nal of codec_data with frameSeungha Yang2018-12-132-0/+9
* mpegvideoparse: extract CEA-708 closed captionsTim-Philipp Müller2018-12-112-0/+85
* h265parse: process SEI recovery pointGuillaume Desmottes2018-12-021-0/+8
* h265parse: parse SEI messagesGuillaume Desmottes2018-12-021-1/+31
* h264parse: mark SEI Recovery Point as keyframesGuillaume Desmottes2018-12-021-0/+1
* h265parse: Don't duplicate VPS/SPS/PPS per config-interval if existsSeungha Yang2018-11-302-0/+17
* h264parse: Don't duplicate SPS/PPS per config-interval if existsSeungha Yang2018-11-302-0/+13
* h265parse: Fix periodic SPS/PPS sending work after a seekSeungha Yang2018-09-101-1/+5
* h265parse: Add support insert parameter set per IDRSeungha Yang2018-09-102-112/+132
* h265parse: Don't discard first AU delimiterSeungha Yang2018-09-101-0/+6
* h265parse: Consider SEI NALU as "HEADER" packetsSeungha Yang2018-09-101-0/+1
* h265parse: Don't unref buffer that was unreffed just a few lines before alreadySeungha Yang2018-09-101-1/+0
* h265parse: Reset the parser information when caps changesSeungha Yang2018-09-101-19/+36
* h265parse: Fix collection of access units to preserve config headersSeungha Yang2018-09-101-2/+9
* h265parse: Improve conditions for skipping NAL unitsSeungha Yang2018-09-101-14/+36
* h265parse: Introduce new state tracking variablesSeungha Yang2018-09-102-1/+33
* h265parse: Fix and optimize NAL collection functionSeungha Yang2018-09-101-3/+3
* h265parse: Unref/replace force_key_unit_event in gst_h265_parse_resetSeungha Yang2018-09-101-1/+1
* h265parse: Copy over DISCONT flag from input buffersSeungha Yang2018-09-102-0/+14
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* h264parse: add constrained and progressive profilesGuillaume Desmottes2018-04-251-1/+9
* h265parse: Make caps writable before modifying themSeungha Yang2018-04-111-2/+4
* h264parse: reset internal 'state' variable properlyBrendan Shanks2018-03-211-0/+1
* h265parse: add support for 'Format range extensions profiles'Guillaume Desmottes2018-03-051-0/+40
* h265parser: decouple GstH265Profile and GstH265ProfileIDCGuillaume Desmottes2018-03-051-14/+18
* Revert "h265parse: early set src caps when input not byte-stream"Nicolas Dufresne2018-03-021-4/+0
* 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-242-0/+56
* h264parse: make caps writable before modifying themTim-Philipp Müller2017-12-071-2/+4
* h263parse: Add debug log for more annexes when plustypeStian Selnes2017-11-251-0/+6
* h265parse: early set src caps when input not byte-streamGuillaume Desmottes2017-11-241-0/+4
* h264parse: early set src caps when input is avcGuillaume Desmottes2017-11-241-0/+5
* h265parse: put downstream caps first if possible on sink capsGuillaume Desmottes2017-11-221-14/+21
* h264parse: put downstream caps first if possible on sink capsGuillaume Desmottes2017-11-221-14/+21
* tsmux/tsdemux: Add support for JPEG2000Aaron Boxer2017-07-212-2/+2
* jpeg2000parse: support 2-component imagesAaron Boxer2017-07-171-1/+1
* jpeg2000parse: initial support for JP2 formatAaron Boxer2017-07-171-4/+7
* jpeg2000parse: Parse colorimetry, interlace-mode, field-order, multiview-mode...Aaron Boxer2017-07-171-7/+38
* jpeg2000parse: allow parsing when current caps are nullAaron Boxer2017-07-101-41/+69
* jpeg2000parse: parse RSIZ capabilities and put profile/level into the capsAaron Boxer2017-06-072-7/+150
* h265parse: Fix calculation of codec_data buffer sizeSebastian Dröge2017-05-181-2/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* h265parse: fix caps leak in renegotiationVincent Penquerc'h2017-05-121-1/+3
* h264parse: fix caps leak in renegotiationVincent Penquerc'h2017-05-121-1/+3