aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* opsz, typoGravatar gabucino2002-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4224 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change to use cdrom-device and dvd-device options needed for DVD/TV/VCDGravatar albeu2002-01-17
| | | | | | | integration in playlist git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4223 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug with benchmark optionGravatar albeu2002-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a few bugs and added support for VCD/DVD/TV in playlist using virtual urlGravatar albeu2002-01-17
| | | | | | | like dvd://1 vcd://2 tv://5 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4221 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed seekingGravatar mswitch2002-01-17
| | | | 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 ↵Gravatar mswitch2002-01-17
| | | | | | | | | | | | | | | | 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>:Gravatar pl2002-01-17
| | | | | | | | - 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)Gravatar nexus2002-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4217 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use 'install' instead of 'cp'Gravatar nick2002-01-17
| | | | 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 ↵Gravatar arpi2002-01-17
| | | | | | 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>Gravatar arpi2002-01-17
| | | | 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>Gravatar arpi2002-01-17
| | | | 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>Gravatar arpi2002-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4212 b3059339-0415-0410-9bf9-f77b7e298cf2
* fbdev nocopy option - Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>Gravatar arpi2002-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4211 b3059339-0415-0410-9bf9-f77b7e298cf2
* fbdev nocopy option, and static pthread fixes - Jeroen Dobbelaere ↵Gravatar arpi2002-01-17
| | | | | | <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>Gravatar arpi2002-01-17
| | | | 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 ↵Gravatar arpi2002-01-17
| | | | | | <dalias@aerifal.cx> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4208 b3059339-0415-0410-9bf9-f77b7e298cf2
* XviD addedGravatar arpi2002-01-17
| | | | 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>Gravatar arpi2002-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4206 b3059339-0415-0410-9bf9-f77b7e298cf2
* console mplayer launcher - by Rich Felker <dalias@aerifal.cx>Gravatar arpi2002-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4205 b3059339-0415-0410-9bf9-f77b7e298cf2
* reverted old seeking method - ask Holm why...Gravatar arpi2002-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4204 b3059339-0415-0410-9bf9-f77b7e298cf2
* mail formatting addedGravatar arpi2002-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4203 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix include orderGravatar atmos42002-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4202 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***Gravatar gabucino2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added (sigh, reHTMLized;)) Nick's VIDIX patchGravatar gabucino2002-01-16
| | | | 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 ;)Gravatar alex2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4199 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed a few possible bugsGravatar arpi2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4198 b3059339-0415-0410-9bf9-f77b7e298cf2
* image field added. 10*10l....Gravatar arpi2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4197 b3059339-0415-0410-9bf9-f77b7e298cf2
* Useful linksGravatar nick2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4196 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed resize bug.Gravatar nick2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4195 b3059339-0415-0410-9bf9-f77b7e298cf2
* More messages on forcingGravatar nick2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4194 b3059339-0415-0410-9bf9-f77b7e298cf2
* en(dis)able app io should be exported tooGravatar nick2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4193 b3059339-0415-0410-9bf9-f77b7e298cf2
* + new features and possibilityGravatar nick2002-01-16
| | | | | | | | | | | 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 0x62Gravatar melanson2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4191 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial support for FILM file demuxingGravatar melanson2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4190 b3059339-0415-0410-9bf9-f77b7e298cf2
* using mp_image.h - not finished...Gravatar arpi2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4189 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l...Gravatar arpi2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4188 b3059339-0415-0410-9bf9-f77b7e298cf2
* bpp != depthGravatar arpi2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4187 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial stuff. comments welcomed...Gravatar arpi2002-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4186 b3059339-0415-0410-9bf9-f77b7e298cf2
* hwac3 fix for cmedia 8738 by Hans-Peter Raschke ↵Gravatar arpi2002-01-15
| | | | | | <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 kuivinenGravatar atmos42002-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4184 b3059339-0415-0410-9bf9-f77b7e298cf2
* nicer awk check (logging) etc.Gravatar atmos42002-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4183 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Fredrik Kuivinen <freku045@student.liu.se>Gravatar pl2002-01-15
| | | | 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 byGravatar kmkaplan2002-01-15
| | | | | | | 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 afterGravatar kmkaplan2002-01-15
| | | | | | | 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 x86Gravatar jkeil2002-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4179 b3059339-0415-0410-9bf9-f77b7e298cf2
* many small updatesGravatar gabucino2002-01-15
| | | | 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 ↵Gravatar pontscho2002-01-15
| | | | | | 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 nexusGravatar alex2002-01-15
| | | | 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 ↵Gravatar alex2002-01-15
| | | | | | pciconfig_read exported for mga_vid git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4175 b3059339-0415-0410-9bf9-f77b7e298cf2