aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* 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
* Fix auto-sub code to support filenames with any extension length.Gravatar ulion2008-01-20
* audio_out / video_out structs should be treated as constGravatar reimar2008-01-19
* Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().Gravatar eugeni2008-01-12
* allow profile loading per audio/video outputGravatar ben2008-01-10
* factorizes variable checkGravatar ben2008-01-10
* add support for per protocol and per extension playback profile loadingGravatar ben2008-01-10
* Use getppid instead of getpid and move a snprintf to where it is actually nee...Gravatar reimar2008-01-08
* Simplify a needlessly complex use of snprintfGravatar reimar2008-01-08
* Do not use exit_player in the signal handler, this code just can notGravatar reimar2008-01-08
* Clear fonts when the file is closed.Gravatar eugeni2008-01-08
* Add heartbeat-cmd optionGravatar reimar2008-01-07
* Make some functions in mplayer.c staticGravatar reimar2008-01-06
* Remove useless #ifdefsGravatar reimar2007-12-22
* OSD menu support mouse selection.Gravatar ulion2007-12-22
* Ignore mouse pos command when pausing.Gravatar ulion2007-12-19
* Make libmenu init and uninit in proper place.Gravatar ulion2007-12-19
* Do not operate on vobsub when no video (Bug #312).Gravatar ulion2007-12-18
* Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.Gravatar diego2007-12-16
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...Gravatar nicodvb2007-12-15
* Support chapter in OSD menu.Gravatar ulion2007-12-14
* Fix libass to support -nofontconfig.Gravatar ulion2007-12-12
* When auto loading subs, log warning instead of error for load failure.Gravatar ulion2007-12-04
* Skip empty vobsub streams when selecting subtitles.Gravatar ulion2007-12-03
* Remove the pause filter and the cmd queue hack, to know the mplayer going toGravatar ulion2007-11-15
* Make crash-debug gdb auto-execute "bt"Gravatar reimar2007-11-10
* Restore terminal for gdb with -crash-debug by calling getch2_disable()Gravatar reimar2007-11-10
* Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd.Gravatar ulion2007-11-06
* Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX]Gravatar ulion2007-11-04
* We support gcc 2.95 (fixes r24928).Gravatar cehoyos2007-11-02
* A/V sync: take audio filter buffers into accountGravatar uau2007-11-01
* Add audio filter scaletempoGravatar uau2007-11-01
* Make output samplerate independent of -speedGravatar uau2007-11-01
* Simplify init_audio_filters() argumentsGravatar uau2007-11-01
* Change decode_audio() interfaceGravatar uau2007-11-01
* Clean up some fields in stheader.h structsGravatar uau2007-11-01
* Do not reset user-enabled mute on EOF, but only on exit.Gravatar reimar2007-09-03
* moved to reinit_video_chain() the assignment of sh_video->stream_aspect, wher...Gravatar nicodvb2007-09-01
* if the stream reader supports it assign to the video the stream aspect ratioGravatar nicodvb2007-09-01
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Fix warnings:Gravatar diego2007-08-25