rockbox/lib/rbcodec/codecs/libffmpegFLAC
William Wilgus a017219488 Nudge flac towards upstream FS#13266
Some flac encoded files contain junk that our decoder
picked up

upstream has some sign and overflow fixes too

Change-Id: I5857b2fe56906a48f04944cdfee8fe2306f2c3fd
2021-03-02 23:48:05 +00:00
..
arm.h
arm.S
bitstream.h iPod Classic: disable IRAM1 2018-07-30 18:50:27 -04:00
coldfire.h
coldfire.S
COPYING
decoder.c Nudge flac towards upstream FS#13266 2021-03-02 23:48:05 +00:00
decoder.h Nudge flac towards upstream FS#13266 2021-03-02 23:48:05 +00: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.