summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* frame dropping prediction with benchmarksnick2002-02-243-4/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4839 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix bad lib order wich lead to undefined ref in postproc/libpostproc.a andalbeu2002-02-241-1/+1
| | | | | | | postprocess.o git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4838 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added an option to select the input config filealbeu2002-02-241-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4837 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix my mistake (forgot to remove a getch2_enable) but in the rigthalbeu2002-02-241-12/+6
| | | | | | | | way this time, otherwise you can't interrupt network connection and cache filling from the keyboard git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4836 b3059339-0415-0410-9bf9-f77b7e298cf2
* max & average benchmarksnick2002-02-243-6/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4835 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes bug in alban's new input handling code that caused the terminalrfelker2002-02-241-4/+7
| | | | | | | | | state to get trashed and not restored on exit. hopefully this change won't interfere with the functionality of the new code; as far as i can tell it seems to work fine. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4834 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes build with new-input disabledrfelker2002-02-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4833 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not fault if no directbuffer available (for example: ggi display-multi)alex2002-02-241-10/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4832 b3059339-0415-0410-9bf9-f77b7e298cf2
* reworked :) should work on low bpp outputsalex2002-02-241-282/+101
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4831 b3059339-0415-0410-9bf9-f77b7e298cf2
* dont ignore --disable-mmx, ...michael2002-02-241-0/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4830 b3059339-0415-0410-9bf9-f77b7e298cf2
* totally reworked, working fine on fbdev too, applied Andres Beck's patches, ↵alex2002-02-231-338/+236
| | | | | | quad-buffering support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4829 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh, return error if cannot open displayalex2002-02-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4828 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also use tab as cmd arg sepparatoralbeu2002-02-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4827 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make blocking call in libmpdemux interuptable (only with new input,albeu2002-02-235-43/+98
| | | | | | | awnser to quit, pt_next, pt_up_step and alt_src_step) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4826 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change in configure relative to lirc, same thing in Makefile plusalbeu2002-02-232-26/+33
| | | | | | | some cleanup (COMMONS_LIB is now really common :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4825 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make old and new lirc support independant from each otheralbeu2002-02-232-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4824 b3059339-0415-0410-9bf9-f77b7e298cf2
* These 2 files are intended for code common to the whole libalbeu2002-02-232-0/+39
| | | | | | | | | mainly code to let limpdemux independent from mplayer. Now contain a function to check external interruption from blocking code (network connection and cache fililng) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4823 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug with comments in input.conf parseralbeu2002-02-232-11/+46
| | | | | | | Added a command queue to let mplayer send command to himself git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4822 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bug fix in entry parsing.albeu2002-02-231-5/+49
| | | | | | | Support for param entry (to add your config options) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4821 b3059339-0415-0410-9bf9-f77b7e298cf2
* html fixes (noticed by some hawk-eyed one, whose name disappeared into thegabucino2002-02-232-2/+2
| | | | | | | misty depths of the universe) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4820 b3059339-0415-0410-9bf9-f77b7e298cf2
* new gui interface, and gtk moved into mplayer process. fork ... bleh :)pontscho2002-02-2345-1418/+735
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4819 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle HTTP OK response that doesn't contain a mime-type.bertrand2002-02-231-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4818 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed the http response parser when the http header only has the HTTPbertrand2002-02-231-1/+2
| | | | | | | | answer and no field. Fixed some compiler warnings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4817 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugfix in x11_common.c mainly. Don't screw up the display name,albeu2002-02-233-20/+20
| | | | | | | | | don't forget to close the display (vo_xv) and to reset vo_depthonscreen when we have destroyed the window and closed the display !!!!! Open the display before using it (vo_x11) !!! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4816 b3059339-0415-0410-9bf9-f77b7e298cf2
* "At least next new file translated and very little fixes in the second."gabucino2002-02-222-128/+192
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4815 b3059339-0415-0410-9bf9-f77b7e298cf2
* using vo_dx, vo_dyalex2002-02-221-31/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4814 b3059339-0415-0410-9bf9-f77b7e298cf2
* setting vo_dx and vo_dy in event handlingalex2002-02-221-4/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4813 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vo_dx,vo_dy (used currently only by X based outputs)alex2002-02-222-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4812 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l accidently commited an already customized version with different default ↵atmos42002-02-221-1/+1
| | | | | | scaling algo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4811 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgot to commit with vo_sdl osd patch.atmos42002-02-221-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4810 b3059339-0415-0410-9bf9-f77b7e298cf2
* clear the window if resized but no scaling used. Enable runtime fullscreen ↵alex2002-02-221-6/+8
| | | | | | selectin when no zooming available git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4809 b3059339-0415-0410-9bf9-f77b7e298cf2
* osd outside movie support for vo_sdl, patch by Fredrik Kuivinenatmos42002-02-225-111/+478
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4808 b3059339-0415-0410-9bf9-f77b7e298cf2
* use assert.hmichael2002-02-221-2/+8
| | | | | | | more assertions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4807 b3059339-0415-0410-9bf9-f77b7e298cf2
* mondom fix bazmeg.pontscho2002-02-222-47/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4806 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix nexus's key bug :) 10l, sorry :)pontscho2002-02-221-31/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4805 b3059339-0415-0410-9bf9-f77b7e298cf2
* using PATH_DEV_*alex2002-02-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4804 b3059339-0415-0410-9bf9-f77b7e298cf2
* Finnaly figured out this little long living bugalbeu2002-02-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4803 b3059339-0415-0410-9bf9-f77b7e298cf2
* added linux devfs support (for oss), original patch by Olaf Kohler ↵alex2002-02-221-1/+18
| | | | | | <thorin@yifan.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4802 b3059339-0415-0410-9bf9-f77b7e298cf2
* discovered what appears to be another valid FLI frame magic numbermelanson2002-02-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4801 b3059339-0415-0410-9bf9-f77b7e298cf2
* EXTRA_INC added (Nexus)arpi2002-02-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4800 b3059339-0415-0410-9bf9-f77b7e298cf2
* new interface ? :)pontscho2002-02-218-95/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4799 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l+pontscho2002-02-214-10/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4798 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing scaled outputmichael2002-02-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4797 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changespontscho2002-02-214-142/+84
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4796 b3059339-0415-0410-9bf9-f77b7e298cf2
* 101++michael2002-02-212-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4795 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing bgr32 output on big-endian systemsmichael2002-02-212-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4794 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fixedarpi2002-02-211-5/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4793 b3059339-0415-0410-9bf9-f77b7e298cf2
* unscaled yuv2rgb fix for big-endian systemsmichael2002-02-212-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4792 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix return value of VOCTRL_FULLSCREENatmos42002-02-212-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4791 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleanup and commentanders2002-02-212-34/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4790 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved HW dependent mixer stuff to libao and removed master switchanders2002-02-218-172/+114
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4789 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix automatic vobsub detection and make it silent.atmos42002-02-213-13/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4788 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot to commitatmos42002-02-211-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4787 b3059339-0415-0410-9bf9-f77b7e298cf2
* new input cucc is defaultpontscho2002-02-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4786 b3059339-0415-0410-9bf9-f77b7e298cf2
* ExposureMask fixed.pontscho2002-02-212-14/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4785 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for retriving mp3 playlist from the networkalbeu2002-02-212-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4784 b3059339-0415-0410-9bf9-f77b7e298cf2
* Playtree parser switch to a by line mode.albeu2002-02-212-183/+299
| | | | | | | Winamp (pls) playlist support. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4783 b3059339-0415-0410-9bf9-f77b7e298cf2
* In the good way this time, (1 and 0 was swaped 10*10^10l for me ;))albeu2002-02-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4782 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes in fullscreen/window switching code to obtain returning toatlka2002-02-211-4/+8
| | | | | | | old window position (icewm aware) while using -vo x11 -zoom git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4781 b3059339-0415-0410-9bf9-f77b7e298cf2
* add fselector changes (pwilkins@lashwhip.com)pontscho2002-02-211-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4780 b3059339-0415-0410-9bf9-f77b7e298cf2
* 3 mails describing hwac3 tech detailsarpi2002-02-211-0/+145
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4779 b3059339-0415-0410-9bf9-f77b7e298cf2
* "There are some updates and new file inside an attachment."gabucino2002-02-204-138/+133
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4778 b3059339-0415-0410-9bf9-f77b7e298cf2
* man2html compatibility (patch by Goetz Waschk ↵gabucino2002-02-202-2/+2
| | | | | | <waschk@informatik.uni-rostock.de>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4777 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved event handling, implemented working pause that does not flush all ↵atmos42002-02-201-144/+300
| | | | | | buffers, work around a deadlock in the new threadsafe version 1.5 of libaudio by Tobias Diedrich git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4776 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch: Improved raw encoding support in mencoder by Fredrik Kuivinenatmos42002-02-202-2/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4775 b3059339-0415-0410-9bf9-f77b7e298cf2
* subtitle positioning patch by Jiri Svobodaatmos42002-02-202-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4774 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for VOCTRL_FULLSCREENatmos42002-02-201-14/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4773 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove uneeded assert (common case at eof)atmos42002-02-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4772 b3059339-0415-0410-9bf9-f77b7e298cf2
* autodetect vobsub filename, disable autosub if vobsub found.atmos42002-02-201-7/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4771 b3059339-0415-0410-9bf9-f77b7e298cf2
* BGR15, BGR16, BGR32 supportmichael2002-02-201-6/+97
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4770 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed (I hope) little bug wich lead to sig11 after last playtree entryalbeu2002-02-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4769 b3059339-0415-0410-9bf9-f77b7e298cf2
* Options registration for mencoderalbeu2002-02-203-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4768 b3059339-0415-0410-9bf9-f77b7e298cf2
* Register libmpdemux optionsalbeu2002-02-201-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4767 b3059339-0415-0410-9bf9-f77b7e298cf2
* Demuxers demuxer support for using external audiofile (or muxed subtitles).albeu2002-02-205-13/+230
| | | | | | | | Options registration for libmpdemux. Demuxer info query. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4766 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added pts for mp3 and wav. And perfect seeking for mp3, unless flags & 2albeu2002-02-201-7/+65
| | | | | | | wich is % seeking git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4765 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added comments support in input.conf (comments lines with #)albeu2002-02-201-1/+28
| | | | | | | And fixed a possible bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4764 b3059339-0415-0410-9bf9-f77b7e298cf2
* add new input cuccpontscho2002-02-202-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4763 b3059339-0415-0410-9bf9-f77b7e298cf2
* zero saturation / grayscale bugfixmichael2002-02-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4762 b3059339-0415-0410-9bf9-f77b7e298cf2
* meaning of some bits figured outmichael2002-02-191-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4761 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing yv12michael2002-02-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4760 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes:nick2002-02-191-13/+21
| | | | | | | | | | | | | | | | - every line of movie is displayed instead of every odd before (v_inc: 11 -> 12; pitch -> pitch/2) - awful colored window on start (reset_regs: OUTREG(i,-1) -> OUTREG(i,0)) - YVYU fourcc displaying (SCALE_CNTL: 0xb0000 -> 0xc0000) - correct vertical scaling in double scan in interlaced modes (see y_x_start(end)) Note: tested 3DRage IIC doesn't support neihgter YV12 nor color correction so Michael should test and fix again these changes. Sorry! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4759 b3059339-041