FFmpeg git repo
Go to file
Michael Niedermayer f8f4e48b6d ffmpeg: print command replies starting on column 0
This fixes formating issues with multi-line replies

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-10 13:57:29 +02:00
compat
doc doc: add *install-doc that covers all documentation 2013-09-08 05:25:17 +02:00
libavcodec Make avcodec_find_best_pix_fmt_of_list const-correct 2013-09-10 12:46:56 +02:00
libavdevice lavd/v4l2: Improve debug message 2013-09-08 14:30:52 +02:00
libavfilter avfilter/avfilter: fix null pointer dereference with queued ping filters 2013-09-10 13:39:57 +02:00
libavformat avformat/riff: add 0x594a TwoCC 2013-09-10 12:44:26 +02:00
libavresample
libavutil lavu/ripemd: Add a size optimized version of the transform functions 2013-09-09 11:18:48 +02:00
libpostproc
libswresample
libswscale swscale/utils: use memcpy instead of loop in sws_cloneVec() 2013-09-08 16:39:38 +02:00
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: Weston 3 Field Deinterlacing Filter 2013-09-06 12:46:56 +00:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c ffmpeg: print command replies starting on column 0 2013-09-10 13:57:29 +02:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c
ffserver.c
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.