log

age author description
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.
Sun, 14 Nov 2010 15:24:12 +0000 reimar Adjust d_height instead of bad ad-hoc scaling.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sat, 13 Nov 2010 10:23:34 +0000 reimar If audio_block_size is 0 that is a bug (and will result in a division by 0
Sat, 13 Nov 2010 10:17:13 +0000 reimar Fix possible division by 0 if -aid is used for AVI files.
Fri, 12 Nov 2010 07:16:32 +0000 reimar Unescape username/password when URL-parsing.
Wed, 10 Nov 2010 22:48:41 +0000 reimar gl/win32: select a stereo pixel format for window when
Wed, 10 Nov 2010 22:10:30 +0000 reimar Move setting of pixel format from init to config.
Wed, 10 Nov 2010 17:49:11 +0000 reimar 100l, add forgotten FFMIN to fix small reads (-nocache) with bd:// protocol.
Wed, 10 Nov 2010 17:43:48 +0000 reimar Support reading larger blocks in one go for bd:// protocol.
Wed, 10 Nov 2010 17:21:28 +0000 reimar Make the file protocol read up to 64 kB at once when the cache is used,
Wed, 10 Nov 2010 15:18:03 +0000 compn fix punctuation and wording in ffmpeg codec howto
Wed, 10 Nov 2010 08:32:54 +0000 lorenm use x264_picture_init.
Wed, 10 Nov 2010 00:10:49 +0000 cehoyos Use fist(p)s instead of fist(p), fixes compilation with clang.
Tue, 09 Nov 2010 22:13:11 +0000 reimar Simplify: Use early return instead of large if block.
Tue, 09 Nov 2010 22:11:08 +0000 reimar Some indentation fixes.
Mon, 08 Nov 2010 21:46:37 +0000 reimar Merge pointlessly split string.
Mon, 08 Nov 2010 20:09:02 +0000 reimar Fix one -subcc sample.
Mon, 08 Nov 2010 19:32:02 +0000 reimar Document that -subcc now takes a channel option.
Mon, 08 Nov 2010 19:30:52 +0000 reimar Add code to allow selecting the Close Captioning channel.
Mon, 08 Nov 2010 07:47:16 +0000 diego cosmetics: Fix Bluray vs. Blu-ray typo.
Mon, 08 Nov 2010 07:16:50 +0000 diego Prefer FFmpeg AAC decoder over libfaad2.
Mon, 08 Nov 2010 00:28:28 +0000 compn document how to add ffmpeg codecs in codecs.conf.txt
Sun, 07 Nov 2010 21:48:12 +0000 cboesch Replace hardcoded str size with sizeof
Sun, 07 Nov 2010 21:42:26 +0000 cboesch Use MSGTR_MemAllocFailed instead of hardcoded string
Sun, 07 Nov 2010 21:26:07 +0000 diego Remove outdated reference to 80kB patch size limit; the limit no longer exists.
Sun, 07 Nov 2010 18:27:24 +0000 reimar Use calloc instead of malloc+memset.
Sun, 07 Nov 2010 18:13:22 +0000 reimar Avoid unnecessary ().
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Sun, 07 Nov 2010 11:03:47 +0000 cehoyos Add a comment to codecs that require their fourcc's added to demuxer.c.
Sun, 07 Nov 2010 11:00:00 +0000 cehoyos Add missing fourcc's that require libavcodec parsing.
Sun, 07 Nov 2010 10:55:01 +0000 cehoyos Fix typo: There is no fourcc 'MPE '.
Sat, 06 Nov 2010 21:49:49 +0000 reimar Use IMGFMT to compare instead of PIX_FMT to avoid issues
Sat, 06 Nov 2010 21:41:12 +0000 reimar For FFmpeg codecs YV12 should always be in the supported format
Sat, 06 Nov 2010 19:37:13 +0000 reimar Fix dvd:// fill_buffer function to actually write into the specified
Sat, 06 Nov 2010 19:35:34 +0000 reimar Fix spelling.
Sat, 06 Nov 2010 19:34:57 +0000 reimar 100l, add missing return.
Sat, 06 Nov 2010 19:33:30 +0000 reimar Change code to something understandable (but equivalent).
Sat, 06 Nov 2010 19:30:48 +0000 reimar Remove a pointless and stupid condition.
Sat, 06 Nov 2010 16:38:00 +0000 reimar Fix subtitle sync issues by ensuring we enqueue all subtitle packets
Sat, 06 Nov 2010 16:05:00 +0000 reimar Fix -ac faad with -demuxer lavf.
Sat, 06 Nov 2010 15:51:33 +0000 reimar fflatm seems to be working, wheras internal faad does not work with