librempeg/tests/ref
Anton Khirnov 779084f027 fftools/ffmpeg_mux_init: apply encoder options manually
Do not pass an options dictionary to the avcodec_open2() in enc_open().

This is cleaner and more robust, as previously various bits of code
would try to interpret the contents of the options dictionary, with
varying degrees of correctness. Now they can just access the encoder
AVCodecContext directly.

Cf. 372c78dd42f2b1ca743473b9c32fad71c65919e0 - analogous change for
decoding.

A non-progressive field order is now written on the container level in
interlaced ProRes encoding tests.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
2024-07-03 20:58:22 +02:00
..
acodec
fate tests/fate/filter-audio.mak: add test for atempo audio filter 2024-07-03 20:54:56 +02:00
lavf movenc: Add an option for resilient, hybrid fragmented/non-fragmented muxing 2024-06-24 15:59:55 +02:00
lavf-fate avformat/evc: fix writing reserved bits 2024-06-19 17:49:30 +02:00
pixfmt
seek
vsynth fftools/ffmpeg_mux_init: apply encoder options manually 2024-07-03 20:58:22 +02:00