FFmpeg/tests/ref
Andreas Rheinhardt 4482b3353d avformat/vvc: Don't use ff_copy_bits()
There is no benefit in using it: The fast path of copying
is not taken because of misalignment; furthermore we are
only dealing with a few byte here anyway, so simply copy
the bytes manually, avoiding the dependency on bitstream.c
in lavf (which also contains a function that is completely
unused in lavf).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-06-09 10:59:33 +02:00
..
acodec
fate avformat/vvc: Don't use ff_copy_bits() 2024-06-09 10:59:33 +02:00
lavf
lavf-fate avformat/vvc: initialize some ptl flags 2024-05-22 17:46:49 -03:00
pixfmt
seek
vsynth libavcodec/motion_est: fix penalty_factor for b frames 2024-05-11 09:38:34 +02:00