FFmpeg git repo
Go to file
Stefano Sabatini 206c34e17d lavfi/setpts: set SAMPLE_RATE to NAN when input is no audio
Should be more robust/consistent.
2012-09-10 18:52:28 +02:00
compat Merge remote-tracking branch 'qatar/master' 2012-09-06 16:23:17 +02:00
doc lavfi/setpts: add FRAME_RATE constant 2012-09-10 18:52:28 +02:00
libavcodec add OTF support for attachments 2012-09-10 17:08:18 +02:00
libavdevice dshow: Change WINBOOL to BOOL 2012-09-07 22:23:32 +02:00
libavfilter lavfi/setpts: set SAMPLE_RATE to NAN when input is no audio 2012-09-10 18:52:28 +02:00
libavformat add OTF support for attachments 2012-09-10 17:08:18 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-09-09 13:27:42 +02:00
libavutil mem: fix typo in check for __ICC 2012-09-10 00:07:26 +01:00
libpostproc
libswresample swr: add av_cold to init/free functions 2012-09-09 02:26:20 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-09-09 13:27:42 +02:00
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-09-10 14:06:20 +02:00
tools
.gitignore gitignore: codec_names.h is no more 2012-09-07 14:59:01 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge remote-tracking branch 'qatar/master' 2012-09-10 14:06:20 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile Makefile: remove old codec_names.h on distclean 2012-09-07 14:59:01 +02:00
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-09-09 13:27:42 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c ffmpeg_filter: fix unsafe snprintf() usage 2012-09-09 14:11:03 +02:00
ffmpeg_opt.c
ffplay.c
ffprobe.c ffprobe: simplify default printer 2012-09-10 10:22:36 +02:00
ffserver.c ffserver: fix unsafe snprintf() return usage. 2012-09-09 14:10:11 +02:00
library.mak
version.sh

README

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.