summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed seekingmswitch2002-01-171-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4220 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added new syncengine thanks to a new previously undocumented feature of the ↵mswitch2002-01-171-91/+177
| | | | | | | | | | | | | | | | em8300, this might fix playback on both slow and fast machines (more testing needed). This also requires users to get the em8300 driver from cvs until the next version is released (will probably happen this weekend) Added lots of comments, should be pretty easy to understand most of the internals now Added lots of brackets to if's for's while's etc, this is not a cosmetical thing but rather due to the fact I got some very odd bugs with else's since I didn't properly use brackets (and it's the K&R standard to have brackets everywhere) Fixed some bugs that would occur when disabling libmp1e Switched to default to the new naming scheme of device nodes, the driver will slowly switch over to this state, if it can't find devices under the new name it will try the old naming scheme I stopped opening devices in non-blocking mode, it would break the new syncengine which tries to burst data to the device (alot of times meaning it will fill the fifo pretty fast which would previously result in jerkyness on fast machines) The device now sets the initial state of the pts and speed (probably not needed, but assumption is the mother of all fuckups =) Keep the control interface open during the entire duration of the libvo device, we might need this to flush video buffers on seeking (currently not implemented, therefore seeking is broken) This is beta stuff to the driver, I will get some users to test it for me and do my best to fix seeking as soon as possible... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4219 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>:pl2002-01-171-2/+33
| | | | | | | | - detect the Alpha CPU type: default ("ev56") won't work with older Alphas, and gcc can take advantage of newer ones that way. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4218 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for Xwid (exceed 16 fourcc)nexus2002-01-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4217 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use 'install' instead of 'cp'nick2002-01-172-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4216 b3059339-0415-0410-9bf9-f77b7e298cf2
* zr driver (tv-out for DC10/DC10+, iomega buz, LML33...) added - patch by Rik ↵arpi2002-01-173-0/+1018
| | | | | | Snel <rsnel@cube.dyndns.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4215 b3059339-0415-0410-9bf9-f77b7e298cf2
* -zr* added - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-01-171-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4214 b3059339-0415-0410-9bf9-f77b7e298cf2
* libjpeg added - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-01-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4213 b3059339-0415-0410-9bf9-f77b7e298cf2
* zr en/disable, libjpeg detection - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-01-171-1/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4212 b3059339-0415-0410-9bf9-f77b7e298cf2
* fbdev nocopy option - Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>arpi2002-01-171-2/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4211 b3059339-0415-0410-9bf9-f77b7e298cf2
* fbdev nocopy option, and static pthread fixes - Jeroen Dobbelaere ↵arpi2002-01-171-1/+22
| | | | | | <jeroen.dobbelaere@acunia.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4210 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmad memcpy optimization by Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>arpi2002-01-171-4/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4209 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lavcopts vme= option to set motion estimation method - patch by Rich Felker ↵arpi2002-01-172-0/+7
| | | | | | <dalias@aerifal.cx> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4208 b3059339-0415-0410-9bf9-f77b7e298cf2
* XviD addedarpi2002-01-171-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4207 b3059339-0415-0410-9bf9-f77b7e298cf2
* possible sig11 fixed - noticed by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-01-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4206 b3059339-0415-0410-9bf9-f77b7e298cf2
* console mplayer launcher - by Rich Felker <dalias@aerifal.cx>arpi2002-01-171-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4205 b3059339-0415-0410-9bf9-f77b7e298cf2
* reverted old seeking method - ask Holm why...arpi2002-01-172-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4204 b3059339-0415-0410-9bf9-f77b7e298cf2
* mail formatting addedarpi2002-01-171-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4203 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix include orderatmos42002-01-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4202 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2002-01-162-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added (sigh, reHTMLized;)) Nick's VIDIX patchgabucino2002-01-164-4/+218
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4200 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vidix_start() and vidix_stop() for better runtime-resize support ;)alex2002-01-165-11/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4199 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed a few possible bugsarpi2002-01-161-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4198 b3059339-0415-0410-9bf9-f77b7e298cf2
* image field added. 10*10l....arpi2002-01-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4197 b3059339-0415-0410-9bf9-f77b7e298cf2
* Useful linksnick2002-01-161-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4196 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed resize bug.nick2002-01-161-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4195 b3059339-0415-0410-9bf9-f77b7e298cf2
* More messages on forcingnick2002-01-161-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4194 b3059339-0415-0410-9bf9-f77b7e298cf2
* en(dis)able app io should be exported toonick2002-01-162-3/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4193 b3059339-0415-0410-9bf9-f77b7e298cf2
* + new features and possibilitynick2002-01-168-45/+152
| | | | | | | | | | | deinterlacing oem effects ITU color space forcing driver - audio support (develop and introduce AUDIX for that) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4192 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a few notes about formats 0x61 and 0x62melanson2002-01-161-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4191 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial support for FILM file demuxingmelanson2002-01-1619-4/+223
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4190 b3059339-0415-0410-9bf9-f77b7e298cf2
* using mp_image.h - not finished...arpi2002-01-161-37/+123
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4189 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l...arpi2002-01-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4188 b3059339-0415-0410-9bf9-f77b7e298cf2
* bpp != deptharpi2002-01-161-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4187 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial stuff. comments welcomed...arpi2002-01-161-0/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4186 b3059339-0415-0410-9bf9-f77b7e298cf2
* hwac3 fix for cmedia 8738 by Hans-Peter Raschke ↵arpi2002-01-151-0/+5
| | | | | | <Hans-Peter.Raschke@wintermann-datenservice.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4185 b3059339-0415-0410-9bf9-f77b7e298cf2
* awk change suggested by frederik kuivinenatmos42002-01-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4184 b3059339-0415-0410-9bf9-f77b7e298cf2
* nicer awk check (logging) etc.atmos42002-01-151-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4183 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Fredrik Kuivinen <freku045@student.liu.se>pl2002-01-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4182 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a third scaling algorithm wich should be faster. Select bykmkaplan2002-01-151-3/+49
| | | | | | | defining ANTIALIASING_ALGORITHM for now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4181 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix "[MPlayer-dev-eng] mp3lib-mmx sig11 with mpeg1layer3 audio afterkmkaplan2002-01-151-0/+1
| | | | | | | recent changes": decode_MMX.c uses clobbers the frame pointer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4180 b3059339-0415-0410-9bf9-f77b7e298cf2
* Grab PS_IOPL define from <sys/psw.h> on solaris x86jkeil2002-01-151-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4179 b3059339-0415-0410-9bf9-f77b7e298cf2
* many small updatesgabucino2002-01-1513-121/+125
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4178 b3059339-0415-0410-9bf9-f77b7e298cf2
* small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and ↵pontscho2002-01-156-28/+27
| | | | | | remove gui dependencie in mencoder git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4177 b3059339-0415-0410-9bf9-f77b7e298cf2
* commited due to request of nexusalex2002-01-151-2/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4176 b3059339-0415-0410-9bf9-f77b7e298cf2
* api changed: enable/disable_os_io returns error-code (or zero if ok) and ↵alex2002-01-1515-45/+118
| | | | | | pciconfig_read exported for mga_vid git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4175 b3059339-0415-0410-9bf9-f77b7e298cf2
* cygwin compile fixatmos42002-01-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4174 b3059339-0415-0410-9bf9-f77b7e298cf2
* *awk detectionatmos42002-01-152-19/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4173 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync problem when using fractional resampling fixed + speed increased.anders2002-01-152-46/+95
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4172 b3059339-0415-0410-9bf9-f77b7e298cf2
* typojaf2002-01-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4171 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix xvidix for non-x11 systems (delayed due netloss)atmos42002-01-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4170 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix xvidix for non-x11 systems, 10l Alex :)atmos42002-01-152-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4169 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for cygwin.atmos42002-01-151-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4168 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved declaration of picture_* out of ifdef MP1E as not to break compilation ↵mswitch2002-01-151-1/+1
| | | | | | for those of you who disable libmp1e git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4167 b3059339-0415-0410-9bf9-f77b7e298cf2
* S->Cnick2002-01-153-993/+989
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4166 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved readability and new stuffsnick2002-01-1530-960/+1394
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4165 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSD fix by Steven M. Schultz <sms@2BSD.COM>arpi2002-01-151-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4164 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l. gimme\!arpi2002-01-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4163 b3059339-0415-0410-9bf9-f77b7e298cf2
* query_format flags updatedarpi2002-01-151-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4162 b3059339-0415-0410-9bf9-f77b7e298cf2
* hw spu support for dxr3 - patch by David Holmarpi2002-01-153-22/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4161 b3059339-0415-0410-9bf9-f77b7e298cf2
* -endpos option, patch by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-01-152-0/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4160 b3059339-0415-0410-9bf9-f77b7e298cf2
* GLOBAL flags and other changes for new config - patch by Alban Bedel ↵arpi2002-01-142-20/+20
| | | | | | <albeu@free.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4159 b3059339-0415-0410-9bf9-f77b7e298cf2
* extra NULL field appendedarpi2002-01-143-247/+247
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4158 b3059339-0415-0410-9bf9-f77b7e298cf2
* playtree-based config patch by Alban Bedel <albeu@free.fr>arpi2002-01-149-209/+741
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4157 b3059339-0415-0410-9bf9-f77b7e298cf2
* by kothgabucino2002-01-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4156 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround for broken 'muvi' chunksarpi2002-01-141-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4155 b3059339-0415-0410-9bf9-f77b7e298cf2
* streaming with proxygabucino2002-01-142-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4154 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Alban B. - restored removed verbose level settingarpi2002-01-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4153 b3059339-0415-0410-9bf9-f77b7e298cf2
* added mp3_printheader for mp3lib init\nalex2002-01-141-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4152 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpudetect support #2 - still not working (i can't identify the ↵alex2002-01-141-90/+137
| | | | | | problems ground, also it produces no sound (no noises), but the init seems to be ok (also i didn't changed anything)...very annoying :( snipp git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4151 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpudetect suppportalex2002-01-141-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4150 b3059339-0415-0410-9bf9-f77b7e298cf2
* S->Cnick2002-01-145-1723/+1708
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4149 b3059339-0415-0410-9bf9-f77b7e298cf2
* S->Cnick2002-01-143-322/+308
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4148 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for the environment variable http_proxy.bertrand2002-01-143-2/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4147 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the proxy protocol to http_proxy.bertrand2002-01-142-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4146 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed to get something - needs a major rewritearpi2002-01-131-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4145 b3059339-0415-0410-9bf9-f77b7e298cf2
* dont print -npp parser debug info if only -vmichael2002-01-131-5/+20
| | | | | | | print "using pp filters ..." if -v git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4144 b3059339-0415-0410-9bf9-f77b7e298cf2
* S->Cnick2002-01-133-253/+245
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4143 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugnick2002-01-132-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4142 b3059339-0415-0410-9bf9-f77b7e298cf2
*