log

age author description
Sun, 19 Jan 2014 22:24:46 +0000 reimar dvdnav: fix memory leaks in error paths.
Sun, 19 Jan 2014 22:24:45 +0000 reimar ad_realaud: Fix memory leak in error path.
Sun, 19 Jan 2014 21:45:59 +0000 reimar demux_mkv: Fix massive memleaks in attachment parsing.
Sun, 19 Jan 2014 18:53:32 +0000 rtogni Fix spelling in error messages.
Sun, 19 Jan 2014 18:42:42 +0000 reimar mf: Fix initial hang/delay with mf://
Sun, 19 Jan 2014 17:33:05 +0000 rtogni Remove double ;
Sun, 19 Jan 2014 17:31:41 +0000 rtogni Grammar fix in error messages.
Sun, 19 Jan 2014 17:30:23 +0000 rtogni Fix number of arguments in mp_msg.
Sun, 19 Jan 2014 15:58:54 +0000 ib Improve the dialog for subtitle encodings selection.
Sun, 19 Jan 2014 15:55:45 +0000 jrash sync with en/mplayer.1 rev. 36588
Sun, 19 Jan 2014 15:12:46 +0000 rtogni Add support for files with MLTI chunks.
Sun, 19 Jan 2014 15:10:42 +0000 ib Add option 'sub_utf8' to the GUI configuration file.
Sun, 19 Jan 2014 15:00:09 +0000 ib Prettify the dialog for subtitle encodings selection.
Sun, 19 Jan 2014 14:46:33 +0000 ib Improve the dialog for subtitle encodings selection.
Sun, 19 Jan 2014 14:30:10 +0000 ib Add an auxiliary vertical container box.
Sun, 19 Jan 2014 14:15:53 +0000 ib Explain the relationship between the subtitle encoding options.
Sun, 19 Jan 2014 13:14:42 +0000 reimar vobsub: fix indentation.
Sun, 19 Jan 2014 13:14:41 +0000 reimar vobsub: Simplify and fix memleak.
Sun, 19 Jan 2014 12:06:04 +0000 reimar vo_bl: update copyright header.
Sun, 19 Jan 2014 12:06:03 +0000 reimar vo_bl: RGB output support.
Sun, 19 Jan 2014 12:06:02 +0000 reimar vo_bl: Fix bpc variable documentation.
Sun, 19 Jan 2014 11:32:51 +0000 reimar mkv: replace a missed "return 0" by "goto err_out".
Sun, 19 Jan 2014 11:30:06 +0000 reimar film: various small code improvements.
Sun, 19 Jan 2014 11:30:05 +0000 reimar film: Fix memory leaks in error cases.
Sun, 19 Jan 2014 11:13:04 +0000 reimar asxparser: Declare variables in the blocks that need them.
Sun, 19 Jan 2014 11:13:03 +0000 reimar rawdv: various small code improvements.
Sun, 19 Jan 2014 11:13:02 +0000 reimar rawdv: remove pointless casts.
Sun, 19 Jan 2014 11:13:01 +0000 reimar rawdv: Fix memory leak in error case.
Sun, 19 Jan 2014 10:53:03 +0000 reimar cookies.c: cols must (and does) have 7 elements.
Sun, 19 Jan 2014 10:48:02 +0000 reimar vcd_read: Fix sizeof argument.
Sun, 19 Jan 2014 00:01:21 +0000 ib Add #ifdef to avoid warnings.
Sat, 18 Jan 2014 23:38:50 +0000 ib Remove pointless declaration of static function.
Sat, 18 Jan 2014 23:08:34 +0000 reimar vo_sdl: some minor code simplifications.
Sat, 18 Jan 2014 23:08:33 +0000 reimar vo_sdl: Avoid code duplication in DR code.
Sat, 18 Jan 2014 23:08:32 +0000 reimar vo_sdl: remove some commented-out code, reduce code duplication.
Sat, 18 Jan 2014 23:08:31 +0000 reimar vo_sdl: Avoid setenv code duplication.
Sat, 18 Jan 2014 23:08:29 +0000 reimar vo_sdl: simplify by using memcpy_pic.
Sat, 18 Jan 2014 23:08:28 +0000 reimar vo_sdl: set VFCAP_FLIP correctly.
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Sat, 18 Jan 2014 20:41:46 +0000 reimar Fully reinit audio chain on format change.
Sat, 18 Jan 2014 18:34:37 +0000 jrash Synced with help_mp-en.h rev. 36587
Sat, 18 Jan 2014 14:05:27 +0000 reimar vo_bl: cosmetics, use more readable array indexing syntax.
Sat, 18 Jan 2014 14:04:31 +0000 reimar vo_bl: consistently multiply by "channels".
Sat, 18 Jan 2014 13:59:00 +0000 reimar vo_bl: Simplify realloc + memset to calloc.
Sat, 18 Jan 2014 13:55:52 +0000 reimar vo_bl: Simplify/avoid duplicating size calculations.
Sat, 18 Jan 2014 13:49:18 +0000 reimar vo_bl: cosmetics, reindent.
Sat, 18 Jan 2014 13:46:54 +0000 reimar vo_bl: minor simplification of size reinit case.
Sat, 18 Jan 2014 13:43:10 +0000 reimar vo_bl: Do memory allocation only in one place.
Sat, 18 Jan 2014 13:36:37 +0000 reimar vo_bl: Simplify parser, reduce code duplication.
Sat, 18 Jan 2014 13:14:54 +0000 reimar vo_bl: Use strcspn
Sat, 18 Jan 2014 13:07:40 +0000 reimar vo_bl: Move variables into blocks that use them.
Sat, 18 Jan 2014 13:05:50 +0000 reimar vo_bl: Use snprintf.
Sat, 18 Jan 2014 12:59:25 +0000 reimar vo_bl: remove pointless casts.
Sat, 18 Jan 2014 12:53:54 +0000 reimar vo_bl: after close reset to NULL/-1.
Sat, 18 Jan 2014 12:51:35 +0000 reimar vo_bl: move assignment to a place where it actuall has an effect.
Sat, 18 Jan 2014 12:47:54 +0000 reimar vo_bl: Deobfuscate, use strdup.
Sat, 18 Jan 2014 12:43:38 +0000 reimar vo_bl: Fix a memleak
Sat, 18 Jan 2014 12:39:58 +0000 reimar vo_bl: Fix crashes on error.
Sat, 18 Jan 2014 12:15:34 +0000 reimar Fix video size < blinkenlights size again.
Sat, 18 Jan 2014 11:59:59 +0000 reimar Do not needlessly request chroma.