summaryrefslogtreecommitdiffstats
path: root/decoder/ih264d_thread_parse_decode.c
Commit message (Collapse)AuthorAgeFilesLines
* Decoder: Reduced memory requirementsHarish Mahendrakar2015-09-231-6/+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
* Remove unnecessary calls to ithread_exitMartin Storsjo2015-06-251-2/+0
| | | | | | | | | | | | | The ithread_exit wrapper function behaves inconsistently across platforms; on windows, the argument is a thread handle, denoting the thread that will be exited. On pthreads, ithread_exit only terminates the current thread, not any other thread. These both calls are at the end of each thread function (and the one with a non-null parameter refers to the handle of the thread itself), so the thread will exit immediately anyway. Change-Id: I21e43c56874729452bd80b28ff351e3c5d3f087e
* Multithreading changes and better error resilienceMarco Nelissen2015-06-031-286/+221
| | | | | | | | | | | | 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
* Resolved warnings and fixed alignment of few assembliesHarish Mahendrakar2015-05-051-11/+0
| | | | | | | | | Resolved warnings seen in x86 modules Fixed alignment of few modules Updated comments in few arm modules for consistency Fixed warnings seen in clang build Change-Id: I0623169b5e84a6a6f09c3d2212e754101272f5e9
* fix file permissionsLajos Molnar2015-05-051-0/+0
| | | | Change-Id: Ia4f99d5b963acd8d8a1afc2fbdf06b122d898f63
* Initial versionHamsalekha S2015-04-021-0/+732
Change-Id: I7efe9a589cd24edf86e8d086b40c27cbbf8b4017