summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 mentioiningods152005-10-211-0/+2
* Add a few more XML tags for better semantics markup.diego2005-10-201-3/+4
* Explain how to place subtitles in black bands.diego2005-10-201-0/+13
* mach64_mmio size fix from vidix.sf.net, possible bugfix for #59faust32005-10-201-2/+2
* sync amd64 fixes from vidix.sf.netfaust32005-10-201-4/+4
* Fix seeking in wav files: align relative to start of data, not start of filereimar2005-10-201-1/+3
* sync with 1.32diego2005-10-202-6/+6
* ilmv --> ilme typo fixdiego2005-10-202-4/+4
* semi-hack: avoid passing 0-length blocks to audio filters.reimar2005-10-201-0/+1
* document hackods152005-10-201-0/+2
* -vc null -vo null is not the fastest way to dump...diego2005-10-201-1/+1
* Converted from GBK to UTF-8 encoding.diego2005-10-192-829/+829
* further sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >diego2005-10-191-8/+27
* sync with 1.188 by Paul TT < paultt == at == hackerjournal == dot == it >diego2005-10-191-13/+31
* Synced with 1.98jheryan2005-10-191-3/+147
* Typo hunting.jheryan2005-10-191-4/+4
* Formal syncing. Typo hunting.jheryan2005-10-191-10/+10
* charset for help_mp-zh_TW.hdiego2005-10-191-0/+1
* processing audio is sometimes essential for a/v sync, so 1000l torfelker2005-10-192-15/+4
* add cross-compiling supportaurel2005-10-181-0/+25
* replace all the direct $TMPO calls by a tmp_run() function callaurel2005-10-181-14/+18
* replace mp3lame version detection by required features detectionaurel2005-10-182-10/+21
* modify DirectFB version detection so that it only requires pre-processingaurel2005-10-181-9/+8
* modify alsa version detection so that it don't require running the generated ...aurel2005-10-181-10/+25
* add a cxx_check function to simplify C++ libs checkingaurel2005-10-181-14/+16
* synced with 1.1140gpoirier2005-10-181-1/+9
* Updatertognimp2005-10-181-0/+2
* Add FFmpeg QDM2 audio decoderrtognimp2005-10-181-0/+7
* xscreensaver --> XScreenSaverdiego2005-10-181-1/+1
* Embarassing goofs in the basic key sections that nobody noticed for agesdiego2005-10-181-3/+3
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-188-21/+38
* Add a few more CPU models to the list.diego2005-10-181-19/+20
* Add a note about the "synce with 1.XXX" line that should be in everydiego2005-10-171-0/+8
* Add a note and a workaround about broken hardware players and how theydiego2005-10-171-0/+7
* synced with 1.1139 + Reimar's patchgpoirier2005-10-171-10/+8
* new message was even worse -- B/s means bytes per second, not sample!rfelker2005-10-171-1/+1
* further sync by Emfox Zhou < emfoxzhou == at == gmail == dot == com >diego2005-10-171-0/+128
* deobfuscatioin: csp --> colorspacediego2005-10-171-1/+1
* Guillaume now maintains the MEncoder documentation.diego2005-10-171-1/+2
* minor typodiego2005-10-171-1/+1
* 100l -- mismatched type after changing sizes to type long!rfelker2005-10-171-1/+1
* remove nonsense break statements that do nothing..rfelker2005-10-171-2/+0
* allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmai...faust32005-10-163-29/+43
* Add MIPS64 detection.diego2005-10-161-1/+1
* 1000l de Breizh Cola: build fix.gpoirier2005-10-161-2/+2
* Updatertognimp2005-10-151-0/+5
* Support DTA and FLX extensions for flic via ffmpeg decoderrtognimp2005-10-151-1/+1
* Add ffmpeg truemotion2 codec, make it default for TM20rtognimp2005-10-151-1/+9
* synced with 1.1138gpoirier2005-10-151-25/+13
* synced with 1.1137gpoirier2005-10-151-2/+14
* Fix/improve vo_gl and vo_gl2 suboption documentationreimar2005-10-151-20/+11
* Another usage example for the %n%str escaping syntax and ao_sgi documentation...reimar2005-10-151-1/+13
* 10l, demux_mpg_control was missing from demuxer info struct, causing audioreimar2005-10-151-5/+5
* ugly hack to make it work again with external libdvdreadreimar2005-10-151-0/+20
* Extend the network test to also check the socket libs.diego2005-10-151-1/+2
* bumped sync tag after typo fix in English version (synced with 1.98)gabrov2005-10-141-1/+1
* missing ")", picked up by Mizda Gaborgpoirier2005-10-141-1/+1
* synced with 1.186gabrov2005-10-141-2/+3
* synced with 1.26gabrov2005-10-141-1/+2
* synced with 1.97gabrov2005-10-141-9/+305
* synced with 1.31gabrov2005-10-141-4/+10
* Kill a compiler warning, Patch by Zuxy Menggpoirier2005-10-141-1/+1
* Make FtpSendCmd() function more user friendly by making it append the necessa...gpoirier2005-10-141-11/+15
* synced with 1.96, patch by Johan Bos <dariusjb AH gmail POIS comgpoirier2005-10-141-778/+384
* third time is lucky, eh? last workaround broke netbsd, which apparently also ...rfelker2005-10-141-2/+2
* exit mplayer if audio filter init fails (same as mencoder does)ivo2005-10-131-0/+1
* The Wanderer rulez :)gpoirier2005-10-131-1/+1
* cosmetics. does not change functionality, but makes code easier to readods152005-10-131-63/+43
* nit by diegoods152005-10-131-1/+1
* fixes suggested by Diego and Alexgpoirier2005-10-131-9/+9
* weirdness, flags aren't restored right unless you add this second pushods152005-10-131-0/+1
* fix mencoder multi-file with some files having audio but others dontods152005-10-132-1/+8
* Be less verbose.reimar2005-10-131-4/+3
* Use PRI?64 defines as format strings for 64 bit variables.reimar2005-10-1315-81/+52
* further sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >diego2005-10-131-5/+192
* we need stdio.h for SEEK_SET on mingw, patch by Zuxy <zuxy.meng at gmail.com>faust32005-10-131-0/+1
* Synced with 1.1134 - patch by Paul TT <paultt - at - hackerjournal - dot - it>danny2005-10-131-102/+321
* List the different containers supported by MEncoder, as well as a nice exampl...gpoirier2005-10-121-2/+147
* Implement seekingreimar2005-10-121-3/+31
* implement ADCTRL_RESYNC_STREAM, it tries to detect when decoding isreimar2005-10-121-0/+34
* Bigendian bugreimar2005-10-121-3/