summaryrefslogtreecommitdiff
path: root/gst/videoparsers
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-27plugins: Use explicit type conversion from enumsNirbheek Chauhan1-1/+2
2016-09-26h265parse: Fix parsing of multiple NALs in the hvcC boxKyungyong Kim1-1/+2
2016-09-24jpeg2000parse: Don't pass NULL strings to the colorspace / sampling parsing f...Sebastian Dröge1-6/+10
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+23
2016-08-02videoparsers: h264: Add more scalable profiles to the profile listSreerenj Balachandran1-1/+6
2016-07-12jpeg2000parse: Use correct enum typeSebastian Dröge1-1/+1
2016-07-01gstjpeg2000parse: no need for else after a gotoLuis de Bethencourt1-37/+34
2016-07-01gstjpeg2000parse: improved parsing of jpc magic and j2c boxAaron Boxer1-36/+35
2016-06-30h264parse: Drop filler dataEdward Hervey1-0/+21
2016-06-24h264parse: When input alignment=AU, always drain each packet.Jan Schmidt2-1/+8
2016-06-24videoparsers: fix broken includeTim-Philipp Müller1-1/+1
2016-06-24jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer4-171/+69
2016-06-17jpeg2000parse: support j2c formatAaron Boxer2-28/+139
2016-06-13h264parse: support for handling of config-interval = -1Mats Lindestam1-2/+15
2016-06-13h264parse: refactored handling of SPS/PPS when pushing framesMats Lindestam1-81/+88
2016-06-13h264parse: change "config-interval" property type from uint to intMats Lindestam2-4/+4
2016-06-10jpeg2000parse: Require either colorspace or sampling field in sink capsAaron Boxer3-131/+166
2016-06-07jpeg2000parse: Add JPEG2000 parser elementAaron Boxer5-0/+489
2016-06-07openjpeg: set sampling in the capsAaron Boxer2-0/+87
2016-05-30h265parse: Don't assume contiguous id's in make_codec_dataScott D Phillips1-3/+3