aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
...
* | | | | | | Make help text translatableGravatar Uoti Urpala2010-03-07
| | | | | | * Use int64_t instead of long for variable containing current playback time.Gravatar reimar2010-03-07
| | | | | | * Add required mplayer.h and access_mpcontext.h #includes.Gravatar diego2010-02-22
| | | | | |/
| | | | | * Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.Gravatar reimar2010-02-19
| | | | | * Remove some pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
| | | | |/
| | | | * Declare vf_menu_pause_update in libmenu/menu.h.Gravatar diego2010-02-14
| | | | * Avoid forward declarations for import_initial_playtree_into_gui() andGravatar diego2010-02-14
| | | | * Add xscreensaver_heartbeat() declaration to x11_common.h.Gravatar diego2010-02-14
| | | | * Declare mp_input_register_options() in input/input.h.Gravatar diego2010-02-14
| | | |/
| | | * Rename exit_reason_t enum to exit_reason and do not typedef it.Gravatar diego2010-02-14
| | |/
| | * Move the check for valid sh_video into the init_vo_spudec, this fixes a crashGravatar reimar2010-02-13
* | | vo_vdpau: make queuing future frame flips adjustableGravatar Uoti Urpala2010-02-05
| | * Add support for loading ASS subtitles through the stream layer and thus e.g.Gravatar reimar2010-02-05
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Disable libass fallbacks for fontconfig < 2.4.2Gravatar Grigori Goronzy2010-01-27
* | Merge svn changes up to r30419Gravatar Uoti Urpala2010-01-25
|\ \
| | * Move the resync-related code into more consistent places instead of having itGravatar reimar2010-01-24
| |/
| * Change code to allow playing a stream even if enabling the cache failedGravatar reimar2010-01-23
* | Avoid misleading error "ASS: cannot add video filter"Gravatar Uoti Urpala2010-01-16
* | subtitles: avoid running subreader.c parser when using libassGravatar Uoti Urpala2010-01-16
* | translations: add infrastructure for translated OSD messagesGravatar Uoti Urpala2010-01-12
* | Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\ \
| | * At startup and while seeking avoid to introduce pointless sleeps and possiblyGravatar reimar2010-01-04
| | * Also reset time_frame and next_frame_time on reset, it makes no sense toGravatar reimar2010-01-04
| |/
| * 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