FFmpeg git repo
Go to file
Stefano Sabatini af392efe51 lavf/segment: rename SegmentContext.pb to list_pb
The new name is more auto-explicative, as the pb is used for the segment
list file.
2012-07-04 00:02:56 +02:00
doc doc: add documentation regarding MIPS optimizations 2012-07-03 22:06:10 +02:00
libavcodec avcodec_align_dimensions2: support 12 & 14 bit planar colorspaces 2012-07-03 19:03:40 +02:00
libavdevice
libavfilter Suggest aresample filter if it was not compiled but requested. 2012-07-03 21:35:20 +02:00
libavformat lavf/segment: rename SegmentContext.pb to list_pb 2012-07-04 00:02:56 +02:00
libavresample
libavutil libavutil: add 12 and 14 bit planar colorspaces 2012-07-03 19:02:34 +02:00
libpostproc
libswresample
libswscale
mt-work
presets
tests jvdec: check that the video_size fits in the packet. 2012-07-03 12:38:03 +02:00
tools tools: add bisect script 2012-07-03 13:29:12 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.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.