log

age author description
2010-11-10 cehoyos Use fist(p)s instead of fist(p), fixes compilation with clang.
2010-11-09 reimar Simplify: Use early return instead of large if block.
2010-11-09 reimar Some indentation fixes.
2010-11-08 reimar Merge pointlessly split string.
2010-11-08 reimar Fix one -subcc sample.
2010-11-08 reimar Document that -subcc now takes a channel option.
2010-11-08 reimar Add code to allow selecting the Close Captioning channel.
2010-11-08 diego cosmetics: Fix Bluray vs. Blu-ray typo.
2010-11-08 diego Prefer FFmpeg AAC decoder over libfaad2.
2010-11-08 compn document how to add ffmpeg codecs in codecs.conf.txt
2010-11-07 cboesch Replace hardcoded str size with sizeof
2010-11-07 cboesch Use MSGTR_MemAllocFailed instead of hardcoded string
2010-11-07 diego Remove outdated reference to 80kB patch size limit; the limit no longer exists.
2010-11-07 reimar Use calloc instead of malloc+memset.
2010-11-07 reimar Avoid unnecessary ().
2010-11-07 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
2010-11-07 cehoyos Add a comment to codecs that require their fourcc's added to demuxer.c.
2010-11-07 cehoyos Add missing fourcc's that require libavcodec parsing.
2010-11-07 cehoyos Fix typo: There is no fourcc 'MPE '.
2010-11-06 reimar Use IMGFMT to compare instead of PIX_FMT to avoid issues
2010-11-06 reimar For FFmpeg codecs YV12 should always be in the supported format
2010-11-06 reimar Fix dvd:// fill_buffer function to actually write into the specified
2010-11-06 reimar Fix spelling.
2010-11-06 reimar 100l, add missing return.
2010-11-06 reimar Change code to something understandable (but equivalent).
2010-11-06 reimar Remove a pointless and stupid condition.
2010-11-06 reimar Fix subtitle sync issues by ensuring we enqueue all subtitle packets
2010-11-06 reimar Fix -ac faad with -demuxer lavf.