FFmpeg git repo
Go to file
Martin Storsjö 4c1202f76e Initialize ssrc and base_timestamp using ff_random_get_seed()
Originally committed as revision 22706 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-28 08:48:45 +00:00
doc misc wording and grammar fixes 2010-03-27 13:30:22 +00:00
ffpresets Use the newly available x264 parameters in ffmpeg in the x264 preset files. 2010-03-26 22:40:55 +00:00
libavcodec Clearer CODEC_CAP_DR1 documentation. 2010-03-27 13:22:07 +00:00
libavdevice Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) = 2010-03-25 00:41:54 +00:00
libavfilter The vflip filter does not need to keep ownership of a picture reference. 2010-03-18 23:13:04 +00:00
libavformat Initialize ssrc and base_timestamp using ff_random_get_seed() 2010-03-28 08:48:45 +00:00
libavutil Implement av_strerror(). 2010-03-25 22:46:35 +00:00
libpostproc
libswscale libswscale: Relicense almost all x86 assembler optimizations as LGPL. 2010-03-27 11:31:02 +00:00
tests 10l, update ref value for ffm since default flags changed and are stored in the file 2010-03-25 20:45:26 +00:00
tools patcheck: Escape parentheses in grep calls 2010-03-15 23:32:20 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS Add myself to CREDITS 2010-03-08 05:04:29 +00:00
Changelog Add a changelog entry for http digest auth 2010-03-25 14:01:38 +00:00
Doxyfile Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED 2010-03-18 15:00:17 +00:00
INSTALL
LICENSE Clarify which parts of libswscale remain GPL. 2010-03-27 11:31:30 +00:00
MAINTAINERS
Makefile Add some ad-hoc tests for libavfilter. 2010-03-17 23:23:44 +00:00
README
cmdutils.c Use av_strerror() in print_error(). 2010-03-26 22:46:47 +00:00
cmdutils.h
cmdutils_common_opts.h
common.mak Make ranlib silent in brief output mode 2010-03-17 14:43:03 +00:00
configure Implement av_strerror(). 2010-03-25 22:46:35 +00:00
ffmpeg.c 10l: fix build without termios.h 2010-03-20 01:02:45 +00:00
ffplay.c Add a loop option to ffplay. 2010-03-23 17:39:51 +00:00
ffprobe.c 10l: Initialize tag to NULL in show_stream, fix metadata showing in 2010-03-27 12:35:40 +00:00
ffserver.c Actually parse the auth headers in RTSP 2010-03-25 21:48:58 +00:00
ffserver.h
subdir.mak Remove $(MSG) override for install-lib targets 2010-03-17 14:43:05 +00:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.