michael
0520689fa6
interlaced dct
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7505 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-26 00:48:25 +00:00
arpi
1fbd3baf78
best audio/video codec selection & init moved to libmpcodecs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7503 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-25 23:45:34 +00:00
michael
bcfc15f2a4
darkmasking & docs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7497 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-24 11:23:23 +00:00
michael
5d9792d218
adaptive quant support ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7491 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-23 15:46:16 +00:00
arpi
d483a015a2
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 02:33:28 +00:00
arpi
61c5a99851
wine headers cleanup
...
- WAVEFORMATEX & BITMAPINFOHEADER decl moved to stheader.h
- lots of useless include wine/* removed from mplayer code
- fixed few warnings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7472 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 00:43:14 +00:00
arpi
2059c26359
declarations moved to *.c files
...
reason: single .h contained both audio and video decl, they depend on
things like mp_image, which shouldn't be included in audio decoders...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7471 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 00:39:13 +00:00
arpi
72948be024
use img_format.h instead of wine/mmioFOURCC hack
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7469 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 00:10:31 +00:00
arpi
90398b7167
we don't need the 0x1FF hack any more
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7465 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 22:38:41 +00:00
kmkaplan
a51fad2519
Use string selection to choose mode
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7459 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 13:09:57 +00:00
kmkaplan
40bd44670e
Support for XviD encoding
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7457 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 12:34:02 +00:00
arpi
bb83ea6793
This patch allows you to use fractional values for specifying a zoom.
...
(based on) patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7453 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-20 18:57:14 +00:00
michael
8a4e66f19b
use avcodec_alloc_context()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7445 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-19 09:47:37 +00:00
arpi
bb8a55c4f8
standard GSM support for .mov files
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7411 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 21:23:59 +00:00
arpi
a3d81b74f9
This patch fixes a segfault for native cvid decoder in bgr32 and bgr24 modes.
...
Roberto Togni <rtogni@bresciaonline.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7410 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 21:02:22 +00:00
arpi
f81b1c6037
10l bug - 'len' was handled wrong.
...
found by Anssi Saari <as@sci.fi>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7406 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 15:50:28 +00:00
arpi
1c014d0cfb
out formats reordered, quality order
...
(we should prefer 422P to YV12 if available...)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7404 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 13:36:37 +00:00
arpi
000234aa5c
unused, replaced by vd_msrle.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7403 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 13:31:26 +00:00
arpi
1adce2c92a
- fixed some bugs in RLE decoder
...
- some cleanup, home i didn't break it...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7402 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 13:29:00 +00:00
alex
e8b38fb995
query_format support by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7393 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-13 22:13:49 +00:00
alex
d066ee0ea8
fixed to comply with new loader
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7391 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-13 21:55:55 +00:00
alex
1564cfa9ab
aspect ratio support by encoding (currently only with mpeg4 and h263p)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7390 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-13 20:46:23 +00:00
alex
5c2cb7a851
extended par support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7389 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-13 20:45:58 +00:00
alex
49a5caf474
removed unused code. fixed yv12+debug-mode sig11
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7384 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-13 19:08:15 +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
arpi
5b3e3be175
TGA images (-mf on:type=tga) support
...
patch by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7363 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 20:59:52 +00:00
arpi
0f724cea8d
- some cleanup, unused code removed
...
- some debug messages moved dbg3->dbg2
- mpi allocation moved to the codec callback func, exporting instead of
memcpy whenever it's possible
- indeo3 colors somehow got fixed :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7356 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 20:03:04 +00:00
arpi
5ff7f345de
yuv422planar->yuy2 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7343 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 20:55:57 +00:00
alex
19efdd59aa
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7334 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 16:13:51 +00:00
kmkaplan
0ca14cbb74
Code to XviD VBR Library from transcode.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7333 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 12:12:30 +00:00
michael
08cdd6368b
fixing mpeg in avi
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7304 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 22:53:26 +00:00
alex
1258b3e4ac
removed xacodec_driver, using sh->context instead, removed xacodec_image, using mpi instead, some warning fixes. note: mpi optimisations are still pending
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7299 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 16:51:16 +00:00
alex
7702fd3647
merged xacodec.c and vd_xanim.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7286 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 16:34:57 +00:00
arpi
ef95064658
1000l - planar YUV support fixed (indeo 3,4,5, i263 etc)
...
we shouldn't do planes[1]==NULL for formats like planar yuv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7276 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 23:17:53 +00:00
arpi
4d93a9c4e6
NULL->0 (warning fix)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7274 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 22:34:17 +00:00
arpi
fc0239c85b
enabled csp-query support, but only for formats with 'query' flag set
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7263 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 22:28:31 +00:00
arpi
a9cce3d878
pass outflags[] index via sh->outfmtidx to the vd->control() func (for VfW)
...
small hack - but other possible solutions are even worse :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7262 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 21:40:30 +00:00
arpi
55e92bda68
- vfwex redundancy removed
...
- fixed 10l bug in GetPalette (outflags vs. outfmt)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7261 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 21:13:48 +00:00
arpi
93b526e483
bgr8 palette fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7259 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 20:26:32 +00:00
arpi
919b436014
fixed some problems with colorspace/init order, some cleanup
...
csp query disabled, has to be fixed in vd core first and make it optional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7250 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 00:18:08 +00:00
arpi
49f2da7ee9
VDCTRL_QUERY_FORMAT isn't required for constant csp support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7248 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 20:10:10 +00:00
alex
917e8b66db
correct palette handling and query_format support (now huffyuv, cram and mwv1 is working nice)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7244 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 16:27:17 +00:00
arpi
fc474a8e11
fixed uninit order
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7241 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 23:33:30 +00:00
nexus
bad4039e3c
FreeBSD fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7239 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 23:06:15 +00:00
alex
b52c558e9a
merged with dll_init.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7232 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 18:08:44 +00:00
alex
fac648971a
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7231 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 18:07:42 +00:00
alex
055d7ee5a0
merged with dll_init
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7230 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 18:00:15 +00:00
alex
559f2ffec9
merged with dll_init.c, moved some variables from sh_audio to private struct
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7229 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 17:11:10 +00:00
alex
c4560b672e
added LCL decoder by Roberto Togni <r_togni@libero.it>, removed my old vd_zlib
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7223 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 15:10:01 +00:00