log

age author description
Sat, 03 Apr 2010 13:51:14 +0000 diego Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.
Sat, 03 Apr 2010 11:06:57 +0000 diego Mark m_option struct member as const.
Sat, 03 Apr 2010 07:12:32 +0000 reimar Indentation fix.
Sat, 03 Apr 2010 07:08:07 +0000 reimar Add mpgl prefix to all OpenGL-related function pointers.
Fri, 02 Apr 2010 17:29:22 +0000 attila dont mention base64 about sending attachments.
Fri, 02 Apr 2010 10:13:45 +0000 cehoyos Cosmetics: Fix indentation.
Fri, 02 Apr 2010 10:13:08 +0000 cehoyos Do not try -march=native for icc.
Fri, 02 Apr 2010 07:14:21 +0000 reimar Change type to uint8_t to avoid checks depending on char signedness.
Thu, 01 Apr 2010 17:37:51 +0000 ptt updated example line for encoding to psp (acodec faac is now libfaac)
Thu, 01 Apr 2010 17:37:13 +0000 ptt updated table of libavcodec's audio codecs
Wed, 31 Mar 2010 19:42:15 +0000 reimar Sanitize ICY metadata a bit before printing it.
Wed, 31 Mar 2010 18:45:00 +0000 reimar Make audio switching with AVI demuxer chose the first audio stream
Wed, 31 Mar 2010 17:00:33 +0000 reimar Replace some "m" constraints by MANGLE to avoid issues with some compilers not
Wed, 31 Mar 2010 06:33:08 +0000 attila rename eatgv -> ffeatgv, lpcm -> fflpcm
Sun, 28 Mar 2010 19:02:58 +0000 diego Add HAVE_STRERROR_R definition for FFmpeg to config.h.
Sun, 28 Mar 2010 16:58:27 +0000 diego Use (void) instead of () to indicate a parameterless function, fixes:
Sun, 28 Mar 2010 16:49:23 +0000 diego Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.
Sun, 28 Mar 2010 16:31:17 +0000 reimar Fix compilation after librtmp support in FFmpeg.
Sun, 28 Mar 2010 00:08:28 +0000 reimar Fix crash with incomplete yuv2 frames.
Sat, 27 Mar 2010 19:45:59 +0000 reimar Leave disabling SSE to the check_os_katmai_support always regardless of OS,
Sat, 27 Mar 2010 16:01:22 +0000 reimar Support concatenated YUV4MPEG files.
Sat, 27 Mar 2010 15:35:59 +0000 reimar Use calloc instead of malloc+memset
Sat, 27 Mar 2010 15:27:16 +0000 reimar Add const to some video_out extern declarations to match their definitions.
Sat, 27 Mar 2010 15:22:47 +0000 reimar Mark some more LIBVO_EXTERN declarations as const where possible.
Sat, 27 Mar 2010 12:47:26 +0000 reimar 100l, fix frametime calculation for MPEG-2 files with frame rate extension.
Sat, 27 Mar 2010 11:31:02 +0000 diego libswscale: Relicense almost all x86 assembler optimizations as LGPL.
Fri, 26 Mar 2010 15:02:14 +0000 diego Refactor OS X foreground process setting into a separate function.
Fri, 26 Mar 2010 12:12:25 +0000 diego cosmetics: Break some overly long lines.
Fri, 26 Mar 2010 08:13:10 +0000 diego Convert asm keyword to __asm__.
Fri, 26 Mar 2010 07:57:54 +0000 diego HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.