FFmpeg git repo
Go to file
Ronald S. Bultje 9695fb2622 vp9_parser: handle zero-sized packets.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-03 14:06:34 +01:00
compat
doc doc/examples/filtering_audio: init packet0.data 2013-12-03 00:01:07 +01:00
libavcodec vp9_parser: handle zero-sized packets. 2013-12-03 14:06:34 +01:00
libavdevice
libavfilter avfilter/vf_pad: fix req_end 2013-12-03 04:09:10 +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
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile Makefile: add dependancies for ffversion.h 2013-12-03 01:30:04 +01:00
README
RELEASE
arch.mak
cmdutils.c build: rename version.h to libavutil/ffversion.h 2013-11-30 21:42:55 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak Merge commit '5a9fcc7d2524d6c0f86b2855019ee9f4cf360276' 2013-12-02 20:17:36 +01:00
configure configure: put pthread_create() check back 2013-12-02 11:11:56 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
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
library.mak
version.sh version.sh: add preprocessing guards 2013-11-30 21:42:03 +01:00

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.