Commit Graph

10917 Commits

Author SHA1 Message Date
nauj27 d00c7c83c1 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10667 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 18:08:26 +00:00
rfelker cec2f53214 document vf_pullup (vaguely at least)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10666 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 15:27:00 +00:00
rfelker 0a378573a8 pullup -- third generation inverse telecine engine. the backend
(pullup.[ch]) is not mplayer-specific and is designed to work well
with g2; vf_pullup.c is the g1 wrapper. see man page for details, and
keep in mind, this is a work in progress.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10665 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 15:24:08 +00:00
rfelker 48ecb3e717 clean up field flags:
1) cosmetic change, no reason these need to be mpeg2-specific
2) add a flag to tell when fields are ordered, so we don't have to
assume bff (which would usually be wrong) when field flags are not
available.
3) add other flags for future use :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10664 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 14:49:06 +00:00
alex db1804fcac Reworked the CPU optimization detection code, now it works nice for non-x86 platforms aswell (tested on Alpha, PPC, x86)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10663 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 14:24:29 +00:00
alex 4eb73ff345 X11_FULLSCREEN vs HAVE_X11 definitions and some warning fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10662 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 14:05:30 +00:00
diego 06f1a02f00 a 100l and another typo
spotted by Alex "eagle eye" Beregszaszi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10661 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 13:49:22 +00:00
alex db4bf6023c 100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10660 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 13:39:07 +00:00
alex b2b796f466 Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10659 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 13:13:41 +00:00
nauj27 2f14063455 New spanish DOCS files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10658 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 12:23:54 +00:00
nauj27 4e6bf1a45b sync with man page, 'remove dvdnav stuff, it does not work anyway'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10657 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 10:55:40 +00:00
nauj27 0632d2d572 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10656 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 10:07:04 +00:00
nauj27 845f93dc42 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10655 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 09:53:35 +00:00
henry 7f47abb9e0 a/v sync improvements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10654 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-18 09:23:07 +00:00
diego 67be02500d sysm --> syms typo fix by Joey Parrish
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10653 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 21:18:02 +00:00
alex 70848671d3 --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10652 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 20:56:40 +00:00
diego fe882df796 Binary codecs finally work as they should on Windows.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10651 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 20:48:38 +00:00
alex f6ecfe741f Fixes FriBiDi support and extends it with configure options. Patch by Raindel Shachar <raindel@techunix.technion.ac.il>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10650 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 20:42:06 +00:00
diego d1b85029f8 Reversed + changed grep -q to grep > /dev/null 2>&1. -q is a GNU extension
to grep that breaks the script on Solaris.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10649 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 20:17:03 +00:00
faust3 3d2e8440ee fix RGB16 vs BGR16 mismatch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10648 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 20:01:22 +00:00
faust3 b2e24300c9 dll loading from codecs dir support for windows
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10647 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 19:18:29 +00:00
diego ec688473b3 Windows hints as discussed on mplayer-cygwin
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10646 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 18:10:42 +00:00
diego 78f45de357 ftp support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10645 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 18:03:20 +00:00
nauj27 8edf13c4ed Fix '- loop' to '-loop' option into example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10644 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 14:09:27 +00:00
diego 813e8c4583 Remove dvdnav stuff, it does not work anyway.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10643 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 14:09:26 +00:00
diego 044464245f spelling and grammar fixes galore
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10642 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 13:51:04 +00:00
faust3 272658916c fix playback of rgb files when overlay is not disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10641 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 12:55:21 +00:00
faust3 eb9e2a3e24 fix compilation on mingw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10640 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 11:07:18 +00:00
mosu 78c617c1d8 Fixes for compilation with gcc versions != 3.2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10639 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 10:36:33 +00:00
mosu a6267718f9 Big reorganization. Relies on libmatroska's Read() function and then processes units in memory. Also some fixes for handling of global elements which re-enable playback of files created with the latest VDubMod.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10638 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 09:26:01 +00:00
diego 8b653cc824 shorter, sweeter, more portable, better calling syntax
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10637 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 01:20:48 +00:00
albeu 885a331074 Forgot #include <sys/socket.h>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10636 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-16 22:21:12 +00:00
albeu a01f3c328d url_unescape_string is used by the command line parser. These few helper
functions will compile everywhere anyway.
This was breaking compilation when disabling network support.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10635 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-16 21:53:26 +00:00
diego 95871a4d75 This should be up to date.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10634 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-16 20:54:41 +00:00
michael 2bff57da7f -brightness && -vf scale fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10633 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-16 19:22:11 +00:00
diego 3bccf5038f sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10632 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-16 18:49:49 +00:00
gabucino ab1d70fc39 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10631 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-16 17:51:04 +00:00
gabucino 56a6dc14e2 sync forward ported from 0_90
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10630 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-16 17:49:12 +00:00
nauj27 1a56aa8aca New spanish translated DOC file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10629 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-16 11:31:28 +00:00
faust3 e90b00e609 ftp support for mingw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10628 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-16 10:53:44 +00:00
albeu 017eaef61a Finnaly commit Nico's dvb menu. Sorry for committing this
months later :(


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10627 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-16 09:51:05 +00:00
albeu 755e127c26 ftp support. The change on connect2Server is needed bcs we need 2
different level of verbosity for control and data connections.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10626 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-15 19:13:23 +00:00
albeu 38a2fa46fd I've juste found a bug which prevent to load a file whose name contain
a quote ('). The menu simply execute a "loadfile '%p'" but when the %p
is replaced by the actual value, quotes in it are not escaped !
Moreover, mp_input_parse_cmd contain some code to unescape strings but
this code was placed after the string was copied in his final buffer.

So this patch correct this issue.

By Aurélien Jacobs


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10625 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-15 18:45:35 +00:00
joyping 9646f76179 no channels moving, autosubdievice, nonsupported fix by Vladimir I. Umnov <uvi@ezmail.ru>, removed braindeaded startup message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10624 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-15 18:02:24 +00:00
arpi 604f4432f3 fixes http://pot.lsd.ro/video.asf
(bug reported by dragos <iocatretine@yahoo.com> @ -users)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10623 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-15 16:36:32 +00:00
diego 75ea86e31a this small patch allows to compile the file libmpdemux/tvi_v4l.c properly,
when the Linux is patched with the V4L2 patch, which automatically
includes <linux/videodev2.h> when you include <linux/videodev.h>.
It is necessary then to prevent <linux/time.h> from including (by defining
the _LINUX_TIME_H macro) in order to resolve some collisions and it is
also necessary to prevent the defining of "struct v4l2_capability" and
"VIDIOC_QUERYCAP" in libmpdemux/tvi_v4l.c, when they are allready defined
in the <linux/videodev2.h>.

Patch by Martin Drab <drab@kepler.fjfi.cvut.cz>, checked by Arpi.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10622 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-15 15:25:55 +00:00
nauj27 908d6db14a Spanish sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10621 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-15 14:43:57 +00:00
alex a76dd32f20 Prefer DOCS/hu/, now Gabucino must sync the DOCS <evil laugh>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10620 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-15 13:15:47 +00:00
alex 5a13436db5 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they will be freed at exit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10619 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-15 13:04:37 +00:00
diego 365eb142f6 -(no)slices is no longer MPlayer only.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10618 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-15 12:55:29 +00:00