nicodvb
dfd0190a6d
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23028 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-20 21:49:49 +00:00
diego
3b97b07397
Intel's Conroe-L makes use of extended models, so adjust CPU detection
...
routines accordingly.
patch by Zuxy Meng, zuxy.meng gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23027 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-20 18:57:09 +00:00
voroshil
1b06491e1f
r22985: Move translatable strings from tv.c to help_mp*
...
r23003: Remove duplicated line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23026 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-20 14:23:27 +00:00
ptt
5d7a4eb34e
Sync'd up to r23003
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23025 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-19 16:29:04 +00:00
reimar
4e411b9089
Mono audio should be supported by NAS, too.
...
Patch by Erik Auerswald {auerswal -at- unix-ag <dot> uni-kl de}
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23024 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-19 16:28:59 +00:00
compn
b68346f582
update release number and add atrac3 in wav format, works on /samples/a-codecs/atrac3/sample.ATRAC3.66kbps.44100Hz.Stereo.wav
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23023 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 19:25:52 +00:00
ivo
79b2f1581d
preserve alpha channel when converting rgb32 to bgr32 in plain C
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23022 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 16:40:58 +00:00
ivo
8c86c5cc58
fix red_15mask and green_15mask. the previous values were wrong and caused
...
some SIMD functions to output wrong data.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23021 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 16:40:07 +00:00
diego
a386897c24
FFmpeg Atrac 3
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23020 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 14:39:16 +00:00
diego
493c6539b5
Bethesda software VID video decoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23019 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 14:38:29 +00:00
ivo
ecbdb90970
test widths all down to one. this tests whether the scalers correctly switch
...
to plain C when width < unit size of assembly code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23018 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 14:22:42 +00:00
diego
1ac1a875e6
Merge both USE_DVDREAD sections.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23017 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 09:58:04 +00:00
diego
4092da4dc0
Fix preprocessor conditionals: libdvdnav includes libdvdread and configure
...
enables libdvdread support if libdvdnav is found. There is no need to check
separately in the source with the preprocessor.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23016 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 09:56:24 +00:00
ivo
59a2d69862
skip MMX code in rgb24tobgr24 if the size of the input is smaller than the
...
size of the units the MMX code processes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23015 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 09:27:59 +00:00
ivo
346fa283f5
skip MMX code in rgb32to16 if the size of the input is smaller than the
...
size of the units the MMX code processes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23014 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 09:26:22 +00:00
ivo
a3284e8e5b
skip MMX code in rgb32to15 if the size of the input is smaller than the
...
size of the units the MMX code processes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23013 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-18 09:24:49 +00:00
ivo
f854708977
slightly faster rgb32tobgr32; avoid one add and one cmp
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23012 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-17 20:38:17 +00:00
rfelker
1400ea6fbf
big surprise.. uau broke gcc 2.95 as usual
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23011 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-17 07:06:44 +00:00
rfelker
73b5bbac29
5l: don't die when config file contains dvd options and dvd support is missing
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23010 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-17 07:04:53 +00:00
ivo
589238fbe5
New implementation of rgb32tobgr32
...
The previous implementation segfaulted with MMX enabled when fed an image
smaller than the size of the units the MMX code processed. The new code:
- is faster for MMX, MMX2 and plain C
- processes small images correctly
- is LGPL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23009 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-16 21:41:03 +00:00
reimar
5e00b162bb
Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files
...
regardless of actual audio codec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23008 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-16 20:08:29 +00:00
diego
d569ec1fd9
cosmetics: tabs --> spaces
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23007 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-16 13:54:43 +00:00
kraymer
b30cf5173c
minor fixes for r23004
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23006 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-16 11:17:55 +00:00
Gabrov
91cd4c9b56
synced with r23003
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23005 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-16 11:13:12 +00:00
kraymer
6fd6b56929
r22985: Move translatable strings from tv.c to help_mp*
...
r23003: Remove duplicated line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23004 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-16 11:12:35 +00:00
voroshil
fb3eba23c5
Remove duplicated line
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23003 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-16 10:37:08 +00:00
ben
597f62d785
bad prototype for driver init function
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23002 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 16:09:29 +00:00
ben
a85094a239
u_int seems unknown under mingw
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23001 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 16:08:40 +00:00
compn
64799dcf02
lowres supports some h264 files
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23000 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 15:21:37 +00:00
voroshil
3a67e916d5
add entry for recently fixed "device" and "adevice" suboptions in *BSD BT848 tv
...
driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22999 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 14:43:06 +00:00
diego
089111224d
Report if internal, external of dvdnav version of dvdread is used.
...
patch by Yaroslav, yar_tour mail ru
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22998 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 12:06:48 +00:00
diego
eb7cd2b33e
Disabled VCD support under Cygwin, it fails to link.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22997 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 11:56:52 +00:00
diego
ca3eb46944
Remove unused variable.
...
patch by Zuxy Meng, zuxy.meng gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22996 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 11:35:44 +00:00
diego
063b449fcc
Update amr-nb and amr-wb checks for changes in FFmpeg.
...
patch by Zuxy Meng, zuxy.meng gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22995 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 11:33:02 +00:00
michael
a381e71128
improve horizontal chroma resolution with pal
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22994 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 01:27:34 +00:00
michael
31be965950
convert palette to yuv instead of converting each pixel after pal->rgb
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22993 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 00:53:32 +00:00
ben
4d63a78277
added vidix driver for Permedia2 cards from upstream vidix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22992 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-14 10:52:40 +00:00
ben
cc5038c8d9
added conditional vidix drivers compilation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22991 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-14 10:39:17 +00:00
reimar
720fa4936a
Use lavf_preferred mechanism to replace more extension-based detection hacks
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22990 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-14 10:07:36 +00:00
reimar
ef91f5aad8
Add lavf_preferred demuxer for lavf formats we want to be probed
...
before our native demuxers and remove some now unneeded file-extension
hacks.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22989 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-14 10:03:42 +00:00
voroshil
d6e8921486
typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22988 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-14 00:10:33 +00:00
voroshil
13cf4f7b28
cosmetics. restore empty line removed in r22985.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22987 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-13 14:34:38 +00:00
eugeni
67061091c6
Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph
...
is found in the cache. This leads to broken karaoke (some glyphs are not
highlighted at all), and, probably, slightly incorrect linebreaks.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22986 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-13 13:46:49 +00:00
voroshil
2a921a1fd7
Move translatable strings from tv.c to help_mp*
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22985 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-13 13:31:54 +00:00
diego
b2fcb6f5b1
Remove redundant setting of variables when compiling FFmpeg libraries,
...
it's already being taken care of by configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22984 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-12 19:40:18 +00:00
ivo
ccca77761e
cosmetics, expand all tabs to four spaces.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22983 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-12 19:31:35 +00:00
ivo
c32cfa90c9
Replace huge switch statement by a lookup table.
...
Add newline to final report.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22982 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-12 19:25:36 +00:00
voroshil
005cb55805
r22975: cosmetics: remove trailing white space
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22981 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-12 16:33:48 +00:00
diego
1dfa149ac5
Revert previous broken removal of partial dependency list.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22980 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-12 14:42:48 +00:00
ivo
42ece1776c
cosmetics after last commit; remove superfluous braces
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22979 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 22:17:58 +00:00