Releases: savonet/ocaml-ffmpeg
Releases · savonet/ocaml-ffmpeg
ocaml-ffmpeg 1.2.1
1.2.1 (2024-10-29)
- Fixed plane size when allocating big array planes in
swscale
. - Added packed big array API to
swscale
where all planes are alloacted in
on contiguous memory region.
ocaml-ffmpeg 1.1.11
ocaml-ffmpeg 1.1.10
1.1.10 (2024-01-17)
- Fixed codec attribute for AAC.
- Added non-interleaved API for Av.
ocaml-ffmpeg 1.1.9
1.1.9 (202310-27)
- Added support for AV_CODEC_ID_WRAPPED_AVFRAME
as valid audio/video codec. - Added AV_CODEC_ID_NONE to all codec id classes
to prevent unecessary failures when passing it
as detected coded_id.
ocaml-ffmpeg 1.1.8
1.1.8 (2023-07-01)
- Added asynchronous stream copy creation API.
- Added
pkt_dts
API for AVFrame. - Raise exception when re-using a closed container.
- Move caml_remove_generational_global_root to ocaml finalizers
to follow OCaml 5 memory model. - Added
Avutil.Frame.{duration, set_duration}
- Reset metadata before setting new value.
- Fix min/max filter option values for int and int64 type.
- Add flush API to avfilter.
- Add support for data streams.
ocaml-ffmpeg 1.1.7
1.1.7 (2023-02-08)
- Filter
NaN
when converting floats to and from
OCaml inswresample
.