An updated series taking into account comments to date.

Ben Avison (6):
  truehd: add hand-scheduled ARM asm version of mlp_filter_channel.
  truehd: break out part of rematrix_channels into platform-specific
    callback.
  truehd: add hand-scheduled ARM asm version of
    ff_mlp_rematrix_channel.
  truehd: tune VLC decoding for ARM.
  truehd: break out part of output_data into platform-specific
    callback.
  truehd: add hand-scheduled ARM asm version of ff_mlp_pack_output.

 libavcodec/arm/Makefile          |    3 +
 libavcodec/arm/mlpdsp_arm.S      |  665 ++++++++++++++++++++++++++++++++++++++
 libavcodec/arm/mlpdsp_armv6.S    |  526 ++++++++++++++++++++++++++++++
 libavcodec/arm/mlpdsp_init_arm.c |  119 +++++++
 libavcodec/mlpdec.c              |   90 +++---
 libavcodec/mlpdsp.c              |   73 +++++
 libavcodec/mlpdsp.h              |   46 +++
 7 files changed, 1477 insertions(+), 45 deletions(-)
 create mode 100644 libavcodec/arm/mlpdsp_arm.S
 create mode 100644 libavcodec/arm/mlpdsp_armv6.S
 create mode 100644 libavcodec/arm/mlpdsp_init_arm.c

-- 
1.7.5.4

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to