summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - add RĂ¼diger Kuhlmann's <mplayer-list-UGa6JdjLujS2@ruediger-kuhlmann.de> patchpontscho2002-11-281-0/+1
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-1/+1
* demuxer_control(), percent position and time length query implemented inarpi2002-11-161-0/+1
* Experimantal OSD menualbeu2002-11-141-7/+59
* New config system + cleanup of header inter dependencyalbeu2002-11-121-0/+22
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+6
* scale sleep time too (-speed)arpi2002-11-031-0/+2
* A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it containsarpi2002-11-021-13/+13
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,arpi2002-11-021-2/+5
* verbose can be negativearpi2002-11-011-4/+4
* get stream back from the demuxerarpi2002-11-011-1/+4
* avoids segfaults w.r.t to mp3 files handling:pl2002-10-261-3/+3
* fixes a segfault when seeking on some mp3 only filespl2002-10-251-1/+1
* allow cache to be disabled (-nocache should override cachesize autodetectionarpi2002-10-231-2/+2
* cleanup config option handling in libmpdemux.arpi2002-10-231-2/+2
* add -identify switchranma2002-10-231-0/+30
* dvd chapter detect function from Gregory Kovrigapontscho2002-10-221-1/+2
* Fixed two typos noticed by Sycotic Smith (I think).diego2002-10-191-2/+2
* 10Lkmkaplan2002-10-191-2/+3
* Mplayer can switch between subtitles of different languages duringkmkaplan2002-10-171-0/+20
* - dvd aspect changing bug - fixedpontscho2002-10-161-1/+1
* more accurate a_pts calculation in AVI -bps (default) modearpi2002-10-161-1/+2
* always use rounded-up blocksize for .avi files (fixes Firestarter.mpg.avi)arpi2002-10-141-2/+3
* compiler warning fixesarpi2002-10-131-1/+1
* _EXPERIMENTAL_ option: -fixed-vo for libvo spec compliance testingarpi2002-10-091-3/+7
* This patch adds the functionality to disable/enable subtitles while playingarpi2002-10-061-0/+12
* uninit cleanup again... thx to Nilmoni Deb for bugreportarpi2002-10-061-55/+57
* Adding -format and -af switchesanders2002-10-061-1/+3
* new option -speed, to set playback speed rate (examples: -speed 1:3 or -speed 5)arpi2002-10-051-10/+12
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderarpi2002-10-051-10/+25
* add [video||audio]_driver_listpontscho2002-10-021-2/+0
* new opt: -autosync, controls ao->get_delay() smoothing (default: disabled)arpi2002-10-011-1/+44
* audio out driver list support (example: -ao alsa9,sdl:esd,oss,sdl:oss,)arpi2002-09-291-83/+20
* video out driver list support (like -vc, example: -vo xmga,xv,x11,)arpi2002-09-291-58/+13
* some cleanup - made private vars/funcs static, removed obsolete externsarpi2002-09-291-27/+29
* removed obsolete/unused audio|video_fm|codec, has_audio|videoarpi2002-09-281-8/+2
* - fix new afm/vfm supportpontscho2002-09-281-3/+1
* -ac/-afm rewrite, now works the same way as -vc/-vfmarpi2002-09-281-3/+5
* -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)arpi2002-09-271-0/+34
* when working through a mixed play tree with audi-only files and video filesarpi2002-09-271-1/+11
* -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc meansarpi2002-09-261-3/+13
* best audio/video codec selection & init moved to libmpcodecsarpi2002-09-251-68/+10
* removed -dapsync (obsolete code)arpi2002-09-231-45/+1
* RTC fixes by Sidik Isani <lksi@cfht.hawaii.edu>arpi2002-09-231-9/+10
* memcpy->memove (overlapping blocks)arpi2002-09-221-1/+1
* removed unused old keyboard fifo hackarpi2002-09-221-13/+0
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-1/+1
* New option for mplayer: -dumpmicrodvdsubkmkaplan2002-09-211-0/+1
* some mpcodecs option declaration moved to cfg-*, as aren;t used byarpi2002-09-201-9/+1
* This tiny patch adds "type=2" absolute seconds seek capability.arpi2002-09-201-1/+7
* 10lalex2002-09-161-4/+4
* removed messy global 'tv_handle', use stream->priv for that purposearpi2002-09-081-5/+5
* -vfm should override status/priorityarpi2002-09-021-6/+9
* 10l - use NULL instead of -1 for init_video's vfmarpi2002-08-311-1/+1
* WARNING message gui windows disabled, the only critical warn message (tooarpi2002-08-311-1/+1
* fix cache disable for live.comatmos42002-08-311-5/+4
* removed buggy fd<0 check for disallowing dumpstream/cachearpi2002-08-311-4/+6
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un...atmos42002-08-311-2/+12
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-0/+10
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-15/+15
* - add play time subtitle change supportpontscho2002-08-291-4/+5
* can't dump stream if it isn't stream - tip by Ross Finlayson <finlayson@live....arpi2002-08-291-0/+4
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-8/+0
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-281-3/+19
* removed old input codealex2002-08-281-388/+1
* 10l, fix compiling without tv. patch by Andreas Hess <jaska@gmx.net>arpi2002-08-221-0/+2
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-211-4/+11
* new slave volume command done :arpi2002-08-211-0/+10
* fix (?) cmd line handlingpontscho2002-08-151-1/+3
* - add dxr3 gui support (dialogbox, etc.)pontscho2002-08-141-4/+5
* dvdnav api changedjonas2002-08-111