summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* overlapping subtitles support is now optional, can be disabled (-nooverlapsub)arpi2002-12-058-3/+36
| | | | | | | patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8362 b3059339-0415-0410-9bf9-f77b7e298cf2
* dump in JACOsub formatarpi2002-12-044-2/+58
| | | | | | | patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8361 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed mp3 seeking near end of filearpi2002-12-041-2/+3
| | | | | | | patch by ??? (sorry i can't find that mail) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8360 b3059339-0415-0410-9bf9-f77b7e298cf2
* No scandir() an no functions defined within other functions.arpi2002-12-041-45/+65
| | | | | | | patch by Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8359 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed -fps with mencoder and fixed-rate files (avi etc)arpi2002-12-041-0/+6
| | | | | | | patch by Ivan Szanto <szivan@duticai.TWI.TUDelft.NL> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8358 b3059339-0415-0410-9bf9-f77b7e298cf2
* more precise definition of -endposarpi2002-12-041-1/+1
| | | | | | | patch by eviv bulgroz <ebulgroz@yahoo.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8357 b3059339-0415-0410-9bf9-f77b7e298cf2
* end_at int->double, as option -endpos accepts float seconds tooarpi2002-12-041-1/+1
| | | | | | | patch by eviv bulgroz <ebulgroz@yahoo.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8356 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch fixes the screensaver issues in mplayer. It will correctly readarpi2002-12-041-1/+18
| | | | | | | | | | and store the state of XScreensaver and KDE-Screensaver, will stop them and restart them later, when the movie has finished ... It works and was tested with KDE2/3 and XScreensaver 4.05. patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8355 b3059339-0415-0410-9bf9-f77b7e298cf2
* a little (my first!) patch to add some info about MPlayer on Irix 6.5 toarpi2002-12-043-7/+39
| | | | | | | | | | documentation.html and some changes to the configure script + Makefile to support optional different "install" location and change ranlib to ar when Irix is detected. Steffen Boelaars <mplayer.development@graphicscave.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8354 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-12-043-19/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8353 b3059339-0415-0410-9bf9-f77b7e298cf2
* further codec (QT, Win32) updatesgabucino2002-12-042-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8352 b3059339-0415-0410-9bf9-f77b7e298cf2
* OK, I think I found why the alsa9 driver was breaking surround sound.arpi2002-12-042-2/+2
| | | | | | | | | ALSA returns the buffer size in _frames_, not bytes, so multiplying by bytes_per_sample is needed. patch by Tom Lees <tal26@cam.ac.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8351 b3059339-0415-0410-9bf9-f77b7e298cf2
* - It fixes a small bug where a byte value is divided by 255.0 to convertarpi2002-12-041-5/+6
| | | | | | | | | | | to a float within [0.0, 1.0] and later multiplied by 256.0 to convert back. This makes the luminance lookup table more correct, although the visual difference is relatively small. - speedup of inner loop, using dst[i] instead of *dst++ based on patch by Linards Ticmanis <ticmanis@coli.uni-sb.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8350 b3059339-0415-0410-9bf9-f77b7e298cf2
* the -af delay=[seconds] option currently parses floating point values ofarpi2002-12-041-1/+2
| | | | | | | | | "seconds" but uses only the integral part of it. This one-line patch fixes that problem. It should be clear enough. Linards Ticmanis <ticmanis@coli.uni-sb.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8349 b3059339-0415-0410-9bf9-f77b7e298cf2
* PSNRmichael2002-12-042-4/+75
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8348 b3059339-0415-0410-9bf9-f77b7e298cf2
* The enclosed patch should fix problems associated with playing 8-bit widearpi2002-12-042-6/+12
| | | | | | | | | audio samples (or anything other than 16-bit samples, for that matter) using the alsa9 ao driver. patch by "R.L. Horn" <eastcheap@fastmail.fm> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8347 b3059339-0415-0410-9bf9-f77b7e298cf2
* Darwin support in libmpdvdkit2arpi2002-12-041-1/+7
| | | | | | | patch by Tomas Hurka <tom@hukatronic.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8346 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd_* declarations fixed to matc with open.carpi2002-12-041-2/+2
| | | | | | | noticed by Tomas Hurka <tom@hukatronic.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reduce fixed-point replay gain support precision with Tremor.rguyom2002-12-041-2/+2
| | | | | | | Avoid overflows (sounded cracky sometimes). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8344 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Tremor (an integer-only Vorbis decoder) support.rguyom2002-12-043-5/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8343 b3059339-0415-0410-9bf9-f77b7e298cf2
* specific debug output supportmichael2002-12-042-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8342 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupmichael2002-12-043-144/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8341 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for lavc build 4641michael2002-12-043-91/+119
| | | | | | | no #ifdefs this time as the difference is big and iam lazy, feel free to add #ifdef LIBAVCODEC_BUILD ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8340 b3059339-0415-0410-9bf9-f77b7e298cf2
* license fixedgabucino2002-12-032-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8339 b3059339-0415-0410-9bf9-f77b7e298cf2
* QT sections addedgabucino2002-12-032-12/+37
| | | | | | | | (someone already did it, but I reversed it as it conflicted with mine - hee-hee :p~~~) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8338 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed JPEG issue (sorry atmos, i've tested them now) and added PIM1 name ↵alex2002-12-031-9/+9
| | | | | | corrections git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8337 b3059339-0415-0410-9bf9-f77b7e298cf2
* set channel count to a saner value if the card reports an unknown audio modehenry2002-12-031-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8336 b3059339-0415-0410-9bf9-f77b7e298cf2
* found in an AVI file and reported working by Damian Gatabriarfelker2002-12-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8335 b3059339-0415-0410-9bf9-f77b7e298cf2
* documentation TODOdiego2002-12-031-4/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8334 b3059339-0415-0410-9bf9-f77b7e298cf2
* small updates, ATI TV-out, -vo directx:noacceldiego2002-12-032-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sorenson/Real updates, QuickTime HOWTO.diego2002-12-032-24/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8332 b3059339-0415-0410-9bf9-f77b7e298cf2
* HTML fixesdiego2002-12-021-52/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8331 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by <hephooey@fastmail.fm>jaf2002-12-021-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8330 b3059339-0415-0410-9bf9-f77b7e298cf2
* DMO WMA audio codecs, some nonworking QT video codecs addedarpi2002-12-011-0/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8329 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l :)arpi2002-12-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8328 b3059339-0415-0410-9bf9-f77b7e298cf2
* DMO audio support (including 6ch support too)arpi2002-12-013-1/+106
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8327 b3059339-0415-0410-9bf9-f77b7e298cf2
* DMO Audio support (ugly, needs cleanup)arpi2002-12-013-1/+186
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8326 b3059339-0415-0410-9bf9-f77b7e298cf2
* added qt-extrasarpi2002-12-011-2/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8325 b3059339-0415-0410-9bf9-f77b7e298cf2
* dump more!arpi2002-12-011-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8324 b3059339-0415-0410-9bf9-f77b7e298cf2
* SVQ1 using win32 qt dllarpi2002-12-011-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8323 b3059339-0415-0410-9bf9-f77b7e298cf2
* SVQ1 support (ugly hack... - really we need 'syuv' support in swscaler :))arpi2002-12-011-1/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8322 b3059339-0415-0410-9bf9-f77b7e298cf2
* added imagepower and morgan mjpeg2k codecsalex2002-11-301-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8321 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixesgabucino2002-11-301-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8320 b3059339-0415-0410-9bf9-f77b7e298cf2
* both qt5 and qt6 patching support (qt6 addresses found by arpi)alex2002-11-301-40/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8319 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use MVCOMMAND_SYNCmswitch2002-11-291-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8318 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-11-291-25/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8317 b3059339-0415-0410-9bf9-f77b7e298cf2
* dump URL referencesarpi2002-11-291-1/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8316 b3059339-0415-0410-9bf9-f77b7e298cf2
* - parsing the handler reference atom (hnlr), save handler fourccsarpi2002-11-291-4/+98
| | | | | | | | - support for dumping raw or un-zlib-ed packets of generic tracks (verbose>=3) - fixed a sig11 caused by too small stsd of video track git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8315 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-11-291-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8314 b3059339-0415-0410-9bf9-f77b7e298cf2
* - audio track handling in menu (idea from Rüdiger Kuhlmann)pontscho2002-11-297-14/+43
| | | | | | | - some userfriendly changes in menu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8313 b3059339-0415-0410-9bf9-f77b7e298cf2
* add autosync && some 10l bugfixpontscho2002-11-287-6/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8312 b3059339-0415-0410-9bf9-f77b7e298cf2
* .depend should be ignored.diego2002-11-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update with JPEG FourCC, as found in SGI created baard.avi photo-jpeg.atmos42002-11-281-2/+3
| | | | | | | See ffmpeg-devel list, change to LEAD codec is untested as I don't have it... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8310 b3059339-0415-0410-9bf9-f77b7e298cf2
* add stop_xscreensaverpontscho2002-11-282-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8309 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatingpontscho2002-11-281-28/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8308 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabling seek (look the patch)pontscho2002-11-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8307 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add Rüdiger Kuhlmann's <mplayer-list-UGa6JdjLujS2@ruediger-kuhlmann.de> patchpontscho2002-11-283-0/+14
| | | | | | | - fix one 10l bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8306 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l, opposite meaning of what's intended!rfelker2002-11-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8305 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid giving a /dev/dsp fd to child processes!!rfelker2002-11-281-0/+4
| | | | | | | | (menu exec, xscreensaver nonsense, etc) other parts of mplayer should be fixed like this as well! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8304 b3059339-0415-0410-9bf9-f77b7e298cf2
* no exit on fulscreen if you press escpontscho2002-11-283-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8303 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fixed 10l bug (imagedesc handle allocation)arpi2002-11-271-3/+8
| | | | | | | - enabled colorspace selection support, fixed yvu9, added yv12 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8302 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix in item disabling (vagymi)pontscho2002-11-274-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8301 b3059339-0415-0410-9bf9-f77b7e298cf2
* - remove some unused/nonusable variablespontscho2002-11-2715-1617/+515
| | | | | | | | | - remove unneded gtk function - replace some gtk function - small bug fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8300 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added xvid description in "mencoder -ovc help".rguyom2002-11-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8299 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix 100l typo :)colin2002-11-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8298 b3059339-0415-0410-9bf9-f77b7e298cf2
* DMO video codecs added: WMV1, WMV2, WMV3arpi2002-11-261-0/+26
| | | | | | | (get DLLs from mphq releases/Win32_dmo.tgz) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8297 b3059339-0415-0410-9bf9-f77b7e298cf2
* DMO supportarpi2002-11-265-6/+101
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8296 b3059339-0415-0410-9bf9-f77b7e298cf2
* DMO interfaces (copied/converted(c++->c) from avifile)arpi2002-11-2610-0/+1297
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8295 b3059339-0415-0410-9bf9-f77b7e298cf2
* avifile sync (added only the new functions, all cosmetics ignored)arpi2002-11-261-17/+121
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8294 b3059339-0415-0410-9bf9-f77b7e298cf2
* avifile sync (mostly cosmetics)arpi2002-11-2610-34/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8293 b3059339-0415-0410-9bf9-f77b7e298cf2
* limits.h required to get a PATH_MAX definition (on solaris)jkeil2002-11-261-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8292 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add our own vsscanf implementation, in case the system's libc does not havejkeil2002-11-262-1/+21
| | | | | | | | one. (required for solaris, when the Ogg/Vorbis audio decoder is used) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8291 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a new test for "scandir()" and friends.jkeil2002-11-261-0/+17
| | | | | | | | scandir() is used in the new menu code; and we must include our own implemenation for solaris (and maybe other platforms as well). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8290 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a scandir() implementation for systems that do not have it in libc.jkeil2002-11-262-1/+135
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8289 b3059339-0415-0410-9bf9-f77b7e298cf2
* .align -> .balignarpi2002-11-251-4/+4
| | | | | | | patch by Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8288 b3059339-0415-0410-9bf9-f77b7e298cf2
* patching out threads ;) raw measure: 18% cpu instead 30%alex2002-11-251-1/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8287 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed WaitForMultipleObjects and FindFilealex2002-11-251-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8286 b3059339-0415-0410-9bf9-f77b7e298cf2
* cache (buzeralas)pontscho2002-11-255-9/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8285 b3059339-0415-0410-9bf9-f77b7e298cf2
* added the working qt audio codecsalex2002-11-251-2/+21
| | | | git-svn-id: svn://svn