summaryrefslogtreecommitdiffstats
path: root/decoder/ih264d_api.c
Commit message (Expand)AuthorAgeFilesLines
* decoder: Move initialization of dbp_mgr entries to init_decoder()Harish Mahendrakar2020-01-071-23/+24
* Bug fix for flush without valid framesHamsalekha S2018-08-071-1/+9
* Decoder: Adding Error Check for Output Buffer Size in Shared Display Mode.Ritu Baldwa2018-03-081-8/+57
* Decoder: Handle dec_hdl memory allocation failure gracefullyHarish Mahendrakar2018-01-131-3/+20
* Decoder: Increased allocation and added checks in sei parsing.Hamsalekha S2018-01-131-1/+2
* Added an out of bound check on u4_num_bufs in input argumentHarish Mahendrakar2017-11-151-1/+2
* Decoder: Conceal picture only if valid picture buffer is obtained.Hamsalekha S2017-11-151-4/+3
* Added error check for output buffer size.Hamsalekha S2017-09-151-44/+101
* Initializing reference list for every P/B slice.Hamsalekha S2017-06-151-2/+0
* Fix resolution change within a decode call.Hamsalekha S2017-06-151-0/+1
* Decoder: Fix allocation for Mbaff weight matrixHamsalekha S2017-05-241-3/+2
* Decoder: Fixed flag u1_top_bottom_decoded.Hamsalekha S2017-05-241-0/+4
* Decoder: Fixed initialization of first_slice_in_pic am: 0b23c81c3d am: 16fa99...Harish Mahendrakar2017-02-141-1/+1
|\
| * Decoder: Fixed initialization of first_slice_in_picHarish Mahendrakar2017-02-141-1/+1
| |\
| | * Decoder: Fixed initialization of first_slice_in_picHarish Mahendrakar2017-02-141-1/+1
* | | Decoder: Moved end of pic processing to end of decode call am: 494561291a am:...Harish Mahendrakar2017-02-141-13/+32
|\| |
| * | Decoder: Moved end of pic processing to end of decode callHarish Mahendrakar2017-02-141-13/+32
| |\|
| | * Decoder: Moved end of pic processing to end of decode callHarish Mahendrakar2017-02-141-13/+32
| | * DO NOT MERGE: Decoder: Fixes an out of bound write in bitstream bufferHarish Mahendrakar2017-02-131-1/+3
| | * Merge "DO NOT MERGE Decoder: Increase memory allocation for weights & offsets...Marco Nelissen2017-01-181-1/+2
| | |\
| | | * DO NOT MERGE Decoder: Increase memory allocation for weights & offsets for in...Harish Mahendrakar2017-01-171-1/+2
| | * | Merge "Decoder: Fixed DoS in header decode when no PPS is present" into mnc-devTreeHugger Robot2017-01-181-0/+1
| | |\ \ | | | |/ | | |/|
| | * | Merge "Decoder: Fixed number of MB calculation for interlaced error streams" ...Marco Nelissen2017-01-171-2/+3
| | |\ \
* | | | | Decoder: Fixes an out of bound write in bitstream buffer am: 33ef7de9dd am: 0...Harish Mahendrakar2017-02-131-1/+3
|\| | | |
| * | | | Decoder: Fixes an out of bound write in bitstream bufferHarish Mahendrakar2017-01-191-1/+3
| * | | | Merge "Decoder: Increase memory allocation for weights & offsets for interlac...Marco Nelissen2017-01-181-1/+1
| |\ \ \ \
* | \ \ \ \ Decoder: Increase memory allocation for weights & offsets for interlaced clip...Harish Mahendrakar2017-01-181-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Decoder: Increase memory allocation for weights & offsets for interlaced clipsHarish Mahendrakar2017-01-181-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | Decoder: Increase memory allocation for weights & offsets for interlaced clipsHarish Mahendrakar2017-01-171-1/+1
* | | | | | Decoder: Fixed DoS in header decode when no PPS is present am: 2cd2f7a335 am:...Harish Mahendrakar2017-01-181-0/+1
|\| | | | |
| * | | | | Decoder: Fixed DoS in header decode when no PPS is presentHarish Mahendrakar2017-01-181-0/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Decoder: Fixed DoS in header decode when no PPS is presentHarish Mahendrakar2017-01-171-0/+1
| | | |/ / | | |/| |
* | | | | Decoder: Fixed number of MB calculation for interlaced error streams am: e1cf...Harish Mahendrakar2017-01-171-2/+3
|\| | | |
| * | | | Decoder: Fixed number of MB calculation for interlaced error streamsHarish Mahendrakar2017-01-171-2/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Decoder: Fixed number of MB calculation for interlaced error streamsHarish Mahendrakar2016-12-281-2/+3
* | | | | Call ih264d_deblock_display only for valid process calls am: 318368435f am: 2...Harish Mahendrakar2017-01-091-1/+2
|\| | | |
| * | | | Call ih264d_deblock_display only for valid process callsHarish Mahendrakar2017-01-091-1/+2
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | Call ih264d_deblock_display only for valid process callsHarish Mahendrakar2016-12-281-1/+2
| | |/
* | | Fix in the case of invalid SPS PPS am: c2e8ffe451 am: ff7ccdab0c am: 956ab4c4...Harish Mahendrakar2016-09-211-2/+3
|\| |
| * | Fix in the case of invalid SPS PPSHarish Mahendrakar2016-09-211-2/+3
| |\|
| | * Fix in the case of invalid SPS PPSHarish Mahendrakar2016-09-211-2/+3
* | | Fixed error concealment when no MBs are decoded in the current pic am: b92690...Harish Mahendrakar2016-07-141-0/+3
|\| |
| * | Fixed error concealment when no MBs are decoded in the current picHarish Mahendrakar2016-07-141-0/+3
| |\|
| | * Fixed error concealment when no MBs are decoded in the current picHarish Mahendrakar2016-07-131-0/+3
* | | Merge "DO NOT MERGE Decoder: Added support for exporting VUI params" into nyc...Hangyu Kuang2016-07-111-0/+104
|\ \ \ | |/ / |/| |
| * | DO NOT MERGE Decoder: Added support for exporting VUI paramsHarish Mahendrakar2016-07-111-0/+104
* | | Merge \"Decoder: Initialize first_pb_nal_in_pic for error slices\" into mnc-devHarish Mahendrakar2016-06-211-0/+1
|\ \ \ | | |/ | |/|
| * | Merge "Decoder: Initialize first_pb_nal_in_pic for error slices" into mnc-devRobert Shih2016-06-211-0/+1
| |\ \
| | * | Decoder: Initialize first_pb_nal_in_pic for error slicesHarish Mahendrakar2016-06-161-0/+1
* | | | Decoder: Do not conceal slices with invalid SPS/PPSHarish Mahendrakar2016-06-211-2/+5
|\| | | | |_|/ |/| |