summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-12media_module: CB1 vp9 and av1 pts adjustment incorrect. [1/1]android-tv-13.0.0_r0.1android-tv-12.0.0_r0.1android-tv-deadpool-4.9-android12kuan.hu
PD#SWPL-59072 Problem: The logic of adjusting pts is wrong. Solution: Modify the logic of adjusting pts. Verify: ADT3 Signed-off-by: kuan.hu <kuan.hu@amlogic.com> Change-Id: Ia5302afc6e309088e0576276545eadf5bd9f0d7e
2021-09-12media_module: CB1 mpeg4 and vp9 resolution switching anomaly. [1/1]kuan.hu
PD#SWPL-59072 Problem: 1.mpeg4:The set resolution was used when outputting the frame, not the actual resolution. 2.vp9,av1:Since pts has entered the error correction process,the normal pts information has been modified. Solution: 1.mpeg4:output the actual decoding resolution. 2.vp9,av1:optimize PTS error detection logic. Verify: ADT3 Signed-off-by: kuan.hu <kuan.hu@amlogic.com> Change-Id: Idb9988e99cfebb7a145c48f871ec7a52b38fe11b
2021-09-12decoder: CB1 fix some crash in peek. [1/1]gan.zhang
PD#SWPL-58570 Problem: When fifo is abnormal, the back-end peek to the wrong data crash. Solution: Check whether the fifo is abnormal and return empty when abnormal. Verify: adt3 Change-Id: Ie84d4bae905094790af13271ad7bdee9f94ff254 Signed-off-by: gan.zhang <gan.zhang@amlogic.com>
2021-09-09mpeg12: CB2 fix output pts error in AndroidS CTS Test. [1/1]gan.zhang
PD#SWPL-54626 BUG=199275310 Problem: The pts information of the decoded B frame is 0, The backend will calculate the pts of the B frame according to the duration, so that the calculated pts information will be incorrect and cause the test to fail. Solution: The decoded output pts information uses the one provided by the upper layer. Verify: Franklin Change-Id: I8c273abc3e43b6777fc1bdab81208a769d52b2e5 Signed-off-by: gan.zhang <gan.zhang@amlogic.com>
2021-08-18mmpeg4: CB1 mpeg4 crc check fail. [1/2]gan.zhang
PD#SWPL-56277 Problem: The mPEG4 decoder working buffer is not initialized before decoding and it may cause the CRC check to be affected by dirty data. Solution: Clear decoder internal working buffer before decoding. Verify: ADT3 Change-Id: I5ae0f1951705e332263e17720237936d523cab52 Signed-off-by: gan.zhang <gan.zhang@amlogic.com>
2021-06-17h265: CB0 fix some h265 playback issue [1/1]android-tv-s-beta5android-tv-s-beta4android-tv-s-beta4Hui Zhang
PD#SWPL-51883 Problem: some h265 stream playback issue Solution: increase dblk_data2 buf size Verify: u212 Signed-off-by: Hui Zhang <hui.zhang@amlogic.com> Change-Id: I808dc9a5b7dc4171a0596e580a0783dbf5edaed7
2021-06-15adt3-S media_modules source code [1/1]Liang Ji
internal tot CL: h265: Revert fix special long ref issue [1/1] SWPL-49771 Problem: some file playback unsmooth. Solution: Revert commit 915cf6061ec37e7f937b6c73d7db10ec1b8db335 Verify: A311D-W400 Change-Id(I38171dd2c8b5bbc1aafe07185d9c9dfaf6bb88ce) Signed-off-by: Peng Yixin <yixin.peng@amlogic.com> Signed-off-by: Liang Ji <liang.ji@amlogic.com> Change-Id: Id514584bd7ee4de8bda95c75d9e25adf635b8ccc
2019-06-21Initial empty repositoryInna Palant