aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
...
| | | * Move SetCodecPath() from loader to get_path.c and make it unconditional.Gravatar diego2010-03-20
| | | * Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.Gravatar diego2010-03-18
| | | * Split codec path related code into a separate file to fix Windows build.Gravatar reimar2010-03-18
| | |/
| | * Follow a more proper way to support -codecpath.Gravatar komh2010-03-17
| |/
| * Add -codecpath option.Gravatar komh2010-03-15
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30876Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30595Gravatar Uoti Urpala2010-03-09
|\ \ \
* \ \ \ Merge svn change r30560Gravatar Uoti Urpala2010-03-09
|\ \ \ \
* \ \ \ \ Merge svn changes up to r30550Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \
* | | | | | subs: support loading external ASS subtitles via stream layerGravatar Uoti Urpala2010-03-09
* | | | | | Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \ \
* | | | | | | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
* | | | | | | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
* | | | | | | 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