summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* 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...rfelker2003-04-191-1/+1
* The person who checked in the previous patch accidentally put a declarationrsf2003-04-071-1/+1
* support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>henry2003-04-071-23/+114
* MINGW32 port and select()less fifocode by Arpifaust32003-04-041-2/+28
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-301-35/+13
* Improved xscreensaver support.ranma2003-03-261-0/+12
* this is a combo patch that:arpi2003-03-161-3/+35
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-10/+6
* Remove hardcoded "goto goto_next_file;" for -identify switch as suggestedranma2003-03-101-1/+0
* clean up of -geometry code.attila2003-03-021-6/+0
* 3x10l found by Dan Christiansen <danchr@daimi.au.dk>alex2003-02-191-3/+3
* linux->osdeparpi2003-02-091-2/+2
* fuckin' 10lpontscho2003-02-091-6/+8
* 100lpontscho2003-02-081-1/+1
* minor fixes for font autoscalinghenry2003-02-081-2/+2
* Forgot about #ifdef HAVE_X11. 10lfilon2003-02-081-0/+2
* 1larpi2003-02-071-1/+1
* PATH_MAX should be more portable, and we even include limits.h to be surearpi2003-02-071-1/+2
* - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreenfilon2003-02-071-0/+5
* Enhance portability and remove error prone usage of realloc()arpi2003-02-071-7/+2
* 1000l!!!!!!!!arpi2003-02-061-1/+1
* this patch fixes latest bug, discovered by .so ... (relative filenames &arpi2003-02-061-0/+15
* - It adds an option enqueue/noenqueue, so users can choose if they want toarpi2003-02-051-2/+37
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-02-021-1/+1
* The two-digit aspect ratio displayed by -identify is not good enough toarpi2003-01-301-1/+1
* 1000l bug (double free() when libaf init failed)arpi2003-01-281-7/+0
* probably bad fix, but it's reported to fix hwac3 problems appeared in rc3arpi2003-01-281-1/+6
* I also added that a self-reference is not endlessly played ... (Happenedarpi2003-01-271-0/+3
* Secondly, fixed bug where -loop after file would play one too many times.arpi2003-01-261-0/+3
* 1000larpi2003-01-251-1/+9
* - fix -fspontscho2003-01-251-0/+1
* - rewrite sub_fpspontscho2003-01-211-1/+1
* hwac3 fix againarpi2003-01-201-0/+3
* 1000larpi2003-01-201-12/+12
* don't -nosound if libaf init failed (hwac3 fix)arpi2003-01-201-2/+2
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)arpi2003-01-191-1/+1
* AltiVec detection code ("borrowed" from FFmpeg andarpi2003-01-181-1/+1
* - restore old behaviour of -channels,-srate,-formatarpi2003-01-181-4/+6
* 2-pass libaf initialization to get better filter chain.arpi2003-01-181-8/+24
* 10larpi2003-01-161-15/+16
* fixed the well-known DVD/DVB audio delay bug :)arpi2003-01-161-1/+1
* patch adds support for MOV-Reference-Files.arpi2003-01-131-0/+56
* The following patch adds a call to srand() with the current time at thearpi2003-01-121-0/+2
* this patch adds an fallback to playlist (any but the plaintext-list format)arpi2003-01-121-27/+42
* Signal handler messages moved to help_mp, so they can be translatedrtognimp2003-01-121-4/+4
* Update font scale after changing pancan.filon2003-01-061-0/+5
* fixed some possible overflow placesalex2003-01-051-15/+15
* don't show OSD progbar when -loop seeks backarpi2003-01-041-2/+4
* Added support for X style -geometry options (adapted from Henk's patch)mark2003-01-031-0/+5
* compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-01-031-1/+1
* Use system-wide menu.conf file if nothing else is availible,filon2003-01-021-5/+13
* I've made some changes to the -identify handling. As previously the outputarpi2002-12-311-2/+2
* This patch fixes so that the exit code (or return code if you like) is setarpi2002-12-291-7/+11
* these patches let ,,oldstyle'' and freetype subtitle renderers livearpi2002-12-291-3/+3
* PATH_MAX fixedarpi2002-12-291-1/+1
* user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)henry2002-12-281-3/+41
* fixed 2 10l-salex2002-12-281-3/+3
* The patch adds support for a per-file config, which is loaded beforearpi2002-12-281-0/+35
* It shows not just the progressbar, but progressbar /and/ percentagearpi2002-12-281-5/+22
* This patch makes subtitle and A-V delays display correctly roundedarpi2002-12-281-2/+3
* sh_audio==NULL hotfix by Robert Varga <nite@hq.alert.sk>arpi2002-12-281-1/+1
* Here is the patch to make vobsub subtitle use -slang option, I have not made aarpi2002-12-231-0/+1
* This patch adds support for vertical subtitle alignmentarpi2002-12-231-0/+17
* Merged EDL 0.5 patch - it's something like Quicktime's edit lists.arpi2002-12-231-6/+172
* add a TV_SET_CNANNEL commandhenry2002-12-191-0/+4
* Fallback to builtin (generated from etc/codecs.conf at compile time)arpi2002-12-151-2/+5
* notice vo driver about skipped/dropped framesarpi2002-12-141-3/+11
* - fix three submenu bugpontscho2002-12-111-15/+9
* With this patch the text 'Sub position: x/100' is displayedarpi2002-12-051-0/+6
* This patch makes it possible to navigate among the subtitles whilearpi2002-12-051-0/+5
* slave-mode commands to get movie length & posarpi2002-12-051-0/+9
* dump subtitles in SAMI formatarpi2002-12-051-0/+1
* overlapping subtitles support is now optional, can be disabled (-nooverlapsub)arpi2002-12-051-0/+1
* dump in JACOsub formatarpi2002-12-041-0/+1
* - audio track handling in menu (idea from Rüdiger Kuhlmann)pontscho2002-11-291-0/+1
* add autosync && some 10l bugfixpontscho2002-11-281-1/+1
* disabling seek (look the patch)pontscho2002-11-281-0/+1