From 40ac87dbf286f4d4d84aa1570a50699e5706d9ce Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 15 Sep 2002 01:40:59 +0000 Subject: cross-ref git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7400 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/codec-devel.txt | 2 ++ DOCS/tech/general.txt | 1 + DOCS/tech/libmpcodecs.txt | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'DOCS') 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: =============== -- cgit v1.2.3