aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* link fixesGravatar diego2003-11-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11532 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a patch from Anders Rune Jensen to support the latest em8300 CVS changesGravatar mswitch2003-11-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11531 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor fixes by ed@catmur.co.ukGravatar alex2003-11-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11530 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording & syncGravatar wight2003-11-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11529 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use SMC decoder from libavcodecGravatar rtognimp2003-11-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11528 b3059339-0415-0410-9bf9-f77b7e298cf2
* reget_buffer() supportGravatar rtognimp2003-11-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11527 b3059339-0415-0410-9bf9-f77b7e298cf2
* Based on previous lines and nonsense of this I guess this fileGravatar wight2003-11-25
| | | | | | | | shouldn't be here. Who gets to drink? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11526 b3059339-0415-0410-9bf9-f77b7e298cf2
* added link to nVidia driversGravatar wight2003-11-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11525 b3059339-0415-0410-9bf9-f77b7e298cf2
* Macedonian translation by Zoran Dimovski <zoki@email.com>.Gravatar diego2003-11-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11524 b3059339-0415-0410-9bf9-f77b7e298cf2
* wordingGravatar diego2003-11-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11523 b3059339-0415-0410-9bf9-f77b7e298cf2
* Executables are not directories, improved wording.Gravatar diego2003-11-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11522 b3059339-0415-0410-9bf9-f77b7e298cf2
* Commands should be in <command> tags, better wording.Gravatar diego2003-11-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11521 b3059339-0415-0410-9bf9-f77b7e298cf2
* Save fs before calling vm86, this might eleminate bugs (if there were any) ↵Gravatar alex2003-11-24
| | | | | | in cooperation of using vesa with win32 dlls. Patch by Peter Kosinar <goober@ksp.sk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11520 b3059339-0415-0410-9bf9-f77b7e298cf2
* SuSE updateGravatar diego2003-11-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11519 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording & punctuationGravatar wight2003-11-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11518 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support arbitrary compression level in ZLIB.Gravatar rtognimp2003-11-24
| | | | | | | Fix some debug mp_msg type sizes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11517 b3059339-0415-0410-9bf9-f77b7e298cf2
* Punctuation. ;)Gravatar rathann2003-11-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11516 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording & punctuationGravatar wight2003-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11515 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround! exit if there's no video stream (hopefully it's a proper fix)Gravatar alex2003-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11514 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for vf_palette, because paletted 8-bit to BGR{15,16} conversion is ↵Gravatar joey2003-11-23
| | | | | | | | | incorrect. the conversion should be rewritten as a better fix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11513 b3059339-0415-0410-9bf9-f77b7e298cf2
* original config:Gravatar joey2003-11-23
| | | | | | | | | | | | | | | > ao_data.bps=channels*rate; > if(format != AFMT_U8 && format != AFMT_S8) > ao_data.bps*=2; fallback config, before patch: > ao_data.bps=ao_data.channels * ao_data.samplerate; since we forced the format to S16_LE in fallback, we should double bps to be consistent with an original config of the same settings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11512 b3059339-0415-0410-9bf9-f77b7e298cf2
* send quit command instead of key 'q'.Gravatar joey2003-11-23
| | | | | | | | | catch backspace key instead of ctrl key. keycodes.h says CTRL and BS are the same. this is not true for windows keycodes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11511 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix version number on cygwinGravatar joey2003-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11510 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nauj272003-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11509 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update.Gravatar rtognimp2003-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11508 b3059339-0415-0410-9bf9-f77b7e298cf2
* Real rtsp Range parameter (Start and End) support.Gravatar rtognimp2003-11-23
| | | | | | | Patch by rgselk <rgselknospam(at)yahoo(dot)com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11507 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add detection of Real rtsp when there are queries in url.Gravatar rtognimp2003-11-23
| | | | | | | Patch by rgselk <rgselknospam(at)yahoo(dot)com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11506 b3059339-0415-0410-9bf9-f77b7e298cf2
* Checking if MPlayer has vo XvGravatar wight2003-11-23
| | | | | | | Patch by Maciej Paszta <paszczi@go2.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11505 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync & some fix.Gravatar nauj272003-11-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11504 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording & styleGravatar wight2003-11-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11503 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fix by Maciej Paszta.Gravatar rathann2003-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11502 b3059339-0415-0410-9bf9-f77b7e298cf2
* freetype build fixGravatar henry2003-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11501 b3059339-0415-0410-9bf9-f77b7e298cf2
* double nVidia VIDIx link removedGravatar wight2003-11-20
| | | | | | | | EMPHASIS -> emphasis, wording matroxfb compilation instructions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11500 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11499 b3059339-0415-0410-9bf9-f77b7e298cf2
* some spaces, xv -> Xv, missing "that"Gravatar wight2003-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11498 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar luran2003-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11497 b3059339-0415-0410-9bf9-f77b7e298cf2
* XviD math lib missed - patch by <ismail.donmez@boun.edu.tr>Gravatar iive2003-11-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11496 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync & styleGravatar wight2003-11-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11495 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar wight2003-11-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11494 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless --with-xvidcore option and add *-xvidlibdir and *-xvidincdirGravatar iive2003-11-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11493 b3059339-0415-0410-9bf9-f77b7e298cf2
* use the old names for 4 optionsGravatar iive2003-11-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11492 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l :(Gravatar rathann2003-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11491 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nauj272003-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11490 b3059339-0415-0410-9bf9-f77b7e298cf2
* proper name instead of hereGravatar wight2003-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11489 b3059339-0415-0410-9bf9-f77b7e298cf2
* style and vocabGravatar wight2003-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11488 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added the FLAC CodecId.Gravatar mosu2003-11-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11487 b3059339-0415-0410-9bf9-f77b7e298cf2
* install-path is obsoleteGravatar wight2003-11-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11486 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for FLAC tracks that already contain the "fLaC" header.Gravatar mosu2003-11-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11485 b3059339-0415-0410-9bf9-f77b7e298cf2
* move section out of <link> tagsGravatar wight2003-11-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11484 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for FLAC in Matroska written in the MS compatibility mode.Gravatar mosu2003-11-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11483 b3059339-0415-0410-9bf9-f77b7e298cf2