aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* Remove some unnecessary recursive includesGravatar Uoti Urpala2008-04-23
* Move dvdsub_id to options structGravatar Uoti Urpala2008-04-23
* Move audio_id and video_id to options structGravatar Uoti Urpala2008-04-23
* Add option pointer to stream struct (at least temporarily)Gravatar Uoti Urpala2008-04-23
* Move playback_speed to options structGravatar Uoti Urpala2008-04-23
* Move global rel_seek_secs and abs_seek_pos to mpctxGravatar Uoti Urpala2008-04-23
* Remove static mpctx from mplayer.cGravatar Uoti Urpala2008-04-23
* Move loop_times to option structGravatar Uoti Urpala2008-04-23
* Remove pointless #ifdefsGravatar Uoti Urpala2008-04-23
* Move global vo_config_count to vo structGravatar Uoti Urpala2008-04-23
* Move global mDisplay to x11 state structGravatar Uoti Urpala2008-04-23
* Create a struct for X11 stateGravatar Uoti Urpala2008-04-23
* Add option pointer to vo structGravatar Uoti Urpala2008-04-23
* Move correct_pts to options structGravatar Uoti Urpala2008-04-23
* Add option pointer to vf structGravatar Uoti Urpala2008-04-23
* Add option pointer to demuxers and stheader.h structsGravatar Uoti Urpala2008-04-23
* Declare demuxer *_streams fields with proper typesGravatar Uoti Urpala2008-04-23
* Move options "vo" and "ao" to common structGravatar Uoti Urpala2008-04-23
* Start of new option systemGravatar Uoti Urpala2008-04-23
* Add a context argument to mp_input_add_event_fd callbackGravatar Uoti Urpala2008-04-23
* Add new video driver APIGravatar Uoti Urpala2008-04-23
* Add options to disable some or all config files.Gravatar albeu2008-04-14
* Replace the trivial command line preparser with a more robust versionGravatar albeu2008-04-13
* Remove the need for code using stream to export an mp_input_check_interrupt()Gravatar albeu2008-04-09
* Add some const qualifiers to reduce warningsGravatar uau2008-04-02
* Remove unnecessary includesGravatar uau2008-04-01
* Support 'default' attribute for audio and subtitle tracks.Gravatar eugeni2008-03-30
* Handle property commands in idle mode.Gravatar reimar2008-03-28
* Experimental support for -framedrop with -correct-pts.Gravatar reimar2008-03-17
* cosmetics: Decrapify the indentation of the last few blocks of main().Gravatar diego2008-03-07
* Move duplicated extern declarations of mp_msg_levels and mp_msg_level_allGravatar diego2008-03-04
* Add ID_SEEKABLE information to -identify output.Gravatar diego2008-03-03
* Select audio stream in mplayer and mencoder, overriding demuxer decision.Gravatar eugeni2008-02-29
* Demuxer-independent subtitle track selection.Gravatar eugeni2008-02-29
* Attempt to fix -chapter broken for mkv in r25987Gravatar reimar2008-02-28
* Fix continuous scrolling on OS/2 due to status line updates unless -quietGravatar diego2008-02-22
* OS/2 getch2() supportGravatar diego2008-02-21
* Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.Gravatar diego2008-02-21
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* Change force_fps and force_ofps to doubleGravatar reimar2008-02-14
* typo fix: inited --> initializedGravatar diego2008-02-14
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadGravatar nicodvb2008-02-11
* Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessaryGravatar reimar2008-02-03
* ao_functions_t should be const, part 1Gravatar reimar2008-02-01
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make sure sub_font is freed.Gravatar reimar2008-01-27
* Support vobsub palette in extradata, as exported by libavformatGravatar reimar2008-01-26
* Check for stream change in dvdnav.Gravatar ben2008-01-26
* Add support for dvdnav still frames playback.Gravatar ben2008-01-26