aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* argh, i forgot to 'cvs add' it (again)Gravatar arpi2003-01-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9134 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l bug (double free() when libaf init failed)Gravatar arpi2003-01-28
| | | | | | | | | | thanx for their help: Michael Mauch <michael.mauch@gmx.de> Marc Packenius <marc@freenet-rz.de> Bartek Kulicki <bartek@interecho.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9133 b3059339-0415-0410-9bf9-f77b7e298cf2
* The code for converting RGB to YUV in bmovl is slow because it usesGravatar arpi2003-01-28
| | | | | | | | | floating point arithmetic. The attached patch changes it to use integers instead, giving about a 2x performance boost on animations. Jonas Jensen <jbj@knef.dk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9132 b3059339-0415-0410-9bf9-f77b7e298cf2
* In mp3lib/sr1.c, look at the line 226:Gravatar arpi2003-01-28
| | | | | | | | | | | if(fr->sampling_frequency>8) return FALSE; // valid: 0..8 which allows fr->sampling_frequency to go up to 8. Obviously, the code does not bother about what would happen if fr->sampling_frequency lies in the range [3,8]. patch from Nilmoni Deb, Nick?, Rich git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9131 b3059339-0415-0410-9bf9-f77b7e298cf2
* libgif/libungif based demuxer support for libmpdemux.Gravatar arpi2003-01-28
| | | | | | | patch by Joey Parrish <joey@nicewarrior.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9130 b3059339-0415-0410-9bf9-f77b7e298cf2
* probably bad fix, but it's reported to fix hwac3 problems appeared in rc3Gravatar arpi2003-01-28
| | | | | | | i have no idea about the real problem :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9129 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100lGravatar arpi2003-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9128 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a command line option (-sub-no-text-pp) to disable subtitlesGravatar arpi2003-01-27
| | | | | | | | postprocessing, ie. { } removal etc. patch by Salvador Eduardo Tropea <salvador@inti.gov.ar> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9127 b3059339-0415-0410-9bf9-f77b7e298cf2
* Attached PATCH fixes the case, when data-flag and reference flags are set andGravatar arpi2003-01-27
| | | | | | | | | mplayer exits the demuxer with error (return 0), but without giving a reason As QT-Specs say in this case the reference shuld be used, I fixed it that way. Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9126 b3059339-0415-0410-9bf9-f77b7e298cf2
* I also added that a self-reference is not endlessly played ... (HappenedGravatar arpi2003-01-27
| | | | | | | | with Hole_Dollparts_MSTR.mov), which also gave the other problems ... Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9125 b3059339-0415-0410-9bf9-f77b7e298cf2
* -links update to skin.htmlGravatar nicolas2003-01-27
| | | | | | | | -typo -sync git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9124 b3059339-0415-0410-9bf9-f77b7e298cf2
* The two attached patches *should* allow for properGravatar arpi2003-01-27
| | | | | | | | | | compilation of the AltiVec stuff on both Darwin and non-Darwin system. They've only been tested for compilation on Debian using Debian's gcc-3.2. Romain Dolbeau <dolbeau@irisa.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9123 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar zdar2003-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9122 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixGravatar gabucino2003-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9121 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar gabucino2003-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9120 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar gabucino2003-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9119 b3059339-0415-0410-9bf9-f77b7e298cf2
* panscan keysGravatar gabucino2003-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9118 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid extract of imposible high depths in wrong rgb/bgr functionsGravatar iive2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9117 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer crash when using -wid and -vo x11 parameters.Gravatar arpi2003-01-26
| | | | | | | | I don't understand very well why my fix works. Jouni Tulkki <jitulkki@cc.hut.fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9116 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quicktime rle 32 bit supportedGravatar rtognimp2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9115 b3059339-0415-0410-9bf9-f77b7e298cf2
* 32 bpp is a valid color depth. Fixes 0-bit rle reportsGravatar rtognimp2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9114 b3059339-0415-0410-9bf9-f77b7e298cf2
* preparing for releaseGravatar arpi2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9113 b3059339-0415-0410-9bf9-f77b7e298cf2
* potmeter description clarified, noticed by nico.Gravatar diego2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9112 b3059339-0415-0410-9bf9-f77b7e298cf2
* This is a simple patch to change the alpha blending code in bmovl to useGravatar arpi2003-01-26
| | | | | | | | | | integers instead of floating point. It speeds it up by about 400% meaning that it's now possible to apply alpha blending to a whole 1024x768 image on my 1266MHz PIII. Jonas Jensen <jbj@knef.dk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9111 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSD volume symbol fixed :)Gravatar arpi2003-01-26
| | | | | | | | instead of |\ it should be /| patch by {asm} <tf198@hszk.bme.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9110 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar arpi2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9109 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with help_mp-en.h v1.84Gravatar rtognimp2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9108 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ok, firstly fixed the bug in parser-mpcmd.c where itGravatar arpi2003-01-26
| | | | | | | | | | | would accept a non-interger as an argument for -loop (beginning of cmdline)..and have made it print an error the same as when you pass a non-int to -loop (end of cmdline) (parsed in different places). patch by Alex Sisson <alex_sisson@yahoo.co.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9107 b3059339-0415-0410-9bf9-f77b7e298cf2
* Secondly, fixed bug where -loop after file would play one too many times.Gravatar arpi2003-01-26
| | | | | | | | | I've just added a couple of if's in mplayer.c before it starts play (to make sure its after all the config stuff). patch by Alex Sisson <alex_sisson@yahoo.co.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9106 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also attached some cleanup to menu_filesel.c, mainly to make it moreGravatar arpi2003-01-26
| | | | | | | | robust in case of lack of memory. patch by Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9105 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer crashes if one tries to use osd menu without having a fontGravatar arpi2003-01-26
| | | | | | | | installed. The patch to menu.c is one way to fix that. patch by Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9104 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't depend on libgen/basename()Gravatar arpi2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9103 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync, more accurate translationGravatar nicolas2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9102 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed ./configure --cc="ccache gcc"Gravatar arpi2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9101 b3059339-0415-0410-9bf9-f77b7e298cf2
* error msg for -alvcopts if no libavcodec availGravatar arpi2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9100 b3059339-0415-0410-9bf9-f77b7e298cf2
* menu usage updatedGravatar gabucino2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9099 b3059339-0415-0410-9bf9-f77b7e298cf2
* 0.90preXX -> 0.90Gravatar gabucino2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9098 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a typoGravatar colin2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9097 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9096 b3059339-0415-0410-9bf9-f77b7e298cf2
* added TVI_CONTROL_TUN_SET_NORMGravatar gabucino2003-01-26
| | | | | | | | (making the 'dummy' v4l driver work again) (however on channel switch it goes sig11 in key_events somebody pls fix) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9095 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9094 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9093 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Sylvain PetreolleGravatar gabucino2003-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9092 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lGravatar arpi2003-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9091 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100lGravatar arpi2003-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9090 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix -fsGravatar pontscho2003-01-25
| | | | | | | | | | - set sub_fps to null for new files - fix one sig11, if you play vcd, and the disc is not vcd, playtree is dead - add playbar vertical position support - etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9089 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar gabucino2003-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9088 b3059339-0415-0410-9bf9-f77b7e298cf2
* another EGA hint :)Gravatar gabucino2003-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9087 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoGravatar gabucino2003-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9086 b3059339-0415-0410-9bf9-f77b7e298cf2
* readvcd is useful for reading VCDs with SCSI CD-ROM drives.Gravatar diego2003-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9085 b3059339-0415-0410-9bf9-f77b7e298cf2