aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* Subtitle handling cleanup: factor out code for parsing embedded subtitlesGravatar reimar2007-01-06
* restore volume if muted at exitGravatar ben2007-01-04
* avoid code duplication.Gravatar vayne2006-12-28
* show audio language in osd when playing dvdnav streamsGravatar nicodvb2006-12-14
* call dvd_lang_from_aid() only if stream_type is DVDGravatar nicodvb2006-12-14
* support for -alang in dvdnavGravatar nicodvb2006-12-14
* check that stream_type is DVD before calling dvd_lang_from_aidGravatar nicodvb2006-12-10
* show subtitle language in OSD ; patch by Otvos AttilaGravatar nicodvb2006-12-10
* use dvdnav's palette if availableGravatar nicodvb2006-12-09
* Make MPlayer/MEncoder print the compile-time configuration in verbose mode.Gravatar diego2006-11-28
* keep nav highlight event in dvdnav priv structureGravatar ben2006-11-25
* support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila ch...Gravatar nicodvb2006-11-25
* better nav highlight handlingGravatar ben2006-11-25
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...Gravatar ben2006-11-25
* Make compilation depending on USE_OSD unconditional.Gravatar uau2006-11-22
* Make compilation depending on USE_SUB unconditional.Gravatar uau2006-11-21
* Reuse init_vo_spudec in subtitle switching code.Gravatar reimar2006-11-21
* Move vo_spudec initialization into a separate function, for later reuseGravatar reimar2006-11-21
* Move pause loop into a separate function.Gravatar uau2006-11-20
* Reorganize code to move more things out of main().Gravatar uau2006-11-20
* in mp_property_{video,audio} permit uniniting of the corresponding chainGravatar nicodvb2006-11-19
* Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,Gravatar reimar2006-11-19
* Fix printf format/argument count mismatch in mp_property_videoGravatar uau2006-11-19
* Move subtitle updating to a separate function, fix inverted conditionGravatar uau2006-11-19
* new slave command: radio_step_freqGravatar voroshil2006-11-19
* Generalize subtitle switching, demux_ogg does not need a special caseGravatar reimar2006-11-19
* Make sure sh_video == NULL when reinit_video_chain fails.Gravatar reimar2006-11-19
* Do not just skip a file when vo init fails, instead try to play itGravatar reimar2006-11-19
* switch_audio and switch_video properties should be in the range -2..MAX_x_STR...Gravatar nicodvb2006-11-18
* When changing playback speed write the current speed to OSD only afterGravatar uau2006-11-18
* switch_program property to switch to/set a new programGravatar nicodvb2006-11-18
* more mp_property_deinterlace simplification, patch byGravatar reimar2006-11-18
* implemented M_PROPERTY_SET in mp_property_{audio,video}Gravatar nicodvb2006-11-18
* reinit_video_chain might set sh_video = NULL, so check against that.Gravatar reimar2006-11-18
* Mark some functions staticGravatar uau2006-11-18
* Support palette for general vobsubGravatar reimar2006-11-17
* consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.Gravatar reimar2006-11-17
* Minor mp_property_deinterlace simplificationGravatar reimar2006-11-17
* Add deinterlace property, patch by Carl Eugen HoyosGravatar reimar2006-11-17
* handle video stream switch using 'switch_video' property'Gravatar nicodvb2006-11-16
* moved video codec/filters/outdevice initialization code to specific functionGravatar nicodvb2006-11-16
* Introduce step_property command.Gravatar reimar2006-11-14
* Fix Unkown -> Unknown typoGravatar reimar2006-11-14
* Use vf control for reading pts from vf_voGravatar uau2006-11-14
* Fix statement-before-declaration warnings.Gravatar reimar2006-11-14
* Remove write-only variableGravatar uau2006-11-14
* Update OSD contents only after the correct values for the frame are known.Gravatar uau2006-11-14
* Move xscreensaver_heartbeat call next to vo check_eventsGravatar uau2006-11-14
* Replace sleep time calculation in main() with a separate function.Gravatar uau2006-11-14
* simplifyGravatar uau2006-11-14