FFmpeg git repo
Go to file
Clément Bœsch 52b866471e doc/faq: move filter links to the ffmpeg-filters.html page. 2012-12-20 00:36:08 +01:00
compat Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff' 2012-10-24 13:42:58 +02:00
doc doc/faq: move filter links to the ffmpeg-filters.html page. 2012-12-20 00:36:08 +01:00
libavcodec h264: use must_reinit to simplify code 2012-12-19 21:46:11 +01:00
libavdevice dshow: call CoUninitialize() on dshow_read_close() 2012-12-17 03:44:51 -02:00
libavfilter lavfi/setpts: enable debug logs, and improve/extend debug messages 2012-12-19 11:49:54 +01:00
libavformat au: return meaningful error codes 2012-12-19 20:16:35 +00:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-12-17 14:11:51 +01:00
libavutil Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534' 2012-12-19 14:28:58 +01:00
libpostproc pp: fix a few typo in the template. 2012-12-19 17:59:25 +01:00
libswresample swr/doxy: fix missing quote in code example. 2012-12-16 21:04:54 +01:00
libswscale doxy: add ref for lavfi, lpp and lsws. 2012-12-11 02:13:43 +01:00
presets presets: specify the codecs. 2012-05-04 18:40:36 +02:00
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 Add examples/resampling_audio to .gitignore. 2012-12-06 12:13:01 +01:00
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 lavfi: add geq filter. 2012-11-11 23:12:54 +01:00
MAINTAINERS MAINTAINERS: update my GPG key fingerprint 2012-12-18 23:08:02 +01:00
Makefile Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
README
RELEASE Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa' 2012-10-24 14:01:36 +02:00
arch.mak Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 2012-12-08 14:24:16 +01:00
cmdutils.c Merge commit '0ec1642b60a5b1a4d913e2b9e3899173dff77e7a' 2012-12-19 22:47:40 +01:00
cmdutils.h Merge commit '8c9af5b2051b9927f845c7afdfeb30b82670ee77' 2012-12-19 22:38:04 +01:00
cmdutils_common_opts.h Revert "cmdutils: allow specifying the file for -report" 2012-11-04 10:47:52 +01:00
common.mak Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
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: sub2video: use start and end time. 2012-12-12 15:05:50 +01:00
ffmpeg_filter.c Merge commit '10bca66101b79954512cd9d8ee20c3bc4513adf3' 2012-12-19 22:04:03 +01:00
ffmpeg_opt.c ffmpeg: use GROW_ARRAY in opt_map_channel. 2012-12-19 22:57:35 +01:00
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 ffserver: set oformat 2012-12-09 23:39:06 +01:00
library.mak Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
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.