FFmpeg git repo
Go to file
Derek Buitenhuis 9249b28e79 doc: Grammar fixes for FFmpeg's detailed description
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2013-03-31 18:22:08 -04:00
compat
doc doc: Grammar fixes for FFmpeg's detailed description 2013-03-31 18:22:08 -04:00
libavcodec dvdec: fix lowres=3 with yuv 4:1:1 2013-03-31 20:37:49 +02:00
libavdevice lavd/v4l2: fix printing of list_formats table 2013-03-28 16:17:42 +01:00
libavfilter lavfi/overlay: fix debug PTS output in try_filter_frame() 2013-03-31 18:00:44 +02:00
libavformat Use PIX_FMT_BGR24 for the AviSynth demuxer, instead of RGB24. 2013-03-31 01:09:33 +01:00
libavresample
libavutil opt: attempt to improve options dump output. 2013-03-31 18:22:23 +02:00
libpostproc
libswresample
libswscale
presets
tests fate/filter: use aperms to test volume filter. 2013-03-31 11:58:20 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c' 2013-03-28 13:00:39 +01:00
INSTALL
LICENSE LICENSE: add libutvideo in the GPL libraries list. 2013-03-29 02:08:20 +01:00
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: support filters in the help topic system. 2013-03-31 18:22:23 +02:00
cmdutils.h cmdutils: avtool -> fftool 2013-03-31 18:22:23 +02:00
cmdutils_common_opts.h cmdutils_common_opts: fix loglevel help text as its inaccurate 2013-03-31 18:06:18 +02:00
common.mak
configure
ffmpeg.c Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c' 2013-03-28 13:00:39 +01:00
ffmpeg.h Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c' 2013-03-28 13:00:39 +01:00
ffmpeg_filter.c ffmpeg/avformat: factor av_guess_frame_rate() out 2013-03-29 17:40:28 +01:00
ffmpeg_opt.c Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c' 2013-03-28 13:00:39 +01:00
ffplay.c ffplay: always queue attachment pictures after flushing the video packet queue 2013-03-30 16:44:19 +01:00
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.