cross-ref

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7400 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-09-15 01:40:59 +00:00
parent 9299c9f335
commit 40ac87dbf2
3 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,8 @@ A Guide To Developing MPlayer Codecs
by Mike Melanson (melanson at pcisys dot net)
updated to libmpcodecs arch by A'rpi
SEE ALSO: libmpcodecs.txt !!!
Introduction
------------
I've developed a number of open source decoders for the MPlayer project,

View File

@ -212,6 +212,7 @@ Now, go on:
vf_*.c - video filter (see option -vop)
On this topic, see also:
libmpcodecs.txt - The structure of the codec-filter path, with explanation
dr-methods.txt - Direct rendering, MPI buffer management for video codecs
codecs.conf.txt - How to write/edit codec configuration file (codecs.conf)
codec-devel.txt - Mike's hints about codec development - a bit OUTDATED

View File

@ -1,7 +1,7 @@
The libMPcodecs API details, hints - by A'rpi
==================================
See also: colorspaces.txt, codec-devel.txt, dr-methods.txt
See also: colorspaces.txt, codec-devel.txt, dr-methods.txt, codecs.conf.txt
The VIDEO path:
===============