FFmpeg git repo
Go to file
Stefano Sabatini 3b0e2763f4 examples/Makefile: apply misc minor fixes to the RM rule
Use $(RM) in place of rm, drop useless "-r" for removing files.
2012-08-27 10:09:39 +02:00
compat
doc examples/Makefile: apply misc minor fixes to the RM rule 2012-08-27 10:09:39 +02:00
libavcodec Merge remote-tracking branch 'qatar/master' 2012-08-26 22:40:02 +02:00
libavdevice
libavfilter vf_hqdn3d: avoid declaring variable in for() 2012-08-27 00:36:31 +02:00
libavformat Use correct format identifier for uint64_t. 2012-08-27 09:14:40 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-08-24 15:00:39 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-08-26 22:40:02 +02:00
libpostproc
libswresample Merge remote-tracking branch 'qatar/master' 2012-08-24 15:00:39 +02:00
libswscale
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-08-26 22:40:02 +02:00
tools
.gitignore
arch.mak
Changelog matroska: Mark S_TEXT/UTF-8 as Subrip encoded subtitles. 2012-08-25 13:15:41 -07:00
cmdutils_common_opts.h
cmdutils.c Fix one of the problems with -codecs, -encoders and -decoders. 2012-08-25 08:49:23 +02:00
cmdutils.h
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg_filter.c
ffmpeg_opt.c Merge remote-tracking branch 'qatar/master' 2012-08-26 02:34:24 +02:00
ffmpeg.c Merge remote-tracking branch 'qatar/master' 2012-08-26 22:40:02 +02:00
ffmpeg.h
ffplay.c ffplay: fix odd YUV width by cropping the video 2012-08-27 01:44:57 +02:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile build: Fix compilation when configuring with a prog suffix 2012-08-27 01:32:13 +02:00
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.