summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* spelling and grammar fixes galorediego2003-08-171-46/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10642 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix playback of rgb files when overlay is not disabledfaust32003-08-171-9/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10641 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation on mingwfaust32003-08-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10640 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes for compilation with gcc versions != 3.2.mosu2003-08-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10639 b3059339-0415-0410-9bf9-f77b7e298cf2
* Big reorganization. Relies on libmatroska's Read() function and then ↵mosu2003-08-171-734/+421
| | | | | | 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
* shorter, sweeter, more portable, better calling syntaxdiego2003-08-171-19/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10637 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgot #include <sys/socket.h>albeu2003-08-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10636 b3059339-0415-0410-9bf9-f77b7e298cf2
* url_unescape_string is used by the command line parser. These few helperalbeu2003-08-161-2/+2
| | | | | | | | 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
* This should be up to date.diego2003-08-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10634 b3059339-0415-0410-9bf9-f77b7e298cf2
* -brightness && -vf scale fixmichael2003-08-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10633 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncdiego2003-08-161-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10632 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-08-161-8/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10631 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync forward ported from 0_90gabucino2003-08-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10630 b3059339-0415-0410-9bf9-f77b7e298cf2
* New spanish translated DOC filenauj272003-08-161-0/+340
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10629 b3059339-0415-0410-9bf9-f77b7e298cf2
* ftp support for mingwfaust32003-08-161-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10628 b3059339-0415-0410-9bf9-f77b7e298cf2
* Finnaly commit Nico's dvb menu. Sorry for committing thisalbeu2003-08-164-0/+204
| | | | | | | months later :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10627 b3059339-0415-0410-9bf9-f77b7e298cf2
* ftp support. The change on connect2Server is needed bcs we need 2albeu2003-08-159-20/+507
| | | | | | | different level of verbosity for control and data connections. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10626 b3059339-0415-0410-9bf9-f77b7e298cf2
* I've juste found a bug which prevent to load a file whose name containalbeu2003-08-152-7/+18
| | | | | | | | | | | | | | 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
* no channels moving, autosubdievice, nonsupported fix by Vladimir I. Umnov ↵joyping2003-08-152-12/+74
| | | | | | <uvi@ezmail.ru>, removed braindeaded startup message git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10624 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes http://pot.lsd.ro/video.asfarpi2003-08-151-1/+1
| | | | | | | (bug reported by dragos <iocatretine@yahoo.com> @ -users) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10623 b3059339-0415-0410-9bf9-f77b7e298cf2
* this small patch allows to compile the file libmpdemux/tvi_v4l.c properly,diego2003-08-151-0/+6
| | | | | | | | | | | | | | | 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
* Spanish syncnauj272003-08-151-8/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10621 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prefer DOCS/hu/, now Gabucino must sync the DOCS <evil laugh>alex2003-08-151-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10620 b3059339-0415-0410-9bf9-f77b7e298cf2
* 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they ↵alex2003-08-153-4/+7
| | | | | | will be freed at exit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10619 b3059339-0415-0410-9bf9-f77b7e298cf2
* -(no)slices is no longer MPlayer only.diego2003-08-151-8/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10618 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatesalex2003-08-151-6/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10617 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVB input documentation by Nico <nsabbi@libero.it> with some changes by me.diego2003-08-154-4/+197
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10616 b3059339-0415-0410-9bf9-f77b7e298cf2
* Workaround: skip first mp3 frame, that mostly contains trashed data. This ↵alex2003-08-151-0/+1
| | | | | | fixes several buggy/mistdetected files. Idea by Arpi. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10615 b3059339-0415-0410-9bf9-f77b7e298cf2
* New spanish translated DOC filenauj272003-08-151-0/+494
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10614 b3059339-0415-0410-9bf9-f77b7e298cf2
* docs updatesdiego2003-08-151-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10613 b3059339-0415-0410-9bf9-f77b7e298cf2
* unknow --> unknown as discussed on dev-engdiego2003-08-151-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10612 b3059339-0415-0410-9bf9-f77b7e298cf2
* cp1250 updates by Karel Kozlovsky <kozlovsk@centrum.cz>diego2003-08-154-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10611 b3059339-0415-0410-9bf9-f77b7e298cf2
* there were no checks in MP_CMD_SUB for sh_video, so mplayer immediately ↵alex2003-08-141-7/+28
| | | | | | segfaulted when such keys were pressed on non-video files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10610 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spelling police:diego2003-08-146-10/+10
| | | | | | | Something that we do not know about is unknowN. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10609 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a long standing issue: if configured a not available (not existing, ↵alex2003-08-141-2/+8
| | | | | | permission denied, ...) skin, the gui never ever started again. Now it reverts to 'default' if it can't open the selected skin, if 'default' fails too, the gui exits with error. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10608 b3059339-0415-0410-9bf9-f77b7e298cf2
* translated a message to englishalex2003-08-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10607 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lalex2003-08-144-17/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10606 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lalex2003-08-141-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10605 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lalex2003-08-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10604 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixalex2003-08-141-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10603 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed segfault with (dvd://1 -chapter). Bug reported by Gabucino, initial ↵alex2003-08-131-5/+6
| | | | | | fix by Pierre. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10602 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set close-on-exec after newer open (in reset func). Patch by Andriy Gapon ↵alex2003-08-131-0/+4
| | | | | | <agapon@cv-nj.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10601 b3059339-0415-0410-9bf9-f77b7e298cf2
* using CONF_TYPE_IMGFMTalex2003-08-131-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10600 b3059339-0415-0410-9bf9-f77b7e298cf2
* Settled to CONF_TYPE_IMGFMT which simplified lot of things. Now there's no ↵alex2003-08-133-25/+21
| | | | | | need to add new img formats to the source, instead you can try it out by providing it in hexa format, and if it isn't supported by the card, you get a nice error message. That's all. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10599 b3059339-0415-0410-9bf9-f77b7e298cf2
* CONF_TYPE_IMGFMT now supports 0xffffffff (hexa)-style fourccs tooalex2003-08-131-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10598 b3059339-0415-0410-9bf9-f77b7e298cf2
* "when I run "mplayer -slave <audiofile> " then, while playing, I send thealbeu2003-08-131-1/+1
| | | | | | | | | following command "loadfile <anyfile>" I get a crash ... " Report and patch by ROSEN Jeremy git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10597 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to albeu for his english grammar, and 10l to me becouse I noticed that ↵alex2003-08-137-12/+12
| | | | | | lately (my backward compatibilty macro uses M_OPT_UNKNOWN) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10596 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the historic cfgparser and switched full to the new config parser ↵alex2003-08-1335-2003/+109
| | | | | | (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10595 b3059339-0415-0410-9bf9-f77b7e298cf2
* v4l2 checkhenry2003-08-131-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10594 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a 10l and add escaped filename support. Needed by ftp.albeu2003-08-131-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10593 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix -cdrom-device to work again with cdda and vcd.albeu2003-08-132-2/+20
| | | | | | | Based on patch from Arwed von Merkatz. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10592 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l, thanks Pierrealex2003-08-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10591 b3059339-0415-0410-9bf9-f77b7e298cf2
* added live.com to (no)inputmodulesalex2003-08-121-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10590 b3059339-0415-0410-9bf9-f77b7e298cf2
* update, againalex2003-08-121-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10589 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved lot of global variables into static ones (and some minor spelling fixes)alex2003-08-121-28/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10588 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added DR support to vo_fbdev,joey2003-08-121-9/+0
| | | | | | | time to remove fbdev=nocopy from configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10587 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync (Real Win32 vs Linux codec clarification)nauj272003-08-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10586 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync ('tinterlace' filter)nauj272003-08-121-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10585 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updatesalex2003-08-121-17/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10584 b3059339-0415-0410-9bf9-f77b7e298cf2
* min/max float->doublearpi2003-08-122-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10583 b3059339-0415-0410-9bf9-f77b7e298cf2
* From: Kir Kostuchenko <kir@users.sourceforge.net>gabucino2003-08-121-8/+7
| | | | | | | | | | | Hi, I found that command line options brightness, hue, contrast and saturation does not works, becouse mplayer apply it, before open tv (kernel says invalid ioctl). Here are simple fix. Please apply. This is the correct patch, sorry for the confusion. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10582 b3059339-0415-0410-9bf9-f77b7e298cf2
* reverse of accidently twice commited patch (non-unified patch suxx)gabucino2003-08-124-32/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10581 b3059339-0415-0410-9bf9-f77b7e298cf2
* From: Kir Kostuchenko <kir@users.sourceforge.net>gabucino2003-08-124-0/+32
| | | | | | | | | Hi, I found that command line options brightness, hue, contrast and saturation does not works, becouse mplayer apply it, before open tv (kernel says invalid ioctl). Here are simple fix. Please apply. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10580 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000l, the old code was slow as hell, copying stuff extra times andrfelker2003-08-121-24/+5
| | | | | | | | | | | | | | | | | | | | | | actually broken -- blanking the whole screen at each 'page flip' with -dr enabled. benchmarks: before: 56% cpu for decode 56% cpu for vo with no -dr 25% cpu for vo with -dr after: 56% cpu for decode 25% cpu for vo without -dr 0% cpu for vo with -dr if vo_fbdev is going to do pageflip, it needs to do it for REAL, using vertical scroll registers (like g2), not copying a temp buffer (which will shear anyway and is super-slow). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10579 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hi, here are slave commands:gabucino2003-08-124-0/+32
| | | | | | | | | | | | tv_set_brightness tv_set_contrast tv_set_hue tv_set_color Patch by Kir Kostuchenko <kir@users.sourceforge.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10578 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed all printf into mp_msgjoey2003-08-121-294/+204
| | | | | | | | | | | | | | | | | | Removed extern int verbose Removed some unneeded includes Removed swscale, because this should be done by vf layer instead Removed weird video_out_png definition There is no more flip, zoom, or geometry support, so I removed those. Slices, stride support for all supported CSP. Replaced draw_frame with a stub. Removed: do { ... } while (0) Removed unused dstFourcc. Added DR support Removed USE_CONVERT2FB, since we have real DR now Simplified some color depth checks git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10577 b3059339-0415-0410-9bf9-f77b7e298cf2
* Real Win32 vs Linux codec clarification.diego2003-08-122-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10576 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Andriy N. Gritsenko <andrej@lucky.net>diego2003-08-111-20/+348
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10575 b3059339-0415-0410-9bf9-f77b7e298cf2
* replacing old MPlayer logo for the much nicer OSX versiongabucino2003-08-111-213/+1225
| | | | | | | (AFAIK currently used only for Gentoo desktop icon, maybe other distribs also) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10574 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and ↵alex2003-08-114-21/+5
| | | | | | others). Patch by Magnus Damm <damm@opensource.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10573 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'tinterlace' filter (partial inverse of tfields) by Not Zed ↵alex2003-08-114-1/+204
| | | | | | <notzed@ximian.com> (with minor fixes for current cvs by me) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10572 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (and fixes some wmaker issues)alex2003-08-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10571 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with englishnauj272003-08-111-49/+80
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10570 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvbin fix by Nico <nsabbi@libero.it>alex2003-08-111-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10569 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2003-08-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10568 b3059339-0415-0410-9bf9-f77b7e298cf2
* eh too earlygabucino2003-08-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@