Skip to content

Releases: savonet/ocaml-mm

ocaml-mm 0.8.6

29 Oct 13:46
Compare
Choose a tag to compare

0.8.6 (2024-10-29)

  • Added FLTP module.

ocaml-mm 0.8.5

05 Feb 22:38
Compare
Choose a tag to compare

0.8.5 (2024-02-05)

  • Fix note names (#18).
  • Fix GC pace when allocating bigarrays with custom memory.
  • Fix UV height calculation in caml_yuv420_fill.

ocaml-mm 0.8.4

01 Jul 21:47
Compare
Choose a tag to compare

0.8.4 (2023-07-01)

  • Add Image.ARGB8.*.
  • Add conversion functions to/from int16 big arrays.

ocaml-mm 0.8.3

02 Mar 05:43
Compare
Choose a tag to compare

0.8.3 (2023-03-01)

  • Add Image.RGB8.Color.to_int.
  • Add Image.Canvas.planes.
  • Add Image.Invalid_position and Image.Invalid_dimensions exceptions.

ocaml-mm 0.8.2

09 Feb 01:22
Compare
Choose a tag to compare

0.8.2 (2023-02-08)

  • Add ReplayGain computation.

0.8.1

24 May 14:24
Compare
Choose a tag to compare

0.8.1 (24-05-2022)

  • Add support for bitmaps and bitmap fonts.
  • Working AVI video output.
  • Compile with OCaml 5.

0.8.0

13 Mar 17:41
Compare
Choose a tag to compare

0.8.0 (13-03-2022)

  • Add support for image and video canvas.
  • Switch audio data type to float array

0.7.5

03 Feb 12:22
Compare
Choose a tag to compare
  • Add alpha_of_color in YUV.

0.7.4

28 Jan 14:55
Compare
Choose a tag to compare

0.7.4 (28-01-2022)

  • Implement low-level audio manipulation in C
    to avoid needless allocations.
  • Add Audio.Mono.squares
  • Cleanup aligned memory allocation.

0.7.3

28 Jan 14:54
Compare
Choose a tag to compare

0.7.3 (10-12-2021)

  • Remove usage of __mingw_aligned_malloc as it needs a special free call.