| Commit message (Expand) | Author | Age |
* | Remove useless check for valid fd with -dumpstream, the code does not | reimar | 2009-11-17 |
* | Check that mpctx->audio_out is not NULL when trying to uninit it. | reimar | 2009-11-13 |
* | Added -name, -title and -use-filename-title options and implementation in X11... | ptt | 2009-11-12 |
* | Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used t... | reimar | 2009-11-11 |
* | Do not call resume on unpausing if we have already reached eof while | reimar | 2009-11-11 |
* | Remember which subtitle was auto-selected for dvdnav due to -slang | reimar | 2009-11-11 |
* | Factor out code that decides which subtitle to play. | reimar | 2009-11-11 |
* | Use switch_program property from mplayer.c to set ts_prog. | reimar | 2009-11-07 |
* | Whitespace cosmetics: reindent reinit_audio_chain function | reimar | 2009-11-06 |
* | Remove some useless comments/commented-out code. | reimar | 2009-11-06 |
* | Split assignment from error value check to avoid overcomplicated if () condit... | reimar | 2009-11-06 |
* | Reuse the init_error exit path also for init_best_audio_codec errors. | reimar | 2009-11-06 |
* | Simplify: use &= instead of a = b & a; | reimar | 2009-11-06 |
* | Remove some unnecessary else blocks | reimar | 2009-11-06 |
* | Use an early return instead of a {} block over the whole function in reinit_a... | reimar | 2009-11-06 |
* | Disable audio when initializing the filter chain fails (can happen e.g. when ... | reimar | 2009-11-06 |
* | Change dvdnav_reset_stream to not disable subtitles, since that breaks | reimar | 2009-11-05 |
* | Make -nosub work to disable subtitles even if -slang and dvd streams are used. | reimar | 2009-09-29 |
* | Add a -nosub option that allows disabling auto-selected subtitles as e.g. the | reimar | 2009-09-28 |
* | Enable loading of external subtitles also for audio-only files. | reimar | 2009-09-28 |
* | Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio-... | reimar | 2009-09-28 |
* | Add support for displaying subtitles on the command-line when playing | reimar | 2009-09-23 |
* | Make update_subtitles work without sh_video for text subtitles. | reimar | 2009-09-23 |
* | Merge two Windows-specific #if sections to simplify the condition. | reimar | 2009-09-16 |
* | Hack: set DEP/NX on Windows via SetProcessDEPPolicy. | reimar | 2009-09-16 |
* | 10l, fix misplaced check in r29613, for loop detection we must compare | reimar | 2009-09-02 |
* | Limit amount of data allocated on stack, strlen(filename) is not a good idea for | reimar | 2009-09-02 |
* | Add support for directory-specific mplayer.conf configuration file. | reimar | 2009-09-02 |
* | Make the loop detection for mov reference files less aggressive, fixes | reimar | 2009-09-01 |
* | Fix per-file config file loading for DOS paths (i.e. where \ and : can | reimar | 2009-08-31 |
* | Factor out code to try and load a config file only if it exists. | reimar | 2009-08-31 |
* | Only #include stream/dvbin.h when DVB is enabled. | diego | 2009-08-03 |
* | Remove pointless #ifdefs around harmless internal header #includes. | diego | 2009-08-02 |
* | Make ID_SEEKABLE depend on both the stream and the demuxer being seekable, | reimar | 2009-05-31 |
* | 100l, demuxer info tags are _not_ case sensitive, so use strcasecmp. | reimar | 2009-05-30 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | sane verbosity levels for menu initialization | diego | 2009-04-25 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | ramiro | 2009-04-08 |
* | Set the forced_subs_only value correctly whenever a new spudec is created. | reimar | 2009-03-30 |
* | Make pausing_keep_force the default for the set_mouse_pos and key_down_event - | reimar | 2009-03-07 |
* | Print the version string after the command line has been parsed. | diego | 2009-02-21 |
* | Add priority support for OS/2 and factorize the Windows priority support. | diego | 2009-02-10 |
* | Use SetErrorMode so Windows will not show all kinds of error dialogs | reimar | 2009-02-09 |
* | Do not print a warning if current pts is equal to previous pts. | diego | 2009-02-01 |
* | increase max OSD message size limit | compn | 2009-02-01 |
* | Factorize print_version(). | diego | 2009-01-25 |
* | 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time. | reimar | 2009-01-16 |
* | More #ifdef -> #if | reimar | 2009-01-16 |
* | Add missing const qualifier to mpctx_get_audio_out function declaration. | diego | 2009-01-10 |
* | Avoid a uselessly high number of wakeups when playing audio-only files. | reimar | 2009-01-01 |