FFmpeg git repo
Go to file
Michael Niedermayer a6c455cf6b Merge commit 'ad477710244c761ad1c21246c34e0075fee12d11'
* commit 'ad477710244c761ad1c21246c34e0075fee12d11':
  build: Add shorthand for HOSTCC compile macro

Conflicts:
	Makefile

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-02 20:08:01 +01:00
compat
doc doc/examples/filtering_audio: fix chunked audio decoding 2013-12-02 15:21:52 +01:00
libavcodec Merge remote-tracking branch 'qatar/master' 2013-12-02 10:59:48 +01:00
libavdevice
libavfilter Revert "vf_yadif: move x86 init code to x86/yadif.c" 2013-12-01 20:26:26 +01:00
libavformat avformat/avisynth: remove duplicate av_new_packet() call 2013-12-01 22:12:57 +01:00
libavresample
libavutil libavutil & opencl: remove opencl default device type 2013-12-02 12:07:27 +01:00
libpostproc
libswresample
libswscale
presets
tests vp9: add a new segmentation sample. 2013-11-30 16:26:14 -05:00
tools
.gitignore Merge commit '3cd612d44789948f72b52944474e0870c5c60964' 2013-12-01 21:18:11 +01:00
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c build: rename version.h to libavutil/ffversion.h 2013-11-30 21:42:55 +01:00
cmdutils.h
common.mak Merge commit 'ad477710244c761ad1c21246c34e0075fee12d11' 2013-12-02 20:08:01 +01:00
configure configure: put pthread_create() check back 2013-12-02 11:11:56 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffmpeg.c
ffmpeg.h
ffplay.c
ffprobe.c build: rename version.h to libavutil/ffversion.h 2013-11-30 21:42:55 +01:00
ffserver.c ffserver: print error code description in case of write_header() failure 2013-11-30 14:35:33 +01:00
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile build: Add shorthand for HOSTCC compile macro 2013-12-02 13:13:09 +01:00
README
RELEASE
version.sh version.sh: add preprocessing guards 2013-11-30 21:42:03 +01:00

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.