Skip to content

Releases: savonet/ocaml-ffmpeg

0.1.2

13 Mar 17:51
Compare
Choose a tag to compare

1.1.2 (2022-03-13)

  • Change error returned on OCaml callback exception
    to AVERROR_EXTERNAL, add log entry.
  • Get rid of naked pointers.
  • Adapt to most recent FFmpeg API.
  • Added offset/length to conversion functions.

1.1.1

26 Dec 16:21
Compare
Choose a tag to compare

1.1.1 (2021-12-26)

  • Added support for interruption callback.

1.1.0

27 Nov 15:24
Compare
Choose a tag to compare

1.1.0 (2021-11-27)

  • Added support for filter commands.
  • Make [Av.get_pixel_aspect] optional.
  • Rename [Avfilter.sample_aspect_ratio] into [Avfilter.pixel_aspect], make it optional.

1.0.2

20 Nov 08:58
Compare
Choose a tag to compare

1.0.2 (2021-11-19)

  • Fix deadlock when raising exceptions in callbacks.

1.0.1

02 Oct 14:14
Compare
Choose a tag to compare

1.0.1 (2021-10-02)

  • Fixed segfault when using Field(v, i) = v' instead of Store_field(v, i, v')
  • Fixed memory leak when avio callback raised exception.

1.0.0

14 Sep 14:18
Compare
Choose a tag to compare

1.0.0 (2021-09-14)

  • Switch to dune
  • Heavy rework of the whole API

0.4.3

05 Sep 14:56
Compare
Choose a tag to compare

0.4.3 (2020-09-05)

  • Added Avutil.frame_pts
  • Added Avutil.Audio.{frame_get_sample_rate, frame_get_channels, frame_get_channel_layout}

0.4.2

03 Jul 15:25
Compare
Choose a tag to compare

0.4.2 (2020-07-04)

  • Adapt to new 4.3 headers.

0.4.1

26 Sep 19:09
Compare
Choose a tag to compare

0.4.1 (2019-09-26)

  • Added Avutil.Audio.frame_get_sample_format.

0.4.0

22 Sep 20:11
Compare
Choose a tag to compare

0.4.0 (09-22-2019)

  • Added support for stream output.
  • Updated stream and container creation API to be able to use any arbitrary FFmpeg parameter.