FFmpeg git repo
Go to file
Michael Niedermayer ec8f483ab5 several x86 renorm_cabac_decoder_once optimizations
START/STOP_TIMER benchmarking code for them
please benchmark on P4 & athlon
(ill remove the benchmarking code and the always slower variants as soon as p4/athlon benchmarks have been posted or commited)

Originally committed as revision 6573 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07 11:15:10 +00:00
doc MSys bash 2.04 is broken. 2006-10-04 16:05:00 +00:00
libavcodec several x86 renorm_cabac_decoder_once optimizations 2006-10-07 11:15:10 +00:00
libavformat Replace -I../-I. by -I$(BUILD_ROOT). 2006-10-07 09:22:44 +00:00
libavutil Replace -I../-I. by -I$(BUILD_ROOT). 2006-10-07 09:22:44 +00:00
libpostproc Replace -I../-I. by -I$(BUILD_ROOT). 2006-10-07 09:22:44 +00:00
libswscale Replace -I.. by -I$(BUILD_ROOT). 2006-10-07 09:23:09 +00:00
tests Update checksum to match latest ASF patch 2006-10-06 09:45:41 +00:00
vhook Replace -I../-I. by -I$(BUILD_ROOT). 2006-10-07 09:22:44 +00:00
COPYING
CREDITS
Changelog add vorbis encoder to changelog/MAINTAINERS 2006-10-02 09:51:34 +00:00
Doxyfile
INSTALL
MAINTAINERS add vorbis encoder to changelog/MAINTAINERS 2006-10-02 09:51:34 +00:00
Makefile Replace -I../-I. by -I$(BUILD_ROOT). 2006-10-07 09:22:44 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak Simplify test program build. 2006-10-05 17:10:33 +00:00
configure fix blackfin support, thaks to vapier for pointing out 2006-10-03 14:59:18 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Fix quantiSer --> quantiZer typo. 2006-10-02 10:23:59 +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.