Romain Beauxis

Results 100 issues of Romain Beauxis

Hopefully...

This is something that could be done in the ffmpeg encoder and possibly others.

Although it sounded nice at first glance, the raw encoder should really be closer to the copy encoder in terms of encoding logic. In particular, it should follow a similar...

This could be a nice additional language feature.

stale

I'm seeing this: ``` % ./liquidsoap 'output.ao(fallible=true,playlist("...")) log.level.set(4)' Unknown position: Error -1: Exception raised: File "src/core/stream/frame_settings.ml", line 123, characters 6-12: Assertion failed Raised at Frame_settings.delayed_conf.(fun) in file "src/core/stream/frame_settings.ml", line 123,...

This PR extracts the operational logic required when working with types to allow modular type definition. This makes it possible to implement new types in isolation from the main operational...

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

Use an abstract type for representing a language module/operator, use it to make sure that module are registered by order of dependencies.

(This is a redo of https://github.com/savonet/liquidsoap/pull/2087) This PR makes external plugins loaded only when needed. This means all - LADSPA - DSSI - LV2 - frei0r plugins. They are loaded...