summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-28 22:09:21 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-28 22:09:21 +0000
commitf3216dba06a3f7824b76dc98a138c34b5579d71b (patch)
tree9c2d8bfe7559e92f4fd6daf86d0d01f4bffc83e5 /DOCS
parent194517d82a6dd41b8e7363c0a07007919959b09b (diff)
downloadmpv-f3216dba06a3f7824b76dc98a138c34b5579d71b.tar.bz2
mpv-f3216dba06a3f7824b76dc98a138c34b5579d71b.tar.xz
clarify comments/docs about lav* being the preferred place to implement new
codecs and (de)muxers, except for wrappers around external libraries and codecs and (de)muxers requiring binary support. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25908 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/codec-devel.txt5
-rw-r--r--DOCS/tech/libmpcodecs.txt5
2 files changed, 6 insertions, 4 deletions
diff --git a/DOCS/tech/codec-devel.txt b/DOCS/tech/codec-devel.txt
index 0e811d50eb..a9ca1ddcad 100644
--- a/DOCS/tech/codec-devel.txt
+++ b/DOCS/tech/codec-devel.txt
@@ -4,8 +4,9 @@ updated to libmpcodecs arch by A'rpi
SEE ALSO: libmpcodecs.txt !!!
-NOTE: If you want to implement a new codec, please add it to libavcodec.
-libmpcodecs is considered deprecated.
+NOTE: If you want to implement a new native codec, please add it to
+libavcodec. libmpcodecs is considered mostly deprecated, except for wrappers
+around external libraries and codecs requiring binary support.
Introduction
------------
diff --git a/DOCS/tech/libmpcodecs.txt b/DOCS/tech/libmpcodecs.txt
index 68ad7eeb5a..65165b7bd9 100644
--- a/DOCS/tech/libmpcodecs.txt
+++ b/DOCS/tech/libmpcodecs.txt
@@ -1,5 +1,6 @@
-NOTE: If you want to implement a new decoder, please add it to libavcodec.
-libmpcodecs is considered deprecated.
+NOTE: If you want to implement a new native codec, please add it to
+libavcodec. libmpcodecs is considered mostly deprecated, except for wrappers
+around external libraries and codecs requiring binary support.
The libMPcodecs API details, hints - by A'rpi
==================================