1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00
Go to file
Michael Niedermayer e701cd96c2 avutil/avutil_version: Run checks just once
This ensures that applications that call avutil_version() often
would not run the checls every time

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-16 17:04:16 +02:00
compat
doc doc/filters: merge asplit and split documentation 2013-04-15 23:40:05 +02:00
libavcodec libaacplus: set supported profiles 2013-04-16 10:20:17 +00:00
libavdevice
libavfilter lavfi/interlace: remove now unused av_opt_free() call 2013-04-16 14:32:49 +00:00
libavformat dfa: support decoding version=1.0 2013-04-15 12:13:41 +02:00
libavresample
libavutil avutil/avutil_version: Run checks just once 2013-04-16 17:04:16 +02:00
libpostproc
libswresample swr/rematrix: use av_calloc() 2013-04-15 20:31:06 +02:00
libswscale sws/fill_rgb2yuv_table: use ROUNDED_DIV 2013-04-16 11:33:40 +02:00
presets
tests fate: fix histogram test, try #2 2013-04-16 03:52:51 +02:00
tools
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.