summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Decoder: Signal IVD_RES_CHANGED error for change in crop paramsHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-13.0Rakesh Kumar2019-04-131-0/+12
* Add limits check for the CTB position in a frameShubham Tandle2019-01-131-7/+23
* Add limits check for depth hierarchy sps parametersreplicant-6.0-0004-rc1Naveen Kumar P2018-06-081-0/+8
* Return error for invalid sps sub layers parametersNaveen Kumar P2018-06-081-2/+2
* Return error for invalid reorder parameterNaveen Kumar P2018-06-081-6/+4
* Check limits for log2_max_pic_order_cnt_lsb_minus4 in spsNaveen Kumar P2018-04-061-0/+2
* Fix output buffer size checkNaveen Kumar P2018-04-061-0/+3
* Update ctb pu map for I sliceNaveen Kumar P2018-02-082-16/+44
* Check if luma wd and ht are multiple of min cb sizeNaveen Kumar P2018-02-081-7/+3
* Decoder: Handle ps_codec_obj memory allocation failure gracefullyHarish Mahendrakar2018-01-101-4/+20
* Fix prev slice incomplete checkNaveen Kumar P2018-01-101-11/+12
* Set error skip ctbs as multiple 8x8 pusNaveen Kumar P2018-01-101-88/+94
* Fix first frame error returnNaveen Kumar P2018-01-102-26/+22
* Return error for negative crop parametersNaveen Kumar P2018-01-101-4/+4
* Consume bytes for sps with unsupported resolutionNaveen Kumar P2018-01-101-2/+1
* Fix slice address zero for not first slice in picNaveen Kumar P2018-01-101-1/+1
* Fix incomplete frame errorNaveen Kumar P2018-01-101-0/+17
* Add PUSH-POP of D registers in Arm Neon 32 bit functionsRakesh Kumar2018-01-1057-463/+835
* Fixed few issues in SAO arm assembliesHarish Mahendrakar2018-01-107-0/+60
* Fixed stack pointer increment in ihevc_itrans_recon_8x8.sHarish Mahendrakar2018-01-101-7/+7
* Alloc extra bytes for bits buf for parse optimzationNaveen Kumar P2017-12-091-2/+2
* Added an out of bound check on u4_num_bufs in input argumentreplicant-6.0-0003Harish Mahendrakar2017-11-101-1/+2
* Fix tile index buf alloc sizeNaveen Kumar P2017-11-101-3/+3
* Fix slice decrement for skipped slicesNaveen Kumar P2017-10-041-1/+0
* Ensure CTB size > 16 for clips with tiles and width/height >= 4096Harish Mahendrakar2017-10-041-0/+13
* Limit boundary PU sizes in case of errorsHarish Mahendrakar2017-09-141-2/+13
* Fix array size for hrd parametersNaveen Kumar P2017-09-141-6/+6
* Return error for invalid crop parametersNaveen Kumar P2017-09-141-0/+16
* Check number of output buffers and sizesNaveen Kumar P2017-09-142-0/+106
* Fix OOB issue in nal unit parsingreplicant-6.0-0002Naveen Kumar P2017-08-131-3/+4
* Set pic_present at end of pic_init instead of beginningNaveen Kumar P2017-08-131-2/+2
* Handle error return in parse sliceNaveen Kumar P2017-08-131-20/+110
* Fix heap buffer overflow while searching for valid PPSHarish Mahendrakar2017-07-071-3/+4
* Check for buffer overflow in pps/slice header parsingNaveen Kumar P2017-07-072-0/+6
* 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
* Check only allocated mv bufs for releasing from referenceNaveen Kumar Ponnusamy2017-06-094-6/+11
* Set current slice ctb x and y to fill prev incomplete sliceNaveen Kumar P2017-06-091-0/+4
* Correct Tiles rows and cols checkNaveen Kumar P2017-06-091-2/+8
* Handle error return from ref list in slice hdr parsingNaveen Kumar Ponnusamy2017-05-231-1/+5
* Return error if SPS parsing reads more bytes than the nal lengthHarish Mahendrakar2017-05-211-0/+4
* Return error from cabac init if offset is greater than rangeNaveen Kumar Ponnusamy2017-05-212-20/+56
* Fix in handling wrong cu_qp_deltareplicant-6.0-0001Harish Mahendrakar2017-04-052-3/+11
* 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
* Fixed handling invalid chroma tu size for error clipsHarish Mahendrakar2017-03-221-0/+5
* Fixed out of bound reads in stack variablesHarish Mahendrakar2017-03-222-6/+9
* Fix in Chroma SAO for non-multiple of 8 heightHarish Mahendrakar2017-03-222-2/+2