| Commit message (Expand) | Author | Age | Files | Lines |
* | Mplayer can switch between subtitles of different languages during | kmkaplan | 2002-10-17 | 1 | -0/+20 |
* | - dvd aspect changing bug - fixed | pontscho | 2002-10-16 | 1 | -1/+1 |
* | more accurate a_pts calculation in AVI -bps (default) mode | arpi | 2002-10-16 | 1 | -1/+2 |
* | always use rounded-up blocksize for .avi files (fixes Firestarter.mpg.avi) | arpi | 2002-10-14 | 1 | -2/+3 |
* | compiler warning fixes | arpi | 2002-10-13 | 1 | -1/+1 |
* | _EXPERIMENTAL_ option: -fixed-vo for libvo spec compliance testing | arpi | 2002-10-09 | 1 | -3/+7 |
* | This patch adds the functionality to disable/enable subtitles while playing | arpi | 2002-10-06 | 1 | -0/+12 |
* | uninit cleanup again... thx to Nilmoni Deb for bugreport | arpi | 2002-10-06 | 1 | -55/+57 |
* | Adding -format and -af switches | anders | 2002-10-06 | 1 | -1/+3 |
* | new option -speed, to set playback speed rate (examples: -speed 1:3 or -speed 5) | arpi | 2002-10-05 | 1 | -10/+12 |
* | aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoder | arpi | 2002-10-05 | 1 | -10/+25 |
* | add [video||audio]_driver_list | pontscho | 2002-10-02 | 1 | -2/+0 |
* | new opt: -autosync, controls ao->get_delay() smoothing (default: disabled) | arpi | 2002-10-01 | 1 | -1/+44 |
* | audio out driver list support (example: -ao alsa9,sdl:esd,oss,sdl:oss,) | arpi | 2002-09-29 | 1 | -83/+20 |
* | video out driver list support (like -vc, example: -vo xmga,xv,x11,) | arpi | 2002-09-29 | 1 | -58/+13 |
* | some cleanup - made private vars/funcs static, removed obsolete externs | arpi | 2002-09-29 | 1 | -27/+29 |
* | removed obsolete/unused audio|video_fm|codec, has_audio|video | arpi | 2002-09-28 | 1 | -8/+2 |
* | - fix new afm/vfm support | pontscho | 2002-09-28 | 1 | -3/+1 |
* | -ac/-afm rewrite, now works the same way as -vc/-vfm | arpi | 2002-09-28 | 1 | -3/+5 |
* | -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only) | arpi | 2002-09-27 | 1 | -0/+34 |
* | when working through a mixed play tree with audi-only files and video files | arpi | 2002-09-27 | 1 | -1/+11 |
* | -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc means | arpi | 2002-09-26 | 1 | -3/+13 |
* | best audio/video codec selection & init moved to libmpcodecs | arpi | 2002-09-25 | 1 | -68/+10 |
* | removed -dapsync (obsolete code) | arpi | 2002-09-23 | 1 | -45/+1 |
* | RTC fixes by Sidik Isani <lksi@cfht.hawaii.edu> | arpi | 2002-09-23 | 1 | -9/+10 |
* | memcpy->memove (overlapping blocks) | arpi | 2002-09-22 | 1 | -1/+1 |
* | removed unused old keyboard fifo hack | arpi | 2002-09-22 | 1 | -13/+0 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -1/+1 |
* | New option for mplayer: -dumpmicrodvdsub | kmkaplan | 2002-09-21 | 1 | -0/+1 |
* | some mpcodecs option declaration moved to cfg-*, as aren;t used by | arpi | 2002-09-20 | 1 | -9/+1 |
* | This tiny patch adds "type=2" absolute seconds seek capability. | arpi | 2002-09-20 | 1 | -1/+7 |
* | 10l | alex | 2002-09-16 | 1 | -4/+4 |
* | removed messy global 'tv_handle', use stream->priv for that purpose | arpi | 2002-09-08 | 1 | -5/+5 |
* | -vfm should override status/priority | arpi | 2002-09-02 | 1 | -6/+9 |
* | 10l - use NULL instead of -1 for init_video's vfm | arpi | 2002-08-31 | 1 | -1/+1 |
* | WARNING message gui windows disabled, the only critical warn message (too | arpi | 2002-08-31 | 1 | -1/+1 |
* | fix cache disable for live.com | atmos4 | 2002-08-31 | 1 | -5/+4 |
* | removed buggy fd<0 check for disallowing dumpstream/cache | arpi | 2002-08-31 | 1 | -4/+6 |
* | Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un... | atmos4 | 2002-08-31 | 1 | -2/+12 |
* | -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments | arpi | 2002-08-31 | 1 | -0/+10 |
* | -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make... | arpi | 2002-08-30 | 1 | -15/+15 |
* | - add play time subtitle change support | pontscho | 2002-08-29 | 1 | -4/+5 |
* | can't dump stream if it isn't stream - tip by Ross Finlayson <finlayson@live.... | arpi | 2002-08-29 | 1 | -0/+4 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 | 1 | -8/+0 |
* | freetype 2.0/2.1+ support - disabled by default until bugs fixed | arpi | 2002-08-28 | 1 | -3/+19 |
* | removed old input code | alex | 2002-08-28 | 1 | -388/+1 |
* | 10l, fix compiling without tv. patch by Andreas Hess <jaska@gmx.net> | arpi | 2002-08-22 | 1 | -0/+2 |
* | new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>: | arpi | 2002-08-21 | 1 | -4/+11 |
* | new slave volume command done : | arpi | 2002-08-21 | 1 | -0/+10 |
* | fix (?) cmd line handling | pontscho | 2002-08-15 | 1 | -1/+3 |
* | - add dxr3 gui support (dialogbox, etc.) | pontscho | 2002-08-14 | 1 | -4/+5 |
* | dvdnav api changed | jonas | 2002-08-11 | 1 | -2/+23 |
* | 10l bug, noticed by Alexander Neundorf <neundorf@dellingsoft.de> | arpi | 2002-08-09 | 1 | -1/+1 |
* | 10l bug (missing break;) found by Jim Hawkins <jim@jawkins.com> | arpi | 2002-08-06 | 1 | -3/+3 |
* | moved messages to help_mp-??.h | jaf | 2002-08-05 | 1 | -19/+19 |
* | osdlevel=1 by default | arpi | 2002-08-05 | 1 | -1/+1 |
* | gui seekbar pos calc overflow fixed | arpi | 2002-08-05 | 1 | -3/+3 |
* | - fix equ handling | pontscho | 2002-08-05 | 1 | -7/+4 |
* | - fix mixer handling | pontscho | 2002-08-04 | 1 | -1/+2 |
* | Add the input command "change_rectangle" to control the rectangle | kmkaplan | 2002-08-04 | 1 | -0/+3 |
* | count blocks by rounded-up chunksizes instead of chunks - | arpi | 2002-08-02 | 1 | -1/+1 |
* | fix audio files (mp3,wav) position calc | pontscho | 2002-07-30 | 1 | -1/+3 |
* | Add loadfile and loadlist commands. May be buggy if the filename contain some | albeu | 2002-07-26 | 1 | -1/+25 |
* | add preferences to gui | pontscho | 2002-07-25 | 1 | -10/+11 |
* | Correct dump_srt millisecond output | kmkaplan | 2002-07-25 | 1 | -1/+1 |
* | eq reworked | alex | 2002-07-25 | 1 | -11/+53 |
* | DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, sm... | atmos4 | 2002-07-25 | 1 | -0/+1 |
* | eq reworked | alex | 2002-07-24 | 1 | -127/+81 |
* | - fix audio equalizer | pontscho | 2002-07-19 | 1 | -101/+113 |
* | add simple playlist support | pontscho | 2002-07-12 | 1 | -2/+2 |
* | Only space and 'p' will unpause, other keys will unpause and do their functio... | atmos4 | 2002-07-10 | 1 | -1/+5 |
* | MEncoder vobsub ripping support, currently not compatible with windows vobsub... | atmos4 | 2002-07-08 | 1 | -1/+1 |
* | add equalizer support and fix some small bug... | pontscho | 2002-07-03 | 1 | -22/+2 |
* | add -audiofile support for gui | pontscho | 2002-07-02 | 1 | -0/+1 |
* | delay=0 removed, totally unneeded | arpi | 2002-07-02 | 1 | -1/+0 |
* | 100l | arpi | 2002-07-02 | 1 | -1/+1 |
* | fix volume handling ( step 2 ) -- add balance support and some code cleanup a... | pontscho | 2002-07-02 | 1 | -23/+7 |
* | -frames 0 fix, multifile frames support by tibcu | alex | 2002-06-28 | 1 | -1/+8 |
* | multifile (informal output) fix by Balazs Tibor (tibcu) | alex | 2002-06-28 | 1 | -0/+1 |
* | Patch by Dominik Mierzejewski: | atmos4 | 2002-06-24 | 1 | -1/+1 |
* | 10l typo, noticed by Nick K. | arpi | 2002-06-14 | 1 | -1/+8 |
* | add mute support ( step 1 ) and fixed panscan bugs (1000l for me) | pontscho | 2002-06-06 | 1 | -0/+4 |
* | added panscan support for xmga/xvidix | pontscho | 2002-06-05 | 1 | -14/+16 |
* | pan&scan support with -vo xv by ?? <mplayer@svennevid.net> | arpi | 2002-06-04 | 1 | -0/+18 |
* | add VCD support for GUI | pontscho | 2002-06-03 | 1 | -11/+13 |
* | fix text render chrash ... | pontscho | 2002-05-28 | 1 | -1/+1 |
* | Fix audio/video driver name parsing and remove 2 little memleaks | albeu | 2002-05-28 | 1 | -7/+24 |
* | added -dumpsrtsub option for SubRip format | iive | 2002-05-27 | 1 | -1/+2 |
* | Little fix for vobsub/dvd subtitles | albeu | 2002-05-27 | 1 | -0/+1 |
* | Bounding box and partial update patch for vob/dvdsub by Hephooey. | atmos4 | 2002-05-25 | 1 | -2/+3 |
* | jump to next file (or exit) if can't decode audio && video | alex | 2002-05-25 | 1 | -0/+3 |
* | fix two small bug and add multimedia keyboard support ( i tested with Acer Ai... | pontscho | 2002-05-25 | 1 | -1/+5 |
* | - put back SystemTooSlow message | arpi | 2002-05-23 | 1 | -5/+5 |
* | big cosmetics patch, cleanup of messages printed by mplayer and libs. | arpi | 2002-05-20 | 1 | -8/+13 |
* | more cpudetect cosmetics | arpi | 2002-05-20 | 1 | -3/+6 |
* | cosmetics on CPU detection messages | arpi | 2002-05-20 | 1 | -1/+1 |
* | module name fixed for vo check_events | arpi | 2002-05-19 | 1 | -2/+3 |
* | Add the forgoten scrennshot command | albeu | 2002-05-18 | 1 | -0/+3 |
* | Improvment for spu subtitles. | albeu | 2002-05-17 | 1 | -40/+55 |
* | typo | alex | 2002-05-13 | 1 | -1/+1 |
* | -vop help, patch by Julian J. M. <bandit@telecable.es> | arpi | 2002-05-13 | 1 | -0/+7 |
* | UMRs fixed - noticed by Nilmoni Deb <ndeb@ece.cmu.edu> | arpi | 2002-05-09 | 1 | -1/+3 |
* | -zoom, -fs with x[11|mga|v] fix -- round two | pontscho | 2002-05-08 | 1 | -0/+3 |
* | vo_uninit fixed | arpi | 2002-05-08 | 1 | -1/+3 |
* | some bugfix, x[11|mga|v] ( fullscreen with more files ) | pontscho | 2002-05-08 | 1 | -0/+1 |
* | some cleanup around uninit() | arpi | 2002-05-05 | 1 | -18/+29 |
* | fix xmga fs, resize to movie size and mouse auto hide + dga | pontscho | 2002-05-03 | 1 | -1/+0 |
* | 100000l! it resets a/v buffers _after_ stream sync, dropping possible keyfram... | arpi | 2002-05-02 | 1 | -0/+2 |
* | - frame_time delayed one frame, as it's really duration of current frame, | arpi | 2002-05-02 | 1 | -13/+27 |
* | catching vo/vf init failure | arpi | 2002-05-01 | 1 | -0/+5 |
* | fix fullscreen bug es ilyen libvo not initialized bug with gui igy | pontscho | 2002-04-29 | 1 | -10/+10 |
* | guessing palette - patch by salvador <salvador@inti.gov.ar> | arpi | 2002-04-29 | 1 | -0/+1 |
* | A little fix with hw video parameters setting | albeu | 2002-04-27 | 1 | -6/+21 |
* | Fix osd progress bar. | albeu | 2002-04-26 | 1 | -1/+4 |
* | uninit libvo before getch2 - requires for clean svgalib uninit | arpi | 2002-04-25 | 1 | -18/+21 |
* | sorry | pontscho | 2002-04-23 | 1 | -2/+3 |
* | mostma' fix | pontscho | 2002-04-23 | 1 | -5/+4 |
* | Fix audio only absolute seeking | albeu | 2002-04-23 | 1 | -2/+3 |
* | fix timer for audio only files | pontscho | 2002-04-23 | 1 | -1/+2 |
* | fix audio only files play | pontscho | 2002-04-22 | 1 | -16/+16 |
* | Fix loop playback. Main loop was quited on end of video. | albeu | 2002-04-19 | 1 | -0/+2 |
* | vo_mouse_timer_const is optional | arpi | 2002-04-18 | 1 | -0/+2 |
* | fix dvd playing under gui | pontscho | 2002-04-17 | 1 | -31/+18 |
* | Add correct loop option parsing in command line parser. | albeu | 2002-04-17 | 1 | -1/+3 |
* | fix playlist bug with gui and rewrite mousecursor show/hide code | pontscho | 2002-04-16 | 1 | -12/+11 |
* | OSD handled by vf control() | arpi | 2002-04-15 | 1 | -2/+3 |
* | osd: calculating bbox | arpi | 2002-04-15 | 1 | -0/+1 |
* | new osd code, use osd objs to follow changes and do minimal updates | arpi | 2002-04-15 | 1 | -5/+21 |
* | dvdnav hotfix | arpi | 2002-04-15 | 1 | -0/+6 |
* | some more statistics: BENCHMARKn | arpi | 2002-04-14 | 1 | -2/+12 |
* | new -framedrop code - works much better than the old one | arpi | 2002-04-14 | 1 | -32/+31 |
* | cleanup. cosmetics only, no functional changes | arpi | 2002-04-13 | 1 | -127/+69 |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 1 | -2/+2 |
* | BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com> | arpi | 2002-04-12 | 1 | -0/+4 |
* | small bugfixes... | pontscho | 2002-04-07 | 1 | -1/+1 |
* | vo_config_count now counts calls to vo->config() | arpi | 2002-04-07 | 1 | -13/+15 |
* | video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv... | arpi | 2002-04-06 | 1 | -2/+9 |
* | dvdnav support improved - patch by Kees Cook <mplayer@outflux.net> | arpi | 2002-04-04 | 1 | -17/+202 |
* | fixed SPU pts, it's 1024/90000 based instead of 1/100 | arpi | 2002-04-04 | 1 | -11/+5 |
* | Add '-subdelay' support for vobsub. | kmkaplan | 2002-04-02 | 1 | -1/+2 |
* | yes, typo. 10l. noticed by atmos | arpi | 2002-04-01 | 1 | -1/+1 |
* | audio codec uninit | arpi | 2002-04-01 | 1 | -1/+5 |
* | better message when vo->preinit fails | arpi | 2002-03-31 | 1 | -2/+2 |
* | -alang sig11 when playing avis fixed - 10l | arpi | 2002-03-31 | 1 | -4/+6 |
* | 1 step closed to solving memory corruptions | arpi | 2002-03-31 | 1 | -2/+6 |
* | 10l - fixed soem weird sig11 at multifile | arpi | 2002-03-30 | 1 | -1/+1 |
* | * New command line switch for mplayer & mencoder: | kmkaplan | 2002-03-29 | 1 | -0/+10 |
* | DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net> | arpi | 2002-03-28 | 1 | -1/+39 |
* | Allow to disable crasj sighandler to enable creation of coredump files. | atmos4 | 2002-03-27 | 1 | -0/+2 |
* | use codec selection | arpi | 2002-03-25 | 1 | -0/+1 |
* | include font_load.h directly, instead of via video_out.h | arpi | 2002-03-23 | 1 | -0/+1 |
* | we don't use mmap() in mplayer.c, so why should we include mman.h... | arpi | 2002-03-23 | 1 | -1/+1 |
* | splitted mp_msg_init and mp_msg_set_level | alex | 2002-03-20 | 1 | -2/+3 |
* | Set the params given to a playlist url to the playlist | albeu | 2002-03-20 | 1 | -0/+1 |
* | Fix endless loop at end of an audio only file. It occured when the last chunk | albeu | 2002-03-20 | 1 | -0/+2 |
* | show sub/av delay at osdlevel=1 - patch by Marcin Juszkiewicz <marcinj@netbox... | arpi | 2002-03-19 | 1 | -2/+3 |
* | runtime msg changed | arpi | 2002-03-19 | 1 | -1/+1 |
* | video codec selection redesigned and moved to libmpcodecs - now it's 'intelli... | arpi | 2002-03-18 | 1 | -58/+32 |
* | init/uninit libvo/ao/getch2/cache2 order fixed | arpi | 2002-03-17 | 1 | -62/+43 |
* | - cleanup pass 1. more to come soon... | arpi | 2002-03-17 | 1 | -169/+62 |
* | Fixed the bug that make mplayer crash with no sound and an invalid | albeu | 2002-03-16 | 1 | -1/+3 |
* | Now enter key quit if no next file is avaible | albeu | 2002-03-16 | 1 | -7/+17 |
* | rtfm hint msg depends on runtime detection | arpi | 2002-03-16 | 1 | -1/+5 |
* | hints on RTFM | arpi | 2002-03-16 | 1 | -1/+15 |
* | changed printf's to mp_msg | alex | 2002-03-15 | 1 | -17/+19 |
* | using mp_gettext | alex | 2002-03-15 | 1 | -5/+7 |
* | added some ifdef's to make possible to compile with --disable-new-input --ena... | alex | 2002-03-15 | 1 | -0/+4 |
* | libvo init moved to libmpcodecs | arpi | 2002-03-14 | 1 | -101/+20 |
* | |