log

age author description
2008-01-28 diego Consistently use uppercase filename as multiple inclusion guard.
2008-01-28 diego Fix compilation failure because bitfile was undefined:
2008-01-27 diego Add multiple inclusion guards.
2008-01-27 diego Replace with the output of the updated alaw-gen generator program.
2008-01-27 diego Add multiple inclusion guards to generated header file.
2008-01-27 diego Change format string so that the table is nicely aligned.
2008-01-27 diego The alaw tables should be const.
2008-01-27 diego Rename some identifiers to not use leading underscores.
2008-01-27 diego Fix illegal identifiers, names starting with __ are reserved for the system.
2008-01-27 diego Change #warning to FIXME comments.
2008-01-27 diego Fix illegal identifiers, names starting with __ are reserved for the system.
2008-01-27 diego Remove setting of ldconfig, it is unused.
2008-01-27 reimar Reindent
2008-01-27 reimar Simplify subtitle handling with -ass
2008-01-27 reimar Support mov subtitle format directly instead of converting to text in the demuxer
2008-01-27 ben reindent after r25881
2008-01-27 ben sub_scale command can now handle both ass and non-ass subs at a time
2008-01-27 reimar Make sure sub_font is freed.
2008-01-27 reimar Allow independent scaling of vo_font and sub_font.
2008-01-27 kraymer sync with r25821, patch by JRaSH (jrash06 163 com)
2008-01-27 reimar Remove $Id$ tags, they make diffs between different versions
2008-01-27 reimar Always use inline instead of _inline, the former is supported by all
2008-01-27 reimar Use the standard "static inline" instead of some broken ifdef mess
2008-01-27 reimar Prefer lavf mov demuxer over our own, it should work better most of the time now.