aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
...
* adds 'ID_DEMUXER=avi' to -identify...Gravatar ods152005-08-27
* ensure that audio-only files are decoded till the end by not onlyGravatar reimar2005-08-23
* loadfile/loadlist can now also add files to the playlistGravatar reimar2005-08-15
* Demuxer modularizationGravatar rtognimp2005-08-05
* remove unused cache-prefill and create cache-seek-min that controls when seek...Gravatar iive2005-07-31
* Remove untranslatable stringsGravatar wight2005-07-24
* define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayerGravatar reimar2005-07-22
* Fix few memleaks on exit.Gravatar iive2005-07-21
* Do not count skipped/broken frames when using -framesGravatar reimar2005-07-03
* Missing part of the last commit (got merged in on cvs update :-( )Gravatar reimar2005-06-30
* simplify osd-status display, and allow e.g. osd -2 to get the old behaviourGravatar reimar2005-06-30
* Make the OSD display state information when cycling OSD states with 'o'.Gravatar diego2005-06-30
* make -srate work again, unify audio filter init and preinit.Gravatar reimar2005-06-24
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* Add sub_load and sub_remove slave commands.Gravatar reimar2005-06-09
* strdup subtitle filename at a more appropriate place, fixing memleaks andGravatar reimar2005-06-01
* keep vo_fps and vo_mouse_timer_const in sync with sh_video->fps, otherwiseGravatar reimar2005-05-28
* new get_time_pos slave mode commandoGravatar reimar2005-05-18
* use darwin accurate timerGravatar nplourde2005-04-29
* adds a parameter to the switch_audio command to directly select a track.Gravatar reimar2005-04-28
* Apply -srate and -channels only to the start of the filter chain, notGravatar reimar2005-04-22
* Fix OSD when switching subtitles - set the osd buffer to Subtitle: offGravatar henry2005-04-15
* allow sub_select and vobsub_lang to select particular subtitleGravatar henry2005-04-11
* remove force_load_font stuff moved to sub.cGravatar henry2005-04-09
* reload font on fullscreen change when panscan is enabledGravatar henry2005-04-09
* Added support of audio stream switching in the MPEG demuxer using the #-keyGravatar gpoirier2005-04-03
* windows priority support patch by Rune Petersen <runner at mail.tele.dk> with...Gravatar faust32005-04-02
* finally remove the refences to bps outside libaf. also simplification of some...Gravatar alex2005-02-25
* Some to-be-redundant EDL code moved to edl.c with mencoder's edl in mind. Sta...Gravatar reynaldo2005-02-25
* Make seek command parameter float.Gravatar reimar2005-02-17
* command to log current subtitle to fileGravatar henry2005-02-12
* avoid null pointer dereference with .ssa subtitles when the video codec is mi...Gravatar faust32005-02-04
* Print CPUflags and extension support on x86_64, tooGravatar reimar2005-01-29
* Handle missing palettes in the info part of VobSubs in Matroska files correct...Gravatar mosu2005-01-21
* print the actual commandline to stdout, tooGravatar faust32005-01-17
* RTC support on FreeBSD, inspired by a patch from Michael JohnsonGravatar diego2005-01-06
* happy new yearGravatar diego2005-01-02
* 100l, buf etc. in af_fmt2str call are already pointers...Gravatar reimar2004-12-27
* Do not use audio plugins anymoreGravatar reimar2004-12-27
* removing AFMT_ dependancyGravatar alex2004-12-27
* Set message level of the added subtitle message to INFO, fixes bug #139Gravatar reimar2004-12-26
* Use demuxer_get_percent_pos for the OSD position barGravatar reimar2004-12-21
* Hopefully fixes problems with non-working vobsubs.Gravatar reimar2004-12-19
* Set mixer.afilter at a more appropriate place.Gravatar reimar2004-12-17
* 10l, should check for != NULL before using not after...Gravatar reimar2004-12-10
* enable the run slave commande even without libmenuGravatar aurel2004-12-02
* use a configurable-size ringbuffer instead of a pipe for buffering key events.Gravatar reimar2004-12-01
* rescale the fonts with hidden OSD tooGravatar henry2004-11-26
* Output more information about vids, aids, sids, alangs and slangs with -ident...Gravatar mosu2004-11-25
* add "pausing" prefix for MPlayer commandsGravatar reimar2004-11-20