1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
Go to file
Alex Beregszaszi ddec67e8b1 ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c
Originally committed as revision 8765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-21 00:29:01 +00:00
doc Atrac3 decoder. 2007-04-17 20:53:39 +00:00
libavcodec ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c 2007-04-21 00:29:01 +00:00
libavformat remove possibly broken wince cruft 2007-04-20 23:45:53 +00:00
libavutil remove possibly broken wince cruft 2007-04-20 23:45:53 +00:00
libpostproc typos/grammar 2007-04-07 14:09:20 +00:00
libswscale preserve alpha channel when converting rgb32 to bgr32 in plain C 2007-04-18 16:40:58 +00:00
tests fix tiff regression test (bitexact flag was ignoredwhich caused the 2007-04-14 18:58:26 +00:00
vhook
build_avopt
Changelog Atrac3 decoder. 2007-04-17 20:53:39 +00:00
clean-diff
cmdutils.c change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2 2007-04-13 07:19:12 +00:00
cmdutils.h
common.mak
configure remove possibly broken wince cruft 2007-04-20 23:45:53 +00:00
COPYING
CREDITS
cws2fws.c cosmetics: remove my email address 2007-04-20 23:59:22 +00:00
Doxyfile
ffinstall.nsi
ffmpeg.c fix overhead and bitrate statistics 2007-04-14 17:50:39 +00:00
ffplay.c Make some functions which aren't used outside their declaring source file 2007-04-08 20:21:11 +00:00
ffserver.c Fix an use-after-free bug 2007-04-19 13:55:06 +00:00
ffserver.h
INSTALL
MAINTAINERS Let maintain things. Added myself as atrac3 maintainer. 2007-04-18 19:48:52 +00:00
Makefile
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.