summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Collapse)AuthorAgeFilesLines
* add half new input support for guipontscho2002-02-251-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4859 b3059339-0415-0410-9bf9-f77b7e298cf2
* rename V -> VC just for understandingnick2002-02-251-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4857 b3059339-0415-0410-9bf9-f77b7e298cf2
* mem corruption bug fix.pontscho2002-02-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4853 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV blockalbeu2002-02-241-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4850 b3059339-0415-0410-9bf9-f77b7e298cf2
* exclude benchmark stuff execution from normal playbacknick2002-02-241-7/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4845 b3059339-0415-0410-9bf9-f77b7e298cf2
* make -frames key optional for max/total benchmarknick2002-02-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4844 b3059339-0415-0410-9bf9-f77b7e298cf2
* Additional notesnick2002-02-241-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4841 b3059339-0415-0410-9bf9-f77b7e298cf2
* More info on dropped framesnick2002-02-241-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4840 b3059339-0415-0410-9bf9-f77b7e298cf2
* frame dropping prediction with benchmarksnick2002-02-241-4/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4839 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-241-4/+28
| | | | 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
* Make blocking call in libmpdemux interuptable (only with new input,albeu2002-02-231-29/+74
| | | | | | | 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
* new gui interface, and gtk moved into mplayer process. fork ... bleh :)pontscho2002-02-231-53/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4819 b3059339-0415-0410-9bf9-f77b7e298cf2
* osd outside movie support for vo_sdl, patch by Fredrik Kuivinenatmos42002-02-221-3/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4808 b3059339-0415-0410-9bf9-f77b7e298cf2
* new interface ? :)pontscho2002-02-211-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4799 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved HW dependent mixer stuff to libao and removed master switchanders2002-02-211-5/+1
| | | | 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-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4788 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
* Added VOCTRL_PAUSE and VOCTRL_RESUMEmswitch2002-02-181-0/+5
| | | | | | | | | Fixed playback bug in vo_dxr3 which would cause syncloss when playing ntsc movies on pal and vice versa (this does not affect mpeg playback as we still don't know how to set the internal fps registers) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix this stupid math mistake in calcultating audio buffer durationalbeu2002-02-171-1/+1
| | | | | | | for audio only git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4748 b3059339-0415-0410-9bf9-f77b7e298cf2
* More correct direct rendering usagenick2002-02-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4742 b3059339-0415-0410-9bf9-f77b7e298cf2
* Screenshot on the flynick2002-02-171-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4739 b3059339-0415-0410-9bf9-f77b7e298cf2
* standard key support for video out runtime fullscreen switchingalex2002-02-171-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4734 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also display clip info for audio only contentsalbeu2002-02-141-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4694 b3059339-0415-0410-9bf9-f77b7e298cf2
* Place holder for registering modules optionsalbeu2002-02-111-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4660 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unroll -ni usage for deint. Anyway it doesn't help :(nick2002-02-111-8/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4656 b3059339-0415-0410-9bf9-f77b7e298cf2
* temporary solution to disable adaptive deinterlacing enginenick2002-02-091-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4611 b3059339-0415-0410-9bf9-f77b7e298cf2
* setting vo_fps, required for vo_yuv4mpegarpi2002-02-091-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4599 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo's query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4594 b3059339-0415-0410-9bf9-f77b7e298cf2
* Audio only support. Include a fix in the asf demuxer opening.albeu2002-02-081-39/+80
| | | | | | | Plus : stop displaying PAUSE when -quiet is used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4588 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix spudec bugpontscho2002-02-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4553 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimizationnick2002-02-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4516 b3059339-0415-0410-9bf9-f77b7e298cf2
* YUY2 BGR32 BGR24 support for vo_x11 if swScaler is usedmichael2002-02-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4513 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mplState()pontscho2002-02-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4467 b3059339-0415-0410-9bf9-f77b7e298cf2
* Providing new tune infonick2002-02-011-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4454 b3059339-0415-0410-9bf9-f77b7e298cf2
* new info for tuningnick2002-01-311-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4434 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added uninit to inputalbeu2002-01-311-7/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4432 b3059339-0415-0410-9bf9-f77b7e298cf2
* A new configurable input system and joystick support for this systemalbeu2002-01-301-1/+252
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4419 b3059339-0415-0410-9bf9-f77b7e298cf2
* New logic of HW equalizing:nick2002-01-281-13/+13
| | | | | | | | | | | | | | | 1) Check HW capability. 2) If HW equalizer is capable control value then use it. In this case value of control is in range -100 : +100 (10x) 3) If not then try use SW equalizing (currently only divxds). Use old range (0 : +100) for that. Well, you shouldn't watch OSD bar if neighter HW nor SW equalizers are not capable control value. TODO: find out keys (maybe Rr Bb Gg) or 'on screen menu' for RGB intensity and OEM effects (fx). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4396 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for HW equalizingnick2002-01-271-8/+72
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4389 b3059339-0415-0410-9bf9-f77b7e298cf2
* query vaanick2002-01-271-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4382 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo's preinit supportnick2002-01-261-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4359 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpsub dump bug fix. 100l for laazpontscho2002-01-241-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4336 b3059339-0415-0410-9bf9-f77b7e298cf2
* -alang/-slang fixedarpi2002-01-201-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug with -frames option : don't quit, go to next file !!albeu2002-01-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4261 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for benchmark scriptnexus2002-01-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4225 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug with benchmark optionalbeu2002-01-171-15/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4222 b3059339-0415-0410-9bf9-f77b7e298cf2
* reverted old seeking method - ask Holm why...arpi2002-01-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4204 b3059339-0415-0410-9bf9-f77b7e298cf2
* small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and ↵pontscho2002-01-151-1/+4
| | | | | | remove gui dependencie in mencoder git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4177 b3059339-0415-0410-9bf9-f77b7e298cf2
* hw spu support for dxr3 - patch by David Holmarpi2002-01-151-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4161 b3059339-0415-0410-9bf9-f77b7e298cf2
* playtree-based config patch by Alban Bedel <albeu@free.fr>arpi2002-01-141-57/+75
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4157 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Alban B. - restored removed verbose level settingarpi2002-01-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4153 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support software scaling with DVD subtitleskmkaplan2002-01-111-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4088 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add vobsub support.kmkaplan2002-01-101-1/+21
| | | | | | | Update spudec with spudec_new new usage. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4080 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1. subs know are readed after reading AVI header so we already know fpsatlka2002-01-091-8/+32
| | | | | | | | 2. modified vplayer format reader - default time is ~6 sec - maybe that should be an option git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4065 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrections to adjust_subs_time function which now uses fps if neededatlka2002-01-081-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4053 b3059339-0415-0410-9bf9-f77b7e298cf2
* playtree support. replaces old playlist and multifile mess. patch by Alban ↵arpi2002-01-081-42/+122
| | | | | | Bedel <albeu@free.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4046 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs.conf parser hangup fixed by iive, cpu usage reset at startarpi2002-01-011-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3935 b3059339-0415-0410-9bf9-f77b7e298cf2
* some spudec cleanuparpi2001-12-281-8/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3844 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdsub pts fix, based on patch by Kim Minh Kaplanarpi2001-12-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3843 b3059339-0415-0410-9bf9-f77b7e298cf2
* setuid hack disabledarpi2001-12-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3826 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't reset cpu usage counters at seekarpi2001-12-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3824 b3059339-0415-0410-9bf9-f77b7e298cf2
* show a-v delay in osd (based on subdelay osd patch)arpi2001-12-271-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3784 b3059339-0415-0410-9bf9-f77b7e298cf2
* -alang/-slang options (audio/sub selection by language code)arpi2001-12-261-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3755 b3059339-0415-0410-9bf9-f77b7e298cf2
* search codecs.conf at CONFDIRarpi2001-12-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3749 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd seeking -> subtitle disappearing bugs fixedarpi2001-12-251-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3745 b3059339-0415-0410-9bf9-f77b7e298cf2
* print some info on cpu (runtime/compiled flags)arpi2001-12-251-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3743 b3059339-0415-0410-9bf9-f77b7e298cf2
* wannabe compilation breakerpl2001-12-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3737 b3059339-0415-0410-9bf9-f77b7e298cf2
* --enable_gui && nogui && DVD sig11 fixed - .so 10larpi2001-12-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3724 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed priority support, tested with -vfm -vc, etc.atmos42001-12-241-8/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3713 b3059339-0415-0410-9bf9-f77b7e298cf2
* better dvd supportpontscho2001-12-191-6/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3619 b3059339-0415-0410-9bf9-f77b7e298cf2
* init title change basz.pontscho2001-12-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3598 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changespontscho2001-12-181-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3581 b3059339-0415-0410-9bf9-f77b7e298cf2
* precachingarpi2001-12-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3564 b3059339-0415-0410-9bf9-f77b7e298cf2
* kurva sub fix.pontscho2001-12-171-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3561 b3059339-0415-0410-9bf9-f77b7e298cf2
* aspect ratio bug fix for guipontscho2001-12-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3559 b3059339-0415-0410-9bf9-f77b7e298cf2
* some small sub bug fixpontscho2001-12-171-6/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3544 b3059339-0415-0410-9bf9-f77b7e298cf2
* -loop fixedarpi2001-12-161-15/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3541 b3059339-0415-0410-9bf9-f77b7e298cf2
* Made audio_id and video_id non static variable.bertrand2001-12-161-2/+2
| | | | | | | | Those variables are required in asf_streaming to request the streams to the wms. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3533 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add subtitle loader for guipontscho2001-12-151-12/+12
| | |