diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-03-20 21:17:21 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-03-20 21:17:21 +0000 |
commit | 5d171758c08aeda8ba9899ba71ffe4d6a8d0cd7b (patch) | |
tree | 6c008469454b31871c672b2d0829736af8d1e566 | |
parent | afe28f7ce94c0d34474ed7a1223aafffb0ec05eb (diff) | |
download | ffmpeg-5d171758c08aeda8ba9899ba71ffe4d6a8d0cd7b.tar.gz |
update links to old probably obsolete bttv patches
Originally committed as revision 8459 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/faq.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 2df8be74f0..9c41679ae2 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -121,14 +121,14 @@ if some MP3 codec like LAME is installed @section Why does the chrominance data seem to be sampled at a different time from the luminance data on bt8x8 captures on Linux? This is a well-known bug in the bt8x8 driver. For 2.4.26 there is a patch at -(@url{http://mplayerhq.hu/~michael/bttv-420-2.4.26.patch}). This may also +(@url{http://svn.mplayerhq.hu/michael/trunk/patches/bttv-420-2.4.26.patch?view=co}). This may also apply cleanly to other 2.4-series kernels. @section How do I avoid the ugly aliasing artifacts in bt8x8 captures on Linux? Pass 'combfilter=1 lumafilter=1' to the bttv driver. Note though that 'combfilter=1' -will cause somewhat too strong filtering. A fix is to apply (@url{http://mplayerhq.hu/~michael/bttv-comb-2.4.26.patch}) -or (@url{http://mplayerhq.hu/~michael/bttv-comb-2.6.6.patch}) +will cause somewhat too strong filtering. A fix is to apply (@url{http://svn.mplayerhq.hu/michael/trunk/patches/bttv-comb-2.4.26.patch?view=co}) +or (@url{http://svn.mplayerhq.hu/michael/trunk/patches/bttv-comb-2.6.6.patch?view=co}) and pass 'combfilter=2'. @section I have a problem with an old version of ffmpeg; where should I report it? @@ -356,7 +356,7 @@ to ffmpeg or libavcodec. see @url{http://www.iversenit.dk/dev/ffmpeg-headers/} -@section where are docs about ffv1, msmpeg4, asv1, 4xm? +@section where are the docs about ffv1, msmpeg4, asv1, 4xm? see @url{http://svn.mplayerhq.hu/michael/trunk/docs/} |