summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Collapse)AuthorAgeFilesLines
* * New command line switch for mplayer & mencoder:kmkaplan2002-03-291-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | -ifo <ifo file> Indicate the file that will be used to load palette and frame size for MPEG subtitles. * mencoder.c: Fix cropping when decoding MPEG2. * spudec.c: If scaling is needed only do it once. Change WITH_NO_ANTIALIASING to ANTIALIASING_ALGORITHM. * vobsub.c: Support reading info regarding size and palette from IDX file instead of IFO file. Support streams containing audio or video. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5389 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-281-1/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5381 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow to disable crasj sighandler to enable creation of coredump files.atmos42002-03-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5368 b3059339-0415-0410-9bf9-f77b7e298cf2
* use codec selectionarpi2002-03-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5327 b3059339-0415-0410-9bf9-f77b7e298cf2
* include font_load.h directly, instead of via video_out.harpi2002-03-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5294 b3059339-0415-0410-9bf9-f77b7e298cf2
* we don't use mmap() in mplayer.c, so why should we include mman.h...arpi2002-03-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5289 b3059339-0415-0410-9bf9-f77b7e298cf2
* splitted mp_msg_init and mp_msg_set_levelalex2002-03-201-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set the params given to a playlist url to the playlistalbeu2002-03-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5218 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix endless loop at end of an audio only file. It occured when the last chunkalbeu2002-03-201-0/+2
| | | | | | | of audio data was smaller than the ao min outburst. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5217 b3059339-0415-0410-9bf9-f77b7e298cf2
* show sub/av delay at osdlevel=1 - patch by Marcin Juszkiewicz ↵arpi2002-03-191-2/+3
| | | | | | <marcinj@netbox.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5206 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime msg changedarpi2002-03-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5203 b3059339-0415-0410-9bf9-f77b7e298cf2
* video codec selection redesigned and moved to libmpcodecs - now it's ↵arpi2002-03-181-58/+32
| | | | | | 'intelligent' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5176 b3059339-0415-0410-9bf9-f77b7e298cf2
* init/uninit libvo/ao/getch2/cache2 order fixedarpi2002-03-171-62/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5155 b3059339-0415-0410-9bf9-f77b7e298cf2
* - cleanup pass 1. more to come soon...arpi2002-03-171-169/+62
| | | | | | | | | | | | | - fixed order of libcss and dumpstream stuff - fixed some comments, added more to get source easier searchable - removed some nonsense goto, use if() instead - removed some obsoleted, #if 0'd code - rewritten text subtitle init calls - removed useless 'max benchmark' code (it shows 480% cpu when playing vcd on p4...) TODO: fix order or ao/vo init, and migrate video codec selection to libmpcodecs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5152 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed the bug that make mplayer crash with no sound and an invalidalbeu2002-03-161-1/+3
| | | | | | | video codec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5139 b3059339-0415-0410-9bf9-f77b7e298cf2
* Now enter key quit if no next file is avaiblealbeu2002-03-161-7/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5136 b3059339-0415-0410-9bf9-f77b7e298cf2
* rtfm hint msg depends on runtime detectionarpi2002-03-161-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5130 b3059339-0415-0410-9bf9-f77b7e298cf2
* hints on RTFMarpi2002-03-161-1/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5128 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed printf's to mp_msgalex2002-03-151-17/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5113 b3059339-0415-0410-9bf9-f77b7e298cf2
* using mp_gettextalex2002-03-151-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5107 b3059339-0415-0410-9bf9-f77b7e298cf2
* added some ifdef's to make possible to compile with --disable-new-input ↵alex2002-03-151-0/+4
| | | | | | --enable-gui git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5092 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo init moved to libmpcodecsarpi2002-03-141-101/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5076 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo2 #ifs removedarpi2002-03-141-46/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5073 b3059339-0415-0410-9bf9-f77b7e298cf2
* nortc patch by Attila Kinaliatmos42002-03-121-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5056 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove obsoleted function (mplResize)pontscho2002-03-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5047 b3059339-0415-0410-9bf9-f77b7e298cf2
* -subpos key bindings with new input layer - patch by Tomas Konir ↵arpi2002-03-101-0/+9
| | | | | | <moje@molly.vabo.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5016 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewrite fullscreen support in some libvo driverpontscho2002-03-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4982 b3059339-0415-0410-9bf9-f77b7e298cf2
* small bug fixed and workarounds :(pontscho2002-03-071-29/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4975 b3059339-0415-0410-9bf9-f77b7e298cf2
* sorry, 10l:)pontscho2002-03-071-20/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4966 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changespontscho2002-03-061-32/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4964 b3059339-0415-0410-9bf9-f77b7e298cf2
* bazmeg a playtree - tpontscho2002-03-061-20/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4951 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Nilmoni Deb <ndeb@ece.cmu.edu>:pl2002-03-051-1/+1
| | | | | | | | | | "Ok folks, I got it at last. It must have been a careless error caused during cut and paste. So here's the patch. " which is shortened to '10L' in mplayer dev's language ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4941 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix when stdin is used as a filealbeu2002-02-281-18/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4893 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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-