summaryrefslogtreecommitdiffstats
path: root/decoder/ihevcd_parse_headers.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure CTB size > 16 for clips with tiles and width/height >= 4096Harish Mahendrakar2017-10-041-0/+13
* Return error for invalid crop parametersNaveen Kumar P2017-09-141-0/+16
* Check for buffer overflow in pps/slice header parsingNaveen Kumar P2017-07-071-0/+3
* Check for cpb cnt in hrd parsingNaveen Kumar P2017-07-061-4/+13
* Fix reallocation for new spsNaveen Kumar P2017-07-061-2/+14
* DO NOT MERGE Handle streams with change in max_dec_buffering/num_reorder_framesHarish Mahendrakar2017-07-061-0/+21
* memset SPS to zeroHarish Mahendrakar2017-07-061-0/+6
* Correct Tiles rows and cols checkNaveen Kumar P2017-06-091-2/+8
* Return error if SPS parsing reads more bytes than the nal lengthHarish Mahendrakar2017-05-211-0/+4
* Handle invalid num_reorder_pics & max_dec_pic_buffering in SPSHarish Mahendrakar2017-04-051-0/+10
* Added check for invalid log2_max_transform_block_size in SPSHarish Mahendrakar2017-03-221-0/+9
* Reduced memory requirementsHarish Mahendrakar2015-10-091-12/+5
* Align pic_width_in_luma_samples and pic_width_in_luma_samples to 8Harish Mahendrakar2015-07-311-0/+6
* Few bug fixes in loop filterNaveen Kumar Ponnusamy2015-07-311-2/+1
* Source files clean upNaveen Kumar Ponnusamy2014-07-121-170/+0
* Few bug fixes and warnings removedHarish Mahendrakar2014-06-061-1/+4
* Initial Version of HEVC decoderHarish Mahendrakar2014-05-211-0/+2267