documentation: fixed a heap o' typos
[platform/upstream/gstreamer.git] / gst-libs / gst / codecparsers / gsth265parser.c
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-10-12 Seungha Yangh265parser: Calculate short term RPS size in slice...
2019-08-31 Wangfeih265parse lib: fix missing condition when parse PPS
2019-08-26 Aaron Boxerh265parse: add support for SEI registered user data
2019-07-30 Jan Schmidth265parser: Skip unused SEI bits differently
2019-06-14 Seungha Yangh265parser: Add more profiles to known type
2019-06-14 Dong Il Parkh265parser: Use vps_timing_info when not present in vui
2019-05-25 Tim-Philipp Müllercodecparsers: fix debug category initialisation
2019-05-13 Thibault SaunierMinor documentation fixes
2019-05-03 Seungha Yangh265parser: Add parsing mastering display colour volume...
2019-04-30 Wangfeih265parser: parse range extension message in SPS/PPS.
2019-04-01 Mathieu Duponchelleh265parse: forward time codes
2018-12-02 Guillaume Desmottesh265parser: parse SEI recovery point
2018-11-07 Seungha Yangh265parser: Various update of vps parsing
2018-11-07 Seungha Yangh265parser: Fix wrong maximum range check in gst_h265_p...
2018-11-06 Nicolas Dufresneh265parser: Stop considering 6 bytes NAL complete
2018-03-05 Guillaume Desmottesh265parser: allow partial matching on range extension...
2018-03-05 Guillaume Desmottesh265parse: add support for 'Format range extensions...
2018-03-05 Guillaume Desmottesh265parser: parse extra profile fields
2018-03-05 Guillaume Desmottesh265parser: decouple GstH265Profile and GstH265ProfileIDC
2017-08-11 Tim-Philipp Müllercodecparsers: make debug categories static
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2016-02-20 Scott D Phillipscodecparsers: h265: Fix initialization of slice_deblock...
2015-10-29 Víctor Manuel Jáqu... codecparser: h265: initialize parsing structures
2015-09-10 Sreerenj Balachandrancodecparsers: h265: Fix the selection of Active Ref...
2015-09-10 Sreerenj Balachandrancodecparsers: h265 : Fix default scaling list values
2015-08-26 XuGuangxincodecparsers: h265: Fix tile row and column parsing
2015-08-24 lybcodecparsers: h265: Add APIs for up-right-diagonal...
2015-08-24 XuGuangxincodecparsers: h265: Fix the range of delta_chroma_log2_...
2015-08-12 Sreerenj Balachandrancodecparsers: h265: Fix the range of delta_chroma_log2_...
2015-08-12 Sreerenj Balachandrancodecparsers: h265: Fix the parsing of ref_pic_lists_mo...
2015-04-30 Sreerenj Balachandrancodecparser: h265: Fix nal unit size checking
2015-04-30 Sreerenj Balachandrancodecparser: h265: Calculate crop rectangle dimensions
2015-04-30 Sreerenj Balachandrancodecparser: h265: Fix parsing multiple SEI messages...
2015-04-29 Sreerenj Balachandrancodecparser: h265: Fix the number of tile rows/columns...
2015-04-26 Sreerenj Balachandrancodecparsers: h265: add helpers to convert quantization...
2015-04-26 Sreerenj Balachandrancodecparser: h265: skip byte alignment bits while parsi...
2015-04-26 Sreerenj Balachandrancodecparser: h265: Fix the NumDeltaPocs calculation
2015-04-26 Sreerenj Balachandrancodecparser: h265: Fix the NumPocTotalCurr calculation
2015-04-26 Sreerenj Balachandrancodecparser: h265: Fix nal size calculation for EOS...
2015-01-23 Edward Herveycodecparsers: Add READ_UE_MAX macro
2015-01-21 Sebastian DrögeConstify some static arrays everywhere
2014-11-25 Julien Isorcecodecparsers: fix some compiler warnings
2014-03-25 Gwenole Beauchesnecodecparsers: cosmetics: drop TAB characters.
2014-01-24 Thiago Santoscodecparsers: refactor common nal parsing to nalutils
2014-01-22 Thiago Santosh265parser: remove trailling 0x00 bytes as the spec...
2014-01-21 duhui.leeh265parser: Initialize pointer correctly that is never...
2014-01-20 duhui.leeh265parser: Fix segfault when parsing HRD parameter
2014-01-14 duhui.leeh265parser: Fix segfault when parsing VPS
2014-01-13 Justin Joyh265parser: prevent to overrun chroma_weight_l0_flag
2014-01-06 Sebastian Drögeh265parser: Fix debug output
2013-11-07 Sebastian Drögecodecparsers: Remove some unused functions
2013-11-06 Sreerenj Balachandrancodecparsers: add H.265 HEVC bitstream parser