summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dump processed edit list dataarpi2002-09-271-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7515 b3059339-0415-0410-9bf9-f77b7e298cf2
* Display the IP address that has been resolved.bertrand2002-09-271-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7514 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass fourcc to lavcmichael2002-09-261-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7513 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing compilation on LFSgabucino2002-09-261-2/+3
| | | | | | | plus a note, it can't be compiled with --enable-gui (undef references) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7512 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added -lm for libcdparanoia (for the sin & cos symbol).bertrand2002-09-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7511 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncfrodone2002-09-2611-1552/+739
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7510 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncfrodone2002-09-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7509 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correction of spelling errors and removal of old codeanders2002-09-262-11/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7508 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc meansarpi2002-09-265-17/+44
| | | | | | | *, ie search all codecs. codec name starting with - disables the codec. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7507 b3059339-0415-0410-9bf9-f77b7e298cf2
* new func: select_codec() - disables codec by namearpi2002-09-262-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7506 b3059339-0415-0410-9bf9-f77b7e298cf2
* interlaced dctmichael2002-09-261-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7505 b3059339-0415-0410-9bf9-f77b7e298cf2
* accept empty strings too for STRING_LIST (example: "-xyz 1,2.5,,4," )arpi2002-09-261-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7504 b3059339-0415-0410-9bf9-f77b7e298cf2
* best audio/video codec selection & init moved to libmpcodecsarpi2002-09-256-125/+89
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7503 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed invalid -aid/-vid segfaultarpi2002-09-251-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7502 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes problem with video image alignment.arpi2002-09-251-3/+3
| | | | | | | patch by Fredrik Noring <noring@nocrew.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7501 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics...arpi2002-09-251-213/+56
| | | | | | | | | | | - made some internal funcs static - removed spaces & obsolete comment at the end - removed cvs log from header - different driver name if no XF86VidMode avail. - removed vd_printf, use mp_msg() instead git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7500 b3059339-0415-0410-9bf9-f77b7e298cf2
* Attached patch improves the vertical retrace synchronisation (vsync)arpi2002-09-251-66/+92
| | | | | | | | | | | of the mplayer DGA driver. It implements a more general buffer scheme than double buffers that allows for deeper buffer queues. by Fredrik Noring <noring@nocrew.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7499 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed order of uninit (codec, demuxer, stream) - found by Jindrich Makovickaarpi2002-09-251-4/+2
| | | | | | | <makovick@kmlinux.fjfi.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7498 b3059339-0415-0410-9bf9-f77b7e298cf2
* darkmasking & docsmichael2002-09-242-0/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7497 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed -dapsync (obsolete code)arpi2002-09-232-47/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7496 b3059339-0415-0410-9bf9-f77b7e298cf2
* RTC fixes by Sidik Isani <lksi@cfht.hawaii.edu>arpi2002-09-231-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7495 b3059339-0415-0410-9bf9-f77b7e298cf2
* rage128 gray fix?arpi2002-09-231-3/+3
| | | | | | | patch by Marcus.Blomenkamp@epost.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7494 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modern versions of OpenSSH listen on localhost to forward the X11 connectionarpi2002-09-231-1/+1
| | | | | | | | | | | | (X11UseLocalhost defaults to yes). The following patch permits to consider as non local any DISPLAY environment which port is greater or equal to 10 else mplayer tries a local optimization on a distant X server which doesn't work. patch by Denis.Ducamp@groar.org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7493 b3059339-0415-0410-9bf9-f77b7e298cf2
* accepted. so we're now 110% gpl...arpi2002-09-231-27/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7492 b3059339-0415-0410-9bf9-f77b7e298cf2
* adaptive quant support ...michael2002-09-231-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7491 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Fire <sefanja@gmx.net>jaf2002-09-231-104/+317
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7490 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updatesarpi2002-09-221-11/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7489 b3059339-0415-0410-9bf9-f77b7e298cf2
* U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>arpi2002-09-222-12/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7488 b3059339-0415-0410-9bf9-f77b7e298cf2
* memcpy->memove (overlapping blocks)arpi2002-09-221-1/+1
| | | | | | | patch by Sidik Isani <lksi@cfht.hawaii.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7487 b3059339-0415-0410-9bf9-f77b7e298cf2
* put some comemnts into teh generated help_mp.h filearpi2002-09-221-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7486 b3059339-0415-0410-9bf9-f77b7e298cf2
* help*.h files moved to help/ subdirarpi2002-09-2222-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7485 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused old keyboard fifo hackarpi2002-09-222-63/+0
| | | | | | | removed unused allow_dshow hack git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7484 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed 'detected fileformat' messages to a message with %sjaf2002-09-2221-286/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7483 b3059339-0415-0410-9bf9-f77b7e298cf2
* qtrle needs queryalex2002-09-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7482 b3059339-0415-0410-9bf9-f77b7e298cf2
* now also tells about 2x xxx MB CDsjaf2002-09-221-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7481 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unusedjaf2002-09-224-107/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7480 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unusedjaf2002-09-224-103/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7479 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unusedjaf2002-09-224-106/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7478 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix nick of sbmpostlgb2002-09-221-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7477 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused, sync in dejaf2002-09-224-128/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7476 b3059339-0415-0410-9bf9-f77b7e298cf2
* some makefile cleanuparpi2002-09-221-24/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7475 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fix, patch by Sidik Isani <lksi@cfht.hawaii.edu>arpi2002-09-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7474 b3059339-0415-0410-9bf9-f77b7e298cf2
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-2244-117/+85
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2
* wine headers cleanuparpi2002-09-226-18/+50
| | | | | | | | | - WAVEFORMATEX & BITMAPINFOHEADER decl moved to stheader.h - lots of useless include wine/* removed from mplayer code - fixed few warnings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7472 b3059339-0415-0410-9bf9-f77b7e298cf2
* declarations moved to *.c filesarpi2002-09-223-14/+9
| | | | | | | | reason: single .h contained both audio and video decl, they depend on things like mp_image, which shouldn't be included in audio decoders... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7471 b3059339-0415-0410-9bf9-f77b7e298cf2
* get_sh_audio/get_sh_video removed (never used, also useless)arpi2002-09-221-22/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7470 b3059339-0415-0410-9bf9-f77b7e298cf2
* use img_format.h instead of wine/mmioFOURCC hackarpi2002-09-221-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7469 b3059339-0415-0410-9bf9-f77b7e298cf2
* - cosmetics, reorderarpi2002-09-211-31/+30
| | | | | | | - removed sh_video->image, get_sh_video()/get_sh_audio() - they are unused and confusing git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7468 b3059339-0415-0410-9bf9-f77b7e298cf2
* 0x50 is not playbackable (minimum only sample), prefer ffmpX to mad, ffmpeg ↵jaf2002-09-211-13/+14
| | | | | | is more often installed then mad. maybe anybody should change the sound-code to automatic try the next codec if it is not playbackable (e.g. mad not installed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7467 b3059339-0415-0410-9bf9-f77b7e298cf2
* we don't need the 0x1ff hack any more!arpi2002-09-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7466 b3059339-0415-0410-9bf9-f77b7e298cf2
* we don't need the 0x1FF hack any morearpi2002-09-212-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7465 b3059339-0415-0410-9bf9-f77b7e298cf2
* typojaf2002-09-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7464 b3059339-0415-0410-9bf9-f77b7e298cf2
* version 0.1.10 by Juergen Hammelmann <juergen.hammelmann@gmx.de>jaf2002-09-211-8/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7463 b3059339-0415-0410-9bf9-f77b7e298cf2
* pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 whicharpi2002-09-211-1/+1
| | | | | | | has no mmxext (but has 3dnowex) - bug found by Diego, help by Michael git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7462 b3059339-0415-0410-9bf9-f77b7e298cf2
* New option for mplayer: -dumpmicrodvdsubkmkaplan2002-09-214-0/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7461 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix segmentation fault with -dvdkey, fix return value of ↵lgb2002-09-212-29/+63
| | | | | | dvd_css_descramble(), try to load css.so syms with AND without _ in syms' names. PLEASE TEST IT CURRENTLY I HAVE NO DVD DRIVE NOR A SINGLE VOB FILE ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7460 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use string selection to choose modekmkaplan2002-09-211-5/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7459 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for XviD encodingkmkaplan2002-09-212-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7458 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for XviD encodingkmkaplan2002-09-213-1/+379
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7457 b3059339-0415-0410-9bf9-f77b7e298cf2
* "fake" Surround section removedgabucino2002-09-202-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7456 b3059339-0415-0410-9bf9-f77b7e298cf2
* matroxtv script was modifiedgabucino2002-09-202-12/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7455 b3059339-0415-0410-9bf9-f77b7e298cf2
* hmm. duplicate (+incomplete) surround sections? incomplete one removedgabucino2002-09-202-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7454 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch allows you to use fractional values for specifying a zoom.arpi2002-09-202-3/+3
| | | | | | | (based on) patch by Panagiotis Issaris <takis@lumumba.luc.ac.be> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7453 b3059339-0415-0410-9bf9-f77b7e298cf2
* some mpcodecs option declaration moved to cfg-*, as aren;t used byarpi2002-09-204-18/+15
| | | | | | | mencoder/mplayer core git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7452 b3059339-0415-0410-9bf9-f77b7e298cf2
* This tiny patch adds "type=2" absolute seconds seek capability.arpi2002-09-202-2/+9
| | | | | | | patch by Sidik Isani <lksi@cfht.hawaii.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7451 b3059339-0415-0410-9bf9-f77b7e298cf2
* "One can cause a permanent hang on a seek, and the other just causesarpi2002-09-201-8/+30
| | | | | | | | | general jerkiness because the writer thread was holding a lock during the time it was writing to the network." patch by Sidik Isani <lksi@cfht.hawaii.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7450 b3059339-0415-0410-9bf9-f77b7e298cf2
* Should be: if test ; then - D Richard Felker III <dalias@aerifal.cx>alex2002-09-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7449 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved to to avoid CVS-XXYYZZ- versions (if no given) - altought this ↵alex2002-09-201-1/+5
| | | | | | comment is bigger than the patch :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7448 b3059339-0415-0410-9bf9-f77b7e298cf2
* Automatic unrar of vobsub. Does not work with rar v3kmkaplan2002-09-205-41/+3138
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7447 b3059339-0415-0410-9bf9-f77b7e298cf2
* by Panagiotis Issaris <takis@lumumba.luc.ac.be>jaf2002-09-191-31/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7446 b3059339-0415-0410-9bf9-f77b7e298cf2
* use avcodec_alloc_context()michael2002-09-192-96/+108
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7445 b3059339-0415-0410-9bf9-f77b7e298cf2
* version no for coming releaseeyck2002-09-191-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7444 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedarpi2002-09-181-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7443 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing edit-list playback (it uses the mvhd-timescale instead of the mdhd-one)arpi2002-09-181-4/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7442 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with help_mp-en.h 1.56pl2002-09-181-41/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7441 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-09-181-61/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7440 b3059339-0415-0410-9bf9-f77b7e298cf2
* Wording updated and spelling checked.diego2002-09-181-62/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7439 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed obsolete entries.diego2002-09-181-27/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7438 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with upstream version. According to Edouard Gomez:kmkaplan2002-09-182-17/+21
| | | | | | | | | | | - better defaults for some vbr_state_t attributes. - twopass_max_bitrate has been set to much higher default, so nasty blocking effects during scene changes and/or high motion scenes is no more. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7437 b3059339-0415-0410-9bf9-f77b7e298cf2
*