package faad

  1. Overview
  2. Docs
Bindings for the faad library which provides functions for decoding AAC audio files

Install

Dune Dependency

Authors

Maintainers

Sources

v0.5.0.tar.gz
md5=3ce604faf3981cb4433688b205cb8758
sha512=0983cdf7552f03f021ca20e86ed6ebc67419db8900dd0e3fc316c18af83851259d91b8829092a2e1e307638ce31d6c3ee4810889f43632070122ee24e7971874

CHANGES.html

CHANGES

0.5.0 (07-10-2020)
=====
* Convert to Unix.read style API.
* Converted to dune for building.

0.4.0 (18-08-2018)
=====
* Updated mp4ff code, removed drms code (consistent with VLC)
* Cleanup GC-related code.

0.3.3 (03-08-2015)
=====
* Fix freeze when trying to parse
  unknown atoms.

0.3.2 (17-02-2013)
=====
* Fix memory leak at init.
* Ensure that decoding did not return NULL.
* Updated examples.

0.3.1 (19-19-2012)
=====
* Correctly initialize a buffer for mp4ff_read_sample to avoid a segfault in
  ocaml_faad_mp4_decode (LS-626).
* Decoder example is now able to decode mp4 as well as pure aac.
* Distribute the example.

0.3.0 (30-06-2011)
=====
* Added seeking functionalities.

0.2.0 (12-02-2011)
=====
* Registered close method for the finalizer.
* Added a static copy of mp4ff.

0.1.3 (11-10-2009)
=====
* Added support for --enable-debugging configure option
* Added NO_CUSTOM to build
  in standard mode.
* Added prefix to main compilation variables
  if passed to configure.
* Makefile now honnors LIBDIRS
  variable for linking against libraries
  located in other places than then standard
  ones.

0.1.2 (17-02-2009)
=====
* Added license headers to each source code file

0.1.1 (15-04-2008)
=====
* More portable invokation of make
* Now installs also .cmx file

0.1.0 (17-10-2007)
=====
* Initial release
OCaml

Innovation. Community. Security.