summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using m...reynaldo2005-11-162-0/+304
* Small fixes...ptt2005-11-161-15/+15
* 1.1153: Document the new oss config parameters.ranma2005-11-161-3/+14
* sync with rev. 1.202ranma2005-11-161-1/+70
* Big OSD cleanup. Replace the mess with 100's of counter varsalbeu2005-11-162-265/+325
* fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- ...ptt2005-11-161-4/+5
* avisubdumpdiego2005-11-151-0/+1
* Unify include paths, -I.. is in CFLAGS.diego2005-11-1511-19/+19
* little fixes...ptt2005-11-151-9/+9
* Sync with 1.202ptt2005-11-151-7/+61
* Added a space after dv suboption for -lavfopts sectionptt2005-11-151-1/+1
* Unify include paths, -I.. is in CFLAGS.diego2005-11-1422-37/+37
* disable *SwapInterval function when extensions are missing, since itreimar2005-11-131-0/+5
* Simplify weird code. ;)rathann2005-11-131-4/+2
* Unify include paths by adding -I.. to CFLAGS.diego2005-11-137-10/+10
* Remove duplicate leftover line.diego2005-11-121-1/+0
* fixes missing caps on last patchesreynaldo2005-11-121-30/+30
* Configure support for Cyrix C3gpoirier2005-11-122-2/+4
* Sync with help_mp-en.h 1.201, patch by Emfox Zhou < emfoxzhou AH gmail POIS com>gpoirier2005-11-121-1/+56
* synced with 1.1153gpoirier2005-11-111-4/+16
* Document the new oss config parameters.albeu2005-11-111-2/+3
* Generate double-click mouse events.joey2005-11-111-1/+29
* Add double-click mouse events.joey2005-11-112-0/+22
* Intercept maximize event and go into fullscreen mode.joey2005-11-111-0/+3
* DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -...joey2005-11-111-2/+3
* Adds a target parameter to the volnorm filter.joey2005-11-112-11/+21
* -waveheader is deprecated, using -ao pcm:waveheader insteadreynaldo2005-11-111-1/+1
* alphabetical orderdiego2005-11-101-3/+3
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-1011-1/+63
* [TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemuxreynaldo2005-11-105-65/+122
* move window style to a macro for easier maintainingjoey2005-11-101-3/+4
* attempt to fix missing and/or broken boundary checksreimar2005-11-101-2/+6
* ffmpeg truemotion1 codec now outputs BGR32 for some filesreimar2005-11-101-1/+1
* do not set ctx->vo_inited when init fails. This caused a crash when areimar2005-11-101-1/+1
* Do not hang forever when the card delivers no new data.reimar2005-11-101-0/+4
* implement norm switching, which was already documented??reimar2005-11-101-0/+10
* Sync with help_mp-en.h 1.198, patch by Emfox Zhou emfoxzhou AHgpoirier2005-11-101-3/+223
* Allow setting the mixer per instance so one can fallback betweenalbeu2005-11-101-11/+25
* Test if source image dimensions are too big.al2005-11-104-0/+56
* small typoptt2005-11-101-1/+1
* synced with 1.198ptt2005-11-101-4/+184
* reordered subtitles language OSD display, since it worked bad for ogm...ptt2005-11-091-36/+37
* sync with 1.1150 (megaslow pp:) )gpoirier2005-11-091-1/+17
* it looks like width needs to be a multiple of 64 for newer cardsfaust32005-11-091-1/+1
* new orthographyranma2005-11-091-1/+1
* Speling (das -> daß)ranma2005-11-091-1/+1
* typo, trailing whitespacediego2005-11-091-2/+2
* SDL no longer needed by defaultrathann2005-11-081-5/+4
* Add another content-type for aac audio in shoutcast streamsrtognimp2005-11-081-1/+1
* document new vf_usppranma2005-11-081-0/+15
* ultra simple&slow pp filter, yes yet another spp like filter :)michael2005-11-084-0/+424
* fd --> file descriptor, small fixesdiego2005-11-081-9/+9
* do not call glFinish when we do not have a contextreimar2005-11-071-0/+2
* Do not show cache-line size message, I've never seen a case where it was usefulreimar2005-11-071-1/+1
* typo: libcio --> libcdiodiego2005-11-071-1/+1
* Fix compilation, use vo_fs instead of fullscreen variable. Not tested.reimar2005-11-061-8/+3
* save us from #ifndef hellfaust32005-11-061-29/+5
* synced with 1.197gabrov2005-11-061-6/+186
* there is no sh_video for audio only filesfaust32005-11-061-1/+2
* mostly formatting fixesranma2005-11-061-48/+73
* libcdiofaust32005-11-061-0/+1
* make it optionally possible to compile MPlayer with libcdio instead of libcd...faust32005-11-065-5/+179
* fixed possible uint8 overflow; assign progid to the newly created pmtnicodvb2005-11-061-7/+9
* 10l: osd_show_dvd_nav_highlight is just a flagranma2005-11-061-1/+1
* fix typos: aslo->also, falback->fallback (they were just too annoying *g*)reimar2005-11-061-1/+1
* Two minor corrections by mitch (mitch at cgarbs dot de)ranma2005-11-061-2/+2
* Fix bugs/crash introduced by translation patchreimar2005-11-062-2/+2
* Number of frames to show the OSD shouldn't be hardcoded, derive from fps insteadranma2005-11-061-12/+12
* sync w/ 1.1149gpoirier2005-11-061-2/+2
* "describe" cdda://n-m syntaxreimar2005-11-061-1/+1
* fix cdda://n syntax: do not hang when n > nr_tracks and play only track n,reimar2005-11-061-2/+5
* estimate total time also for audio-only files.reimar2005-11-061-0/+3
* added support for OSD localizationptt2005-11-061-0/+1
* Added translatable messages for OSD localization to help/help_mp-en.hptt2005-11-061-12/+13
* Added translatable messages for OSD localization from libvo/sub.cptt2005-11-061-0/+14
* synced with 1.98gabrov2005-11-051-7/+22
* Sync with 1.1148gpoirier2005-11-051-5/+22
* sync with rev. 1.196ranma2005-11-051-17/+29
* Translated strings might be longer than the originals. One unnecessary depen...ranma2005-11-051-6/+5
* Use correct demuxer type for aac in shoutcast streamsrtognimp2005-11-051-0/+2
* Speex audio decodingreimar2005-11-051-0/+113
* Speex support. Seeking and pts generation does not work.reimar2005-11-058-1/+84
* set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise.reimar2005-11-052-3/+4
* Allow detection of theora without pkg-config and linking against internalreimar2005-11-051-3/+8
* sort timestamps instead of assuming conventional B-frame order. (fixes x264 B...lorenm2005-11-051-6/+14
* Enabled OSD localization / moved msgs to help/help_mp-en.hptt2005-11-051-26/+26
* Added translatable messages for OSD localizationptt2005-11-051-0/+28
* Little fixes around ':' and spacesptt2005-11-051-4/+4
* Changed MSGTR_MPDEMUX_URL_MallocFailed to MSGTR_MemAllocFailed (msg defined t...ptt2005-11-051-10/+10
* Changed MSGTR_MPDEMUX_ASF_MallocFailed to MSGTR_MemAllocFailed (msg defined t...ptt2005-11-051-1/+1
* Changed MSGTR_MPDEMUX_MMST_MallocFailed to MSGTR_MemAllocFailed (msg defined ...ptt2005-11-051-1/+1
* changes from MSGTR_MPDEMUX_AIALSA1X_* to MSGTR_MPDEMUX_AIALSA_* since they ar...ptt2005-11-051-13/+13
* MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.hptt2005-11-051-1/+1
* libmpdemux translatables correctionsptt2005-11-051-20/+4
* synced with 1.136ptt2005-11-041-13/+12
* Synced with 1.98jheryan2005-11-041-4/+17
* Synced with 1.1146jheryan2005-11-041-52/+79
* Synced with 1.193jheryan2005-11-041-7/+218
* sync to x264 r360 (trellis)lorenm2005-11-043-1/+20
* Autoload vobsub's from ~/.mplayer/subalbeu2005-11-031-1/+17
* changed KEY_PREVIOUS to KEY_PREV, cause the first undefinedptt2005-11-031-1/+1
* small grammar/wording fixesptt2005-11-031-9/+9
* typo fix bust/mustreynaldo2005-11-031-1/+1
* sync with 1.192 by PaulTTptt2005-11-031-2/+41
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-0210-51/+92
* sync with 1.193ranma2005-11-021-1/+154
* sync with rev. 1.192ranma2005-11-021-1/+59
* Too much spare time on tuesday, compared about 2/3 of the english manpage wit...ranma2005-11-021-66/+440
* synced with 1.1146gpoirier2005-11-021-4/+4
* bump sync taggpoirier2005-11-011-1/+1
* close stream_fd on uninit. Fixes bugzilla bug #400.reimar2005-11-011-0/+2
* synced with 1.98, patch by Johan Bos.gpoirier2005-11-011-4/+18
* Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzillareimar2005-11-011-5/+6
* more precise seeking based on calculated average video bitrate; works quite w...nicodvb2005-10-311-6/+49
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2reynaldo2005-10-319-156/+156
* libmpdemux translatables to help_mp part 1 / messages / try 2reynaldo2005-10-311-0/+154
* 10l typo, nomanyfmts should be used against playback problems.reimar2005-10-311-1/+1
* More consistent and sane types. Also avoids some gcc 4 warnings.reimar2005-10-313-7/+7
* synced with 1.34, patch by Johan Bos + fixes by megpoirier2005-10-311-9/+705
* move resync_audio_stream after seeking to demuxer.creimar2005-10-3015-44/+3
* Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.reimar2005-10-301-1/+14
* Provide percentage even when demuxer->movi_start and movi_end are not availablereimar2005-10-301-1/+2
* 10l, uninit() was not used, fixes bug #401reimar2005-10-301-0/+2
* Updating little things I have done so farreynaldo2005-10-291-0/+2
* Allow the user to set the $MPLAYER_HOME environment variable to point to the ...albeu2005-10-291-1/+3
* preliminary support for wpl playlists, closes #362reynaldo2005-10-281-2/+2
* add a \n after whole cache fill.ods152005-10-271-0/+1
* updatesdiego2005-10-261-2/+4
* make myself console help messages maintainter at diego's requestreynaldo2005-10-261-1/+1
* gcc -dumpmachine outputs x86_64-something on some machines anddiego2005-10-261-1/+1
* synced with 1.192gabrov2005-10-261-8/+63
* Clarify subtitle alignment behavior.diego2005-10-261-3/+3
* Added support for remote controls.syrjala2005-10-261-4/+71
* Complete sync with 1.192reynaldo2005-10-261-38/+89
* Unify include paths, -I.. is in CFLAGS.diego2005-10-2610-63/+63
* Run dh_makeshlibs to create proper shlibs files and avoid warnings.diego2005-10-251-1/+1
* Unify include paths, -I.. is in CFLAGS.diego2005-10-253-10/+10
* big-endian fixes for "extended" (i.e. mythtv) files.reimar2005-10-251-1/+2
* 10l broken asm crap needs an external namerfelker2005-10-252-1/+7
* INPUT section created, added messages from input/input.c and input/joystick.creynaldo2005-10-251-0/+38
* translatable eng strings to new section on help_mp-enreynaldo2005-10-251-30/+30
* printf to mp_msgreynaldo2005-10-251-9/+12
* fix incorrect use of strl* functions (patch by reimar)rfelker2005-10-251-4/+4
* fix broken (off-by-one) behavior of our strl* functions (patch by reimar)rfelker2005-10-251-17/+5
* do not export useless symbols! fixed compile bug with decode support in lamerfelker2005-10-252-2/+1
* synced with 1.1145gpoirier2005-10-251-4/+11
* Extra processor information needs to be known in the x86_64 case as welldiego2005-10-251-5/+9
* fixing the unverified patch (one of the millions) commited by:gabucino2005-10-251-1/+1
* Switch from our own to the upstream DVD key caching strategy and directory.diego2005-10-242-79/+6
* 10l to Reimar: common.h belongs to libdvdcss, not libdvdread.diego2005-10-242-15/+14
* sync to x264 r334 (crf)lorenm2005-10-243-1/+12
* Synced with 1.1143gpoirier2005-10-231-7/+8
* minor spelling wording fixesdiego2005-10-231-3/+3
* author list prettyprintingdiego2005-10-231-9/+9
* Reformat section titles so that it becomes easier to tell sections anddiego2005-10-231-18/+52
* Make include paths consistent among files in libvo. Since -I.. is addeddiego2005-10-231-2/+2
* improve documentation of -subalignrfelker2005-10-231-3/+4
* make bottom alignment the default since it's the only sane mode when sub_pos ...rfelker2005-10-231-1/+1
* reverse incorrect sub alignment change, ok'd by diegorfelker2005-10-231-1/+1
* 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't ...rfelker2005-10-232-5/+5
* comment on -noskip patchrfelker2005-10-231-0/+5
* spelling/grammar/wordingdiego2005-10-231-19/+19
* The conditions for bottom (2) and top (1) subtitle alignment are reversed.diego2005-10-231-1/+1
* support for prescott, nocona and pentium-m processorsdiego2005-10-231-9/+34
* Add a comment to an esac where the case is very far away.diego2005-10-231-1/+1
* Simplification of the system_name check and the PPC CPU type check.diego2005-10-231-14/+12
* Add a comment to else clauses where the if is very far away.diego2005-10-231-2/+2
* honor decoder's/filter's decision to remove frames when using -noskip.rfelker2005-10-231-0/+3
* reapply rawaudio muxer fix (don't disable audio without user's permission!) (...rfelker2005-10-231-4/+0
* reverse patch that was mistakenly applied with unwanted unrelated changesrfelker2005-10-231-3/+4
* Add missing quotes around .IPs argument.diego2005-10-221-2/+2
* Support for video files created by Samsung Miniket VP-M100 diskless camcorderiive2005-10-221-0/+1
* Added support for A_AAC.mosu2005-10-222-1/+13
* cross compiling probably worth mentioiningods15