FFmpeg git repo
Go to file
Michael Niedermayer 4307026243 avformat/utils: make "first_dts not matching first dts in the queue" message more informative
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-27 17:41:06 +01:00
compat
doc doc/encoders: replace @xref with @ref command 2013-10-27 15:32:25 +01:00
libavcodec vp9: skip itxfm_add if the whole block has no coefficients. 2013-10-27 15:02:48 +01:00
libavdevice lavd/pulse_audio_enc: avoid vars in for() 2013-10-26 01:58:18 +02:00
libavfilter lavfi/overlay: correct small error in intersection detection 2013-10-27 15:01:02 +01:00
libavformat avformat/utils: make "first_dts not matching first dts in the queue" message more informative 2013-10-27 17:41:06 +01:00
libavresample Merge commit '206895708ea2b464755d340e44501daf9a07c310' 2013-10-14 15:54:23 +02:00
libavutil lavu/parseutils: add av_get_known_color_name() 2013-10-27 09:16:05 +01:00
libpostproc
libswresample lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUT 2013-10-17 18:09:54 +02:00
libswscale lsws: use av_pix_fmt_get_chroma_sub_sample() 2013-10-24 08:12:38 +02:00
presets
tests FATE: update HEVC tests 2013-10-27 10:15:56 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Changelog: add entry for HEVC support. 2013-10-27 10:34:34 +01:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: add my name for Launchpad 2013-10-27 12:11:06 +01:00
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: add -colors option 2013-10-27 09:18:45 +01:00
cmdutils.h cmdutils: add -colors option 2013-10-27 09:18:45 +01:00
cmdutils_common_opts.h cmdutils: add -colors option 2013-10-27 09:18:45 +01:00
common.mak
configure configure: link with built libs when pc-uninstalled is used 2013-10-26 14:06:40 +02:00
ffmpeg.c ffmpeg: make stream default if its the only of its kind and no source can be unambigously assigned to it 2013-10-25 02:08:35 +02:00
ffmpeg.h
ffmpeg_filter.c ffmpeg_filter: Pass command line -threads X to filtergraph 2013-10-24 23:15:30 +02:00
ffmpeg_opt.c make it possible to compile ffmpeg without swscale 2013-10-21 13:57:00 +00:00
ffplay.c ffplay: add support for libswresample options 2013-10-26 12:23:54 +02:00
ffprobe.c ffprobe: fix consistency checks in parse_read_intervals() 2013-10-21 13:33:06 +02:00
ffserver.c
library.mak build: remove pointless condition 2013-10-24 10:51:03 +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.