mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 19:22:48 +00:00
cross-ref
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7400 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9299c9f335
commit
40ac87dbf2
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
===============
|
||||
|
Loading…
Reference in New Issue
Block a user