FFmpeg git repo
Go to file
Oded Shimon b4b6ff3a55 Original Commit: r30 | ods15 | 2006-09-22 18:24:04 +0300 (Fri, 22 Sep 2006) | 2 lines
remove some old defines, use ALT_BITSTREAM_WRITER

Originally committed as revision 6439 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-02 05:56:07 +00:00
doc move things from my todo to the unassigned one so my lazyness doesnt prevent others from working on them 2006-09-30 16:06:07 +00:00
libavcodec Original Commit: r30 | ods15 | 2006-09-22 18:24:04 +0300 (Fri, 22 Sep 2006) | 2 lines 2006-10-02 05:56:07 +00:00
libavformat add support for some MS DIB formats for avisynth 2006-10-01 20:41:02 +00:00
libavutil add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8% 2006-09-28 08:04:16 +00:00
libpostproc
libswscale Remove unused variables. 2006-10-01 14:17:45 +00:00
tests Fix wrong ASF duration of generated files 2006-10-01 17:05:25 +00:00
vhook
COPYING
CREDITS
Changelog WavPack lossless audio decoder 2006-09-26 03:41:51 +00:00
Doxyfile
INSTALL
MAINTAINERS WavPack lossless audio decoder 2006-09-26 03:41:51 +00:00
Makefile make depend should recurse into libswscale as well. 2006-10-01 16:33:31 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure f*cking windows confuses itself by adding .exe to filenames 2006-09-30 13:27:29 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Update copyright year and mention other copyright holders. 2006-10-01 17:26:15 +00:00
ffplay.c Update copyright year and mention other copyright holders. 2006-10-01 17:26:15 +00:00
ffserver.c Update copyright year and mention other copyright holders. 2006-10-01 17:26:15 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
xvmc_render.h

README

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.