summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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-2/+23
* 10l bug, noticed by Alexander Neundorf <neundorf@dellingsoft.de>arpi2002-08-091-1/+1
* 10l bug (missing break;) found by Jim Hawkins <jim@jawkins.com>arpi2002-08-061-3/+3
* moved messages to help_mp-??.hjaf2002-08-051-19/+19
* osdlevel=1 by defaultarpi2002-08-051-1/+1
* gui seekbar pos calc overflow fixedarpi2002-08-051-3/+3
* - fix equ handlingpontscho2002-08-051-7/+4
* - fix mixer handlingpontscho2002-08-041-1/+2
* Add the input command "change_rectangle" to control the rectanglekmkaplan2002-08-041-0/+3
* count blocks by rounded-up chunksizes instead of chunks -arpi2002-08-021-1/+1
* fix audio files (mp3,wav) position calcpontscho2002-07-301-1/+3
* Add loadfile and loadlist commands. May be buggy if the filename contain somealbeu2002-07-261-1/+25
* add preferences to guipontscho2002-07-251-10/+11
* Correct dump_srt millisecond outputkmkaplan2002-07-251-1/+1
* eq reworkedalex2002-07-251-11/+53
* DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, sm...atmos42002-07-251-0/+1
* eq reworkedalex2002-07-241-127/+81
* - fix audio equalizerpontscho2002-07-191-101/+113
* add simple playlist supportpontscho2002-07-121-2/+2
* Only space and 'p' will unpause, other keys will unpause and do their functio...atmos42002-07-101-1/+5
* MEncoder vobsub ripping support, currently not compatible with windows vobsub...atmos42002-07-081-1/+1
* add equalizer support and fix some small bug...pontscho2002-07-031-22/+2
* add -audiofile support for guipontscho2002-07-021-0/+1
* delay=0 removed, totally unneededarpi2002-07-021-1/+0
* 100larpi2002-07-021-1/+1
* fix volume handling ( step 2 ) -- add balance support and some code cleanup a...pontscho2002-07-021-23/+7
* -frames 0 fix, multifile frames support by tibcualex2002-06-281-1/+8
* multifile (informal output) fix by Balazs Tibor (tibcu)alex2002-06-281-0/+1
* Patch by Dominik Mierzejewski:atmos42002-06-241-1/+1
* 10l typo, noticed by Nick K.arpi2002-06-141-1/+8
* add mute support ( step 1 ) and fixed panscan bugs (1000l for me)pontscho2002-06-061-0/+4
* added panscan support for xmga/xvidixpontscho2002-06-051-14/+16
* pan&scan support with -vo xv by ?? <mplayer@svennevid.net>arpi2002-06-041-0/+18
* add VCD support for GUIpontscho2002-06-031-11/+13
* fix text render chrash ...pontscho2002-05-281-1/+1
* Fix audio/video driver name parsing and remove 2 little memleaksalbeu2002-05-281-7/+24
* added -dumpsrtsub option for SubRip formatiive2002-05-271-1/+2
* Little fix for vobsub/dvd subtitlesalbeu2002-05-271-0/+1
* Bounding box and partial update patch for vob/dvdsub by Hephooey.atmos42002-05-251-2/+3
* jump to next file (or exit) if can't decode audio && videoalex2002-05-251-0/+3
* fix two small bug and add multimedia keyboard support ( i tested with Acer Ai...pontscho2002-05-251-1/+5
* - put back SystemTooSlow messagearpi2002-05-231-5/+5
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-8/+13
* more cpudetect cosmeticsarpi2002-05-201-3/+6
* cosmetics on CPU detection messagesarpi2002-05-201-1/+1
* module name fixed for vo check_eventsarpi2002-05-191-2/+3
* Add the forgoten scrennshot commandalbeu2002-05-181-0/+3
* Improvment for spu subtitles.albeu2002-05-171-40/+55
* typoalex2002-05-131-1/+1
* -vop help, patch by Julian J. M. <bandit@telecable.es>arpi2002-05-131-0/+7
* UMRs fixed - noticed by Nilmoni Deb <ndeb@ece.cmu.edu>arpi2002-05-091-1/+3
* -zoom, -fs with x[11|mga|v] fix -- round twopontscho2002-05-081-0/+3
* vo_uninit fixedarpi2002-05-081-1/+3
* some bugfix, x[11|mga|v] ( fullscreen with more files )pontscho2002-05-081-0/+1
* some cleanup around uninit()arpi2002-05-051-18/+29
* fix xmga fs, resize to movie size and mouse auto hide + dgapontscho2002-05-031-1/+0
* 100000l! it resets a/v buffers _after_ stream sync, dropping possible keyfram...arpi2002-05-021-0/+2
* - frame_time delayed one frame, as it's really duration of current frame,arpi2002-05-021-13/+27
* catching vo/vf init failurearpi2002-05-011-0/+5
* fix fullscreen bug es ilyen libvo not initialized bug with gui igypontscho2002-04-291-10/+10
* guessing palette - patch by salvador <salvador@inti.gov.ar>arpi2002-04-291-0/+1
* A little fix with hw video parameters settingalbeu2002-04-271-6/+21
* Fix osd progress bar.albeu2002-04-261-1/+4
* uninit libvo before getch2 - requires for clean svgalib uninitarpi2002-04-251-18/+21
* sorrypontscho2002-04-231-2/+3
* mostma' fixpontscho2002-04-231-5/+4
* Fix audio only absolute seekingalbeu2002-04-231-2/+3
* fix timer for audio only filespontscho2002-04-231-1/+2
* fix audio only files playpontscho2002-04-221-16/+16
* Fix loop playback. Main loop was quited on end of video.albeu2002-04-191-0/+2
* vo_mouse_timer_const is optionalarpi2002-04-181-0/+2
* fix dvd playing under guipontscho2002-04-171-31/+18
* Add correct loop option parsing in command line parser.albeu2002-04-171-1/+3
* fix playlist bug with gui and rewrite mousecursor show/hide codepontscho2002-04-161-12/+11
* OSD handled by vf control()arpi2002-04-151-2/+3
* osd: calculating bboxarpi2002-04-151-0/+1
* new osd code, use osd objs to follow changes and do minimal updatesarpi2002-04-151-5/+21
* dvdnav hotfixarpi2002-04-151-0/+6
* some more statistics: BENCHMARKnarpi2002-04-141-2/+12
* new -framedrop code - works much better than the old onearpi2002-04-141-32/+31
* cleanup. cosmetics only, no functional changesarpi2002-04-131-127/+69
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>arpi2002-04-121-0/+4
* small bugfixes...pontscho2002-04-071-1/+1
* vo_config_count now counts calls to vo->config()arpi2002-04-071-13/+15
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-061-2/+9
* dvdnav support improved - patch by Kees Cook <mplayer@outflux.net>arpi2002-04-041-17/+202
* fixed SPU pts, it's 1024/90000 based instead of 1/100arpi2002-04-041-11/+5
* Add '-subdelay' support for vobsub.kmkaplan2002-04-021-1/+2
* yes, typo. 10l. noticed by atmosarpi2002-04-011-1/+1
* audio codec uninitarpi2002-04-011-1/+5
* better message when vo->preinit failsarpi2002-03-311-2/+2
* -alang sig11 when playing avis fixed - 10larpi2002-03-311-4/+6
* 1 step closed to solving memory corruptionsarpi2002-03-311-2/+6
* 10l - fixed soem weird sig11 at multifilearpi2002-03-301-1/+1
* * New command line switch for mplayer & mencoder:kmkaplan2002-03-291-0/+10
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-281-1/+39
* Allow to disable crasj sighandler to enable creation of coredump files.atmos42002-03-271-0/+2
* use codec selectionarpi2002-03-251-0/+1
* include font_load.h directly, instead of via video_out.harpi2002-03-231-0/+1
* we don't use mmap() in mplayer.c, so why should we include mman.h...arpi2002-03-231-1/+1
* splitted mp_msg_init and mp_msg_set_levelalex2002-03-201-2/+3
* Set the params given to a playlist url to the playlistalbeu2002-03-201-0/+1
* Fix endless loop at end of an audio only file. It occured when the last chunkalbeu2002-03-201-0/+2
* show sub/av delay at osdlevel=1 - patch by Marcin Juszkiewicz <marcinj@netbox...arpi2002-03-191-2/+3
* runtime msg changedarpi2002-03-191-1/+1
* video codec selection redesigned and moved to libmpcodecs - now it's 'intelli...arpi2002-03-181-58/+32
* init/uninit libvo/ao/getch2/cache2 order fixedarpi2002-03-171-62/+43
* - cleanup pass 1. more to come soon...arpi2002-03-171-169/+62
* Fixed the bug that make mplayer crash with no sound and an invalidalbeu2002-03-161-1/+3
* Now enter key quit if no next file is avaiblealbeu2002-03-161-7/+17
* rtfm hint msg depends on runtime detectionarpi2002-03-161-1/+5
* hints on RTFMarpi2002-03-161-1/+15
* changed printf's to mp_msgalex2002-03-151-17/+19
* using mp_gettextalex2002-03-151-5/+7
* added some ifdef's to make possible to compile with --disable-new-input --ena...alex2002-03-151-0/+4
* libvo init moved to libmpcodecsarpi2002-03-141-101/+20
* libvo2 #ifs removedarpi2002-03-141-46/+2
* nortc patch by Attila Kinaliatmos42002-03-121-0/+7
* remove obsoleted function (mplResize)pontscho2002-03-111-1/+1
* -subpos key bindings with new input layer - patch by Tomas Konir <moje@molly....arpi2002-03-101-0/+9
* rewrite fullscreen support in some libvo driverpontscho2002-03-071-1/+1
* small bug fixed and workarounds :(pontscho2002-03-071-29/+23
* sorry, 10l:)pontscho2002-03-071-20/+0
* small changespontscho2002-03-061-32/+35
* bazmeg a playtree - tpontscho2002-03-061-20/+48
* patch by Nilmoni Deb <ndeb@ece.cmu.edu>:pl2002-03-051-1/+1
* Fix when stdin is used as a filealbeu2002-02-281-18/+2
* add half new input support for guipontscho2002-02-251-1/+12
* rename V -> VC just for understandingnick2002-02-251-4/+4
* mem corruption bug fix.pontscho2002-02-241-1/+1
* Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV blockalbeu2002-02-241-3/+3
* exclude benchmark stuff execution from normal playbacknick2002-02-241-7/+19
* make -frames key optional for max/total benchmarknick2002-02-241-2/+2
* Additional notesnick2002-02-241-1/+4
* More info on dropped framesnick2002-02-241-1/+2
* frame dropping prediction with benchmarksnick2002-02-241-4/+15
* Fix my mistake (forgot to remove a getch2_enable) but in the rigthalbeu2002-02-241-12/+6
* max & average benchmarksnick2002-02-241-4/+28
* fixes bug in alban's new input handling code that caused the terminalrfelker2002-02-241-4/+7
* Make blocking call in libmpdemux interuptable (only with new input,albeu2002-02-231-29/+74
* new gui interface, and gtk moved into mplayer process. fork ... bleh :)pontscho2002-02-231-53/+53
* osd outside movie support for vo_sdl, patch by Fredrik Kuivinenatmos42002-02-221-3/+18
* new interface ? :)pontscho2002-02-211-5/+5
* Moved HW dependent mixer stuff to libao and removed master switchanders2002-02-211-5/+1
* Fix automatic vobsub detection and make it silent.atmos42002-02-211-2/+2
* autodetect vobsub filename, disable autosub if vobsub found.atmos42002-02-201-7/+16
* Added VOCTRL_PAUSE and VOCTRL_RESUMEmswitch2002-02-181-0/+5
* Fix this stupid math mistake in calcultating audio buffer durationalbeu2002-02-171-1/+1
* More correct direct rendering usagenick2002-02-171-1/+1
* Screenshot on the flynick2002-02-171-0/+7
* standard key support for video out runtime fullscreen switchingalex2002-02-171-1/+9
* Also display clip info for audio only contentsalbeu2002-02-141-3/+3
* Place holder for registering modules optionsalbeu2002-02-111-0/+3
* Unroll -ni usage for deint. Anyway it doesn't help :(nick2002-02-111-8/+1
* temporary solution to disable adaptive deinterlacing enginenick2002-02-091-1/+8
* setting vo_fps, required for vo_yuv4mpegarpi2002-02-091-1/+9
* libvo's query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-3/+8
* Audio only support. Include a fix in the asf demuxer opening.albeu2002-02-081-39/+80
* fix spudec bugpontscho2002-02-061-1/+1
* optimizationnick2002-02-031-0/+1
* YUY2 BGR32 BGR24 support for vo_x11 if swScaler is usedmichael2002-02-031-1/+1
* add mplState()pontscho2002-02-011-0/+1
* Providing new tune infonick2002-02-011-3/+5
* new info for tuningnick2002-01-311-2/+2
* Added uninit to inputalbeu2002-01-311-7/+17
* A new configurable input system and joystick support for this systemalbeu2002-01-301-1/+252
* New logic of HW equalizing:nick2002-01-281-13/+13
* Support for HW equalizingnick2002-01-271-8/+72
* query vaanick2002-01-271-1/+5
* vo's preinit supportnick2002-01-261-1/+5
* mpsub dump bug fix. 100l for laazpontscho2002-01-241-3/+2
* -alang/-slang fixedarpi2002-01-201-6/+9
* Fixed bug with -frames option : don't quit, go to next file !!albeu2002-01-191-1/+1
* fix for benchmark scriptnexus2002-01-171-1/+1
* Fixed bug with benchmark optionalbeu2002-01-171-15/+19
* reverted old seeking method - ask Holm why...arpi2002-01-171-1/+1
* small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and r...pontscho2002-01-151-1/+4
* hw spu support for dxr3 - patch by David Holmarpi2002-01-151-1/+10
* playtree-based config patch by Alban Bedel <albeu@free.fr>arpi2002-01-141-57/+75
* 10l to Alban B. - restored removed verbose level settingarpi2002-01-141-0/+1
* Support software scaling with DVD subtitleskmkaplan2002-01-111-12/+12
* Add vobsub support.kmkaplan2002-01-101-1/+21
* 1. subs know are readed after reading AVI header so we already know fpsatlka2002-01-091-8/+32
* corrections to adjust_subs_time function which now uses fps if neededatlka2002-01-081-1/+7
* playtree support. replaces old playlist and multifile mess. patch by Alban Be...arpi2002-01-081-42/+122
* codecs.conf parser hangup fixed by iive, cpu usage reset at startarpi2002-01-011-4/+5
* some spudec cleanuparpi2001-12-281-8/+3
* dvdsub pts fix, based on patch by Kim Minh Kaplanarpi2001-12-281-3/+3
* setuid hack disabledarpi2001-12-281-1/+2
* don't reset cpu usage counters at seekarpi2001-12-281-1/+1
* show a-v delay in osd (based on subdelay osd patch)arpi2001-12-271-0/+7
* -alang/-slang options (audio/sub selection by language code)arpi2001-12-261-1/+6
* search codecs.conf at CONFDIRarpi2001-12-251-1/+1
* dvd seeking -> subtitle disappearing bugs fixedarpi2001-12-251-0/+4
* print some info on cpu (runtime/compiled flags)arpi2001-12-251-0/+22
* wannabe compilation breakerpl2001-12-251-1/+1
* --enable_gui && nogui && DVD sig11 fixed - .so 10larpi2001-12-251-1/+1
* fixed priority support, tested with -vfm -vc, etc.atmos42001-12-241-8/+28
* better dvd supportpontscho2001-12-191-6/+26
* init title change basz.pontscho2001-12-181-0/+1
* small changespontscho2001-12-181-1/+5
* precachingarpi2001-12-171-1/+2
* kurva sub fix.pontscho2001-12-171-2/+5
* aspect ratio bug fix for guipontscho2001-12-171-2/+2
* some small sub bug fixpontscho2001-12-171-6/+18
* -loop fixedarpi2001-12-161-15/+9
* Made audio_id and video_id non static variable.bertrand2001-12-161-2/+2
* Add subtitle loader for guipontscho2001-12-151-12/+12
* gtk suid bug fix(?)pontscho2001-12-121-0/+1
* -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>arpi2001-12-041-2/+53
* using audio.dwStart too... (for baittest.avi)arpi2001-12-041-0/+1
* mpeg subtitle flickering patch by Evgeny Chukreev <codedj@echo.ru>arpi2001-12-031-1/+5
* -dumpstreamarpi2001-12-011-4/+25
* dusplay sub_delay patch by Evgeny Chukreev <codedj@echo.ru>arpi2001-11-301-1/+8
* Newest DXR3 patch (improved 1.0rc2) by David Holm.atmos42001-11-291-0/+1
* commandline configuration of audio plugins now through struct, format convers...anders2001-11-291-3/+2
* spudec_new has a dvd_priv_t as an argument, which is defined inpl2001-11-281-0/+9
* Palette support for SPU decoder.atmos42001-11-271-6/+6
* Fix -noaspect.atmos42001-11-261-2/+2
* Changes to audio out plugin, first plugin addedanders2001-11-251-1/+15
* small change in mplayer.c and cfg-mplayer.handers2001-11-241-9/+9
* add half dvd support for guipontscho2001-11-211-0/+26
* added demuxer_infoalex2001-11-211-0/+3
* DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>arpi2001-11-201-7/+20
* RTC is autodetectedarpi2001-11-201-3/+3
* added support for norm=,chanlist=,channel= and also on-the-fly channel chanin...alex2001-11-171-0/+26
* Added proper #include's for libvo2mswitch2001-11-141-2/+4
* RTC support, softsleep and optional new timing code by Daparpi2001-11-141-10/+126
* 11110001.txt find_sub sig11 fixedarpi2001-11-131-1/+0
* move bug meg fileload bug fixed asszem.pontscho2001-11-121-1/+2
* -tv fix (no filename needed)arpi2001-11-111-1/+1
* fixed usleep() - 10l?arpi2001-11-071-1/+1
* libvo driver may have its own timingarpi2001-11-051-7/+16
* -playlist option patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>arpi2001-11-031-0/+44
* video frame reading cleanuparpi2001-10-301-106/+21
* more cleanup, warnings fixedarpi2001-10-301-2/+3
* some cleanuparpi2001-10-301-134/+24
* mDisplay ?arpi2001-10-301-1/+1
* -encode killedarpi2001-10-291-8/+10
* implied "SUB: " when can't read 0 subtitle from a filelaaz2001-10-261-1/+1
* Fixed segfault if 0 subtitle found in a file.laaz2001-10-261-1/+2
* add vcd,dvd,etcsymbol handlingpontscho2001-10-241-0/+1
* -sstep patch by Aleksander V. Dyomin <fly@shax.ru>arpi2001-10-231-0/+7
* -loop patch by Pascal Haakmat <a.haakmat@chello.nl>arpi2001-10-221-0/+20
* cache full status addedarpi2001-10-211-2/+13
* includes cleanuparpi2001-10-211-7/+0
* -cache option to enable cache and set buffer sizearpi2001-10-211-1/+3
* uninit streamarpi2001-10-201-1/+13
* libdemux cleanup part 1arpi2001-10-201-7/+4
* cpu detection fixedarpi2001-10-191-0/+11
* sleep stuff moved to linux/timerarpi2001-10-191-13/+0
* mpeg2 fps fix by Ivan Kalvatchev <iive@yahoo.com>arpi2001-10-141-2/+2
* MPsub read/write support 0.5 (-dumpmpsub switch)laaz2001-10-121-1/+3
* ugly hack for bad codecs.conf hanguparpi2001-10-071-1/+5
* mov timing fixes (same way as asf)arpi2001-10-061-1/+6
* aspect ratio prescaling fixed for 0.0/1.0 casesarpi2001-10-011-4/+4
* baz.. fixed wrong cvs merge.atmos42001-10-011-5/+4
* New aspect prescale code, parses aspect value from mpeg sequence header or co...atmos42001-10-011-5/+29
* wine headers changedarpi2001-09-291-1/+5
* -delay fixedarpi2001-09-271-1/+1
* -ac help / -vc helparpi2001-09-271-12/+23
* all error/warn/info messages moved to help_mp-en.h for translationarpi2001-09-261-6/+6
* fixed VO time usage (now including page-flip)arpi2001-09-251-1/+5
* stop bug fix.pontscho2001-09-251-7/+0
* compile bug fixed.pontscho2001-09-251-8/+10
* fix, bugpontscho2001-09-121-2/+5
* add new sumbolspontscho2001-09-121-0/+3
* Applied fix for mixercontrol w/alsa ossemu by Christian Ohm.atmos42001-09-111-8/+3
* reset module status after uninitarpi2001-09-061-0/+2
* fixed lirc uninitarpi2001-09-051-1/+1
* uninit fixedarpi2001-09-051-29/+68
* fix xshape, mixer, fullscreen, etcpontscho2001-09-041-13/+14
* fix osd volume bar handling in guipontscho2001-09-021-0/+10
* fix volumepontscho2001-09-021-0/+3
* time zero after stop fixpontscho2001-09-011-0/+2
* fixed interaction between commandlien and fileselectorarpi2001-08-311-4/+6
* fixed 'n' key bug :)arpi2001-08-311-4/+2
* GUI_MSG bug fixed - thanx Attila Kinaliarpi2001-08-311-1/+1
* endless loop (bad/missing file) fixedarpi2001-08-311-1/+2
* stop fixedarpi2001-08-311-2/+2
* async reply fix ?pontscho2001-08-311-5/+5
* fix after stop redraw. vagy nem.pontscho2001-08-311-8/+9
* fix stop subimagepontscho2001-08-311-0/+5
* gui status maintaining - now pause from console works, and gui display is in ...arpi2001-08-301-0/+9
* nosound fixed. again. :(arpi2001-08-301-4/+4
* stop fix, fileselector worxarpi2001-08-301-4/+6
* stop fixed, fileselector supp. maybe not work, couldn't testarpi2001-08-301-7/+16
* stop/pause/seek guiarpi2001-08-301-9/+3
* pause/playarpi2001-08-301-0/+10
* set current_module for OSDarpi2001-08-301-0/+3
* normal sizepontscho2001-08-301-4/+3
* -dumpsub works for avi, then dumps .sub filearpi2001-08-291-1/+3
* resizepontscho2001-08-291-1/+15
* add filename drawingpontscho2001-08-291-0/+3
* nosound problems fixedarpi2001-08-281-6/+5
* getch2 vs. gui fixedarpi2001-08-281-9/+0
* gui seekbar position fixedarpi2001-08-281-3/+9
* cleanup, sorrypontscho2001-08-281-6/+0
* fix hprogressbarpontscho2001-08-281-62/+29
* changes according to OSD calculationsatlka2001-08-281-5/+5
* corrections to OSD progbar position calculationsatlka2001-08-281-10/+6
* checking range of vo_osd_progbar_value addedatlka2001-08-281-1/+5
* GUI stuff. now seeking works, and xmga renders to video windowarpi2001-08-271-35/+46
* GUI integration, step 1arpi2001-08-271-14/+42
* GUI support (--enable-gui)arpi2001-08-251-0/+9
* -vo help fixedarpi2001-08-251-13/+14
* Show filename on beginning of playback.atmos42001-08-241-0/+1
* file_format -> demuxer->file_formatarpi2001-08-231-7/+7
* dec_video uninitarpi2001-08-231-1/+9
* fixed duplicated loading of subarpi2001-08-231-9/+13
* make automatic subfile detection working with many filesatlka2001-08-231-16/+19
* free stream/demuxer. continue playback with next file if error foundarpi2001-08-221-19/+33
* initial multifile supportarpi2001-08-221-128/+163
* multifile support in config parserarpi2001-08-221-1/+9
* absolute seek debugging with 1-8 keys (disabled by default)arpi2001-08-221-3/+20
* removed ugly switch/goto hackarpi2001-08-221-4/+3
* if option -sub filename.utf then switch sub_utf8 onatlka2001-08-211-0/+4
* libDVDread supportarpi2001-08-201-4/+5
* more messages for translator :)arpi2001-08-181-2/+4
* ehh. mp_msgt->mp_msgarpi2001-08-181-4/+4
* erros emssages moved to help_mp.h for translationarpi2001-08-181-45/+39
* printf->mp_msg/mp_dbgarpi2001-08-171-105/+86
* mp_msg initarpi2001-08-161-0/+3
* changes according to proper subfont bar positioning and char spaceing - sub.catlka2001-08-161-5/+5
* display number of decoded frames (for progr. mpeg2)arpi2001-08-161-2/+3
* modified mplayer.c to rewert to PLAY after rewinding after 1 secatlka2001-08-131-3/+5
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-13/+21
* PTS calc updates, fixes, cleanups, mess...arpi2001-08-121-35/+31
* seek.c moved to demuxer.c, stream_reset in new_demuxer()arpi2001-08-121-1/+1
* cleanup...arpi2001-08-121-42/+21
* better fix - now it's backward compatiblearpi2001-08-111-1/+1
* VCD fixarpi2001-08-111-0/+1
* AVI demuxer cleanups, fileformat-dependent stuff moved to priv_tarpi2001-08-111-6/+1
* AVI pts/seek fixes, VBR support, faster NI seekarpi2001-08-111-2/+4
* 'too slow' message is fixed - better detection now based on both drop_cnt and...arpi2001-08-101-11/+11
* stream opening -> open.c, initialframes ignoredarpi2001-08-091-95/+18
* format-specific seeking code moved to demuxer_ stuffarpi2001-08-081-6/+8
* ffmpeg12 fix - now passing sequence headerarpi2001-08-081-1/+2
* printf stuff moved seek.c->mplayer.c, resetting drop_frame_cnt after seekarpi2001-08-071-0/+13
* old InitialFrames stuff disabled - should work without itarpi2001-08-071-1/+1
* printfs cleanup - moved to higher -v level or moved to stderrarpi2001-08-061-8/+19
* ehh. 10l again...arpi2001-08-061-1/+1
* -quiet option patch by Adam Tla/lka atlka@pg.gda.plarpi2001-08-061-3/+6
* -autoq option...arpi2001-08-041-8/+80
* missing unistd.h (requires for off_t under freebsd)arpi2001-08-011-6/+6
* contrast/brightness/etc patch (temporary)arpi2001-08-011-0/+87
* largefile patch by Stephen Davies <steve@daviesfam.org>arpi2001-07-311-12/+21
* libvo2 supportarpi2001-07-301-3/+69
* nosound avi seeking fixedarpi2001-07-291-7/+7
* removed obsolote frame_corr_* stuffarpi2001-07-291-19/+7
* using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)arpi2001-07-291-2/+2
* small cosmetics fixarpi2001-07-281-2/+2
* seeking code moved out from mplayer.c -> seek.carpi2001-07-281-226/+9
* mpeg seeking fixedarpi2001-07-281-1/+1
* using sh_video->i_bps...arpi2001-07-281-4/+2
* stage2 step 1arpi2001-07-281-9/+10
* grab.mpg fixedarpi2001-07-231-1/+1
* file-format detection stuff moved out from mplayer.c to demuxer.c and dec_vid...arpi2001-07-211-363/+24
* a_frame, v_frame killed, using sh_audio/video->timer. has_audio not more used...arpi2001-07-211-52/+51
* Applied DATADIR patch by Vladimir Kushnirarpi2001-07-201-1/+5
* mpeg PES steram support (only 1E0 & 1C0 packets, no 1BA/1BB headers)arpi2001-07-161-1/+13
* some more cleanuparpi2001-07-161-41/+15
* ds->type removed - using id-based audio format detection in mplayer.carpi2001-07-161-5/+4
* d_audio->type stuff fixedarpi2001-07-161-4/+0
* some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_a...arpi2001-07-161-48/+12
* Fixed a typo and wrong varname.atmos42001-07-101-1/+1
* As promised, -afm and -vfm to prefer audio/video driver family, -ac and -vc h...atmos42001-07-081-2/+21
* mpeg2 timing & fps fix for ffmpeg12 codecarpi2001-07-081-20/+6
* mpeg2 timing & fps fix for ffmpeg12 codecarpi2001-07-081-0/+8
* video codec stuff moved to dec_video.carpi2001-07-081-330/+27
* some code clanup (first step to libdemuxer)arpi2001-07-071-54/+33
* Replaced LGBs video codec forcing change with mine for audio and video codecs...atmos42001-07-071-16/+10
* -vcodec option (maybe some other name would be better though) to select betwe...lgb2001-07-061-0/+11
* -dsp option removed, displaying help text (-ao oss:dsp_path)alex2001-07-021-2/+14
* libavcodec zero frame DivX flickering fixedarpi2001-06-301-1/+3
* optional libavcodec (ffmpeg) supportarpi2001-06-301-0/+64
* -dumpvideo stores frame size for avi/asf video frames (for ffmpeg testing)arpi2001-06-291-0/+2
* Added some nice vo/ao info.atmos42001-06-271-1/+22
* fatal-error printfs moved stdout->stderrarpi_esp2001-06-241-28/+28
* sub at key=0 fixedarpi_esp2001-06-231-1/+1
* egy hulye kis checking kimaradt az strcspn fv. jovoltabolal3x2001-06-211-8/+14
* vo/ao_subdevice implementedal3x2001-06-211-17/+32
* FreeBSD patch by Vladimir Kushnir <vkushnir@Alfacom.net>arpi_esp2001-06-211-0/+11
* has_audio checkings at reset and exit addedal3x2001-06-181-72/+73
* -frames 0 fixedarpi_esp2001-06-131-5/+5
* -frames and -benchmark options to make chl & gabucino happyarpi_esp2001-06-131-4/+33
* remoevd unneeded soundcard.h includesarpi_esp2001-06-081-5/+0
* libao2 uninit fixedarpi_esp2001-06-071-2/+2
* Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>arpi_esp2001-06-061-6/+4
* avi streaming fixedarpi_esp2001-06-061-1/+1
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-29/+64
* Did some cleanup around STREAMING defined.bertrand2001-06-051-26/+0
* Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>arpi_esp2001-06-051-0/+8
* -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_devic...lgb2001-06-051-2/+2
* some cleanup, old unused stuff removedarpi_esp2001-06-051-64/+7
* fixed punkso's mess... local variables moved back to main()arpi_esp2001-06-051-40/+54
* finished .asf seekingarpi_esp2001-06-041-0/+16
* terminal reset bug with gui fixedpontscho2001-06-041-2/+13
* Streaming function return the file_format and should be tested.bertrand2001-06-041-4/+31
* Fix missing cast.atmosfear2001-06-041-1/+1
* -framedrop fixed for VfW (I hope :))arpi_esp2001-06-031-2/+3
* keyframe flag addedarpi_esp2001-06-031-0/+4
* new option: -sratearpi_esp2001-06-031-1/+3
* -framedrop worx fro mpeg filesarpi_esp2001-06-031-1/+1
* audio_out cvs conflict fixedarpi_esp2001-06-031-4/+1
* cdrom.h is not required herearpi_esp2001-06-031-5/+0
* FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.netarpi_esp2001-06-031-2/+7
* '-ao' switch (including '-ao help'), fixing Arpi's bug (short name 'null' for...lgb2001-06-031-3/+29
* libao supportarpi_esp2001-06-021-201/+25
* -fps 1 fixedarpi_esp2001-06-021-27/+8
* Subtitle sync with 'z' and 'x'laaz2001-06-011-0/+6
* when using -ss:laaz2001-06-011-4/+13
* -nobps seeking fixedarpi_esp2001-06-011-1/+4
* bugfix: font_name -> sub_name (when error)laaz2001-06-011-1/+1
* Extended message for misisng codecsarpi_esp2001-05-311-0/+4
* Changed streaming functions call.bertrand2001-05-291-10/+8
* mpeg fourcc changedarpi_esp2001-05-271-1/+1
* implemented ~/.mplayer/sub/filename.sub stuffarpi_esp2001-05-271-3/+3
* AVI -bps desync problem solvedarpi_esp2001-05-271-30/+22
* ehh...arpi_esp2001-05-241-2/+2
* opendivx NEW_DECORE fixedarpi_esp2001-05-241-6/+10
* support for new opendivx decore APIarpi_esp2001-05-221-2/+28
* Now Check if the 'filename' is an URL and connect to the server.bertrand2001-05-201-5/+34
* i_bps vs. nAvgBytesPerSecarpi_esp2001-05-161-1/+2
* frame dropping...arpi_esp2001-05-141-9/+24
* opendivx 0.50cvs stuff added (disabled by default)arpi_esp2001-05-141-1/+14
* dump stuff moved before header parsingarpi_esp2001-05-131-31/+33
* audio buffering fixedarpi_esp2001-05-131-4/+4
* audio sync cleanup and -bps fixedarpi_esp2001-05-131-58/+81
* removed dummy audio track for -nosound, vo: flip detectionarpi_esp2001-05-121-33/+69
* Added -flip passing to init.atmosfear2001-05-111-6/+9
* better audio out buffering & sample_format addedarpi_esp2001-05-111-5/+16
* *** empty log message ***pontscho2001-05-101-2/+1
* configfiles bugfixszabii2001-05-101-0/+2
* stime compile bug fixed. and GUI_MSG macro defined.pontscho2001-05-101-52/+22
* new audio playback and A-V sync codearpi_esp2001-05-101-57/+163
* add gui supportpontscho2001-05-081-42/+198
* audio_reset nosound fixarpi_esp2001-05-081-2/+2
* audio_reset, dshow NULLptr fixarpi_esp2001-05-081-1/+7
* frame dropping hackarpi_esp2001-05-071-9/+29
* Fixed bug of mplayer freezing - betterarpi_esp2001-05-051-1/+2
* Fixed bug of mplayer freezingnickols_k2001-05-051-1/+1
* allow playing from stdinarpi_esp2001-05-031-9/+16
* -ss patch by Loring Holdenarpi_esp2001-04-261-0/+9
* asf seek debug printf removedarpi_esp2001-04-261-1/+1
* The -osdlevel switch for setting default OSD level (useful in your .config fo...lgb2001-04-261-1/+2
* 'asf seeking before start' bug fixedarpi_esp2001-04-251-1/+2
* -nodshow/-dshow added, -afm is working againarpi_esp2001-04-241-8/+23
* warnings killedszabii2001-04-241-6/+17
* OSD seekbar fixed for mpeg/VCDarpi_esp2001-04-231-8/+14
* OSD fixesarpi_esp2001-04-231-109/+23
* error message if ./configure wasn't ranarpi_esp2001-04-231-0/+6
* stage#1 completed: c files no more included from mplayer.carpi_esp2001-04-231-102/+108
* something moved to brand new stream.harpi_esp2001-04-221-3/+5
* Fixed broken pause function.atmosfear2001-04-221-1/+1
* seeking in raw/broken avi files (rebuilding index chunk)arpi_esp2001-04-211-2/+2
* spudec_decode() moved from mplayer.c to spudec.carpi_esp2001-04-211-26/+5
* Separated dvdsub code to be able to work with it easierlgb2001-04-211-79/+1
* some dvd sub parsing and check addedarpi_esp2001-04-211-4/+113
* OSD progress bar for volumearpi_esp2001-04-211-6/+21
* dvd sub parser move dto mplayer.carpi_esp2001-04-201-0/+11
* dvd sub support readingarpi_esp2001-04-201-5/+7
* new options: -dumpaudio and -dumpvideoarpi_esp2001-04-201-0/+20
* command line requested DVD key support for Arpi :)lgb2001-04-201-0/+7
* ugly bug at usleep() fixedarpi_esp2001-04-191-1/+1
* do not query vo drivers for format 0xFFFFFFFF (thanx to szabi)arpi_esp2001-04-191-0/+1
* add sub autoread & remove 'c' keypontscho2001-04-181-6/+8
* MPEG-ES segfault fixed, stream list printfs moved v 1->0arpi_esp2001-04-181-3/+4
* Seeking to sector boundary (STREAM_BUFFER_SIZE) for MPEGslgb2001-04-171-3/+1
* preliminary DVD support using libcsslgb2001-04-171-0/+11
* vo_debug printfs...arpi_esp2001-04-171-1/+10
* sub control optimizedarpi_esp2001-04-171-12/+79
* I420/IYUV supportarpi_esp2001-04-161-5/+38
* add mixer supportpontscho2001-04-161-0/+13
* I really hope that you will learn how to use cvs, sooner or later...arpi_esp2001-04-151-74/+58
* add mixer supportpontscho2001-04-151-58/+74
* qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+arpi_esp2001-04-151-13/+0
* now it'll work ;)gabucino2001-04-151-0/+12
* fixed mplayer.cgabucino2001-04-151-189/+206
* Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;)gabucino2001-04-151-205/+189
* bih fix for mpegsarpi_esp2001-04-151-1/+2
* sh_audio->wf and sh_video->bih changed to dynamic (thanx to Jens Hoffmann)arpi_esp2001-04-151-27/+28
* dirty workaround for video-only files...arpi_esp2001-04-151-1/+2
* new stream selection codearpi_esp2001-04-151-34/+73
* print help before reading font+subarpi_esp2001-04-141-24/+23
* more sh_audio/sh_video cleanup, removed has_videoarpi_esp2001-04-141-10/+10
* -fps is working again for all file formatsarpi_esp2001-04-141-2/+2
* more cleanuparpi_esp2001-04-141-12/+4
* DVD PCM audio supportarpi_esp2001-04-141-1/+1
* more cleanup of video decodingarpi_esp2001-04-141-258/+78
* dbpp check removed *AGAIN*arpi_esp2001-04-131-6/+6
* - changed -bpp again: if vo driver obeys depth value set by user, thenacki22001-04-131-6/+7
* -bpp changesarpi_esp2001-04-131-8/+8
* - added -bpp switch (only takes effect if IMGFMT_BGR) to select the desired d...acki22001-04-131-1/+10
* moved printf out of switch()arpi_esp2001-04-121-1/+1
* variables related to fbdev moved to cfg-mplayer.hszabii2001-04-121-7/+0
* some cleanup of init_videoarpi_esp2001-04-121-130/+69
* Makefile.No-DS fixesarpi_esp2001-04-121-1/+1
* OSD fixes, patch by Kebert Martinarpi_esp2001-04-121-7/+33
* -fbdepth addedszabii2001-04-111-0/+1
* static removed from verbose definitionszabii2001-04-111-1/+1
* -fbmode/-fbmodecfgszabii2001-04-111-0/+2
* less, and more informal printfsarpi_esp2001-04-111-13/+31
* changed fs+vm+zoom flags for libvoarpi_esp2001-04-111-23/+13
* find_codec() modifiedszabii2001-04-101-2/+2
* missing codecs.conf is no more a WARNING, it's FATALarpi_esp2001-04-071-1/+2
* codecs.conf supportarpi_esp2001-04-071-151/+95
* audio init moved to dec_audio.carpi_esp2001-04-061-234/+41
* sh_audio/sh_video added, general codec cleanuparpi_esp2001-04-061-217/+134
* lamer_protection++arpi_esp2001-04-011-2/+9
* fbdev dependency fixszabii2001-03-301-0/+2
* subtitles (.sub files) supportarpi_esp2001-03-301-0/+55
* #ifdef USE_DIRECTSHOW to audio decoderarpi_esp2001-03-281-1/+2
* finished DirectShow audio codearpi_esp2001-03-281-0/+34
* vo_fbdev addedszabii2001-03-281-1/+2
* OSD functionality improvedarpi_esp2001-03-271-9/+36
* font alpha resampling, see -ffactorarpi_esp2001-03-251-1/+2
* new option: -fontarpi_esp2001-03-251-0/+13
* Adds code to deal with vidmode selection. -- mgraffammgraffam2001-03-241-0/+16
* DirectShow audio supportarpi_esp2001-03-221-2/+35
* get_path()szabii2001-03-211-12/+37
* added DirectShow supportarpi_esp2001-03-201-5/+114
* new option: -includeszabii2001-03-191-0/+4
* cfg-mplayer-func removed :)arpi_esp2001-03-191-1/+0
* new configfile/cmdline parserarpi_esp2001-03-191-13/+8
* cfgparser fixszabii2001-03-191-1/+10
* cfgparse fixesszabii2001-03-191-0/+1
* config fixesszabii2001-03-191-1/+0
* new command line/config file parserszabii2001-03-181-55/+16
* common vo->flip_page() callarpi_esp2001-03-161-2/+6
* code cleanup around codecctrlarpi_esp2001-03-161-1/+20
* using setjmp/longjmp to handle sig11 in libmpeg2arpi_esp2001-03-151-2/+78
* small code cleanup, removed unused variablesarpi_esp2001-03-151-8/+8
* timer fixesarpi_esp2001-03-131-3/+22
* ACM code cleanup, nosound at ACM errorarpi_esp2001-03-121-52/+21
* updated to opendivx 0.48arpi_esp2001-03-111-1/+1
* option parser fixszabii2001-03-101-33/+48
* removed 'DIVX'->opendivx mappingarpi_esp2001-03-081-1/+1
* OpenDivX 4.8 supportgabucino2001-03-071-0/+1
* added mpeg 1/2 postprocessingarpi_esp2001-03-051-2/+14
* libmpeg2-0.2.0 mergearpi_esp2001-03-041-2/+11
* call check_events() in pause looparpi_esp2001-03-031-2/+5
* query libvo for YV12 tooarpi_esp2001-02-271-2/+11
* Initial revisionarpi_esp2001-02-241-0/+1957