Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
avcodec/dca: add DTS Express (LBR) decoder
Signed-off-by: James Almer <jamrial@gmail.com>
- Loading branch information
Showing
with
2,830 additions
and 6 deletions.
- +1 −0 Changelog
- +1 −1 libavcodec/Makefile
- +1,825 −0 libavcodec/dca_lbr.c
- +130 −0 libavcodec/dca_lbr.h
- +466 −0 libavcodec/dcadata.c
- +47 −0 libavcodec/dcadata.h
- +21 −1 libavcodec/dcadec.c
- +4 −1 libavcodec/dcadec.h
- +74 −0 libavcodec/dcadsp.c
- +7 −0 libavcodec/dcadsp.h
- +241 −3 libavcodec/dcahuff.c
- +13 −0 libavcodec/dcahuff.h
Oops, something went wrong.