aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* build: remove separate mp_msg-mencoder.cGravatar Uoti Urpala2010-03-09
| | | | | | mp_msg-mencoder.c was separate from mp_msg.c only to compile a version without a GUI dependency when the internal GUI was enabled. Since the GUI has been removed the same mp_msg.o can be linked in all binaries.
* Ignore svn change r30464Gravatar Uoti Urpala2010-03-09
|\ | | | | | | Useless FFmpeg build stuff.
* \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \ | | | | | | | | | | | | | | | Note that r30455 is wrong, that commit does not in fact change the default behavior as claimed in the commit message. It only breaks "-af-adv force=0", which was already pretty much useless though.
* | | demuxer.h: increase input buffer padding to 64 to match FFmpegGravatar Uoti Urpala2010-03-09
| | | | | | | | | | | | | | | | | | FFmpeg increased the amount of padding that must be readable beyond input buffers without SIGSEGV from 8 to 64, and the MPlayer value must be changed accordingly.
* | | Add runtime translation supportGravatar Uoti Urpala2010-03-08
| | | | | | | | | | | | | | | | | | Add support for gettext-based runtime translations. Enabled with configure switch --enable-translation (no autodetection). Note that no translation files are installed yet.
* | | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
| | | | | | | | | | | | | | | | | | | | | | | | Tweak some code parts that used to rely on string literals from translation macros being concatenated with other adjacent string literals. Break up the resulting string into independently translated parts, so that the existing translations for those parts can still be used.
* | | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason commit e306174952d42e1cd6cc5efc50ae6bb0410501bc, which replaced translation macro names with the corresponding English strings, also collapsed multiple consecutive space characters into one. Change most of these back. In a couple of cases the amount of whitespace is important for alignment, and for the rest it at least keeps the strings closer to the existing translations.
* | | Make help text translatableGravatar Uoti Urpala2010-03-07
| | | | | | | | | | | | | | | | | | Translate help_text and also make all CONF_TYPE_PRINT option output translatable (though no translations exist yet for anything other than the main help text).
* | | build/vdpau: drop support for dynamic loading of libvdpauGravatar Uoti Urpala2010-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After a recent library update on my system MPlayer started crashing on exit in XCloseDisplay() if -vo vdpau had been used. With normal linking it works OK. Since there should be little need for the dynamic loading functionality any more, I'll just drop it rather than try investigating the exact problem with dynamic loading and whether it would be fixable. VDPAU is now linked normally with -lvdpau if available.
* | | vo_vdpau: improve VOCTRL_GET_EOSD_RES codeGravatar Uoti Urpala2010-02-26
| | | | | | | | | | | | | | | | | | | | | | | | Remove the special case for fullscreen; the same variables should have the correct values in windowed and fullscreen modes. This fixes libass subtitle positioning in the (non-typical) case where you have black bands inside a window. Behavior in fullscreen and in the typical windowed case without borders should not be affected.
* | | Makefile: vf_halfpack no longer needs libswscale internalsGravatar Uoti Urpala2010-02-26
| | | | | | | | | | | | | | | vf_halfpack now uses only the public libswscale API, so compile it unconditionally.
* | | Add FLV4 fourcc to ffvp6f decoderGravatar Grigori Goronzy2010-02-24
| | | | | | | | | | | | | | | Some Flash videos use this fourcc and several websites indicate this is a standard fourcc for Flash VP6 content.
* | | vo_vdpau: make queuing future frame flips adjustableGravatar Uoti Urpala2010-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add -vo vdpau suboptions "queuetime_windowed" and "queuetime_fs" to specify the maximum number of milliseconds how far into the future a frame flip can be queued using the VDPAU presentation queue functionality. The intended main use of these options is to allow disabling use of the queuing feature on systems where using it causes choppiness in other graphics behavior (this is an NVIDIA driver issue; the video itself isn't affected).
* | | ad_faad: move message "input bitrate missing" to MSGL_VGravatar Uoti Urpala2010-01-31
| | | | | | | | | | | | | | | | | | The input bitrate isn't needed for anything in normal playback, so there is no reason to print a warning message for practically all files using the decoder.
* | | VO: remove directfb from autoselected VOsGravatar Uoti Urpala2010-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VO_directfb can call exit() if initialization fails. This makes MPlayer exit without cleanup if autoselection tries it. This can be seen for example by running something like this in an X terminal: DISPLAY=foo mplayer file.mkv The easiest fix for this is to remove directdb from the list of autoselected VOs. The console VOs have enough problems that people who want to use them should know what they're doing anyway.
* | | codecs.conf: stop trying mpegpes first for MPEG-1/2Gravatar Uoti Urpala2010-01-30
| | | | | | | | | | | | | | | | | | Setups which would benefit from mpegpes are rare today, and trying it first produces misleading error messages when trying to play any MPEG-1/2 file.
| | * Add some more definitions for FFmpeg to config.h:Gravatar diego2010-01-30
| |/ | | | | | | | | | | | | | | | | HAVE_ATTRIBUTE_MAY_ALIAS HAVE_STRUCT_IPV6_MREQ HAVE_STRUCT_SOCKADDR_IN6 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30464 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30463 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove confusing comment.Gravatar diego2010-01-30
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30462 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add missing license headers.Gravatar diego2010-01-30
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30461 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Convert DOS linebreaks to Unix linebreaks.Gravatar diego2010-01-30
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30460 b3059339-0415-0410-9bf9-f77b7e298cf2
| * license header cosmeticsGravatar diego2010-01-30
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30459 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add standard license header to C tools missing them.Gravatar diego2010-01-30
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30458 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix randomness of the swscale-test output.Gravatar stefano2010-01-30
| | | | | | | | | | | | | | | | | | See the thread: Subject: [FFmpeg-devel] [RFC] Make swscale-test perform only one convertion Date: Fri, 29 Jan 2010 01:52:23 +0100 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30457 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add missing license header and multiple inclusion guards.Gravatar diego2010-01-30
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30456 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Make the code match the documentation by making higher-quality but slowerGravatar reimar2010-01-30
| | | | | | | | | | | | | | | | audio filtering the default. This mostly means lavcresample being the default instead of plain "resample". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30455 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Support more qscale types in most post-processing filters.Gravatar reimar2010-01-29
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30454 b3059339-0415-0410-9bf9-f77b7e298cf2
| * sync with en/mplayer.1 r30436Gravatar jrash2010-01-29
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30453 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Explain why we still disable the ALSA resampler even though it is probablyGravatar reimar2010-01-28
| | | | | | | | | | | | | | actually working nowadays. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30452 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Try the more specific names first for the SwapInterval function to make it lessGravatar reimar2010-01-28
| | | | | | | | | | | | | | likely we get an incompatible one. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30451 b3059339-0415-0410-9bf9-f77b7e298cf2
| * glXSwapIntervalEXT is defined to take different arguments from ↵Gravatar reimar2010-01-28
| | | | | | | | | | | | | | | | | | | | glXSwapIntervalSGI, so do not try to use it. Patch by Stephen Warren [swarren nvidia com] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30450 b3059339-0415-0410-9bf9-f77b7e298cf2
* | demux_mkv: remove incorrect error message about compressionGravatar Uoti Urpala2010-01-28
| | | | | | | | | | | | The demuxer still printed a message about "unknown/unsupported compression algorithm (3)" even though that is now supported and in fact played fine.
| * Fix input/output channel mixup in the pan filter description.Gravatar diego2010-01-28
| | | | | | | | | | | | | | patch by Heikki Rauhala, hvrauhal gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30449 b3059339-0415-0410-9bf9-f77b7e298cf2
* | x11_common: always free x11 context struct on exitGravatar Uoti Urpala2010-01-28
| | | | | | | | | | Previously it was not freed if no X11 display had been opened (for example -vo null).
* | Merge branch 'matroska'Gravatar Uoti Urpala2010-01-28
|\ \
* \ \ Merge svn changes up to r30448Gravatar Uoti Urpala2010-01-28
|\ \ \ | | |/ | |/|
* | | Ignore svn changes up to r30440Gravatar Uoti Urpala2010-01-28
|\ \ \ | | | | | | | | | | | | | | | | Two not relevant to current code in git and r30440 was already fixed last year.
* \ \ \ Merge svn changes up to r30437Gravatar Uoti Urpala2010-01-28
|\ \ \ \
* \ \ \ \ Ignore svn change r30420Gravatar Uoti Urpala2010-01-28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit isn't quite right - most of this functionality doesn't belong at the demuxer level, and cannot be implemented correctly there. Instead for example the command.c function calling demuxer_set_angle() should call a higher-level reset function that does some of the stuff that current mplayer.c seek() does, plus some things moved from the existing demuxer layer code. I'll leave the implementation for later though.
| | | | * | Stopping maintainership for -vo (x)mga Gravatar attila2010-01-27
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30448 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | | * | Simplify and correct loop condition, also avoids a compiler warning for ↵Gravatar reimar2010-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unused result. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30447 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | | * | Fix newline removal code that might read and write out of bounds.Gravatar reimar2010-01-27
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30446 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | | * | Make mp3lib the default MP3 decoder again, it is a good bit faster onGravatar reimar2010-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | standard desktop hardware. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30445 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | | * | Declare variable closer to where it is used.Gravatar reimar2010-01-27
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30444 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | | * | Remove a useless global variable.Gravatar reimar2010-01-27
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30443 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | | * | Do not needlessly make local variable static.Gravatar reimar2010-01-27
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30442 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | | * | Remove useless initializers.Gravatar reimar2010-01-27
| | | |/ / | | | | | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30441 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | * | Do not needlessly use (file-)global variables.Gravatar reimar2010-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since they also were initialized to a value and non-constant (changed by ALSA) this might actually have caused bugs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30440 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | | * demux_mkv: improve compression handlingGravatar Uoti Urpala2010-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for compression algorithm 3 (header stripping). Rewrite some of the code related to handling manyfold compression, it was just completely broken (I don't have samples to test whether it actually works now).
| | | | * demux_mkv: use new EBML parser to read all track headersGravatar Uoti Urpala2010-01-27
| | | | |