Romain Beauxis

Results 100 issues of Romain Beauxis

We should support and test for situations with mixed pts/no pts such as what can happen with complex ffmpeg filter outputs mixed with outputs with no PTS and etc.

We really need a callback to be triggered when a source's track ends. It's a little tricky to define b/c of the streaming model, which is why I haven't added...

The operator is scripted so this will also require the addition of a syntactic construct to do so in the scripting language.

See: https://github.com/savonet/liquidsoap/discussions/2290

This is outdated and should be replaced by string getters everywhere it is still in use.

Not sure where this is coming from. The type gets assigned via the evaluation at runtime so if we're checking on universal types on variables to see if they're used,...

Some of them have triggered segfault in the past and they slow down start time in some cases.

enhancement

This is missing in the doc at the moment.

enhancement

Doc: https://ffmpeg.org/doxygen/trunk/bsf_8h.html

enhancement

This PR is a follow-up from #624 to remove internal posix types after release of the external posix-types here: https://github.com/savonet/ocaml-posix I tried to use the external posix types but it...