rockbox/apps/codecs/libffmpegFLAC
Magnus Holmgren 1b0d1daf38 Codec makefile cleanup: remove redundant things, don't generate dependency files when cleaning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8154 a1c6a512-1295-4272-9138-f99709370657
2005-12-05 19:32:13 +00:00
..
bitstream.c
bitstream.h
coldfire.h
coldfire.S
COPYING
decoder.c
decoder.h
golomb.h Move ff_log2_tab out of header file into its own .c file 2005-11-11 23:32:29 +00:00
main.c
Makefile Codec makefile cleanup: remove redundant things, don't generate dependency files when cleaning. 2005-12-05 19:32:13 +00:00
Makefile.test
README
README.rockbox
shndec.c Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags and remove debugf definition from codec 2005-11-13 11:04:02 +00:00
shndec.h
SOURCES Oops 2005-11-12 02:07:19 +00:00
tables.c Move ff_log2_tab out of header file into its own .c file 2005-11-11 23:32:29 +00: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.