FFmpeg git repo
Go to file
Lukasz Marek ff8def2131 configure: remove git url check
This part of the script doesn't check if git command is available and produce error if not.
It is 2 years since address changed and it is more reasonable to remove it than fix it.

Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-29 12:48:13 +01:00
compat
doc ATRAC+ decoder 2013-12-29 01:11:16 +01:00
libavcodec avcodec/alsdec: skip cases where the master channel equals the current channel 2013-12-29 12:35:57 +01:00
libavdevice Merge commit 'b83d1ee3b41cfe8357836e2582104db2f3364cb0' 2013-12-27 12:01:23 +01:00
libavfilter Merge commit 'b83d1ee3b41cfe8357836e2582104db2f3364cb0' 2013-12-27 12:01:23 +01:00
libavformat omadec: Disable "Unsupported codec ATRAC3+" warning 2013-12-29 01:11:21 +01:00
libavresample Merge commit 'b83d1ee3b41cfe8357836e2582104db2f3364cb0' 2013-12-27 12:01:23 +01:00
libavutil avutil/frame: increase padding for frames 2013-12-28 19:10:45 +01:00
libpostproc
libswresample lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample format max value 2013-12-26 11:35:27 +01:00
libswscale swscale/arm: fix build error with --enable-shared 2013-12-28 14:28:25 +01:00
presets
tests avformat/matroskadec: Fix start_time 2013-12-24 18:59:46 +01:00
tools tools/zmqsend: rename ctx to zmq_ctx 2013-12-23 18:44:52 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog ATRAC+ decoder 2013-12-29 01:11:16 +01:00
INSTALL
LICENSE
MAINTAINERS ATRAC+ decoder 2013-12-29 01:11:16 +01:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure configure: remove git url check 2013-12-29 12:48:13 +01:00
ffmpeg.c ffmpeg: use timestamp from before and after the decoder to detect backward moving dts for discontinuity detection 2013-12-22 19:48:00 +01:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: Fix -target vcd 2013-12-25 21:31:19 +01:00
ffmpeg_vdpau.c
ffplay.c
ffprobe.c ffprobe: Dont clear AVFrame between uses. 2013-12-25 20:53:37 +01:00
ffserver.c ffserver: extend report_config_error() facilities, and use it for warnings 2013-12-16 19:19:04 +01:00
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.