log

age author description
Sat, 27 Nov 2010 10:36:14 +0000 reimar Mark input-only buffer as const.
Sat, 27 Nov 2010 10:12:35 +0000 reimar Mark input buffer that is never modified as const.
Sat, 27 Nov 2010 10:09:20 +0000 reimar Use uint8_t type instead of unsigned char.
Sat, 27 Nov 2010 10:07:19 +0000 reimar Mark input-only buffers as const.
Sat, 27 Nov 2010 10:01:11 +0000 reimar Support clearing subtitles. Makes PGS subtitles disappear at the appropriate time.
Sat, 27 Nov 2010 09:51:31 +0000 reimar Bump codecs.conf version.
Sat, 27 Nov 2010 09:49:17 +0000 reimar Add support for decoding Avid DNxHD through the QuickTime component.
Fri, 26 Nov 2010 20:52:35 +0000 reimar build_afilter_chain is not safe to use directly, thus make it
Thu, 25 Nov 2010 10:04:07 +0000 cboesch Use calloc instead of malloc+memset.
Thu, 25 Nov 2010 10:02:51 +0000 cboesch Remove GCC warning hack not needed anymore
Thu, 25 Nov 2010 10:01:48 +0000 cboesch Remove dead define
Thu, 25 Nov 2010 10:01:03 +0000 cboesch Simplify mime_type_table loop
Tue, 23 Nov 2010 14:44:26 +0000 komh Check the validity of an argument, font.
Sun, 21 Nov 2010 19:46:37 +0000 cboesch Handle ':' on systems with DOS paths: it allows paths like C:foo.avi.
Sun, 21 Nov 2010 17:07:34 +0000 cboesch Add a mp_dirname function (unused at the moment)
Sun, 21 Nov 2010 16:52:22 +0000 cboesch Do not keep authentication in URL on connection through a proxy
Sun, 21 Nov 2010 12:25:44 +0000 reimar Add WAVEFORMATEXTENSIBLE support to AVI demuxer.
Sun, 21 Nov 2010 12:25:01 +0000 reimar Fix WAVEFORMATEXTENSIBLE condition.
Sun, 21 Nov 2010 12:20:22 +0000 reimar Fix WAVEFORMATEXTENSIBLE support on big-endian.
Sat, 20 Nov 2010 11:39:05 +0000 komh Set font_fontconfig to -1 if CONFIG_FONTCONFIG is not configured.
Sat, 20 Nov 2010 10:47:58 +0000 reimar Fix TS demuxer with -sb and when -aid stream is not found.
Thu, 18 Nov 2010 20:20:39 +0000 cboesch Add Proxy-Authorization header to authenticate on proxies
Thu, 18 Nov 2010 20:18:44 +0000 cboesch "Authentication" header is for the destination server URL, even through a proxy
Wed, 17 Nov 2010 21:14:55 +0000 cboesch Handle correctly paths with mixed '/' and '\' in it.
Wed, 17 Nov 2010 16:33:48 +0000 cboesch Fix crash on path without directories.
Tue, 16 Nov 2010 21:06:52 +0000 cboesch Export mp_basename in a function instead of duplicate macros in various places
Tue, 16 Nov 2010 19:58:54 +0000 reimar Do not initialize codec_id to a nonsense value (it was initialized
Sun, 14 Nov 2010 15:35:53 +0000 reimar Indicate that stereo3d can now handle strides properly.
Sun, 14 Nov 2010 15:34:27 +0000 reimar Remove unused struct element.
Sun, 14 Nov 2010 15:33:25 +0000 reimar Properly support src/dst stride in vf_stereo3d.