| Commit message (Expand) | Author | Age | Files | Lines |
* | Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'll | ods15 | 2005-12-07 | 1 | -3/+3 |
* | Fix EDL to be per file, allow -edlout and -edl together as there is really | ods15 | 2005-12-06 | 1 | -20/+15 |
* | new -msglevel option, constrols msg level for every msg module | ods15 | 2005-12-06 | 1 | -3/+3 |
* | mplayer.c:1928: warning: implicit declaration of function 'cache_uninit' | rathann | 2005-12-05 | 1 | -0/+2 |
* | Add a function to remove osd msg and use it to remove the "OSD: enabled" | albeu | 2005-11-27 | 1 | -0/+25 |
* | Make the osd command only switch between enabled/disabled when | albeu | 2005-11-20 | 1 | -7/+14 |
* | Big OSD cleanup. Replace the mess with 100's of counter vars | albeu | 2005-11-16 | 1 | -265/+320 |
* | add a switch, slave command, and vo control to toggle borderless window. | joey | 2005-11-10 | 1 | -0/+15 |
* | reordered subtitles language OSD display, since it worked bad for ogm... | ptt | 2005-11-09 | 1 | -36/+37 |
* | there is no sh_video for audio only files | faust3 | 2005-11-06 | 1 | -1/+2 |
* | 10l: osd_show_dvd_nav_highlight is just a flag | ranma | 2005-11-06 | 1 | -1/+1 |
* | Number of frames to show the OSD shouldn't be hardcoded, derive from fps instead | ranma | 2005-11-06 | 1 | -12/+12 |
* | Translated strings might be longer than the originals. One unnecessary depen... | ranma | 2005-11-05 | 1 | -6/+5 |
* | Enabled OSD localization / moved msgs to help/help_mp-en.h | ptt | 2005-11-05 | 1 | -26/+26 |
* | Autoload vobsub's from ~/.mplayer/sub | albeu | 2005-11-03 | 1 | -1/+17 |
* | new message was even worse -- B/s means bytes per second, not sample! | rfelker | 2005-10-17 | 1 | -1/+1 |
* | allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmai... | faust3 | 2005-10-16 | 1 | -29/+1 |
* | exit mplayer if audio filter init fails (same as mencoder does) | ivo | 2005-10-13 | 1 | -0/+1 |
* | Missing space in status line | reimar | 2005-10-12 | 1 | -1/+1 |
* | change to switch/case for dumpsub | ods15 | 2005-10-12 | 1 | -6/+8 |
* | -frames plays one frame too many. | reimar | 2005-10-11 | 1 | -1/+1 |
* | Show total time when playing audio-only files | reimar | 2005-10-04 | 1 | -13/+29 |
* | Prints -identify output for: | gpoirier | 2005-09-19 | 1 | -0/+5 |
* | Add comments to a few #endif statements in order to make clear which | diego | 2005-09-15 | 1 | -21/+21 |
* | consistency fix: OSD bar for gamma changes should only appear when gamma | reimar | 2005-09-14 | 1 | -1/+2 |
* | screenshot filter | henry | 2005-09-11 | 1 | -1/+5 |
* | clear OSD when playing new file | reimar | 2005-09-05 | 1 | -0/+4 |
* | Replace bps by B/s when it means bytes per second to avoid ambiguity since | diego | 2005-09-02 | 1 | -1/+1 |
* | Adds -idle, an option to make MPlayer wait for input ('loadfile' or | ods15 | 2005-09-02 | 1 | -3/+56 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -2/+2 |
* | allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p... | gpoirier | 2005-09-02 | 1 | -11/+17 |
* | add key_down_eventto slave mode, used to inject key down event with mplayer_p... | nplourde | 2005-08-31 | 1 | -1/+3 |
* | adds 'ID_DEMUXER=avi' to -identify... | ods15 | 2005-08-27 | 1 | -0/+1 |
* | ensure that audio-only files are decoded till the end by not only | reimar | 2005-08-23 | 1 | -3/+8 |
* | loadfile/loadlist can now also add files to the playlist | reimar | 2005-08-15 | 1 | -0/+8 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -0/+12 |
* | remove unused cache-prefill and create cache-seek-min that controls when seek... | iive | 2005-07-31 | 1 | -2/+4 |
* | Remove untranslatable strings | wight | 2005-07-24 | 1 | -5/+5 |
* | define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayer | reimar | 2005-07-22 | 1 | -0/+2 |
* | Fix few memleaks on exit. | iive | 2005-07-21 | 1 | -1/+7 |
* | Do not count skipped/broken frames when using -frames | reimar | 2005-07-03 | 1 | -5/+5 |
* | Missing part of the last commit (got merged in on cvs update :-( ) | reimar | 2005-06-30 | 1 | -11/+0 |
* | simplify osd-status display, and allow e.g. osd -2 to get the old behaviour | reimar | 2005-06-30 | 1 | -2/+8 |
* | Make the OSD display state information when cycling OSD states with 'o'. | diego | 2005-06-30 | 1 | -2/+18 |
* | make -srate work again, unify audio filter init and preinit. | reimar | 2005-06-24 | 1 | -4/+5 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 1 | -0/+6 |
* | Add sub_load and sub_remove slave commands. | reimar | 2005-06-09 | 1 | -0/+64 |
* | strdup subtitle filename at a more appropriate place, fixing memleaks and | reimar | 2005-06-01 | 1 | -5/+5 |
* | keep vo_fps and vo_mouse_timer_const in sync with sh_video->fps, otherwise | reimar | 2005-05-28 | 1 | -0/+5 |
* | new get_time_pos slave mode commando | reimar | 2005-05-18 | 1 | -0/+9 |
* | use darwin accurate timer | nplourde | 2005-04-29 | 1 | -3/+12 |
* | adds a parameter to the switch_audio command to directly select a track. | reimar | 2005-04-28 | 1 | -3/+5 |
* | Apply -srate and -channels only to the start of the filter chain, not | reimar | 2005-04-22 | 1 | -3/+3 |
* | Fix OSD when switching subtitles - set the osd buffer to Subtitle: off | henry | 2005-04-15 | 1 | -15/+15 |
* | allow sub_select and vobsub_lang to select particular subtitle | henry | 2005-04-11 | 1 | -1/+5 |
* | remove force_load_font stuff moved to sub.c | henry | 2005-04-09 | 1 | -8/+0 |
* | reload font on fullscreen change when panscan is enabled | henry | 2005-04-09 | 1 | -0/+3 |
* | Added support of audio stream switching in the MPEG demuxer using the #-key | gpoirier | 2005-04-03 | 1 | -0/+3 |
* | windows priority support patch by Rune Petersen <runner at mail.tele.dk> with... | faust3 | 2005-04-02 | 1 | -0/+16 |
* | finally remove the refences to bps outside libaf. also simplification of some... | alex | 2005-02-25 | 1 | -12/+4 |
* | Some to-be-redundant EDL code moved to edl.c with mencoder's edl in mind. Sta... | reynaldo | 2005-02-25 | 1 | -27/+3 |
* | Make seek command parameter float. | reimar | 2005-02-17 | 1 | -2/+3 |
* | command to log current subtitle to file | henry | 2005-02-12 | 1 | -2/+46 |
* | avoid null pointer dereference with .ssa subtitles when the video codec is mi... | faust3 | 2005-02-04 | 1 | -1/+1 |
* | Print CPUflags and extension support on x86_64, too | reimar | 2005-01-29 | 1 | -1/+1 |
* | Handle missing palettes in the info part of VobSubs in Matroska files correct... | mosu | 2005-01-21 | 1 | -1/+1 |
* | print the actual commandline to stdout, too | faust3 | 2005-01-17 | 1 | -2/+2 |
* | RTC support on FreeBSD, inspired by a patch from Michael Johnson | diego | 2005-01-06 | 1 | -0/+6 |
* | happy new year | diego | 2005-01-02 | 1 | -1/+1 |
* | 100l, buf etc. in af_fmt2str call are already pointers... | reimar | 2004-12-27 | 1 | -2/+2 |
* | Do not use audio plugins anymore | reimar | 2004-12-27 | 1 | -2/+10 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 1 | -5/+7 |
* | Set message level of the added subtitle message to INFO, fixes bug #139 | reimar | 2004-12-26 | 1 | -1/+1 |
* | Use demuxer_get_percent_pos for the OSD position bar | reimar | 2004-12-21 | 1 | -3/+2 |
* | Hopefully fixes problems with non-working vobsubs. | reimar | 2004-12-19 | 1 | -1/+3 |
* | Set mixer.afilter at a more appropriate place. | reimar | 2004-12-17 | 1 | -2/+7 |
* | 10l, should check for != NULL before using not after... | reimar | 2004-12-10 | 1 | -1/+2 |
* | enable the run slave commande even without libmenu | aurel | 2004-12-02 | 1 | -3/+1 |
* | use a configurable-size ringbuffer instead of a pipe for buffering key events. | reimar | 2004-12-01 | 1 | -1/+1 |
* | rescale the fonts with hidden OSD too | henry | 2004-11-26 | 1 | -2/+2 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 | 1 | -0/+5 |
* | add "pausing" prefix for MPlayer commands | reimar | 2004-11-20 | 1 | -1/+3 |
* | free freetype descriptor and library and mconfig data right before exit | iive | 2004-11-15 | 1 | -6/+10 |
* | Reduce excessive verbosity. | diego | 2004-11-15 | 1 | -5/+4 |
* | fix scrolling status line in windows | reimar | 2004-11-13 | 1 | -0/+5 |
* | use get_screen_size from getch2.c instead of ioctl, fixes bug #131. | reimar | 2004-11-09 | 1 | -5/+3 |
* | fix insane CPU usage with ao_null | reimar | 2004-11-07 | 1 | -1/+2 |
* | Replaces edl_mute_count with togle making code more understandable, other tri... | reynaldo | 2004-11-05 | 1 | -9/+9 |
* | Fix broken seek while on edl and audio only, spoted by Oded Shimon | reynaldo | 2004-11-03 | 1 | -1/+3 |
* | Fix EDL mute behavior, Patch by Oded Shimon | reynaldo | 2004-11-03 | 1 | -29/+13 |
* | fixed some doxygen comments, patch by Oded Shimon | reynaldo | 2004-11-03 | 1 | -7/+7 |
* | reworked the status line to avoid scrolling and remove duplicate code. | reimar | 2004-11-02 | 1 | -57/+117 |
* | Allow attaching gdb on crash automatically. | reimar | 2004-10-28 | 1 | -1/+36 |
* | Fixed 2 debug edl messages | reynaldo | 2004-10-26 | 1 | -6/+2 |
* | cmd can be NULL when leaving the paused mode and using the GUI | reimar | 2004-10-26 | 1 | -1/+1 |
* | 100l for playback speed changing in audio-only case | reimar | 2004-10-23 | 1 | -0/+3 |
* | 10l, missing playback_speed argument in mp_msg call. | reimar | 2004-10-23 | 1 | -0/+1 |
* | allow changing playback speed during playback. | reimar | 2004-10-20 | 1 | -8/+51 |
* | 10l, patch by Jan Knutar <jknutar@nic.fi> | faust3 | 2004-10-18 | 1 | -2/+2 |
* | allow to step only one frame forward by pressing s. | reimar | 2004-10-12 | 1 | -0/+1 |
* | Do not loose commands while paused. | reimar | 2004-10-10 | 1 | -4/+7 |
* | printf --> mp_msg conversion | diego | 2004-10-07 | 1 | -57/+57 |
* | show ogg subtitle language on OSD, if available | joey | 2004-09-28 | 1 | -2/+7 |
* | fix sub_select fiasco with global sub numbering. now multiple sub sources ca... | joey | 2004-09-28 | 1 | -70/+145 |
* | make sure exit_player gets called | joey | 2004-09-28 | 1 | -13/+13 |
* | handle sigchld in mplayer.c | faust3 | 2004-09-19 | 1 | -1/+11 |
* | Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch | diego | 2004-09-17 | 1 | -29/+23 |
* | make it possible to use the run command from a menu config file, based on a p... | faust3 | 2004-09-16 | 1 | -0/+10 |
* | fix ineffectual video equalizer command line options, patch by kiriuja <mplay... | faust3 | 2004-09-15 | 1 | -19/+5 |
* | slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at... | faust3 | 2004-09-15 | 1 | -0/+7 |
* | quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <... | faust3 | 2004-09-15 | 1 | -2/+2 |
* | Don't leave a messed up terminal after a crash | rtognimp | 2004-09-09 | 1 | -2/+12 |
* | mplayer -af help now lists all available audio filters. | ivo | 2004-09-06 | 1 | -0/+5 |
* | slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gn... | faust3 | 2004-09-02 | 1 | -0/+3 |
* | EDL enhancement/fixes: | rtognimp | 2004-08-28 | 1 | -118/+104 |
* | 10l | faust3 | 2004-08-25 | 1 | -4/+3 |
* | Display the language code for subtitles from Matroska files. | mosu | 2004-08-24 | 1 | -1/+12 |
* | Do not use globals. Put the variables into the appropriate demuxer struct ins... | mosu | 2004-08-24 | 1 | -2/+2 |
* | Support for subtitle switching in Matroska. | mosu | 2004-08-24 | 1 | -1/+30 |
* | printf -> mp_msg conversion, first steps | diego | 2004-08-24 | 1 | -1/+1 |
* | fix compilation withoud libdvdread | henry | 2004-08-24 | 1 | -0/+2 |
* | Make the stepsize of volume changes, changeable by a commandline paarameter | attila | 2004-08-23 | 1 | -1/+3 |
* | fix for audio position inaccuracy | joey | 2004-08-22 | 1 | -1/+1 |
* | forgot some ifdef's and broke mplayer.c without ogg & dvdread | joey | 2004-08-22 | 1 | -0/+4 |
* | added runtime toggle of root window playback | joey | 2004-08-22 | 1 | -0/+15 |
* | moved combined vobsub_lang into sub_select | joey | 2004-08-22 | 1 | -15/+55 |
* | windows path seperator fixes | joey | 2004-08-12 | 1 | -1/+2 |
* | Don't drop frames when paused, fixes not displaying the pause OSD icon | diego | 2004-08-09 | 1 | -1/+1 |
* | Native darwin timer update. | wight | 2004-08-04 | 1 | -3/+4 |
* | fix segfault when loading subtitles (idea by pl) | rathann | 2004-07-25 | 1 | -0/+2 |
* | false-use-of-get_path() memleak fixes. | al | 2004-07-23 | 1 | -3/+8 |
* | individual sub_select option not interferring with vobsub_lang | alex | 2004-07-17 | 1 | -1/+3 |
* | cache min fill adjustment, based on patch by Jeremy Huddleston | iive | 2004-07-16 | 1 | -1/+4 |
* | -use-stdin renamed to -noconsolecontrols. | diego | 2004-07-14 | 1 | -3/+3 |
* | fix crash when no audio-out is available (e.g. mplayer -ao bad test.avi). | reimar | 2004-07-02 | 1 | -1/+1 |
* | Fix GUI compilation, patch by Reimar Döffinger and Alexander Strasser. | diego | 2004-06-26 | 1 | -1/+1 |
* | rtc-device cmd option by James Noble | alex | 2004-06-26 | 1 | -2/+4 |
* | New 'Mixer API' with ability to change volume through libaf (this part was wr... | alex | 2004-06-26 | 1 | -6/+13 |
* | Support for the "custom colors" and "forced subtitles" entries in the VobSub ... | mosu | 2004-06-10 | 1 | -3/+6 |
* | 10l on cygwin WIN32 gets defined in config.h | faust3 | 2004-04-30 | 1 | -1/+2 |
* | Make it compile on mingw again. Now it is finally possible to include windows... | faust3 | 2004-04-30 | 1 | -2/+4 |
* | play the audio buffer in case of normal eof (i know the change is rude, but m... | alex | 2004-04-27 | 1 | -2/+2 |
* | slave command dvb_set_channel now takes 2 arguments: channel card | nicodvb | 2004-04-26 | 1 | -1/+1 |
* | Fix segfault if EDL is used without video | rtognimp | 2004-04-14 | 1 | -0/+5 |
* | uninit immed flag | alex | 2004-04-06 | 1 | -1/+1 |
* | remove stupid misadvice | rfelker | 2004-03-25 | 1 | -1/+1 |
* | Use system clock for xscreensaver pings | ranma | 2004-02-26 | 1 | -2/+2 |
* | flushing stuff after seeking (finally we can view MPEG without thouse blocks ... | michael | 2004-02-18 | 1 | -0/+1 |
* | Display Framedropping state on the OSD. | diego | 2004-02-09 | 1 | -1/+12 |
* | * changes mencoder's exit code on explicit kill to 2 | attila | 2004-01-29 | 1 | -1/+1 |
* | Happy new year to all from Argentina :-) | diego | 2004-01-12 | 1 | -1/+1 |
* | prevent sig11 when $HOME is not set | attila | 2004-01-10 | 1 | -1/+2 |
* | add -codecs-file for selecting a specific codecs.conf on the comand line | attila | 2004-01-08 | 1 | -6/+8 |
* | removed the historic libcss support | alex | 2003-12-08 | 1 | -22/+0 |
* | vobsub seeking support by Lu Ran | alex | 2003-12-08 | 1 | -1/+2 |
* | 100l | alex | 2003-12-08 | 1 | -1/+1 |
* | Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, b... | alex | 2003-12-08 | 1 | -4/+15 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 1 | -0/+15 |
* | Patch by Nico <nsabbi@libero.it> | attila | 2003-11-01 | 1 | -7/+7 |
* | Do not display VobSubs whose timecodes are < 0 which would make all VobSubs a... | mosu | 2003-10-30 | 1 | -1/+1 |
* | make 'your system is too slow' appear only once | iive | 2003-10-23 | 1 | -1/+1 |
* | 100000l again | arpi | 2003-10-22 | 1 | -1/+0 |
* | Support for VobSub-in-Matroska; parts outside of demux_mkv.cpp. | mosu | 2003-10-16 | 1 | -0/+13 |
* | 1000l to pl, this made mplayer crash when playing playlists longer | rfelker | 2003-10-04 | 1 | -2/+2 |
* | fix a memory leak when playing several files in a row (playlist for instance) | pl | 2003-09-29 | 1 | -2/+8 |
* | disable code that DOES NOT WORK (it won't load real |