1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00
Go to file
Michael Niedermayer 68b63a3432 mpegvideo: Use picture_ptr instead of picture in ff_mpeg_draw_horiz_band()
Fixes strides and issue with mplayer and mpeg2 field pictures

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-20 00:19:21 +02:00
compat avisynth: Support video input from AviSynth 2.5 properly. 2013-08-17 14:27:25 +02:00
doc Revert "doc/RELEASE_NOTES: add a note about AVISynth" 2013-08-19 12:39:28 +02:00
libavcodec mpegvideo: Use picture_ptr instead of picture in ff_mpeg_draw_horiz_band() 2013-08-20 00:19:21 +02:00
libavdevice
libavfilter avfilter/vf_mp: remove unused sws related functions 2013-08-16 16:07:29 +02:00
libavformat avformat/matroskadec: add WebVTT support 2013-08-19 22:34:57 +02:00
libavresample
libavutil
libpostproc
libswresample
libswscale swscale: improve dither checks 2013-08-19 18:33:50 +02:00
presets
tests fate: add ffv1.0 test 2013-08-18 13:01:44 +02:00
tools
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Revert "Merge commit of 'vdpau: remove old-style decoders'" 2013-08-17 22:17:49 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c Warn the user if a pix_fmt != yuv420p was chosen for MPEG-2 video encoding. 2013-08-18 22:00:35 +02:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

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.