summaryrefslogtreecommitdiffstats
path: root/decoder/ih264d_process_pslice.c
Commit message (Collapse)AuthorAgeFilesLines
* Decoder: Fixed overflow in refernce list creation.Hamsalekha S2017-09-141-7/+8
| | | | | | | | | | | Since the maximum value of long term index is 255, the loop control variable needs to be 32 bit. Bug: 38448381 Test: ran POC before/after applying fix Change-Id: Iae3ecff38d4a922bde10fde33f1cfcafd2ea2680 (cherry picked from commit cbcd2846fa837e4be6d35f5c1211b070bc8d26da) CVE-2017-0761
* Decoder: Reduced memory requirementsHarish Mahendrakar2015-09-231-1/+0
| | | | | | | | | | | Memory allocations are now done based on contents of SPS API changed to move allocations inside the library Also changed strlen to strnlen Bug: 24221026 Change-Id: I9130457f564cddb4da7ec6399cc9fe88ee871217
* Multithreading changes and better error resilienceMarco Nelissen2015-06-031-43/+42
| | | | | | | | | | | | Fixed the following bugs Issue 21145276 Issue 21144884 Issue 21181133 Issue 21181134 Decoder now returns error if the level in stream is higher than level at init Change-Id: I8892c62bd98f7854d046510330c05a1e9ca826b2
* fix file permissionsLajos Molnar2015-05-051-0/+0
| | | | Change-Id: Ia4f99d5b963acd8d8a1afc2fbdf06b122d898f63
* Initial versionHamsalekha S2015-04-021-0/+1139
Change-Id: I7efe9a589cd24edf86e8d086b40c27cbbf8b4017