log

age author description
Sun, 16 Feb 2014 14:01:21 +0000 reimar Use sizeof instead of hardcoded number.
Sun, 16 Feb 2014 14:01:20 +0000 reimar Remove pointless "if".
Sun, 16 Feb 2014 13:24:55 +0000 reimar Fix probe bug losing video packets.
Sat, 15 Feb 2014 17:24:29 +0000 reimar Remove pointless casts and obfuscated array indexing.
Sat, 15 Feb 2014 17:24:28 +0000 reimar Use calloc instead of malloc+memset.
Sat, 15 Feb 2014 17:24:27 +0000 reimar Fix vstats, coded_frame is always NULL so use decoded frame instead.
Sat, 15 Feb 2014 17:24:26 +0000 reimar Switch to av_frame_get_qp_table API.
Sat, 15 Feb 2014 16:52:59 +0000 reimar Switch to refcounted API since the old ones have memleaks.
Sat, 15 Feb 2014 16:52:58 +0000 reimar Fix configure output: relocatable/PIE is autodetected.
Fri, 14 Feb 2014 22:29:38 +0000 reimar Remove pointless casts.
Fri, 14 Feb 2014 22:29:37 +0000 reimar Remove unnecessary if() that only hides bugs.
Fri, 14 Feb 2014 22:29:36 +0000 reimar Make sure that demuxer priv is allocated early enough.
Fri, 14 Feb 2014 22:29:35 +0000 reimar Remove condition that was already checked a few lines above.
Fri, 14 Feb 2014 21:34:07 +0000 reimar Remove DVDNAV audio reset code to avoid issues on title changes.
Fri, 14 Feb 2014 21:34:06 +0000 reimar Merge DVDNAV event handling into a single switch.
Fri, 14 Feb 2014 19:01:19 +0000 reimar Make sdp:// URLs also work via FFmpeg.
Fri, 14 Feb 2014 12:44:40 +0000 ib Try to be more precise about the warning introduced in r35961.
Fri, 14 Feb 2014 12:10:34 +0000 ib Revise German translation of MSGTR_NoBindFound.
Thu, 13 Feb 2014 22:08:30 +0000 michael configure: XOP support
Thu, 13 Feb 2014 11:47:50 +0000 ib Remove console messages that are no longer needed.
Thu, 13 Feb 2014 11:12:29 +0000 ib Update documentation on subfont-encoding.
Thu, 13 Feb 2014 10:41:33 +0000 ib Enable option font_encoding without freetype.
Wed, 12 Feb 2014 19:16:31 +0000 reimar Fix compilation without freetype.
Sun, 09 Feb 2014 22:19:09 +0000 reimar Use numeric labels in inline asm for consistency and better
Sun, 09 Feb 2014 22:19:08 +0000 reimar Remove some superfluous commas from inline asm for better compatibility.
Sun, 09 Feb 2014 22:19:07 +0000 reimar Use DECLARE_ALIGNED helper macros.
Sun, 09 Feb 2014 17:56:11 +0000 ib Cosmetic: Adjust indent.
Sun, 09 Feb 2014 17:55:11 +0000 ib Make message box less annoying.
Sun, 09 Feb 2014 17:53:28 +0000 ib Show message box only if necessary.
Sun, 09 Feb 2014 17:52:18 +0000 ib Don't unnecessarily stop Win32 GUI playback.
Sun, 09 Feb 2014 09:22:09 +0000 ib Fix issue with testing of the help message header files.
Sat, 08 Feb 2014 21:43:04 +0000 ib Change the message box type.
Sat, 08 Feb 2014 21:41:48 +0000 ib Fix usage of acp().
Sat, 08 Feb 2014 20:41:35 +0000 ib Update German translation.
Sat, 08 Feb 2014 20:39:02 +0000 ib Make more messages translatable.
Sat, 08 Feb 2014 20:04:46 +0000 cehoyos Add buggy FFmpeg FICV decoder.
Sat, 08 Feb 2014 16:19:52 +0000 ib Improve testing of the help message header files.
Fri, 07 Feb 2014 20:45:20 +0000 ib Remove the Revision keyword.
Fri, 07 Feb 2014 20:38:59 +0000 ib Revise German translation of some help messages.
Fri, 07 Feb 2014 20:37:59 +0000 ib Add my name.
Fri, 07 Feb 2014 20:28:55 +0000 ib Update documentation.
Fri, 07 Feb 2014 20:28:01 +0000 ib Localize decimal mark.
Fri, 07 Feb 2014 19:52:17 +0000 ib Enable checking help_text by help_check.sh.
Fri, 07 Feb 2014 19:49:56 +0000 ib Improve language information on audio and subtitle streams.
Fri, 07 Feb 2014 19:25:29 +0000 ib Add name to file subtitle track information.
Fri, 07 Feb 2014 19:23:09 +0000 ib Add language to VOBsub subtitle track information.
Fri, 07 Feb 2014 19:16:22 +0000 ib Add language to embedded subtitle track information.
Fri, 07 Feb 2014 19:07:39 +0000 ib Add language to audio track information.
Fri, 07 Feb 2014 18:48:49 +0000 ib Increase buffer.
Fri, 07 Feb 2014 18:17:05 +0000 ib Use native names of languages instead of English ones.
Fri, 07 Feb 2014 18:14:22 +0000 ib Make unknown audio language translatable.
Fri, 07 Feb 2014 17:58:29 +0000 ib Simplify code.
Fri, 07 Feb 2014 17:46:14 +0000 ib Simplify code.
Wed, 05 Feb 2014 19:28:05 +0000 ib Relocate MSGTR_SamplesWanted.
Wed, 05 Feb 2014 17:21:59 +0000 ib Improve testing of the help message header files.
Wed, 05 Feb 2014 16:58:09 +0000 ib Revise MSGTR_MPDEMUX_URL_StringAlreadyEscaped.
Wed, 05 Feb 2014 16:55:10 +0000 ib Fix MSGTR_MPDEMUX_URL_StringAlreadyEscaped.
Wed, 05 Feb 2014 16:39:38 +0000 ib Rename symbolic constants of GUI help message texts.
Wed, 05 Feb 2014 16:03:44 +0000 gpoirier add missing include of stddef.h, as it's needed to use "ptrdiff_t"
Wed, 05 Feb 2014 00:32:14 +0000 cehoyos Add some new FFmpeg huffyuv colour spaces.
Wed, 05 Feb 2014 00:09:06 +0000 cehoyos Add name for image format IMGFMT_440P.
Tue, 04 Feb 2014 18:30:59 +0000 ib Remove the previous definition of MSGTR_ConfigureEqualizer.
Tue, 04 Feb 2014 18:29:10 +0000 ib Change help message texts corresponding with r36766.
Sun, 02 Feb 2014 21:42:59 +0000 ib Update program documentation.
Sun, 02 Feb 2014 21:34:57 +0000 ib Remove line being present twice.
Sun, 02 Feb 2014 21:30:05 +0000 ib Enhance the tool for checking translated messages header files.
Sun, 02 Feb 2014 21:02:34 +0000 ib Update documentation.
Sun, 02 Feb 2014 20:06:42 +0000 ib Rename the Danish messages header file.
Sun, 02 Feb 2014 19:19:43 +0000 ib Improve emphasizing of the current video track.
Sun, 02 Feb 2014 19:18:31 +0000 ib Add support for default of multiple video tracks.
Sun, 02 Feb 2014 10:54:37 +0000 ib Change the message box type.
Sun, 02 Feb 2014 10:52:47 +0000 ib Add a message box type "information".
Sat, 01 Feb 2014 16:57:50 +0000 ib Fix bug with unicode font loading for font.desc files.
Sat, 01 Feb 2014 15:13:00 +0000 reimar Use glMapBufferRange by default.
Sat, 01 Feb 2014 08:01:55 +0000 ib Update warning and error pixmaps.
Sat, 01 Feb 2014 01:20:07 +0000 jrash sync with en/mplayer.1 rev. 36721
Sat, 01 Feb 2014 01:06:19 +0000 jrash Synced with help_mp-en.h rev. 36769
Sat, 01 Feb 2014 00:55:04 +0000 jrash Synced with help_mp-en.h rev. 36766
Fri, 31 Jan 2014 17:08:39 +0000 ib Prettify the skin browser.
Fri, 31 Jan 2014 16:37:52 +0000 ib Revise GUI help message texts.
Fri, 31 Jan 2014 14:06:25 +0000 ib Remove pointless pair of parentheses.
Thu, 30 Jan 2014 13:26:45 +0000 ib Revise GUI help message texts.
Thu, 30 Jan 2014 12:05:35 +0000 ib Improve testing of the help message text headers.
Mon, 27 Jan 2014 14:22:30 +0000 ib Replace pixmap for audio tracks by a better one.
Mon, 27 Jan 2014 14:21:26 +0000 ib Replace pixmap for muted audio by a better one.
Mon, 27 Jan 2014 14:10:05 +0000 ib Add new video pixmap.
Mon, 27 Jan 2014 14:04:13 +0000 ib Add new audio pixmap.
Mon, 27 Jan 2014 13:41:13 +0000 ib Replace sublang pixmap by subtitle pixmap.
Mon, 27 Jan 2014 13:30:19 +0000 ib Move up entry "external audio" in the context menu.
Sun, 26 Jan 2014 20:10:55 +0000 ib Remove commented code.
Sun, 26 Jan 2014 18:59:16 +0000 reimar Fix some format string mismatches.
Sun, 26 Jan 2014 18:59:15 +0000 reimar stream.c: remove pointless NULL check.
Sun, 26 Jan 2014 18:19:31 +0000 reimar configure: disable internal libmpeg2 by default.
Sun, 26 Jan 2014 17:16:29 +0000 ib Relocate mplayerLoadFont() code.
Sun, 26 Jan 2014 17:05:33 +0000 ib Cosmetic: Adjust indent.
Sun, 26 Jan 2014 17:04:54 +0000 ib Revise non-FreeType part of mplayerLoadFont().
Sun, 26 Jan 2014 17:02:28 +0000 ib Cosmetic: Adjust indent.
Sun, 26 Jan 2014 17:01:14 +0000 ib Revise non-FreeType part of mplayerLoadFont().
Sun, 26 Jan 2014 16:57:18 +0000 ib Revise non-FreeType part of mplayerLoadFont().
Sun, 26 Jan 2014 16:53:21 +0000 ib Fix issue with font file selector.
Sun, 26 Jan 2014 16:44:31 +0000 ib Don't unnecessarily load a font.
Sun, 26 Jan 2014 16:40:49 +0000 ib Enable specifying a font file in the GUI preferences.
Sun, 26 Jan 2014 16:20:48 +0000 reimar subreader: Fix compilation without fribidi.
Sun, 26 Jan 2014 16:17:58 +0000 ib Don't unnecessarily load a font.
Sun, 26 Jan 2014 16:11:56 +0000 ib Cosmetic: Adjust spacings.
Sun, 26 Jan 2014 16:11:13 +0000 ib Revert r36709.
Sun, 26 Jan 2014 12:53:26 +0000 ib Fix bug with option '-fontconfig' and ass subtitles.
Sun, 26 Jan 2014 04:14:23 +0000 al Do not use non-literal arguments for mp_msg format string
Sat, 25 Jan 2014 16:55:12 +0000 reimar ao_v4l2: fix broken sample rate check.
Sat, 25 Jan 2014 16:55:11 +0000 reimar asfheader: remove old, long commented-out code.
Sat, 25 Jan 2014 16:55:09 +0000 reimar Document switch case fallthroughs.
Sat, 25 Jan 2014 16:55:08 +0000 reimar ad_dvdpcm: simplify/clarify code.
Sat, 25 Jan 2014 16:55:07 +0000 reimar vo_sdl: remove nonsense code, all cases can handle both IYUV and I420.
Sat, 25 Jan 2014 16:55:06 +0000 reimar m_option: reindent.
Sat, 25 Jan 2014 16:55:05 +0000 reimar m_option: remove code that has no effect.
Sat, 25 Jan 2014 16:55:04 +0000 reimar radeon_vid: small simplification.
Sat, 25 Jan 2014 16:55:03 +0000 reimar img_format: document why mp_get_chroma_shift does not work for NV12/NV21
Sat, 25 Jan 2014 16:55:01 +0000 reimar vidix: move query_format struct initialization to common code.
Sat, 25 Jan 2014 16:54:59 +0000 reimar stream_netstream: Simplify packet handling.
Sat, 25 Jan 2014 16:54:58 +0000 reimar stream_netstream: merge declaration and initialization.