summaryrefslogtreecommitdiff
path: root/gst/videoparsers
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 Yang2-112/+132
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 Yang2-1/+33
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 Yang2-0/+14
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-04-25h264parse: add constrained and progressive profilesGuillaume Desmottes1-1/+9
2018-04-11h265parse: Make caps writable before modifying themSeungha Yang1-2/+4
2018-03-21h264parse: reset internal 'state' variable properlyBrendan Shanks1-0/+1
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-03-02Revert "h264parse: early set src caps when input is avc"Nicolas Dufresne1-5/+0
2018-01-24h26{4,5}parse: expose chroma format and bit depth in capsGuillaume Desmottes2-0/+56
2017-12-07h264parse: make caps writable before modifying themTim-Philipp Müller1-2/+4
2017-11-25h263parse: Add debug log for more annexes when plustypeStian Selnes1-0/+6
2017-11-24h265parse: early set src caps when input not byte-streamGuillaume Desmottes1-0/+4
2017-11-24h264parse: early set src caps when input is avcGuillaume Desmottes1-0/+5
2017-11-22h265parse: put downstream caps first if possible on sink capsGuillaume Desmottes1-14/+21
2017-11-22h264parse: put downstream caps first if possible on sink capsGuillaume Desmottes1-14/+21
2017-07-21tsmux/tsdemux: Add support for JPEG2000Aaron Boxer2-2/+2
2017-07-17jpeg2000parse: support 2-component imagesAaron Boxer1-1/+1
2017-07-17jpeg2000parse: initial support for JP2 formatAaron Boxer1-4/+7
2017-07-17jpeg2000parse: Parse colorimetry, interlace-mode, field-order, multiview-mode...Aaron Boxer1-7/+38
2017-07-10jpeg2000parse: allow parsing when current caps are nullAaron Boxer1-41/+69
2017-06-07jpeg2000parse: parse RSIZ capabilities and put profile/level into the capsAaron Boxer2-7/+150
2017-05-18h265parse: Fix calculation of codec_data buffer sizeSebastian Dröge1-2/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-12h265parse: fix caps leak in renegotiationVincent Penquerc'h1-1/+3
2017-05-12h264parse: fix caps leak in renegotiationVincent Penquerc'h1-1/+3
2017-05-12jpeg2000parse: fix negotiation with j2c and jpc both allowed upstreamVincent Penquerc'h1-4/+88
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2017-03-08h264parse: frame->buffer can't be NULL in pre_push_frame()Sebastian Dröge1-2/+1
2017-03-08h264parse: fix some failures in testcasesHyunjun Ko1-4/+10
2017-03-07h264parse: insert AU delimiter only in case of byte-streamHyunjun Ko2-5/+54
2017-02-27h264parse: Include `interlace-mode` in capsThibault Saunier1-0/+8
2016-12-28mpeg4videoparse: determine intra of frame at frame parse timeMark Nauwelaerts2-11/+16
2016-11-26h264parse: Fix indentationSebastian Dröge1-2/+2
2016-11-26h265parse: Fix assertion when encountering an invalid NALUSebastian Dröge1-2/+4
2016-11-26h264parse: 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-11-23h264parse: Ensure codec_data has the required size when reading number of SPSSebastian Dröge1-0/+4
2016-11-18vc1parse: Mark pad as needing reconfiguration again if it failedSebastian Dröge1-2/+12