]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/btr into next
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 8 May 2024 17:48:44 +0000 (19:48 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 8 May 2024 17:48:44 +0000 (19:48 +0200)
commit635b4d83f23fdd4ab8cd7f0e2cbcf638f02e4d8f
tree0b064025db3afa9195171c692b445f0e4fa6b718
parent4d39aa8f736dedc2c764272e1918f80e3ce63cb1
parentd63f84b1a243ce5d0a7d13928d9f522d7f5b476b
Merge topic branch t/btr into next

Some helpers such as btr_get_input_queue_size() are very expensive
if the buffer tree contains many buffers, which is the case for mp3
and aac streams. This is noticeable in particular with para_play,
which spends more time in the btr subsystem than in the mp3 decoder
if the file is large enough. This branch contains a few patches to
improve that.

* refs/heads/t/btr:
  btr: Streamline the documentation of buffer_tree.h.
  Constify buffer tree API.
  btr: Merge buffers on insertion.
  btr: Speed up btr_node_status().
  Speed up mp3dec filter.