| Commit message (Expand) | Author | Age | Files | Lines |
* | -identify output: print media start time | reimar | 2010-11-02 | 1 | -0/+13 |
* | mplayer.c: move some --identify code to a separate function | reimar | 2010-11-02 | 1 | -35/+40 |
* | Merge svn changes r31318 to r31328 | Uoti Urpala | 2010-06-05 | 1 | -1/+1 |
|\ |
|
| * | If we have no FPS value, try enabling -correct-pts mode, it does | reimar | 2010-06-05 | 1 | -2/+2 |
| * | Do not use libass functions if it is disabled. | reimar | 2010-06-04 | 1 | -1/+1 |
| * | If an invalid pts value is detected, try to to make up some if it seems | reimar | 2010-06-03 | 1 | -2/+8 |
| * | Simplify libass version check. | cehoyos | 2010-06-03 | 1 | -1/+1 |
| * | Fix compilation with external libass. | cehoyos | 2010-06-02 | 1 | -1/+1 |
| * | backport ass_flush_events() from upstream libass and make use of it | aurel | 2010-05-31 | 1 | -0/+5 |
| * | misc cosmetics: K&R style nits, #include placement, indentation | diego | 2010-05-29 | 1 | -6/+10 |
* | | libass: match font attachments based on extension | Grigori Goronzy | 2010-06-01 | 1 | -4/+1 |
* | | Merge svn changes up to r31211 | Uoti Urpala | 2010-05-30 | 1 | -1/+1 |
|\| |
|
| * | Use MP_NOPTS_VALUE as "default" pts for delayed frames instead of some | reimar | 2010-05-23 | 1 | -1/+1 |
* | | core: apply audio track options to all ordered chapter files | Uoti Urpala | 2010-05-22 | 1 | -1/+6 |
* | | options: move -alang and -slang to option struct | Uoti Urpala | 2010-05-22 | 1 | -13/+11 |
* | | vo_vdpau: support queuing an arbitrary number of frames ahead | Uoti Urpala | 2010-05-14 | 1 | -1/+3 |
* | | mplayer.c: remove an unnecessary #include | Uoti Urpala | 2010-05-08 | 1 | -1/+0 |
* | | Merge svn changes up to r31097 | Uoti Urpala | 2010-04-26 | 1 | -1/+2 |
|\| |
|
| * | Fix crash if a DVD is played with dvdnav:// and without video | reimar | 2010-04-25 | 1 | -1/+2 |
* | | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -8/+2 |
|\| |
|
| * | Rename SetCodecPath() --> set_codec_path(). | diego | 2010-03-21 | 1 | -1/+1 |
| * | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 | 1 | -1/+1 |
| * | Move SetCodecPath() from loader to get_path.c and make it unconditional. | diego | 2010-03-20 | 1 | -3/+0 |
| * | Remove unnecessary #ifdefs around harmless loader/codecpath.h #include. | diego | 2010-03-18 | 1 | -4/+1 |
| * | Split codec path related code into a separate file to fix Windows build. | reimar | 2010-03-18 | 1 | -1/+1 |
* | | Merge svn changes up to r30917 | Uoti Urpala | 2010-04-26 | 1 | -0/+4 |
|\| |
|
| * | Follow a more proper way to support -codecpath. | komh | 2010-03-17 | 1 | -0/+4 |
* | | Merge svn changes up to r30907 | Uoti Urpala | 2010-04-26 | 1 | -0/+5 |
|\| |
|
| * | Add -codecpath option. | komh | 2010-03-15 | 1 | -0/+5 |
* | | core: track current chapter for relative chapter seeks | Uoti Urpala | 2010-04-25 | 1 | -4/+19 |
* | | mplayer.c: silence some compiler warnings | Uoti Urpala | 2010-04-25 | 1 | -3/+5 |
* | | commands: finish seeks before processing other commands | Uoti Urpala | 2010-04-25 | 1 | -0/+7 |
* | | input: remove unused "paused" arguments from some functions | Uoti Urpala | 2010-04-25 | 1 | -5/+5 |
* | | Fix chapter handling with first chapter not at beginning of file | Uoti Urpala | 2010-04-25 | 1 | -1/+2 |
* | | Fix -chapter with ordered chapters | Uoti Urpala | 2010-04-25 | 1 | -6/+6 |
* | | options: move -chapter values to option struct | Uoti Urpala | 2010-04-25 | 1 | -10/+11 |
* | | mplayer.c: share seek-reset code with chapter seeks | Uoti Urpala | 2010-04-25 | 1 | -53/+51 |
* | | Move seek-reset functionality out of demuxer.c | Uoti Urpala | 2010-04-23 | 1 | -3/+18 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | | Merge svn changes up to r30876 | Uoti Urpala | 2010-03-10 | 1 | -1/+1 |
|\| |
|
| * | Use int64_t instead of long for variable containing current playback time. | reimar | 2010-03-07 | 1 | -1/+1 |
| * | Add required mplayer.h and access_mpcontext.h #includes. | diego | 2010-02-22 | 1 | -1/+2 |
* | | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | 1 | -4/+5 |
|\| |
|
| * | Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode. | reimar | 2010-02-19 | 1 | -0/+5 |
| * | Remove some pointless '#if 1' preprocessor directives. | diego | 2010-02-19 | 1 | -4/+0 |
* | | Merge svn changes up to r30595 | Uoti Urpala | 2010-03-09 | 1 | -1/+0 |
|\| |
|
| * | Declare vf_menu_pause_update in libmenu/menu.h. | diego | 2010-02-14 | 1 | -1/+0 |
| * | Avoid forward declarations for import_initial_playtree_into_gui() and | diego | 2010-02-14 | 1 | -3/+0 |
| * | Add xscreensaver_heartbeat() declaration to x11_common.h. | diego | 2010-02-14 | 1 | -6/+0 |
| * | Declare mp_input_register_options() in input/input.h. | diego | 2010-02-14 | 1 | -2/+0 |
* | | Merge svn change r30560 | Uoti Urpala | 2010-03-09 | 1 | -2/+2 |
|\| |
|
| * | Rename exit_reason_t enum to exit_reason and do not typedef it. | diego | 2010-02-14 | 1 | -2/+4 |
* | | Merge svn changes up to r30550 | Uoti Urpala | 2010-03-09 | 1 | -1/+6 |
|\| |
|
| * | Move the check for valid sh_video into the init_vo_spudec, this fixes a crash | reimar | 2010-02-13 | 1 | -1/+6 |
| * | Add support for loading ASS subtitles through the stream layer and thus e.g. | reimar | 2010-02-05 | 1 | -2/+2 |
* | | subs: support loading external ASS subtitles via stream layer | Uoti Urpala | 2010-03-09 | 1 | -2/+2 |
* | | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -0/+17 |
|\| |
|
| * | Add license header to all top-level files missing them. | diego | 2010-01-30 | 1 | -0/+17 |
| * | Move the resync-related code into more consistent places instead of having it | reimar | 2010-01-24 | 1 | -6/+0 |
* | | translations: tweak cases that relied on concatenating adjacent strings | Uoti Urpala | 2010-03-07 | 1 | -3/+4 |
* | | Restore collapsed whitespace in output messages | Uoti Urpala | 2010-03-07 | 1 | -4/+4 |
* | | Make help text translatable | Uoti Urpala | 2010-03-07 | 1 | -2/+42 |
* | | vo_vdpau: make queuing future frame flips adjustable | Uoti Urpala | 2010-02-05 | 1 | -4/+2 |
* | | Disable libass fallbacks for fontconfig < 2.4.2 | Grigori Goronzy | 2010-01-27 | 1 | -1/+1 |
* | | Merge svn changes up to r30419 | Uoti Urpala | 2010-01-25 | 1 | -2/+4 |
|\| |
|
| * | Change code to allow playing a stream even if enabling the cache failed | reimar | 2010-01-23 | 1 | -2/+4 |
| * | At startup and while seeking avoid to introduce pointless sleeps and possibly | reimar | 2010-01-04 | 1 | -0/+12 |
| * | Also reset time_frame and next_frame_time on reset, it makes no sense to | reimar | 2010-01-04 | 1 | -4/+5 |
* | | Avoid misleading error "ASS: cannot add video filter" | Uoti Urpala | 2010-01-16 | 1 | -1/+7 |
* | | subtitles: avoid running subreader.c parser when using libass | Uoti Urpala | 2010-01-16 | 1 | -19/+22 |
* | | translations: add infrastructure for translated OSD messages | Uoti Urpala | 2010-01-12 | 1 | -6/+21 |
* | | Merge svn changes up to r30185 | Uoti Urpala | 2010-01-08 | 1 | -0/+4 |
|\| |
|
| * | Fixup SDL configure check: | reimar | 2010-01-03 | 1 | -0/+4 |
* | | Merge svn changes up to r30136 | Uoti Urpala | 2009-12-30 | 1 | -0/+7 |
|\| |
|
| * | Set some freed pointers to NULL. | reimar | 2009-12-26 | 1 | -0/+5 |
| * | Free playtree_iter upon exiting MPlayer | reimar | 2009-12-26 | 1 | -0/+2 |
| * | Remove more direct includes of libass/ass.h | reimar | 2009-12-24 | 1 | -1/+0 |
| * | Add braces to avoid ambiguous else. | reimar | 2009-12-07 | 1 | -1/+2 |
* | | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST) | Uoti Urpala | 2009-12-29 | 1 | -48/+41 |
* | | Fix printf format strings with invalid '%lf' conversion | Uoti Urpala | 2009-12-15 | 1 | -1/+1 |
* | | -identify output: use ordered chapters length for ID_LENGTH | Uoti Urpala | 2009-12-13 | 1 | -1/+3 |
* | | options: Move ass_enabled to options struct | Uoti Urpala | 2009-12-02 | 1 | -5/+6 |
* | | core: Fix timeline state at start of playback | Uoti Urpala | 2009-12-02 | 1 | -2/+2 |
* | | mplayer.c: Remove unneeded blit_frame arguments | Uoti Urpala | 2009-12-02 | 1 | -10/+7 |
* | | core: Fix ordered chapter timeline building memory corruption | Uoti Urpala | 2009-12-02 | 1 | -2/+5 |
* | | Merge svn changes up to r29971 | Uoti Urpala | 2009-11-29 | 1 | -0/+1 |
|\| |
|
| * | Readjust the global number of subs when switching dvdnav track to take | reimar | 2009-11-24 | 1 | -0/+1 |
* | | core: Fix rare corner cases in video frame generation | Uoti Urpala | 2009-11-23 | 1 | -3/+3 |
* | | core: Handle VO-added frames even with correct-pts disabled | Uoti Urpala | 2009-11-23 | 1 | -3/+7 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -4/+0 |
|\| |
|
| * | Remove useless check for valid fd with -dumpstream, the code does not | reimar | 2009-11-17 | 1 | -4/+0 |
* | | core: Do OSD/subtitle updates at a more accurate point | Uoti Urpala | 2009-11-22 | 1 | -10/+5 |
* | | core: Add support for decoder reordering of pts values | Uoti Urpala | 2009-11-21 | 1 | -0/+31 |
* | | cosmetics: remove some unused variables | Uoti Urpala | 2009-11-17 | 1 | -1/+0 |
* | | mplayer.c: Fix compilation with dvdnav enabled | Uoti Urpala | 2009-11-16 | 1 | -3/+3 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -83/+106 |
|\| |
|
| * | Check that mpctx->audio_out is not NULL when trying to uninit it. | reimar | 2009-11-13 | 1 | -1/+2 |
| * | Added -name, -title and -use-filename-title options and implementation in X11... | ptt | 2009-11-12 | 1 | -1/+5 |
| * | Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used t... | reimar | 2009-11-11 | 1 | -37/+37 |
| * | Do not call resume on unpausing if we have already reached eof while | reimar | 2009-11-11 | 1 | -0/+3 |
| * | Remember which subtitle was auto-selected for dvdnav due to -slang | reimar | 2009-11-11 | 1 | -1/+14 |
| * | Factor out code that decides which subtitle to play. | reimar | 2009-11-11 | 1 | -24/+28 |
| * | Use switch_program property from mplayer.c to set ts_prog. | reimar | 2009-11-07 | 1 | -0/+4 |
| * | Whitespace cosmetics: reindent reinit_audio_chain function | reimar | 2009-11-06 | 1 | -43/+43 |
| * | Remove some useless comments/commented-out code. | reimar | 2009-11-06 | 1 | -3/+0 |
| * | Split assignment from error value check to avoid overcomplicated if () condit... | reimar | 2009-11-06 | 1 | -2/+3 |
| * | Reuse the init_error exit path also for init_best_audio_codec errors. | reimar | 2009-11-06 | 1 | -3/+1 |
| * | Simplify: use &= instead of a = b & a; | reimar | 2009-11-06 | 1 | -1/+1 |
| * | Remove some unnecessary else blocks | reimar | 2009-11-06 | 1 | -3/+2 |
| * | Use an early return instead of a {} block over the whole function in reinit_a... | reimar | 2009-11-06 | 1 | -2/+2 |
| * | Disable audio when initializing the filter chain fails (can happen e.g. when ... | reimar | 2009-11-06 | 1 | -7/+8 |
| * | Change dvdnav_reset_stream to not disable subtitles, since that breaks | reimar | 2009-11-05 | 1 | -2/+0 |
* | | Merge branch 'vdpau' | Uoti Urpala | 2009-11-16 | 1 | -2/+28 |
|\ \ |
|
| * | | Implement vsync-aware frame timing for VDPAU | Uoti Urpala | 2009-11-15 | 1 | -2/+28 |
* | | | av_log callback handling overhaul | Uoti Urpala | 2009-10-31 | 1 | -0/+2 |
|/ / |
|
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 1 | -12/+40 |
|\| |
|
| * | Make -nosub work to disable subtitles even if -slang and dvd streams are used. | reimar | 2009-09-29 | 1 | -2/+0 |
| * | Add a -nosub option that allows disabling auto-selected subtitles as e.g. the | reimar | 2009-09-28 | 1 | -4/+4 |
| * | Enable loading of external subtitles also for audio-only files. | reimar | 2009-09-28 | 1 | -3/+4 |
| * | Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio-... | reimar | 2009-09-28 | 1 | -1/+1 |
| * | Add support for displaying subtitles on the command-line when playing | reimar | 2009-09-23 | 1 | -0/+23 |
| * | Make update_subtitles work without sh_video for text subtitles. | reimar | 2009-09-23 | 1 | -3/+3 |
* | | Merge branch 'vdpau' into build | Uoti Urpala | 2009-09-19 | 1 | -14/+13 |
|\ \ |
|
| * | | core/VO: Allow VO drivers to add/modify frames | Uoti Urpala | 2009-09-18 | 1 | -14/+13 |
* | | | Merge svn changes up to r29684 | Uoti Urpala | 2009-09-16 | 1 | -0/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge two Windows-specific #if sections to simplify the condition. | reimar | 2009-09-16 | 1 | -2/+2 |
| * | | Hack: set DEP/NX on Windows via SetProcessDEPPolicy. | reimar | 2009-09-16 | 1 | -0/+7 |
* | | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 1 | -15/+45 |
|\| |
| |/
|/| |
|
| * | 10l, fix misplaced check in r29613, for loop detection we must compare | reimar | 2009-09-02 | 1 | -1/+1 |
| * | Limit amount of data allocated on stack, strlen(filename) is not a good idea for | reimar | 2009-09-02 | 1 | -2/+6 |
| * | Add support for directory-specific mplayer.conf configuration file. | reimar | 2009-09-02 | 1 | -3/+11 |
| * | Make the loop detection for mov reference files less aggressive, fixes | reimar | 2009-09-01 | 1 | -1/+5 |
| * | Fix per-file config file loading for DOS paths (i.e. where \ and : can | reimar | 2009-08-31 | 1 | -1/+10 |
| * | Factor out code to try and load a config file only if it exists. | reimar | 2009-08-31 | 1 | -11/+16 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 | 1 | -9/+1 |
|\| |
|
| * | Only #include stream/dvbin.h when DVB is enabled. | diego | 2009-08-03 | 1 | -0/+2 |
| * | Remove pointless #ifdefs around harmless internal header #includes. | diego | 2009-08-02 | 1 | -14/+0 |
* | | Change type names to match upstream libass | Grigori Goronzy | 2009-08-07 | 1 | -1/+1 |
* | | Remove internal libass tree | Uoti Urpala | 2009-07-26 | 1 | -4/+1 |
* | | Replace libavutil internal header #includes with MPlayer co |