Files
FFmpeg/libavcodec
Zhao Zhili 5c66a3ab51 avcodec/vvc: Fix output and unref a frame which isn't decoding yet
ff_vvc_output_frame is called before actually decoding. It's possible
for ff_vvc_output_frame to select current frame to output. If current
frame is nonref frame, it will be released by ff_vvc_unref_frame.

Fix this by always marking the current frame with
VVC_FRAME_FLAG_SHORT_REF, as is done by the HEVC decoder.
2024-09-15 16:42:14 +08:00
..
2024-09-14 16:36:34 +08:00
2024-09-02 11:56:53 +02:00
2024-09-02 11:56:53 +02:00
2024-08-14 18:21:01 +02:00
2024-07-12 22:42:18 +02:00
2024-09-06 13:59:28 +02:00
2024-07-12 22:42:20 +02:00
2024-06-13 20:36:09 -03:00
2024-07-23 23:21:17 +02:00
2024-07-12 22:42:28 +02:00
2024-07-12 22:42:31 +02:00
2024-06-14 21:28:10 +03:00
2024-07-12 22:42:40 +02:00
2024-07-12 22:42:42 +02:00
2024-08-09 13:40:26 +08:00
2024-06-20 18:58:39 +02:00
2024-06-12 12:07:49 +02:00
2024-06-20 18:58:38 +02:00