rockbox/lib/rbcodec/codecs/libffmpegFLAC
Solomon Peachy 01a62372ff flac: Fix build on Cowon D2.
Not enough IRAM on this target to support larger MAX_BLOCKSIZE even with
only 2ch.

Change-Id: I91675b9eb294f8af3f7d17aa9c76c7cb83ce0bd7
2025-09-09 08:09:45 -04:00
..
arm.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
arm.S arm: enable unified assembly syntax in more files 2025-04-18 10:26:02 -04:00
bitstream.h flac: Fix build on Cowon D2. 2025-09-09 08:09:45 -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 codecs: disable incompatible ARM assembly for Cortex-M 2025-04-19 13:00:17 -04:00
decoder.h FLAC: Conditionally increase MAX_BLOCKSIZE to 8KB 2025-09-08 22:51:46 -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 FLAC: Conditionally increase MAX_BLOCKSIZE to 8KB 2025-09-08 22:51:46 -04: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 codecs: disable incompatible ARM assembly for Cortex-M 2025-04-19 13:00:17 -04: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.