1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-29 11:12:56 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
siretart
082b6f86d3 vf_rgb2bgr: remove the filter
Its functionality has been superseeded by sws by quite some time, and
the "swap" functionality is now provided by vf_format.

see http://comments.gmane.org/gmane.comp.video.mplayer.devel/55804 for
a full discussion.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31350 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:07:27 +02:00
Uoti Urpala
1888e57af7 cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"
Change 'struct vf_instance' pointer arguments to more standard style
as in the subject. Also some other minor formatting fixes.

Patch by Diego Biurrun.
2010-05-29 17:20:44 +03:00
Uoti Urpala
9bcd12fdf5 Merge svn changes up to r28310
The libdvdread4 and libdvdnav directories, which are externals in the
svn repository, are at least for now not included in any form. I added
configure checks to automatically disable internal libdvdread and
libdvdnav if the corresponding directories are not present; if they're
added manually then things work the same as in svn.
2009-01-15 05:57:31 +02:00
diego
656660e560 spelling/grammar/wording/whitespace
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28304 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-11 19:48:51 +00:00
diego
0ccbcc55a7 Fix d_width vs. d_height typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28303 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-11 19:48:01 +00:00
diego
7b8ab957e0 Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28302 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-11 19:47:17 +00:00
Uoti Urpala
0e757bf9da Remove _s/_st suffix from some struct names
Since the names are always used after the keyword "struct" having a
suffix as in "struct demuxer_st" is almost completely pointless.
2008-04-25 03:34:22 +03:00
ivo
f3216dba06 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
2008-01-28 22:09:21 +00:00
ivo
1203499e51 note on new demuxers and codecs, add them to lav* instead of libmp*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25900 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 12:11:41 +00:00
diego
241c16ceec Spelling/wording/grammar fixes, convert mixed tabs and spaces indentation to
spaces, some cosmetics.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15625 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-03 11:59:55 +00:00
diego
0ff088813f Tab to space conversion to prevent the ASCII diagram to be messed up when a
non-standard tab size is used.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15603 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-31 22:35:40 +00:00
diego
58a658fe36 Merged video filter description from vop.txt.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9688 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-26 00:53:15 +00:00
jonas
169af37678 vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9645 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-22 12:02:27 +00:00
michael
8c803919e6 global var warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9400 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-11 19:57:38 +00:00
arpi
28dd9f1dd4 - some explanations suggested by Michael & Rich
- note about mpi-local dmpi storage for get_image()


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8021 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-01 01:32:30 +00:00
arpi
cb1ac8e282 some docs about video filter api
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8002 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-31 14:25:41 +00:00
arpi
40ac87dbf2 cross-ref
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7400 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 01:40:59 +00:00
arpi
b950f965fd some words and drawing about video path
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7398 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 01:18:39 +00:00
arpi
5fe2b92862 obsolete
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5585 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 01:42:23 +00:00
arpi
8bb7aebf00 early draft
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4869 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-26 02:33:20 +00:00