FFmpeg git repo
Go to file
Tim.Nicholson ae4c912bce Forward interlaced field information from mov to ffv1 decoder.
Only read the information for old ffv1, level/version 3 saves
the information in the bitstream.
Fixes a part of ticket #2190.

Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
2013-08-02 23:31:40 +02:00
compat
doc
libavcodec Forward interlaced field information from mov to ffv1 decoder. 2013-08-02 23:31:40 +02:00
libavdevice avdevice/timefilter-test: dont try to optimize par1 for n0=0 case 2013-08-02 17:06:13 +02:00
libavfilter
libavformat avformat/matroskaenc: make 2 tables static that are not used outside matroskaenc 2013-08-02 21:14:59 +02:00
libavresample
libavutil
libpostproc
libswresample
libswscale
presets
tests avdevice/timefilter-test: dont try to optimize par1 for n0=0 case 2013-08-02 17:06:13 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Do not suggest to use gas-preprocessor if using it would break compilation. 2013-08-02 23:23:58 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.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.