log

age author description
Wed, 19 Feb 2014 16:58:41 +0000 ib configure: Make the XShape extension optional.
Wed, 19 Feb 2014 16:32:45 +0000 ib configure: Remove unnecessary includes in XShape check.
Wed, 19 Feb 2014 16:18:23 +0000 ib configure: Revise comments in GUI specific tests.
Wed, 19 Feb 2014 16:11:13 +0000 ib configure: Prettify code for PNG_DECODER test.
Wed, 19 Feb 2014 16:02:03 +0000 ib configure: Rearrange two lines.
Wed, 19 Feb 2014 15:30:22 +0000 ib configure (cosmetic): Adjust indent and add blank lines.
Wed, 19 Feb 2014 01:56:21 +0000 ib configure: Revise some GUI related messages and output.
Wed, 19 Feb 2014 01:18:34 +0000 ib configure: Avoid annoying error messages in case of external FFmpeg.
Tue, 18 Feb 2014 22:14:59 +0000 reimar configure: Fix PNG support for GUi check to always pass for external FFmpeg.
Tue, 18 Feb 2014 22:06:12 +0000 reimar configure: ensure ffmpeg_a is either yes or no.
Tue, 18 Feb 2014 16:33:09 +0000 ib Revise German translation of MSGTR_Help.
Mon, 17 Feb 2014 23:57:31 +0000 reimar mp_taglists: Avoid libavformat/internal.h include.
Mon, 17 Feb 2014 23:25:32 +0000 reimar configure: improve FFmpeg check.
Mon, 17 Feb 2014 22:34:27 +0000 ib Check demuxer to avoid NULL pointer usage.
Mon, 17 Feb 2014 14:36:16 +0000 ib Fix bug with Win32 GUI preferences.
Mon, 17 Feb 2014 14:33:03 +0000 ib Simplify code.
Mon, 17 Feb 2014 13:57:24 +0000 ib Update German man page.
Mon, 17 Feb 2014 02:40:30 +0000 ib Prefer NULL.
Mon, 17 Feb 2014 02:30:49 +0000 ib Fix careless pointer parameter handling.
Mon, 17 Feb 2014 01:28:05 +0000 ib Avoid pointer cast warnings.
Mon, 17 Feb 2014 00:45:06 +0000 ib Fix error with MinGW build.
Mon, 17 Feb 2014 00:40:21 +0000 ib Cosmetic: Adjust indent.
Mon, 17 Feb 2014 00:39:09 +0000 ib Revise code of listMgr() command PLAYLIST_ITEM_GET_POS.
Sun, 16 Feb 2014 16:30:05 +0000 reimar ad_ffmpeg: avoid deprecated avcodec_alloc_frame.
Sun, 16 Feb 2014 16:30:05 +0000 reimar ad_ffmpeg: avoid deprecated request_channels.
Sun, 16 Feb 2014 16:30:03 +0000 reimar av_helpers: avoid deprecated API.
Sun, 16 Feb 2014 16:30:02 +0000 reimar m_struct: use offsetof instead of a custom hack.
Sun, 16 Feb 2014 16:30:01 +0000 reimar spudec: fix spudec_apply_palette_crop return value.
Sun, 16 Feb 2014 16:30:00 +0000 reimar demuxer.c: Use proper format string to print pointer.
Sun, 16 Feb 2014 16:29:59 +0000 reimar m_option, vf_scale: Add some missing const.