1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
Go to file
Kostya Shishkov eeb40eb367 10l: forgot break statement
Originally committed as revision 8003 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-17 11:39:54 +00:00
doc implement new grabbing interface, as described here: 2007-02-14 17:01:32 +00:00
libavcodec 10l: forgot break statement 2007-02-17 11:39:54 +00:00
libavformat not checking error return, resulting double free 2007-02-17 02:46:47 +00:00
libavutil av_noinline 2007-02-16 21:19:42 +00:00
libpostproc rename always_inline to av_always_inline and move to common.h 2006-12-08 00:35:08 +00:00
libswscale BGR/RGB4 byte formats as input 2007-02-17 11:36:02 +00:00
tests use aiff when we can, some players only support aiff 2007-02-14 11:01:05 +00:00
vhook Replace deprecated PIX_FMT names by the newer variants. 2007-02-07 01:48:09 +00:00
build_avopt
Changelog WMA encoder 2007-02-06 21:23:33 +00:00
clean-diff
cmdutils.c 10l in r7174 caused all options to be treated as filenames. 2006-11-27 15:48:16 +00:00
cmdutils.h
common.mak Remove installstrip in favor of explicit strip; better for cross-compilation. 2007-01-25 12:29:48 +00:00
configure restore lost --enable-amr-if2 option 2007-02-17 00:35:37 +00:00
COPYING
CREDITS I suppose I can add myself, at least for my vorbis encoder... 2006-11-15 18:06:44 +00:00
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c implement new grabbing interface, as described here: 2007-02-14 17:01:32 +00:00
ffplay.c fix rawvideo 2007-02-09 13:24:08 +00:00
ffserver.c poll() emulation for BeOS, and maybe MinGW. 2007-02-15 07:44:10 +00:00
ffserver.h
INSTALL
MAINTAINERS Flash screen video encoder. 2007-01-21 20:56:20 +00:00
Makefile Remove installstrip in favor of explicit strip; better for cross-compilation. 2007-01-25 12:29:48 +00:00
output_example.c
pktdumper.c Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 2006-11-01 22:39:58 +00:00
qt-faststart.c
README liba52 was removed, libswscale is also GPLed. 2007-02-14 09:18:21 +00:00
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.