summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p...gpoirier2005-09-021-11/+17
* add key_down_eventto slave mode, used to inject key down event with mplayer_p...nplourde2005-08-311-1/+3
* adds 'ID_DEMUXER=avi' to -identify...ods152005-08-271-0/+1
* ensure that audio-only files are decoded till the end by not onlyreimar2005-08-231-3/+8
* loadfile/loadlist can now also add files to the playlistreimar2005-08-151-0/+8
* Demuxer modularizationrtognimp2005-08-051-0/+12
* remove unused cache-prefill and create cache-seek-min that controls when seek...iive2005-07-311-2/+4
* Remove untranslatable stringswight2005-07-241-5/+5
* define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayerreimar2005-07-221-0/+2
* Fix few memleaks on exit.iive2005-07-211-1/+7
* Do not count skipped/broken frames when using -framesreimar2005-07-031-5/+5
* Missing part of the last commit (got merged in on cvs update :-( )reimar2005-06-301-11/+0
* simplify osd-status display, and allow e.g. osd -2 to get the old behaviourreimar2005-06-301-2/+8
* Make the OSD display state information when cycling OSD states with 'o'.diego2005-06-301-2/+18
* make -srate work again, unify audio filter init and preinit.reimar2005-06-241-4/+5
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+6
* Add sub_load and sub_remove slave commands.reimar2005-06-091-0/+64
* strdup subtitle filename at a more appropriate place, fixing memleaks andreimar2005-06-011-5/+5
* keep vo_fps and vo_mouse_timer_const in sync with sh_video->fps, otherwisereimar2005-05-281-0/+5
* new get_time_pos slave mode commandoreimar2005-05-181-0/+9
* use darwin accurate timernplourde2005-04-291-3/+12
* adds a parameter to the switch_audio command to directly select a track.reimar2005-04-281-3/+5
* Apply -srate and -channels only to the start of the filter chain, notreimar2005-04-221-3/+3
* Fix OSD when switching subtitles - set the osd buffer to Subtitle: offhenry2005-04-151-15/+15
* allow sub_select and vobsub_lang to select particular subtitlehenry2005-04-111-1/+5
* remove force_load_font stuff moved to sub.chenry2005-04-091-8/+0
* reload font on fullscreen change when panscan is enabledhenry2005-04-091-0/+3
* Added support of audio stream switching in the MPEG demuxer using the #-keygpoirier2005-04-031-0/+3
* windows priority support patch by Rune Petersen <runner at mail.tele.dk> with...faust32005-04-021-0/+16
* finally remove the refences to bps outside libaf. also simplification of some...alex2005-02-251-12/+4
* Some to-be-redundant EDL code moved to edl.c with mencoder's edl in mind. Sta...reynaldo2005-02-251-27/+3
* Make seek command parameter float.reimar2005-02-171-2/+3
* command to log current subtitle to filehenry2005-02-121-2/+46
* avoid null pointer dereference with .ssa subtitles when the video codec is mi...faust32005-02-041-1/+1
* Print CPUflags and extension support on x86_64, tooreimar2005-01-291-1/+1
* Handle missing palettes in the info part of VobSubs in Matroska files correct...mosu2005-01-211-1/+1
* print the actual commandline to stdout, toofaust32005-01-171-2/+2
* RTC support on FreeBSD, inspired by a patch from Michael Johnsondiego2005-01-061-0/+6
* happy new yeardiego2005-01-021-1/+1
* 100l, buf etc. in af_fmt2str call are already pointers...reimar2004-12-271-2/+2
* Do not use audio plugins anymorereimar2004-12-271-2/+10
* removing AFMT_ dependancyalex2004-12-271-5/+7
* Set message level of the added subtitle message to INFO, fixes bug #139reimar2004-12-261-1/+1
* Use demuxer_get_percent_pos for the OSD position barreimar2004-12-211-3/+2
* Hopefully fixes problems with non-working vobsubs.reimar2004-12-191-1/+3
* Set mixer.afilter at a more appropriate place.reimar2004-12-171-2/+7
* 10l, should check for != NULL before using not after...reimar2004-12-101-1/+2
* enable the run slave commande even without libmenuaurel2004-12-021-3/+1
* use a configurable-size ringbuffer instead of a pipe for buffering key events.reimar2004-12-011-1/+1
* rescale the fonts with hidden OSD toohenry2004-11-261-2/+2
* Output more information about vids, aids, sids, alangs and slangs with -ident...mosu2004-11-251-0/+5
* add "pausing" prefix for MPlayer commandsreimar2004-11-201-1/+3
* free freetype descriptor and library and mconfig data right before exitiive2004-11-151-6/+10
* Reduce excessive verbosity.diego2004-11-151-5/+4
* fix scrolling status line in windowsreimar2004-11-131-0/+5
* use get_screen_size from getch2.c instead of ioctl, fixes bug #131.reimar2004-11-091-5/+3
* fix insane CPU usage with ao_nullreimar2004-11-071-1/+2
* Replaces edl_mute_count with togle making code more understandable, other tri...reynaldo2004-11-051-9/+9
* Fix broken seek while on edl and audio only, spoted by Oded Shimonreynaldo2004-11-031-1/+3
* Fix EDL mute behavior, Patch by Oded Shimonreynaldo2004-11-031-29/+13
* fixed some doxygen comments, patch by Oded Shimonreynaldo2004-11-031-7/+7
* reworked the status line to avoid scrolling and remove duplicate code.reimar2004-11-021-57/+117
* Allow attaching gdb on crash automatically.reimar2004-10-281-1/+36
* Fixed 2 debug edl messagesreynaldo2004-10-261-6/+2
* cmd can be NULL when leaving the paused mode and using the GUIreimar2004-10-261-1/+1
* 100l for playback speed changing in audio-only casereimar2004-10-231-0/+3
* 10l, missing playback_speed argument in mp_msg call.reimar2004-10-231-0/+1
* allow changing playback speed during playback.reimar2004-10-201-8/+51
* 10l, patch by Jan Knutar <jknutar@nic.fi>faust32004-10-181-2/+2
* allow to step only one frame forward by pressing s.reimar2004-10-121-0/+1
* Do not loose commands while paused.reimar2004-10-101-4/+7
* printf --> mp_msg conversiondiego2004-10-071-57/+57
* show ogg subtitle language on OSD, if availablejoey2004-09-281-2/+7
* fix sub_select fiasco with global sub numbering. now multiple sub sources ca...joey2004-09-281-70/+145
* make sure exit_player gets calledjoey2004-09-281-13/+13
* handle sigchld in mplayer.cfaust32004-09-191-1/+11
* Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patchdiego2004-09-171-29/+23
* make it possible to use the run command from a menu config file, based on a p...faust32004-09-161-0/+10
* fix ineffectual video equalizer command line options, patch by kiriuja <mplay...faust32004-09-151-19/+5
* slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at...faust32004-09-151-0/+7
* quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <...faust32004-09-151-2/+2
* Don't leave a messed up terminal after a crashrtognimp2004-09-091-2/+12
* mplayer -af help now lists all available audio filters.ivo2004-09-061-0/+5
* slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gn...faust32004-09-021-0/+3
* EDL enhancement/fixes:rtognimp2004-08-281-118/+104
* 10lfaust32004-08-251-4/+3
* Display the language code for subtitles from Matroska files.mosu2004-08-241-1/+12
* Do not use globals. Put the variables into the appropriate demuxer struct ins...mosu2004-08-241-2/+2
* Support for subtitle switching in Matroska.mosu2004-08-241-1/+30
* printf -> mp_msg conversion, first stepsdiego2004-08-241-1/+1
* fix compilation withoud libdvdreadhenry2004-08-241-0/+2
* Make the stepsize of volume changes, changeable by a commandline paarameterattila2004-08-231-1/+3
* fix for audio position inaccuracyjoey2004-08-221-1/+1
* forgot some ifdef's and broke mplayer.c without ogg & dvdreadjoey2004-08-221-0/+4
* added runtime toggle of root window playbackjoey2004-08-221-0/+15
* moved combined vobsub_lang into sub_selectjoey2004-08-221-15/+55
* windows path seperator fixesjoey2004-08-121-1/+2
* Don't drop frames when paused, fixes not displaying the pause OSD icondiego2004-08-091-1/+1
* Native darwin timer update.wight2004-08-041-3/+4
* fix segfault when loading subtitles (idea by pl)rathann2004-07-251-0/+2
* false-use-of-get_path() memleak fixes.al2004-07-231-3/+8
* individual sub_select option not interferring with vobsub_langalex2004-07-171-1/+3
* cache min fill adjustment, based on patch by Jeremy Huddlestoniive2004-07-161-1/+4
* -use-stdin renamed to -noconsolecontrols.diego2004-07-141-3/+3
* fix crash when no audio-out is available (e.g. mplayer -ao bad test.avi).reimar2004-07-021-1/+1
* Fix GUI compilation, patch by Reimar Döffinger and Alexander Strasser.diego2004-06-261-1/+1
* rtc-device cmd option by James Noblealex2004-06-261-2/+4
* New 'Mixer API' with ability to change volume through libaf (this part was wr...alex2004-06-261-6/+13
* Support for the "custom colors" and "forced subtitles" entries in the VobSub ...mosu2004-06-101-3/+6
* 10l on cygwin WIN32 gets defined in config.hfaust32004-04-301-1/+2
* Make it compile on mingw again. Now it is finally possible to include windows...faust32004-04-301-2/+4
* play the audio buffer in case of normal eof (i know the change is rude, but m...alex2004-04-271-2/+2
* slave command dvb_set_channel now takes 2 arguments: channel cardnicodvb2004-04-261-1/+1
* Fix segfault if EDL is used without videortognimp2004-04-141-0/+5
* uninit immed flagalex2004-04-061-1/+1
* remove stupid misadvicerfelker2004-03-251-1/+1
* Use system clock for xscreensaver pingsranma2004-02-261-2/+2
* flushing stuff after seeking (finally we can view MPEG without thouse blocks ...michael2004-02-181-0/+1
* Display Framedropping state on the OSD.diego2004-02-091-1/+12
* * changes mencoder's exit code on explicit kill to 2attila2004-01-291-1/+1
* Happy new year to all from Argentina :-)diego2004-01-121-1/+1
* prevent sig11 when $HOME is not setattila2004-01-101-1/+2
* add -codecs-file for selecting a specific codecs.conf on the comand lineattila2004-01-081-6/+8
* removed the historic libcss supportalex2003-12-081-22/+0
* vobsub seeking support by Lu Ranalex2003-12-081-1/+2
* 100lalex2003-12-081-1/+1
* Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, b...alex2003-12-081-4/+15
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+15
* Patch by Nico <nsabbi@libero.it>attila2003-11-011-7/+7
* Do not display VobSubs whose timecodes are < 0 which would make all VobSubs a...mosu2003-10-301-1/+1
* make 'your system is too slow' appear only onceiive2003-10-231-1/+1
* 100000l againarpi2003-10-221-1/+0
* Support for VobSub-in-Matroska; parts outside of demux_mkv.cpp.mosu2003-10-161-0/+13
* 1000l to pl, this made mplayer crash when playing playlists longerrfelker2003-10-041-2/+2
* fix a memory leak when playing several files in a row (playlist for instance)pl2003-09-291-2/+8
* disable code that DOES NOT WORK (it won't load real playlists andrfelker2003-09-271-0/+2
* add a read function for slave mode on mingwfaust32003-09-221-0/+5
* Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>attila2003-09-211-0/+13
* slave mode commands to print out vo_fs and sub_visibility globals, patch by M...faust32003-09-191-0/+13
* 1000lalex2003-08-291-1/+1
* This patch fixes:alex2003-08-271-1/+29
* dvb channel changing vs input system (lirc) fix by David Kuehling <dvdkhlng@g...alex2003-08-271-2/+2
* fabs needs math.hranma2003-08-251-1/+2
* X11_FULLSCREEN vs HAVE_X11 definitions and some warning fixesalex2003-08-181-6/+4
* dll loading from codecs dir support for windowsfaust32003-08-171-0/+34
* there were no checks in MP_CMD_SUB for sh_video, so mplayer immediately segfa...alex2003-08-141-7/+28
* warning fixalex2003-08-141-0/+2
* "when I run "mplayer -slave <audiofile> " then, while playing, I send thealbeu2003-08-131-1/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-2/+2
* reverse of accidently twice commited patch (non-unified patch suxx)gabucino2003-08-121-16/+0
* From: Kir Kostuchenko <kir@users.sourceforge.net>gabucino2003-08-121-0/+16
* Hi, here are slave commands:gabucino2003-08-121-0/+16
* this patch fixesarpi2003-08-111-21/+37
* Prevent missing subtitles at pts reset.ranma2003-08-101-1/+3
* For a request by Gabu, i've cut & fix a part of Joey's dvd aid switchinggabucino2003-08-091-1/+1
* I'd like to change tv tuner frequency in the slave mode. So this patchgabucino2003-08-041-0/+8
* sync the basic mplayer and mencoder outputsalex2003-07-221-1/+1
* copyright message rework, try 2alex2003-07-131-3/+1
* Commands are read in a loop, but for some commands we need to breakalbeu2003-07-111-1/+9
* output typo fixes: unknow --> unknowndiego2003-07-091-1/+1
* moved the system too slow message to MSGL_WARN, so gui users will not be anno...alex2003-06-271-1/+1
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-5/+5
* 10lalex2003-06-021-2/+3
* check for -dumpstream file writes, patch by Eric Lammerts <eric@lammerts.org>alex2003-05-311-2/+10
* display pts for audio-only files as hh:mm:ss.frfelker2003-05-311-2/+32
* reversed my 10lalex2003-05-311-1/+1
* 10lalex2003-05-301-1/+1
* changed the silly func-inside-func codepicealex2003-05-301-7/+4
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-05-301-1/+11
* Support for selecting the audio track in Matroska files via -alang.mosu2003-05-231-1/+1
* new slave mode command to show text via osd, patch by Lars Gemeinhardt <lars....faust32003-05-171-0/+14
* Changed the order of two conditionals in an "if" statement, to make the codersf2003-05-031-1/+1
* 10l to whoever wrote this, it makes osd spam whenever starting a movie with s...rfelker