arpi
06e049b7ce
(temporary?) fix for redundant buffer re-allocation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8632 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-29 02:57:49 +00:00
arpi
ceb31765ba
Fix draw_slice() in passthrough mode.
...
patch by Balatoni Denes <pnis@coder.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8368 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-05 00:22:37 +00:00
michael
0e0224913f
perspective correcture filter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8113 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-05 13:29:10 +00:00
michael
9ec9ce9fb5
smartblur
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8107 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-04 20:39:27 +00:00
michael
e78a59f10e
shape adaptive blur (slightly slow though)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8101 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-04 16:42:17 +00:00
michael
cdef66ed14
boxblur, another useless filter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8011 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-31 23:26:11 +00:00
michael
3a64cf3d52
(de)interleave filter (can be used to split/merge an interlaced image so other non interlaced filters an be used with idividual fields)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8005 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-31 20:03:08 +00:00
michael
328866188b
(useless) UV plane swapper
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8003 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-31 18:13:56 +00:00
albeu
2b84c7c654
The default query_format shouldn't accept IMGFMT_MPEGPES
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7980 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 17:48:39 +00:00
arpi
c46abe48b7
new video filter: unsharp - does image (l/c/l+c) sharping/bluring
...
by Rémi Guyomarch <rguyom@pobox.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7967 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 22:37:11 +00:00
arpi
6a84628840
2xSai filter... just for fun, imho useless
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7920 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:49:33 +00:00
arpi
a80ed8913a
-vop bmovl - BitMap OVerLay videofilter for MPlayer
...
patch by Per Wigren <wigren@home.se>
TODO: -dr, MMX opt, fix alpha-only png, other colorspaces
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7856 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 00:26:27 +00:00
arpi
2e89c76a2c
new filter: 1bpp - converts 1bpp image to yuv/rgb 8/16/32 bpp
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7756 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 18:40:03 +00:00
arpi
747cc862f1
don't honor stride hints if the next filter(chain) doesn't support stride
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7698 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 01:09:23 +00:00
arpi
0bcbbd8705
-vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)
...
by Hampa Hug <hhug@student.ethz.ch>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7518 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-27 21:08:36 +00:00
arpi
7f6484b29e
drop-deinterlace (dint) filter by Andriy N. Gritsenko <andrej@lucky.net>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7370 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 23:18:31 +00:00
arpi
c7944423a3
changing return type of put_image void->int
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7369 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 22:18:32 +00:00
rfelker
c66e62b6a5
"halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filter
...
(useful for downsampling luma for low-res output devices without
losing chroma samples, when hardware downscaling is poor quality or
unavailable)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7156 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-30 06:16:40 +00:00
arpi
0f4f7e27cf
mostly compiler warning fixes, some small bugfix
...
patch by Dominik Mierzejewski <dominik@rangers.eu.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7128 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 22:45:48 +00:00
rfelker
6a04e6e54c
soft video equalizer filter, currently supports brightness and
...
contrast adjustment for all planar yuv formats
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7063 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 23:08:20 +00:00
jaf
0ff94a46ac
arpi told me ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6998 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-14 12:20:35 +00:00
jaf
5b05c8838f
messages moved from vf.c and vd.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6995 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-13 23:32:05 +00:00
jaf
534a2e220e
messages moved from vf.c and vd.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6994 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-13 23:24:20 +00:00
arpi
d010698e43
- some reorder/cleanup of mp_image flags
...
- support for _ACCEPT_ALIGNED_STRIDE && _PREFER_ALIGNED_STRIDE
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6876 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-02 22:55:54 +00:00
arpi
2380034208
new filter to use libavcodec's deinterlacer
...
patch by Joe Rabinoff <rabinoff@fas.harvard.edu>
(TODO: DOCS, DR1)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6860 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-31 19:50:42 +00:00
kmkaplan
82d7ad5c0f
New plugin to test crop parameters. Arguments are the same as for the
...
crop plugin.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6821 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-27 11:40:15 +00:00
alex
3f457aa9b7
support for external pp by divx4. some fixes/cosmetics?
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6709 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-11 19:16:30 +00:00
alex
c20f4d0b42
better planar support, chroma subsampling support and Y8/Y800 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6540 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 21:08:31 +00:00
alex
74323ca8bf
if09 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6525 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 15:03:54 +00:00
alex
939db66beb
yvu9 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6524 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 14:23:21 +00:00
alex
67191f1cd0
yvu9 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6487 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 17:38:06 +00:00
michael
c6695c7f83
noise generating filter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6425 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-14 01:14:56 +00:00
michael
f57f36f1f1
test pattern filter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6279 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-03 14:13:28 +00:00
arpi
086c324692
warning fixes, patch by Ulrich Hecht <uli@suse.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6189 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-25 13:22:28 +00:00
arpi
c835270280
big cosmetics patch, cleanup of messages printed by mplayer and libs.
...
some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2
mplayer's output is now shorter, readable and consistent
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 03:25:26 +00:00
arpi
e9d0a1d609
-vop help, patch by Julian J. M. <bandit@telecable.es>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6082 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 21:05:03 +00:00
arpi
7d814ac750
new filter, to detect best crop size
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6062 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-12 19:06:54 +00:00
arpi
3981aadc07
passthru mode for filters which don't alter image just config parameters (query_format/control/config)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6001 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-06 22:48:22 +00:00
arpi
04ea2879d3
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5875 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-27 23:35:23 +00:00
arpi
f41eae4b7e
realtime yv12->mpeg1 with libavcodec qscale=1
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5874 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-27 23:34:44 +00:00
albeu
41252dfd50
Correct my half reverse commit. Sorry Atmos.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5846 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-26 19:46:36 +00:00
albeu
838cced404
Don't break the pointer for the next file.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5844 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-26 19:38:05 +00:00
atmos4
e602a125f0
Allow disabling of libfame and allow to enforce (not) building libavcodec.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5841 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-26 17:18:02 +00:00
arpi
260f6aec1d
8bpp paletted -> 15/16/24/32 converter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5775 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 17:22:37 +00:00
eyck
a9f53aa5a0
Complement existing filters - rotate and flip.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5764 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 14:36:36 +00:00
arpi
a06d814fb9
filters uninit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5738 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-20 22:24:19 +00:00
arpi
7577765300
rotation/mirror filter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5697 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-19 02:18:46 +00:00
arpi
c4d86b833e
align yuv 4:2:0 y position by 2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5669 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-17 21:50:25 +00:00
arpi
d7d6acdb20
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5664 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-17 19:51:24 +00:00
arpi
588dd085f4
mpi clear func
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5662 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-17 19:05:14 +00:00