FFmpeg git repo
Go to file
Carl Eugen Hoyos a882cf9c21 Make av_build_filter static (and remove av_): It is not used outside resample2.c.
Originally committed as revision 22118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-28 19:58:26 +00:00
doc Add the graph2dot tools and document it. 2010-02-25 19:55:01 +00:00
ffpresets
libavcodec Make av_build_filter static (and remove av_): It is not used outside resample2.c. 2010-02-28 19:58:26 +00:00
libavdevice vfwcap: support MJPG compressed streams. 2010-02-23 16:49:16 +00:00
libavfilter Add the graph2dot tools and document it. 2010-02-25 19:55:01 +00:00
libavformat Print chapter info in dump_format(). 2010-02-28 18:37:09 +00:00
libavutil Include sha1.h from sha.c: It contains several prototypes. 2010-02-28 02:32:16 +00:00
libpostproc
libswscale Make sws_dcVec static: It is only used inside libswscale/utils.c. 2010-02-28 02:18:16 +00:00
tests Free packets read in seek_test. 2010-02-28 11:18:04 +00:00
tools Add the graph2dot tools and document it. 2010-02-25 19:55:01 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS Add myself as contributor. 2010-02-13 19:24:32 +00:00
Changelog Add an RTSP muxer 2010-02-22 21:28:19 +00:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS add myself to gpg fingerprint list 2010-02-27 10:11:23 +00:00
Makefile Add FFprobe tool. 2010-02-21 11:43:01 +00:00
README
cmdutils.c Make opt_default() print an error message and exit if the option 2010-02-22 12:28:51 +00:00
cmdutils.h
cmdutils_common_opts.h
common.mak Stop make deleting intermediate files (ffmpeg.o and friends) 2010-02-27 15:25:28 +00:00
configure Add -Wmissing-prototypes to CFLAGS if available. 2010-02-23 21:03:25 +00:00
ffmpeg.c Prevent overflow of start_time + recording_time. 2010-02-26 14:46:20 +00:00
ffplay.c Clear freed pointer in ffplay.c. 2010-02-24 14:45:18 +00:00
ffprobe.c 10l: add prefix "TAG:" to the metadata tags key showed for each stream. 2010-02-25 00:16:43 +00:00
ffserver.c Prefix non-static RTSP functions with ff_. 2010-02-23 00:35:50 +00:00
ffserver.h
subdir.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.