rockbox/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 Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
arm.S Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
bitstream.h flac: 7th channel decode buffer may not fit into IRAM. 2024-10-14 13:43:54 -04:00
coldfire.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
coldfire.S Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
COPYING Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
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 Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
README Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
README.rockbox Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
shndec.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
shndec.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
SOURCES Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00

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.