FFmpeg git repo
Go to file
Stefano Sabatini c2ac647710 doc: rework synopsis section for ff* tools
Fix syntax, remove pointless introductory sentence, improve overall
consistency.
2012-12-19 09:33:44 +01:00
compat
doc doc: rework synopsis section for ff* tools 2012-12-19 09:33:44 +01:00
libavcodec qcelpdata: correct start bit for cbgain[0] in qcelp_rate_octave_bitmap[] 2012-12-19 01:24:56 +00:00
libavdevice dshow: call CoUninitialize() on dshow_read_close() 2012-12-17 03:44:51 -02:00
libavfilter lavfi/gradfun: small align cosmetics. 2012-12-19 03:22:58 +01:00
libavformat utils: fix duration calculation for strange_duration_example.ts 2012-12-19 04:16:15 +01:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-12-17 14:11:51 +01:00
libavutil lavu/pixdesc: fix a const qualifier discarding warning. 2012-12-16 20:41:28 +01:00
libpostproc
libswresample swr/doxy: fix missing quote in code example. 2012-12-16 21:04:54 +01:00
libswscale
presets
tests fate: re-enable lavfi gradfun filter test. 2012-12-19 03:13:26 +01:00
tools Fix "bistream" typo and add a check in tools/patcheck. 2012-12-18 02:47:34 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avfilter: add apad filter 2012-12-18 16:30:08 +01:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: update my GPG key fingerprint 2012-12-18 23:08:02 +01:00
Makefile
README
RELEASE
arch.mak
cmdutils.c lavu: make sure av_pix_fmt_desc_next returns a valid pix fmt. 2012-12-16 20:39:39 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-12-18 15:00:05 +01:00
ffmpeg.c ffmpeg: Fix shortest with libx264 2012-12-19 00:08:37 +01:00
ffmpeg.h
ffmpeg_filter.c ffmpeg: Improve filter input fps selection heuristic. 2012-12-16 05:21:29 +01:00
ffmpeg_opt.c
ffplay.c ffplay: provide some feedback in case the codec cannot be set 2012-12-16 10:58:02 +01:00
ffprobe.c ffprobe: show pkt_size in frame 2012-12-15 11:46:47 +01:00
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.