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
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
coldfire.S
COPYING
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
README
README.rockbox FLAC: Conditionally increase MAX_BLOCKSIZE to 8KB 2025-09-08 22:51:46 -04:00
shndec.c
shndec.h
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.