summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers
Commit message (Expand)AuthorAgeFilesLines
* codecparsers: vp9: minor clean-upTim-Philipp Müller2015-12-301-2/+1
* codecparsers: vp9: fix macro namespacing and rename GstVp9InterpFilterTim-Philipp Müller2015-12-302-21/+21
* codecparsers: vp9: fix doc typos and sprinkle some Since markersTim-Philipp Müller2015-12-302-22/+56
* codecparsers: vp9: move license blurb into header and remove aux filesTim-Philipp Müller2015-12-306-164/+59
* codecparsers: Add another G_GNUC_INTERNALSebastian Dröge2015-12-301-0/+1
* codecparsers: Spread some G_GNUC_INTERNAL in various placesSebastian Dröge2015-12-305-6/+33
* vp9parser: Fix indentation to make gst-indent happierSebastian Dröge2015-12-301-182/+185
* vp9parser: Rename symbols to prevent symbol conflictsSebastian Dröge2015-12-304-17/+15
* codecparsers: Add VP9 codec parserSreerenj Balachandran2015-12-308-3/+1726
* codecparser: h264: initialize parsing structuresVíctor Manuel Jáquez Leal2015-10-291-43/+13
* codecparser: h265: initialize parsing structuresVíctor Manuel Jáquez Leal2015-10-291-106/+14
* codecparsers: h265: Fix the selection of Active Ref Pic SetSreerenj Balachandran2015-09-101-4/+3
* codecparsers: h265 : Fix default scaling list valuesSreerenj Balachandran2015-09-101-2/+2
* codecparsers: h265: Fix tile row and column parsingXuGuangxin2015-08-262-18/+43
* codecparsers: h265: Add APIs for up-right-diagonal/raster scan conversionlyb2015-08-242-0/+141
* codecparsers: h265: Fix the range of delta_chroma_log2_weight_denomXuGuangxin2015-08-241-2/+4
* h264parse: Clear SPS info after processing.Jan Schmidt2015-08-151-1/+4
* codecparsers: h265: Fix the range of delta_chroma_log2_weight_denomSreerenj Balachandran2015-08-121-1/+1
* codecparsers: h265: Fix the parsing of ref_pic_lists_modificationSreerenj Balachandran2015-08-121-1/+1
* h264parse: Add more NAL types for debugging output.Jan Schmidt2015-07-291-2/+6
* mpegvideometa: add meta transform functionHyunjun Ko2015-07-071-1/+33
* codecparsers: jpeg: add some padding to ScanHdr structTim-Philipp Müller2015-06-211-0/+6
* codecparsers: jpeg: fix docs for table parsing functionsTim-Philipp Müller2015-06-211-3/+2
* docs: add new JPEG codecparser API to the docsTim-Philipp Müller2015-06-212-0/+41
* codecparsers: jpeg: fix validity checking of data parsedTim-Philipp Müller2015-06-211-46/+61
* codecparsers: jpeg: fix up APITim-Philipp Müller2015-06-212-182/+207
* codecparsers: jpeg: tweak API a littleTim-Philipp Müller2015-06-212-29/+84
* codecparsers: jpeg: hide gst_jpeg_scan_for_marker_code()Tim-Philipp Müller2015-06-212-17/+15
* codecparsers: jpeg: fix and optimize scan for next marker code.Gwenole Beauchesne2015-06-211-9/+8
* codecparsers: jpeg: fix calculation of segment size.Gwenole Beauchesne2015-06-211-2/+3
* codecparsers: jpeg: fix default Huffman tables generation.Wind Yuan2015-06-211-0/+1
* codecparsers: jpeg: add JPEG bitstream parserGwenole Beauchesne2015-06-213-0/+1027
* nalutils: trivial patch to check ifVineeth TM2015-06-161-6/+3
* codecparsers: mpeg4: actually return full number of bits of resync markerLuis de Bethencourt2015-06-131-2/+2
* Revert "codecparsers: remove ignored increment of return"Tim-Philipp Müller2015-06-131-1/+1
* codecparser: h265: Fix nal unit size checkingSreerenj Balachandran2015-04-301-2/+2
* codecparser: h265: Calculate crop rectangle dimensionsSreerenj Balachandran2015-04-302-1/+18
* codecparser: h265: Fix parsing multiple SEI messages in a single SEI NalSreerenj Balachandran2015-04-302-41/+115
* codecparser: h265: Fix the number of tile rows/columns parsingSreerenj Balachandran2015-04-291-2/+2
* codecparsers: h265: add helpers to convert quantization matricesSreerenj Balachandran2015-04-262-0/+139
* codecparser: h265: skip byte alignment bits while parsing slice headerSreerenj Balachandran2015-04-261-0/+8
* codecparser: h265: Fix the NumDeltaPocs calculationSreerenj Balachandran2015-04-261-5/+4
* codecparser: h265: Fix the NumPocTotalCurr calculationSreerenj Balachandran2015-04-261-17/+18
* codecparser: h265: Fix nal size calculation for EOS and EOBSreerenj Balachandran2015-04-261-1/+1
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-16/+0
* codecparsers: Indent fileEdward Hervey2015-01-231-49/+47
* codecparsers: Add READ_UE_MAX macroEdward Hervey2015-01-233-130/+123
* Constify some static arrays everywhereSebastian Dröge2015-01-213-3/+3
* h264parser: fix stack smashingVincent Penquerc'h2015-01-141-4/+8
* codecparsers: fix some compiler warningsJulien Isorce2014-11-252-8/+15