FFmpeg git repo
Go to file
Lukasz Marek defb87eef4 lavd/qtkit: add device category
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
2014-04-12 19:50:09 +02:00
compat
doc avformat/img2dec: support nanosecond file times 2014-04-12 04:52:01 +02:00
libavcodec avcodec/ffv1: use av_malloc_array() 2014-04-12 15:41:00 +02:00
libavdevice lavd/qtkit: add device category 2014-04-12 19:50:09 +02:00
libavfilter avfilter/settb: remove duplicate #include 2014-04-10 21:58:03 +02:00
libavformat avformat/img2dec: support nanosecond file times 2014-04-12 04:52:01 +02:00
libavresample Merge commit '254c95cdd1b669a722204a4a65974fc2523c8f83' 2014-04-11 20:39:04 +02:00
libavutil avutil/log: factor "level != AV_LOG_INFO/8" checks out 2014-04-09 16:30:16 +02:00
libpostproc
libswresample
libswscale sws: fix warning about RGB_PACK24_B_OPERANDS redefinition 2014-04-10 02:07:07 +02:00
presets
tests avcodec/mpegaudioenc_template: default to 384k bitrate as default 2014-04-11 01:13:16 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
INSTALL
LICENSE
MAINTAINERS Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
ffmpeg.c ffmpeg: stop protocols on interrupt when no transcoding has happened yet 2014-04-10 22:29:23 +02:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
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.