atmos4
61ae3e730a
Hopefully correct 10l fix for duuno who.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6772 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-23 19:37:11 +00:00
alex
3d0c8ff3bd
support for older xvid versions and IMGFMT_IYUV
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6768 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-22 14:54:34 +00:00
arpi
2d9662d5ef
DR1+IPB support (works only with ffmpeg12, as libmpeg2 doesn't accept stride)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6762 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-20 16:38:31 +00:00
arpi
fe7749b521
added 'priv' field to mpi - requires for tracking frames with different
...
decoding-displaying order (IPB)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6760 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-20 16:26:49 +00:00
albeu
3f558f2e9b
Add direct rendering method 2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6757 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-20 13:53:53 +00:00
kmkaplan
1909c80216
Put back the ordering of the if as requested by Arpi.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6751 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-18 16:14:27 +00:00
kmkaplan
e2e5f63009
Round height or width to valid values when doing automatic calculation.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6747 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-18 14:06:32 +00:00
atmos4
4a4263763d
Avoid ulong typedef clash and replace if by unsigned long, patch by Joey Parrish.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6746 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-17 23:28:37 +00:00
michael
08400331dc
fallback to slices, if dr1 fails (bug found by kabi)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6743 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-16 23:42:44 +00:00
michael
14f34093c3
10l y422p -> y420p
...
use uvstride in draw_slices
dr2 support (disabled as mplayer doesnt like slices with width!=picture width sometimes)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6741 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-16 12:04:30 +00:00
michael
c540ebd14b
10l (init flags after init ...)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6740 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-16 00:56:12 +00:00
michael
5358f5a60f
svq1 direct rendering
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6739 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-15 21:33:46 +00:00
michael
8c6996f712
imgtype IP support
...
enabling dr1 by default, lets see if its bugfree ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6738 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-15 14:30:12 +00:00
michael
9db1a07b9e
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6737 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-15 00:30:50 +00:00
michael
920f3f2f7e
dont depend upon vo_directrendering
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6736 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-14 21:57:03 +00:00
michael
ef5ee5c568
fixing fixmes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6735 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-14 21:30:54 +00:00
michael
f6cd989fa3
direct rendering method 1 (disabled currently as its not bugfree / finished yet, just set dr1=1 if u want to try it)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6734 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-14 19:44:40 +00:00
alex
3d0493357f
8 and 16bpp qtrle support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6721 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-12 17:49:04 +00:00
atmos4
01245f416f
ad_dk4adpcm is done by ima_adpcm (obsoleted)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6716 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-12 04:05:56 +00:00
albeu
2959c06094
Don't call libvo draw slice directly
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6711 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-11 20:19:00 +00:00
albeu
a355761e8b
Add draw slice for the codecs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6710 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-11 20:17:27 +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
2813811852
better support for rgb/bgr formats
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6708 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-11 19:08:23 +00:00
albeu
5319a8118a
Support for Xvid using their new api. If divx4 compatiblity is disabeled
...
in xvid it can be used along with divx4.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6702 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-10 20:56:57 +00:00
atmos4
b9f428f9d3
Small fix: Correct mathematical order in MEDIAN macro (gcc 3.1 didn't like it).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6685 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-09 20:38:21 +00:00
atmos4
08a64d106d
Support for yuv410p as needed by ffsvq1.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6682 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-09 18:53:07 +00:00
arpi
6e7e73bc90
#ifdef'ed divx4 2pass code - idea by Diego
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6674 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-08 21:34:24 +00:00
alex
42be919947
yuv handling simplified (using new mpi fields)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6668 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-07 16:25:36 +00:00
alex
bd18a2b995
support avcontext based quant_store export
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6666 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-07 16:12:30 +00:00
arpi
a983a1f088
bugfix by Michael.Lampe@iwr.uni-heidelberg.de
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6657 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-06 15:17:27 +00:00
michael
de90a774d9
more scaling algos
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6638 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-04 13:08:37 +00:00
arpi
db683916ad
parameter overrides limit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6611 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-29 22:12:07 +00:00
arpi
668d7c5817
bugfix by Keiki SATOH <kki@wakusei.ne.jp>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6610 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-29 22:10:18 +00:00
alex
af43471f90
removed unused math.h, becouse it causes cygwin to gcc segfault - found/fixed by Joey Parrish <joey at yunamusic.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6588 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-28 16:40:02 +00:00
michael
05a053093a
{RGB,BGR}{1,4}
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6577 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-27 17:35:37 +00:00
arpi
e7d0082512
support the 'align16' codec flag
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6567 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 22:29:32 +00:00
alex
c9ab15ec9b
first try to load linux dlls, if failed and we're supporting win32 dlls, then try to load the windows ones
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6545 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 08:13:31 +00:00
alex
b4423c2714
first try to load linux dlls, if failed and we're supporting win32 dlls, then try to load the windows ones
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6544 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 08:13:08 +00:00
michael
ecff630554
support dropping some chroma src lines for a bit extra speed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6543 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 01:05:41 +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
846f4abc18
better planar support, chroma subsampling support and Y8/Y800 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6539 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 20:42:19 +00:00
alex
ffe9577241
yv12 osd drawer is working for y8/y800/yvu9/if09 becouse it uses only Y-plane and Y-plane is the same for all these formats
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6538 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 19:33:55 +00:00
arpi
a72a759aba
IF09 added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6537 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 19:31:31 +00:00
michael
10456fb947
yvu9 & y8
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6534 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 18:53:46 +00:00
alex
78191f35e9
yvu9 and if09 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6526 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 15:15: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
f43150759d
do not crash by decoding error
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6522 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 11:34:54 +00:00
atmos4
98571211e8
Fix for interlaced huffyuv by roberto togni <rtogni at bresciaonline.it>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6513 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 01:30:47 +00:00
arpi
69d5224ae2
use libavcodec's get_bits() code (optional, disabled by default)
...
unfortunatelly it's much slower :(
and teh ALT version just sig11s :((
ideas?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6512 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 00:50:27 +00:00