reimar
f10bffc6f8
Fix type of zlen, fixes crashes on 64 bit systems.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28912 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 14:40:55 +00:00
reimar
78383383f7
Do not calculate the same value twice
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28911 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 14:32:19 +00:00
reimar
c9872edafe
Allocate buffer for lzo compression correctly also for large frame sizes.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28910 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 14:30:41 +00:00
reimar
77195cf5c4
nuv encoder 64 bit fix: avoid using long/sizeof(long)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28909 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 13:37:55 +00:00
reimar
3a0ffa5bf4
Remove now unused parts of nuppelvideo.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28908 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 13:23:27 +00:00
reimar
601d694829
Remove native nuv demuxer, it only needs more code to achieve the same thing
...
as the libavformat demuxer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28907 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 13:11:37 +00:00
reimar
591ce556b7
Make fastmemcpybench almost working - only thing missing is a way to
...
override HAVE_MMX etc. from config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28906 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 12:59:14 +00:00
Gabrov
526d2f16c2
synced with r28895
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28905 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 12:29:42 +00:00
diego
807b942713
comment/output cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28904 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 11:32:43 +00:00
diego
a0bce02b7c
whitespace cosmetics:
...
- Remove all tabs and trailing whitespace.
- Indent with 4 spaces.
- K&R-ify and prettyprint some parts.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28903 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 11:28:31 +00:00
diego
1753d37fc7
Merge two preprocessor conditions in order to drop one duplicated #else case.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28902 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 11:02:54 +00:00
diego
3c189b6940
Ignore all fastmem-* binaries.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28901 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 10:14:11 +00:00
greg
708819105f
Change default OSD/subtitle font sizes.
...
This was discussed on -dev-eng and IRC. The consensus seems to be that
3-4% of the diagonal is a good default, and most people use something
along these lines.
The subtitle font size is set to 3.5% and the OSD is kept a little bigger
with 4%.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28900 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 01:48:42 +00:00
diego
15b605c690
Fix fastmemcpybench tools build:
...
- HAVE_MMX and friends now have 0/1 values and are always defined.
- Use proper file dependencies instead of a phony target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28899 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 00:48:03 +00:00
gpoirier
0500783b36
sync w/r28895
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28898 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 20:27:31 +00:00
bircoph
1e3f85d23e
Synced with r28895.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28897 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 17:49:34 +00:00
eugeni
79b9156732
Cosmetics: reindent.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28896 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 16:13:26 +00:00
eugeni
686d57168f
Treat -font/-subfont as Fontconfig pattern in libass.
...
Patch by Adrian Stutz (adrian sttz ch).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28895 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 16:13:21 +00:00
michael
1f61255588
Add test for C memcpy()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28894 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 15:56:20 +00:00
michael
1a493bf6a8
Resurrect script needed for easy use of fastmemcpybench.c.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28893 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 15:43:52 +00:00
greg
2a70f019e9
Remove extraneous braces.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28892 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 15:30:40 +00:00
greg
af0797010e
Don't assume width == stride for bitmap composition.
...
Fixes http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1421
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28891 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 15:30:27 +00:00
michael
b638947171
Revert
...
r3082 | michael | 2001-11-23 13:00:40 +0100 (Fri, 23 Nov 2001) | 2 lines
missaligned arrays, as nick requested
Reason: idiotic idea
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28890 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 15:20:14 +00:00
reimar
e9f1f090e8
rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordingly
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28889 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 13:56:35 +00:00
reimar
276a73e2f2
Remove internal NuppelVideo decoder, the code in libavcodec can decode
...
those files and some more and is far more maintainable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28888 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 13:32:42 +00:00
reimar
624d8ff171
Get rid of pointless debugging code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28887 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 13:21:00 +00:00
reimar
7903f65ee8
Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there
...
anything special about to to justify preserving it for documentation purposes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28886 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 13:17:18 +00:00
reimar
735c81a0f5
Remove colourspace-conversion stuff from rtjpeg, we have functions to do that
...
better and it doesn't belong in that file anyway.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28885 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 13:10:21 +00:00
reimar
6d367acbdd
Mark everything not used outside the file as "static"
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28884 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 13:08:22 +00:00
reimar
04702afb84
Remove functions not used by MPlayer from header
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28883 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 13:02:44 +00:00
reimar
8afafb8c2e
Remove useless "extern" in function declarations.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28882 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 12:57:53 +00:00
reimar
c1359e3dbd
Add a small howto explaining how to cross-compile for MinGW
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28881 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 10:01:21 +00:00
reimar
911ae6d594
Explain that disabling other input methods is not the purpose of -slave
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28880 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 09:34:26 +00:00
reimar
29c8d70242
Remove unused variable from demux_mov.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28879 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 09:28:01 +00:00
reimar
4a5c933303
Add an option to disable the default key binding that MPlayer includes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28878 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 09:14:30 +00:00
reimar
e46d74d4ae
Bump etc/codecs.conf version to eliminate one possible cause when debugging VDPAU issues.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28877 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 08:56:28 +00:00
greg
2c55cbabf9
Fix clipping for pan-and-scan.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28876 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 04:03:28 +00:00
greg
eb3f82bfee
Add a proper color check to the overlap compositing.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28875 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 04:03:24 +00:00
greg
668810ab04
Replace rotation functions with a simplified version adapted from
...
vsfilter.
This (mostly) fixes http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1394#c7
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28874 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-08 02:53:14 +00:00
greg
463d61c7a6
Only use first \org in a line.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28873 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-07 23:56:03 +00:00
diego
41bd5a75fd
cosmetics: spelling fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28872 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-07 17:41:34 +00:00
diego
1e94c915a2
cosmetics: Reformat file header.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28871 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-07 13:45:48 +00:00
reimar
062f66bbca
Make pausing_keep_force the default for the set_mouse_pos and key_down_event -
...
different behaviour is unlikely to make sense but it is better to handle
this in input.c instead of adding special cases to mplayer.c and being
able to override the default behaviour at least should not hurt.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28870 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-07 13:25:55 +00:00
reimar
7397dbcb66
Update x264 version check for version required by lavc.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28869 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-07 12:50:52 +00:00
sdrik
052223b195
Let the 4th plane reach the swScale function
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28868 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-07 09:39:48 +00:00
sdrik
b099db94af
YUVA420P is a planar YUV format
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28867 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-07 09:37:25 +00:00
reimar
69277f986b
Reduce size of needlessly large mp3lib bandInfoStruct
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28866 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-07 09:14:45 +00:00
reimar
2ee2d164ce
Make several constant mp3lib tables const
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28865 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-07 09:08:02 +00:00
reimar
fca7818668
Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28864 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-07 08:52:57 +00:00
reimar
05119ecaf6
Make data related to suboption parsing const in libvo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28863 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-07 08:51:40 +00:00