aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\
| * Fixup SDL configure check:Gravatar reimar2010-01-03
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
* | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST)Gravatar Uoti Urpala2009-12-29
| * Set some freed pointers to NULL.Gravatar reimar2009-12-26
| * Free playtree_iter upon exiting MPlayerGravatar reimar2009-12-26
| * Remove more direct includes of libass/ass.hGravatar reimar2009-12-24
* | Fix printf format strings with invalid '%lf' conversionGravatar Uoti Urpala2009-12-15
* | -identify output: use ordered chapters length for ID_LENGTHGravatar Uoti Urpala2009-12-13
| * Add braces to avoid ambiguous else.Gravatar reimar2009-12-07
* | options: Move ass_enabled to options structGravatar Uoti Urpala2009-12-02
* | core: Fix timeline state at start of playbackGravatar Uoti Urpala2009-12-02
* | mplayer.c: Remove unneeded blit_frame argumentsGravatar Uoti Urpala2009-12-02
* | core: Fix ordered chapter timeline building memory corruptionGravatar Uoti Urpala2009-12-02
* | Merge svn changes up to r29971Gravatar Uoti Urpala2009-11-29
|\|
| * Readjust the global number of subs when switching dvdnav track to takeGravatar reimar2009-11-24
* | core: Fix rare corner cases in video frame generationGravatar Uoti Urpala2009-11-23
* | core: Handle VO-added frames even with correct-pts disabledGravatar Uoti Urpala2009-11-23
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
* | core: Do OSD/subtitle updates at a more accurate pointGravatar Uoti Urpala2009-11-22
* | core: Add support for decoder reordering of pts valuesGravatar Uoti Urpala2009-11-21
| * Remove useless check for valid fd with -dumpstream, the code does notGravatar reimar2009-11-17
* | cosmetics: remove some unused variablesGravatar Uoti Urpala2009-11-17
* | mplayer.c: Fix compilation with dvdnav enabledGravatar Uoti Urpala2009-11-16
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
* | Merge branch 'vdpau'Gravatar Uoti Urpala2009-11-16
|\ \
| * | Implement vsync-aware frame timing for VDPAUGravatar Uoti Urpala2009-11-15
| | * Check that mpctx->audio_out is not NULL when trying to uninit it.Gravatar reimar2009-11-13
| | * Added -name, -title and -use-filename-title options and implementation in X11...Gravatar ptt2009-11-12
| | * Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used t...Gravatar reimar2009-11-11
| | * Do not call resume on unpausing if we have already reached eof whileGravatar reimar2009-11-11
| | * Remember which subtitle was auto-selected for dvdnav due to -slangGravatar reimar2009-11-11
| | * Factor out code that decides which subtitle to play.Gravatar reimar2009-11-11
| | * Use switch_program property from mplayer.c to set ts_prog.Gravatar reimar2009-11-07
| | * Whitespace cosmetics: reindent reinit_audio_chain functionGravatar reimar2009-11-06
| | * Remove some useless comments/commented-out code.Gravatar reimar2009-11-06
| | * Split assignment from error value check to avoid overcomplicated if () condit...Gravatar reimar2009-11-06
| | * Reuse the init_error exit path also for init_best_audio_codec errors.Gravatar reimar2009-11-06
| | * Simplify: use &= instead of a = b & a;Gravatar reimar2009-11-06
| | * Remove some unnecessary else blocksGravatar reimar2009-11-06
| | * Use an early return instead of a {} block over the whole function in reinit_a...Gravatar reimar2009-11-06
| | * Disable audio when initializing the filter chain fails (can happen e.g. when ...Gravatar reimar2009-11-06
| | * Change dvdnav_reset_stream to not disable subtitles, since that breaksGravatar reimar2009-11-05
* | | av_log callback handling overhaulGravatar Uoti Urpala2009-10-31
|/ /
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Make -nosub work to disable subtitles even if -slang and dvd streams are used.Gravatar reimar2009-09-29
| * Add a -nosub option that allows disabling auto-selected subtitles as e.g. theGravatar reimar2009-09-28
| * Enable loading of external subtitles also for audio-only files.Gravatar reimar2009-09-28
| * Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio-...Gravatar reimar2009-09-28
| * Add support for displaying subtitles on the command-line when playingGravatar reimar2009-09-23