]> git.tuebingen.mpg.de Git - paraslash.git/commit
Convert the aac audio format handler to libmp4ff.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 24 Dec 2016 15:02:44 +0000 (16:02 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 25 Mar 2017 10:54:36 +0000 (11:54 +0100)
commit16b889fa03e8e9e97ed89370ad40fea4ee9b3e3a
tree915bfbdc727a0f79c73e7108cf5a066f54f04536
parent6a0cd05bad7cb1fb166c54aaa8f04927e40baa68
Convert the aac audio format handler to libmp4ff.

This changes the aac audio format handler to call the primitives
provided by the mp4ff library. This allows to remove the atom parsing
code from aac_afh.c.

After this change para_server, para_afh, and para_recv no longer
depend on aac_common.c and on the mp4v2 library.  The autoconf tests
for libmp4v2 are removed from configure.ac. A subsequent commit will
deal with aac_common.c.
Makefile.in
Makefile.real
aac_afh.c
afh_common.c
configure.ac
error.h