FFmpeg git repo
Go to file
Sebastian Sandberg c6779c5131 vc1dec: fieldtx is only valid for interlaced frames
the fieldtx_plane is not cleared for interlaced fields

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-01 00:48:05 +01:00
compat
doc doc/indevs: document v4l2 options 2013-01-31 22:13:08 +01:00
libavcodec vc1dec: fieldtx is only valid for interlaced frames 2013-02-01 00:48:05 +01:00
libavdevice lavd/v4l2: read the correct time per frame from devices that support a standard 2013-01-31 15:29:53 +01:00
libavfilter lavfi/buffersrc: forward filter_frame errors. 2013-01-31 21:03:54 +01:00
libavformat Merge commit '29f1fa74225e9fdbab6d590857edbecb51cf74da' 2013-01-31 19:52:58 +01:00
libavresample
libavutil mips: optimization for float aac decoder (core module) 2013-01-31 01:23:09 +01:00
libpostproc
libswresample swr/ build_filter: use av_calloc() fix buffer overflow 2013-01-27 05:58:47 +01:00
libswscale Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2' 2013-01-28 14:11:31 +01:00
presets
tests swscale: GBRP output support 2013-01-27 15:28:07 -05:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS CREDITS: redirect to Git log, remove current outdated content 2013-01-31 18:02:52 +01:00
Changelog Port biquads filters from SoX 2013-01-31 12:13:55 +00:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2013-01-31 20:03:36 +01:00
ffmpeg.c ffmpeg: implement -force_key_frames expression evalution 2013-01-27 16:56:47 +01:00
ffmpeg.h ffmpeg: implement -force_key_frames expression evalution 2013-01-27 16:56:47 +01:00
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: remove -crop* and -pad* options 2013-01-27 16:56:47 +01:00
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.