FFmpeg git repo
Go to file
Måns Rullgård 55127e7b49 Create config.asm for use with yasm
Originally committed as revision 25039 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-03 21:27:19 +00:00
doc Mention that library micro version should be reset if minor version is bumped. 2010-08-31 12:54:40 +00:00
ffpresets
libavcodec Fix the dependencies of the RTP muxer 2010-09-03 21:13:01 +00:00
libavcore Use quotes instead of angle brackets for local #includes. 2010-09-01 02:12:03 +00:00
libavdevice Define macro AV_NE() and use it in libavdevice. 2010-08-17 18:25:34 +00:00
libavfilter Implement ff_get_ref_perms_string() and use it for tracing. 2010-08-24 15:12:13 +00:00
libavformat Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups 2010-09-03 20:06:01 +00:00
libavutil Add missing parentheses to AV_NE macro. 2010-08-23 15:31:50 +00:00
libpostproc
libswscale swscale: simplify selection of optimizations to compile. 2010-08-25 14:39:11 +00:00
tests fate: delete log files ahead of each run 2010-09-02 15:39:44 +00:00
tools Set the correct type for the output links. 2010-08-17 18:07:57 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Add changelog entry for MMSH support. 2010-08-25 16:05:03 +00:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS rename idroq.c to idroqdec.c 2010-08-29 16:37:33 +00:00
Makefile fate: print list of tests with "make fate-list" 2010-08-26 13:58:45 +00:00
README
cmdutils.c Extend show_protocols() to make it print information about input, 2010-07-29 22:38:28 +00:00
cmdutils.h
cmdutils_common_opts.h
common.mak Create config.asm for use with yasm 2010-09-03 21:27:19 +00:00
configure Create config.asm for use with yasm 2010-09-03 21:27:19 +00:00
ffmpeg.c Factorize opt_new_{audio,video,subtitle} definitions. 2010-08-24 15:48:20 +00:00
ffplay.c Add _XOPEN_SOURCE definition for usleep(). 2010-08-23 21:12:34 +00:00
ffprobe.c Implement ffprobe -show_packets. 2010-07-28 23:17:59 +00:00
ffserver.c Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 2010-07-26 23:12:28 +00:00
ffserver.h
subdir.mak
version.sh version.sh: write version to stdout if no output file specified 2010-07-26 23:43:59 +00:00

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.