He Junyan 4d1a48c9e9 vah264enc: Do not touch the PTS of output frame
1. The PTS of all frames should not be changed.
2. Just update the DTS based on the PTS. For the frame which is not
   reordered, the DTS is equal to PTS. For frame which is reordered,
   the DTS is equal to previous DTS. For example:
   Input: F0[D0, P0] -- F1[D1, P1] -- F2[D2, P2] -- F3[D3, P3]
   Output: F0[I, D0, P0] -- F3[P, D0, P3] -- F1[B, D1, P1] -- F2[B, D2, P2]

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6703>
2024-04-29 13:25:08 +00:00
..
2024-03-20 10:53:16 +00:00
2023-05-20 05:48:23 +00:00
2023-10-12 18:25:50 +00:00
2024-04-09 16:49:47 +00:00
2023-02-03 17:48:10 +00:00
2024-02-21 21:03:32 +00:00
2023-02-28 10:12:31 +00:00
2023-08-23 18:33:04 +09:00