summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* 100000l! it resets a/v buffers _after_ stream sync, dropping possible keyfram...arpi2002-05-021-0/+2
* - frame_time delayed one frame, as it's really duration of current frame,arpi2002-05-021-13/+27
* catching vo/vf init failurearpi2002-05-011-0/+5
* fix fullscreen bug es ilyen libvo not initialized bug with gui igypontscho2002-04-291-10/+10
* guessing palette - patch by salvador <salvador@inti.gov.ar>arpi2002-04-291-0/+1
* A little fix with hw video parameters settingalbeu2002-04-271-6/+21
* Fix osd progress bar.albeu2002-04-261-1/+4
* uninit libvo before getch2 - requires for clean svgalib uninitarpi2002-04-251-18/+21
* sorrypontscho2002-04-231-2/+3
* mostma' fixpontscho2002-04-231-5/+4
* Fix audio only absolute seekingalbeu2002-04-231-2/+3
* fix timer for audio only filespontscho2002-04-231-1/+2
* fix audio only files playpontscho2002-04-221-16/+16
* Fix loop playback. Main loop was quited on end of video.albeu2002-04-191-0/+2
* vo_mouse_timer_const is optionalarpi2002-04-181-0/+2
* fix dvd playing under guipontscho2002-04-171-31/+18
* Add correct loop option parsing in command line parser.albeu2002-04-171-1/+3
* fix playlist bug with gui and rewrite mousecursor show/hide codepontscho2002-04-161-12/+11
* OSD handled by vf control()arpi2002-04-151-2/+3
* osd: calculating bboxarpi2002-04-151-0/+1
* new osd code, use osd objs to follow changes and do minimal updatesarpi2002-04-151-5/+21
* dvdnav hotfixarpi2002-04-151-0/+6
* some more statistics: BENCHMARKnarpi2002-04-141-2/+12
* new -framedrop code - works much better than the old onearpi2002-04-141-32/+31
* cleanup. cosmetics only, no functional changesarpi2002-04-131-127/+69
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>arpi2002-04-121-0/+4
* small bugfixes...pontscho2002-04-071-1/+1
* vo_config_count now counts calls to vo->config()arpi2002-04-071-13/+15
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-061-2/+9
* dvdnav support improved - patch by Kees Cook <mplayer@outflux.net>arpi2002-04-041-17/+202
* fixed SPU pts, it's 1024/90000 based instead of 1/100arpi2002-04-041-11/+5
* Add '-subdelay' support for vobsub.kmkaplan2002-04-021-1/+2
* yes, typo. 10l. noticed by atmosarpi2002-04-011-1/+1
* audio codec uninitarpi2002-04-011-1/+5
* better message when vo->preinit failsarpi2002-03-311-2/+2
* -alang sig11 when playing avis fixed - 10larpi2002-03-311-4/+6
* 1 step closed to solving memory corruptionsarpi2002-03-311-2/+6
* 10l - fixed soem weird sig11 at multifilearpi2002-03-301-1/+1
* * New command line switch for mplayer & mencoder:kmkaplan2002-03-291-0/+10
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-281-1/+39
* Allow to disable crasj sighandler to enable creation of coredump files.atmos42002-03-271-0/+2
* use codec selectionarpi2002-03-251-0/+1
* include font_load.h directly, instead of via video_out.harpi2002-03-231-0/+1
* we don't use mmap() in mplayer.c, so why should we include mman.h...arpi2002-03-231-1/+1
* splitted mp_msg_init and mp_msg_set_levelalex2002-03-201-2/+3
* Set the params given to a playlist url to the playlistalbeu2002-03-201-0/+1
* Fix endless loop at end of an audio only file. It occured when the last chunkalbeu2002-03-201-0/+2
* show sub/av delay at osdlevel=1 - patch by Marcin Juszkiewicz <marcinj@netbox...arpi2002-03-191-2/+3
* runtime msg changedarpi2002-03-191-1/+1
* video codec selection redesigned and moved to libmpcodecs - now it's 'intelli...arpi2002-03-181-58/+32
* init/uninit libvo/ao/getch2/cache2 order fixedarpi2002-03-171-62/+43
* - cleanup pass 1. more to come soon...arpi2002-03-171-169/+62
* Fixed the bug that make mplayer crash with no sound and an invalidalbeu2002-03-161-1/+3
* Now enter key quit if no next file is avaiblealbeu2002-03-161-7/+17
* rtfm hint msg depends on runtime detectionarpi2002-03-161-1/+5
* hints on RTFMarpi2002-03-161-1/+15
* changed printf's to mp_msgalex2002-03-151-17/+19
* using mp_gettextalex2002-03-151-5/+7
* added some ifdef's to make possible to compile with --disable-new-input --ena...alex2002-03-151-0/+4
* libvo init moved to libmpcodecsarpi2002-03-141-101/+20
* libvo2 #ifs removedarpi2002-03-141-46/+2
* nortc patch by Attila Kinaliatmos42002-03-121-0/+7
* remove obsoleted function (mplResize)pontscho2002-03-111-1/+1
* -subpos key bindings with new input layer - patch by Tomas Konir <moje@molly....arpi2002-03-101-0/+9
* rewrite fullscreen support in some libvo driverpontscho2002-03-071-1/+1
* small bug fixed and workarounds :(pontscho2002-03-071-29/+23
* sorry, 10l:)pontscho2002-03-071-20/+0
* small changespontscho2002-03-061-32/+35
* bazmeg a playtree - tpontscho2002-03-061-20/+48
* patch by Nilmoni Deb <ndeb@ece.cmu.edu>:pl2002-03-051-1/+1
* Fix when stdin is used as a filealbeu2002-02-281-18/+2
* add half new input support for guipontscho2002-02-251-1/+12
* rename V -> VC just for understandingnick2002-02-251-4/+4
* mem corruption bug fix.pontscho2002-02-241-1/+1
* Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV blockalbeu2002-02-241-3/+3
* exclude benchmark stuff execution from normal playbacknick2002-02-241-7/+19
* make -frames key optional for max/total benchmarknick2002-02-241-2/+2
* Additional notesnick2002-02-241-1/+4
* More info on dropped framesnick2002-02-241-1/+2
* frame dropping prediction with benchmarksnick2002-02-241-4/+15
* Fix my mistake (forgot to remove a getch2_enable) but in the rigthalbeu2002-02-241-12/+6
* max & average benchmarksnick2002-02-241-4/+28
* fixes bug in alban's new input handling code that caused the terminalrfelker2002-02-241-4/+7
* Make blocking call in libmpdemux interuptable (only with new input,albeu2002-02-231-29/+74
* new gui interface, and gtk moved into mplayer process. fork ... bleh :)pontscho2002-02-231-53/+53
* osd outside movie support for vo_sdl, patch by Fredrik Kuivinenatmos42002-02-221-3/+18
* new interface ? :)pontscho2002-02-211-5/+5
* Moved HW dependent mixer stuff to libao and removed master switchanders2002-02-211-5/+1
* Fix automatic vobsub detection and make it silent.atmos42002-02-211-2/+2
* autodetect vobsub filename, disable autosub if vobsub found.atmos42002-02-201-7/+16
* Added VOCTRL_PAUSE and VOCTRL_RESUMEmswitch2002-02-181-0/+5
* Fix this stupid math mistake in calcultating audio buffer durationalbeu2002-02-171-1/+1
* More correct direct rendering usagenick2002-02-171-1/+1
* Screenshot on the flynick2002-02-171-0/+7
* standard key support for video out runtime fullscreen switchingalex2002-02-171-1/+9
* Also display clip info for audio only contentsalbeu2002-02-141-3/+3
* Place holder for registering modules optionsalbeu2002-02-111-0/+3
* Unroll -ni usage for deint. Anyway it doesn't help :(nick2002-02-111-8/+1
* temporary solution to disable adaptive deinterlacing enginenick2002-02-091-1/+8
* setting vo_fps, required for vo_yuv4mpegarpi2002-02-091-1/+9
* libvo's query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-3/+8
* Audio only support. Include a fix in the asf demuxer opening.albeu2002-02-081-39/+80
* fix spudec bugpontscho2002-02-061-1/+1
* optimizationnick2002-02-031-0/+1
* YUY2 BGR32 BGR24 support for vo_x11 if swScaler is usedmichael2002-02-031-1/+1
* add mplState()pontscho2002-02-011-0/+1
* Providing new tune infonick2002-02-011-3/+5
* new info for tuningnick2002-01-311-2/+2
* Added uninit to inputalbeu2002-01-311-7/+17
* A new configurable input system and joystick support for this systemalbeu2002-01-301-1/+252
* New logic of HW equalizing:nick2002-01-281-13/+13
* Support for HW equalizingnick2002-01-271-8/+72
* query vaanick2002-01-271-1/+5
* vo's preinit supportnick2002-01-261-1/+5
* mpsub dump bug fix. 100l for laazpontscho2002-01-241-3/+2
* -alang/-slang fixedarpi2002-01-201-6/+9
* Fixed bug with -frames option : don't quit, go to next file !!albeu2002-01-191-1/+1
* fix for benchmark scriptnexus2002-01-171-1/+1
* Fixed bug with benchmark optionalbeu2002-01-171-15/+19
* reverted old seeking method - ask Holm why...arpi2002-01-171-1/+1
* small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and r...pontscho2002-01-151-1/+4
* hw spu support for dxr3 - patch by David Holmarpi2002-01-151-1/+10
* playtree-based config patch by Alban Bedel <albeu@free.fr>arpi2002-01-141-57/+75
* 10l to Alban B. - restored removed verbose level settingarpi2002-01-141-0/+1
* Support software scaling with DVD subtitleskmkaplan2002-01-111-12/+12
* Add vobsub support.kmkaplan2002-01-101-1/+21
* 1. subs know are readed after reading AVI header so we already know fpsatlka2002-01-091-8/+32
* corrections to adjust_subs_time function which now uses fps if neededatlka2002-01-081-1/+7
* playtree support. replaces old playlist and multifile mess. patch by Alban Be...arpi2002-01-081-42/+122
* codecs.conf parser hangup fixed by iive, cpu usage reset at startarpi2002-01-011-4/+5
* some spudec cleanuparpi2001-12-281-8/+3
* dvdsub pts fix, based on patch by Kim Minh Kaplanarpi2001-12-281-3/+3
* setuid hack disabledarpi2001-12-281-1/+2
* don't reset cpu usage counters at seekarpi2001-12-281-1/+1
* show a-v delay in osd (based on subdelay osd patch)arpi2001-12-271-0/+7
* -alang/-slang options (audio/sub selection by language code)arpi2001-12-261-1/+6
* search codecs.conf at CONFDIRarpi2001-12-251-1/+1
* dvd seeking -> subtitle disappearing bugs fixedarpi2001-12-251-0/+4
* print some info on cpu (runtime/compiled flags)arpi2001-12-251-0/+22
* wannabe compilation breakerpl2001-12-251-1/+1
* --enable_gui && nogui && DVD sig11 fixed - .so 10larpi2001-12-251-1/+1
* fixed priority support, tested with -vfm -vc, etc.atmos42001-12-241-8/+28
* better dvd supportpontscho2001-12-191-6/+26
* init title change basz.pontscho2001-12-181-0/+1
* small changespontscho2001-12-181-1/+5
* precachingarpi2001-12-171-1/+2
* kurva sub fix.pontscho2001-12-171-2/+5
* aspect ratio bug fix for guipontscho2001-12-171-2/+2
* some small sub bug fixpontscho2001-12-171-6/+18
* -loop fixedarpi2001-12-161-15/+9
* Made audio_id and video_id non static variable.bertrand2001-12-161-2/+2
* Add subtitle loader for guipontscho2001-12-151-12/+12
* gtk suid bug fix(?)pontscho2001-12-121-0/+1
* -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>arpi2001-12-041-2/+53
* using audio.dwStart too... (for baittest.avi)arpi2001-12-041-0/+1
* mpeg subtitle flickering patch by Evgeny Chukreev <codedj@echo.ru>arpi2001-12-031-1/+5
* -dumpstreamarpi2001-12-011-4/+25
* dusplay sub_delay patch by Evgeny Chukreev <codedj@echo.ru>arpi2001-11-301-1/+8
* Newest DXR3 patch (improved 1.0rc2) by David Holm.atmos42001-11-291-0/+1
* commandline configuration of audio plugins now through struct, format convers...anders2001-11-291-3/+2
* spudec_new has a dvd_priv_t as an argument, which is defined inpl2001-11-281-0/+9
* Palette support for SPU decoder.atmos42001-11-271-6/+6
* Fix -noaspect.atmos42001-11-261-2/+2
* Changes to audio out plugin, first plugin addedanders2001-11-251-1/+15
* small change in mplayer.c and cfg-mplayer.handers2001-11-241-9/+9
* add half dvd support for guipontscho2001-11-211-0/+26
* added demuxer_infoalex2001-11-211-0/+3
* DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>arpi2001-11-201-7/+20
* RTC is autodetectedarpi2001-11-201-3/+3
* added support for norm=,chanlist=,channel= and also on-the-fly channel chanin...alex2001-11-171-0/+26
* Added proper #include's for libvo2mswitch2001-11-141-2/+4
* RTC support, softsleep and optional new timing code by Daparpi2001-11-141-10/+126
* 11110001.txt find_sub sig11 fixedarpi2001-11-131-1/+0
* move bug meg fileload bug fixed asszem.pontscho2001-11-121-1/+2
* -tv fix (no filename needed)arpi2001-11-111-1/+1
* fixed usleep() - 10l?arpi2001-11-071-1/+1
* libvo driver may have its own timingarpi2001-11-051-7/+16
* -playlist