1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs/libffmpegFLAC
2011-12-19 19:46:10 +00:00
..
arm.h
arm.S
bitstream.h FS#12463: Improve performance for multichannel FLAC decoding. Speeds up decoding by 3 MHz on PP5022, 6-7 MHz on S5L870x and 11-12 MHz on MCF5250. 5.1-88kHz-files still do not decode in realtime on Coldfire and PP502x. 2011-12-19 19:46:10 +00:00
coldfire.h
coldfire.S
COPYING
decoder.c FS#12463: Improve performance for multichannel FLAC decoding. Speeds up decoding by 3 MHz on PP5022, 6-7 MHz on S5L870x and 11-12 MHz on MCF5250. 5.1-88kHz-files still do not decode in realtime on Coldfire and PP502x. 2011-12-19 19:46:10 +00:00
decoder.h Fix decoding of multichannel flac, refactor sample buffer handling and decorrelation (taken from ffmpeg sources) and add some flac details to the manual. Solves FS#12371. 2011-12-10 22:28:16 +00:00
golomb.h
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.