Commit Graph

23295 Commits

Author SHA1 Message Date
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
ivo fdc96044ff Remove code duplication in sws_rgb2rgb_init.
The lists of assignments of all rgbxtoy variants are removed from
sws_rgb2rgb_init and replaced by a single list inside the template file.
This way, multiple lists are generated by the preprocessor and each list
gets its own initialization function. Those are called from the main
sws_rgb2rgb_init function, if applicable.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22978 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 21:00:25 +00:00
kraymer 32faec95cd r22845: Clarify -xineramascreen -2 behaviour
r22900: documented -mpegopts :adelay
r22916: Ability to specify video and audio capture device names in *BSD BT848
        tv driver.
r22948: documented -mpegopts :interleaving2
r22949: more human description of -mpegopts :interleaving2
r22975: end sentence with full stop (.)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22977 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 20:31:21 +00:00
lorenm a5de25b252 support format=y8 with -ovc raw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22976 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 20:28:44 +00:00
kraymer ca77b99b57 cosmetics: remove trailing white space
end sentence with full stop (.)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22975 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 20:25:12 +00:00
ben 38454c4e53 updated changelog with recent vidix api changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22974 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 18:53:43 +00:00
ben a90d4485c0 these are actually AGP bridges, not video adapters (should fix
http://lists.mplayerhq.hu/pipermail/mplayer-advusers/2007-April/001635.html 
)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22973 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 18:35:08 +00:00
ben 00b2d4a64f this TnT2 chipset is actually NV4/5 arch but for sure not NV30
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22972 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 18:30:08 +00:00
kraymer a402de004e more updates for Spanish man page by Fernando Tarín (lists im gmail com)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22971 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 18:26:12 +00:00
diego 132247d8df Convert source comments into proper codecs.conf entry comments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22970 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 09:03:06 +00:00
diego 972d32acd7 Add some more game formats that FFmpeg now supports.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22969 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 08:58:13 +00:00
diego 2a8a9ccc76 Remove *ancient* ldd debugging junk.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22968 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 08:56:30 +00:00
diego c6803b94cc Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,
likely has no users and most of all does not work correctly anyway.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22967 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 07:16:04 +00:00
voroshil fe5f586f11 Rework of *BSD BT848 detection for radio://
to reuse recently added BT848 interface headers detection
code.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22966 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 05:39:09 +00:00
eugeni 6b925eca4f Remove unused includes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22965 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-10 17:54:02 +00:00
eugeni 82072cfec5 Don't check if user-supplied default font path exists.
It is checked in FT_New_Face anyway.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22964 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-10 17:53:41 +00:00
rtogni 8df280eb31 Cleanup real_calc_response_and_checksum()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22963 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-09 22:11:31 +00:00