1
0
Fork 0
forked from len0rd/rockbox
foxbox/lib/rbcodec/codecs/libffmpegFLAC
Solomon Peachy 2f109a7c2a flac: 7th channel decode buffer may not fit into IRAM.
(Fixes failure to compile on nano2g)

Change-Id: Ibe40a18ee74a3ac3ca2ec9dfac478d1fda5d34ee
2024-10-14 13:43:54 -04:00
..
arm.h
arm.S
bitstream.h flac: 7th channel decode buffer may not fit into IRAM. 2024-10-14 13:43:54 -04:00
coldfire.h
coldfire.S
COPYING
decoder.c flac: Implement proper support for 7 channel FLACs 2024-10-14 12:28:07 -04:00
decoder.h flac: Bump maximum channel count to 7 (FS#13306) 2024-10-14 11:05:28 -04:00
golomb.h Nudge flac towards upstream FS#13266 2021-03-02 23:48:05 +00:00
libffmpegFLAC.make
README
README.rockbox
shndec.c
shndec.h
SOURCES

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  liba52 and libpostproc are licensed under the Lesser GNU General
  Public License. 

* liba52 and libpostproc are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.