]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge branch 'refs/heads/t/dynamic_chunks'
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 23 Apr 2017 19:12:22 +0000 (21:12 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 23 Apr 2017 19:20:25 +0000 (21:20 +0200)
commit9264932e105071a24d843785900e29e70c78d6ae
treebf18a523fac540c7893331ecf0df9560aff11122
parent674f20dd3fc5339a1e7a9f25c5e4a987aaf13d3c
parent2ddd3e0c78a3446d227892002a648a744668988b
Merge branch 'refs/heads/t/dynamic_chunks'

A rather long and intrusive series that finally improves the aac
decoder and audio format handler.

The merge had a minor conflict in error.h, which was easily resolved
by removing both affected error codes.

Cooking for a month.

* refs/heads/t/dynamic_chunks: (24 commits)
  afh_recv: Check return value of afh_get_chunk().
  aacdec: Decode only one frame per iteration.
  aacdec: Combine aac_open() and aacdec_open().
  aacdec: Make "initialized" a boolean.
  aacdec: Make frame_info local to ->post_select().
  aacdec: Remove pointless assignment.
  aacdec: Remove pointless check and improve comment.
  aacdec: Rename buffer variables.
  aacdec: Remove pointless variable p.
  aacdec: Remove check which is always true.
  aacdec: Kill pointless label.
  aacdec: Remove superfluous assignment.
  aacdec: Improve and silence error message.
  aacdec: Prefer NeAACDecInit() over NeAACDecInit2().
  aacdec: Don't eat full buffer on errors.
  Combine aacdec and aac_common.
  Convert the aac audio format handler to libmp4ff.
  aac_afh: Don't create chunk tables any more.
  afh: Dynamic chunks.
  server: Store max chunk size in database.
  ...
Makefile.in
Makefile.real
NEWS.md
configure.ac
error.h
web/manual.md
wma_afh.c