arpi
af64078ef4
10l bug, found by valgrind :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7769 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 23:12:00 +00:00
arpi
539d77e892
10l. use mpcodecs_draw_slice, instead of libvo directly
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7757 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 19:26:30 +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
6d80c0060e
set up ss_div/ss_mul properly, accept 'alaw' fourcc too
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7754 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 16:49:58 +00:00
arpi
3cfed8bdb5
tell the codec wrapper the codec path (fixes realaudio Sipr)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7753 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 15:59:04 +00:00
attila
c42c0d8116
MSGL_DBG2 -> MSGL_INFO
...
'cause we need to see this msg
pointed out by Kim Minh Kaplan
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7740 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 20:51:18 +00:00
attila
1b3453f29f
printf -> mp_msg
...
if something is not right, feel free to revert it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7739 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 15:12:04 +00:00
michael
fc499bc536
put M4S2 & MP4S headers in avctx->extradata (in the unlikely case that they arent missing completly)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7737 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 12:51:55 +00:00
arpi
e84772b08d
compiler warning fixes
...
patch by Dominik Mierzejewski <dominik@rangers.eu.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7732 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 21:58:55 +00:00
arpi
e9885d32cd
liblzo realtime video codec support (decoding only)
...
patch by Tilmann Bitterberg <transcode@tibit.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7730 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 21:40:10 +00:00
arpi
89807b4a7a
make local stuff 'static', complete uninit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7729 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 21:26:00 +00:00
michael
de10f446dd
new error resilience support
...
option renamed for consitancy with ffmpeg (ver -> er)
bug numbers changed (1234->1248) as some files need multiple ones
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7723 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 13:49:24 +00:00
michael
c7c35d3208
yuy2 output support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7721 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 00:30:38 +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
b94ac62f15
support for VFCAP_ACCEPT_STRIDE in vo drivers
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7688 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 22:32:04 +00:00
arpi
a5830dcb16
VFCAP_DRAW_SLICE added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7687 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 22:07:48 +00:00
arpi
ba57b1c37f
parse samplerate & channels from LPCM header
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7671 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-08 22:56:43 +00:00
arpi
9d9dbdab95
reset channels too
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7670 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-08 22:55:55 +00:00
arpi
a6450205ee
411P added (DV ntsc)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7663 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 21:57:43 +00:00
arpi
e1975b1320
argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7662 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 21:24:44 +00:00
arpi
1b19920692
I think libfaad2 changed recently. The functions faacDecInit() and
...
faacDecInit2() now return the number of channels through a pointer to char
(was: pointer to long).
patch by Uwe.Reder@3SOFT.de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7649 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 10:18:46 +00:00
arpi
3d428ef79a
I found that default isn't optimal so it's changed a bit. :)
...
patch by Andriy N. Gritsenko <andrej@lucky.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7632 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 18:14:14 +00:00
anders
735de60232
Adding -format and -af switches
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7615 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 11:23:02 +00:00
arpi
3053a8b7f2
aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7605 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-05 22:55:45 +00:00
alex
71101c336f
renamed to LUT-based sw. eq.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7596 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-04 19:58:48 +00:00
arpi
4250d227f1
1l - update len too in sliced mode
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7579 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 23:47:22 +00:00
arpi
93768f46e5
fixing RV10 streamcopy - detect packet format (simple single frame vs. slices
...
with extra header + offset tab) based on codec header instead of demuxer type
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7575 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 21:30:10 +00:00
michael
021c753321
rv10 cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7574 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 20:01:04 +00:00
michael
40e200bd9f
idct algo selection support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7565 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 23:21:57 +00:00
arpi
4b05808939
removed obsolote func, some cosmetics of AUDIO: msg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7562 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 21:52:10 +00:00
arpi
19bfd0d791
warning fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7558 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 19:19:31 +00:00
arpi
3506bea5de
vcodec=mpeg4 set as default
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7556 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 17:53:14 +00:00
arpi
dbf0fe78c6
-ac/-afm rewrite, now works the same way as -vc/-vfm
...
including audio codec fallbacks if init failed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7523 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 02:23:20 +00:00
arpi
d97d29a54f
decoder merged, using mpi now. support for stride, and outfmt 411p,422p
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7520 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-27 23:07:05 +00:00
arpi
5bda061647
some cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7519 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-27 22:29:43 +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
michael
58bedbff1f
pass fourcc to lavc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7513 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-26 23:53:50 +00:00
arpi
50de15356a
-vc/-vfm accepts codec/driver _list_ now. empty list element for -vc means
...
*, ie search all codecs. codec name starting with - disables the codec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7507 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-26 01:31:18 +00:00
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