FFmpeg git repo
Go to file
J. Bohl 2138bc16fd remove unreferenced table "dnxhd_1238_ac_index_flag" (empty curly braces did not compile with ICL12.1)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-09 20:09:43 +02:00
doc buffersrc: accept the frame rate as argument. 2012-06-09 08:42:50 +02:00
libavcodec remove unreferenced table "dnxhd_1238_ac_index_flag" (empty curly braces did not compile with ICL12.1) 2012-06-09 20:09:43 +02:00
libavdevice
libavfilter buffersrc: deprecate flat options syntax. 2012-06-09 08:42:50 +02:00
libavformat lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradata 2012-06-09 14:36:41 +02:00
libavresample
libavutil float_dsp.c: Restore author attribution that was removed by libav while moving code to libavutil 2012-06-09 16:09:47 +02:00
libpostproc
libswresample swr: skip memset(0) in rematrix when the array is known to be already 0 2012-06-09 02:43:10 +02:00
libswscale colorspace-test: add few more tests 2012-06-09 14:38:51 +00:00
mt-work
presets
tests fate-bprint: try to workaround platform specific value. 2012-06-08 12:16:31 +02:00
tools tools/graph2dot: factorize code printing non-media specific link information 2012-06-06 23:20:02 +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: include threading caps in codecs listing. 2012-06-07 23:19:20 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Add iac build dependency. 2012-06-08 15:29:24 +02:00
ffmpeg.c ffmpeg: fix fate breakage introduced by key=value buffersrc args. 2012-06-09 14:02:27 +02:00
ffplay.c ffplay: reset AVFrame to defaults before decoding each new frame. 2012-06-08 21:32:10 +02:00
ffprobe.c ffprobe: show packet duration in frame 2012-06-06 23:26:04 +02:00
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.