summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-15 01:40:59 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-15 01:40:59 +0000
commit40ac87dbf286f4d4d84aa1570a50699e5706d9ce (patch)
tree14017040bfed170f90d2d64b15152d076a41e9ab /DOCS
parent9299c9f33509a3dbf5a0038554e888558d3180b9 (diff)
downloadmpv-40ac87dbf286f4d4d84aa1570a50699e5706d9ce.tar.bz2
mpv-40ac87dbf286f4d4d84aa1570a50699e5706d9ce.tar.xz
cross-ref
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7400 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/codec-devel.txt2
-rw-r--r--DOCS/tech/general.txt1
-rw-r--r--DOCS/tech/libmpcodecs.txt2
3 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/tech/codec-devel.txt b/DOCS/tech/codec-devel.txt
index 53366a9edf..52968ba65c 100644
--- a/DOCS/tech/codec-devel.txt
+++ b/DOCS/tech/codec-devel.txt
@@ -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,
diff --git a/DOCS/tech/general.txt b/DOCS/tech/general.txt
index a7a8c4c44f..83c8879477 100644
--- a/DOCS/tech/general.txt
+++ b/DOCS/tech/general.txt
@@ -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
diff --git a/DOCS/tech/libmpcodecs.txt b/DOCS/tech/libmpcodecs.txt
index 9bfae78c9e..0bb4e612ee 100644
--- a/DOCS/tech/libmpcodecs.txt
+++ b/DOCS/tech/libmpcodecs.txt
@@ -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:
===============