log

age author description
Wed, 07 May 2014 14:16:02 +0000 ib Cosmetic: Adjust indent.
Wed, 07 May 2014 14:14:49 +0000 ib Remove unnecessary variable.
Wed, 07 May 2014 14:09:10 +0000 ib Cosmetic: Adjust indent.
Wed, 07 May 2014 14:07:12 +0000 ib Simplify code.
Wed, 07 May 2014 14:03:40 +0000 ib Fix segmentation fault.
Wed, 07 May 2014 13:54:28 +0000 ib Fix segmentation fault.
Tue, 06 May 2014 19:02:03 +0000 reimar alsa: Better volume control handling, especially for S/PDIF.
Tue, 06 May 2014 19:02:02 +0000 reimar mixer: do not unmute to volume 0, instead unmute to max.
Sat, 03 May 2014 06:25:05 +0000 cehoyos Remove two duplicated named asm constraints.
Fri, 02 May 2014 18:36:48 +0000 michael Fix libmpcodecs inline asm on ICL.
Mon, 28 Apr 2014 16:08:54 +0000 ib Copy subsequent video filter settings at once.
Mon, 28 Apr 2014 16:02:20 +0000 ib Determine size from variable declaration.
Sat, 26 Apr 2014 16:32:53 +0000 ib Determine size from variable declaration.
Sat, 26 Apr 2014 16:30:54 +0000 ib Remove pointless statement.
Thu, 24 Apr 2014 14:41:04 +0000 ib New GUI feature: Rotate a video.
Thu, 24 Apr 2014 13:51:20 +0000 ib Add remove_vf().
Thu, 24 Apr 2014 13:36:22 +0000 ib Add get_vf().
Thu, 24 Apr 2014 13:31:52 +0000 ib Relocate add_vf().
Thu, 24 Apr 2014 13:22:38 +0000 ib Improve add_vf().
Thu, 24 Apr 2014 13:20:58 +0000 ib Cosmetic: Adjust indent.
Thu, 24 Apr 2014 13:17:00 +0000 ib Rewrite add_vf().
Thu, 24 Apr 2014 13:08:38 +0000 ib Rewrite add_vf().
Thu, 24 Apr 2014 12:58:40 +0000 ib Fix bug in r37165.
Thu, 24 Apr 2014 12:50:14 +0000 ib Rewrite add_vf().
Thu, 24 Apr 2014 12:44:33 +0000 ib Rewrite add_vf().
Thu, 24 Apr 2014 12:39:37 +0000 ib Rewrite add_vf().
Thu, 24 Apr 2014 12:29:30 +0000 ib Rewrite add_vf().
Thu, 24 Apr 2014 12:22:09 +0000 ib Rewrite add_vf().
Thu, 24 Apr 2014 12:09:37 +0000 ib Add listDup().
Thu, 24 Apr 2014 11:56:18 +0000 ib Add listFree().
Thu, 24 Apr 2014 11:31:31 +0000 ib Cosmetic: Revise a few comments.
Thu, 24 Apr 2014 06:42:02 +0000 cehoyos Add decoding support for On2 AVC audio codec.
Wed, 23 Apr 2014 11:35:10 +0000 ib Cosmetic: Revise comment.
Wed, 23 Apr 2014 11:26:05 +0000 ib Add GUI changes worth to be mentioned.
Tue, 22 Apr 2014 14:08:33 +0000 ib Add a break statement (for the sake of clarity).
Tue, 22 Apr 2014 14:02:22 +0000 ib Revise German translation.
Tue, 22 Apr 2014 14:01:22 +0000 ib Cosmetic: Adjust indent.
Sat, 19 Apr 2014 08:30:17 +0000 reimar Disable system DPI scaling on Windows.
Thu, 17 Apr 2014 13:30:33 +0000 cehoyos Add another HEVC fourcc.
Tue, 15 Apr 2014 13:12:18 +0000 iive Disable xvid if xvid_plugin_ssim_t is not present.
Tue, 15 Apr 2014 12:10:59 +0000 iive Update XvMC implementation to the changes in FFmpeg.
Sat, 12 Apr 2014 23:45:58 +0000 ib Add information about updated GUI skins.
Sat, 12 Apr 2014 23:29:29 +0000 ib Add new item 'rpotmeter'.
Fri, 11 Apr 2014 09:34:31 +0000 ib Cosmetic: Shorten comment (and phrase more precisely).
Thu, 10 Apr 2014 10:20:27 +0000 ib Remove pointless initialization.
Wed, 09 Apr 2014 13:30:50 +0000 ib Relocate code added in r37121.
Wed, 09 Apr 2014 12:46:06 +0000 ib Relocate code added in r36991.
Mon, 07 Apr 2014 04:25:56 +0000 jrash Synced with help_mp-en.h rev. 37121
Sun, 06 Apr 2014 19:19:07 +0000 reimar vf_remove_logo: sanity-check PGM width/height.
Sun, 06 Apr 2014 19:16:01 +0000 reimar vf_remove_logo: Some more small malloc argument improvements.
Sun, 06 Apr 2014 19:11:24 +0000 reimar vf_remove_logo: remove pointless multiplication, the value is always 1.
Sun, 06 Apr 2014 19:08:01 +0000 reimar xvid_vbr: Sanity-check parsed variable before using it to malloc.
Sun, 06 Apr 2014 18:53:46 +0000 reimar stream: Move variables into lowest possible scope.
Sun, 06 Apr 2014 18:48:45 +0000 reimar cddb: Fix memleak in error case.
Sun, 06 Apr 2014 18:46:45 +0000 reimar mplayer: Fix potential NULL dereference.
Sun, 06 Apr 2014 18:42:45 +0000 reimar rawdv: check for dv_decoder_new failure.
Sun, 06 Apr 2014 18:37:42 +0000 reimar Comment switch fallthrough cases.
Sun, 06 Apr 2014 18:36:32 +0000 reimar Use macro to get BGR format bit depth.
Sun, 06 Apr 2014 18:27:49 +0000 reimar Minor spelling/grammar fixes.
Sun, 06 Apr 2014 18:23:25 +0000 reimar joystick: Fix incorrect pointer offset code.