1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
Go to file
Michael Niedermayer 7491816010 libavfilter/libmpcodecs: add vf_stereo3d support
(code from mplayer see their svn for detailed authorship)
parameters must be integers as we do not have mplayers parser
also the stuff passed to it through non constant globals is not supported
this should be fixed in mplayer first.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-09-20 05:49:42 +02:00
doc vf_yadif: add an option to enable/disable deinterlacing based on src frame "interlaced" flag 2011-09-19 12:44:22 +02:00
ffpresets Remove libx264 baseline ffpreset 2011-07-28 01:44:57 +02:00
libavcodec h264: do not increase recovery frame which would lead to endless moving away of the recovery point. 2011-09-20 02:52:17 +02:00
libavdevice Fix compilation with --disable-everything --enable-outdev=alsa. 2011-09-18 22:22:45 +02:00
libavfilter libavfilter/libmpcodecs: add vf_stereo3d support 2011-09-20 05:49:42 +02:00
libavformat lavf/utils: better dts wrap correction. 2011-09-20 04:32:46 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2011-09-19 22:45:34 +02:00
libpostproc postprocess.c: filter name needs to be double 0 terminated 2011-08-26 20:28:54 +02:00
libswresample rematrix: dont use floats for int16 code. 2011-09-19 09:25:50 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2011-09-15 23:10:26 +02:00
mt-work Update todo 2011-06-12 18:01:29 +02:00
tests regtests: add a flashsv2 decoder test limited to keyframes 2011-09-20 01:12:42 +02:00
tools graph2dot: show timebase information for audio links 2011-09-17 01:36:32 +02:00
.gitignore gitignore: add libswresample* 2011-09-19 17:39:38 +02:00
avconv.c Merge remote-tracking branch 'qatar/master' 2011-09-12 00:32:54 +02:00
Changelog Merge remote-tracking branch 'qatar/master' 2011-09-17 22:36:43 +02:00
cmdutils_common_opts.h Merge remote-tracking branch 'qatar/master' 2011-09-12 00:32:54 +02:00
cmdutils.c Fix compilation without --disable-swscale. 2011-09-18 19:06:49 +02:00
cmdutils.h Merge remote-tracking branch 'qatar/master' 2011-09-12 00:32:54 +02:00
common.mak Add libswresample. 2011-09-19 07:04:17 +02:00
configure configure: swr pkgconfig 2011-09-19 07:32:38 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS Revert "partially rename FFmpeg to Libav" 2011-03-17 17:26:45 +01:00
Doxyfile doxygen: dont generate docs for avconv.c 2011-09-08 17:56:17 +02:00
ffmpeg.c Add libswresample. 2011-09-19 07:04:17 +02:00
ffplay.c ffplay: dont drop all frames if realtime decoding is impossible 2011-09-14 14:56:59 +02:00
ffprobe.c ffprobe: fix crash with -h. 2011-09-16 14:31:42 +02:00
ffserver.c Merge remote-tracking branch 'qatar/master' 2011-09-05 03:10:45 +02:00
INSTALL Merge remote branch 'qatar/master' 2011-04-08 02:50:13 +02:00
LICENSE cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
MAINTAINERS MAINTAINERS: add my GPG fingerprint. 2011-09-19 17:04:34 +02:00
Makefile Add libswresample. 2011-09-19 07:04:17 +02:00
README cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
RELEASE set Release to 0.8.2.git. We are at 0.8.2 and a bit further. 2011-08-13 03:39:58 +02:00
subdir.mak Merge remote-tracking branch 'qatar/master' 2011-07-31 00:34:47 +02:00
version.sh version.sh: handle shallow clones and snapshots. 2011-07-22 10:43:59 +02:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.