log

age author description
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