log

age author description
Thu, 11 Dec 2008 21:45:11 +0000 diego Add missing 'void' to parameterless function declaration.
Thu, 11 Dec 2008 21:29:01 +0000 diego Change some printf calls to 'Debug printf' so as not to pollute stdout.
Wed, 10 Dec 2008 21:15:55 +0000 gpoirier sync w/r28126
Wed, 10 Dec 2008 16:44:12 +0000 reimar Add support for writing PNG files with alpha channel in -vo png
Wed, 10 Dec 2008 16:39:45 +0000 reimar Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).
Wed, 10 Dec 2008 14:28:17 +0000 gpoirier 10l: actually disable quartz vo when detection failed.
Wed, 10 Dec 2008 12:41:36 +0000 compn add acdv fourcc to ffmjpeg
Tue, 09 Dec 2008 20:25:49 +0000 diego Fix MGSTR vs. MSGTR typo.
Tue, 09 Dec 2008 18:44:48 +0000 reimar Set d3d_handle to NULL after release.
Tue, 09 Dec 2008 18:41:41 +0000 reimar Forgotten part of previous cosmetics commit
Tue, 09 Dec 2008 18:36:15 +0000 reimar Slightly simplify the conditional release/free code
Tue, 09 Dec 2008 18:31:52 +0000 reimar First version of OSD support for vo_direct3d
Tue, 09 Dec 2008 02:46:28 +0000 compn add binary voxware metavoice audio codec, format 0x74
Mon, 08 Dec 2008 19:43:48 +0000 compn remove duplicated fourcc
Mon, 08 Dec 2008 19:42:00 +0000 compn add some fourcc's and ulead dv audio codec, fixes samples from:
Mon, 08 Dec 2008 14:43:28 +0000 reimar Use svn.ffmpeg.org for the externals which is both more correct and more reliable.
Mon, 08 Dec 2008 11:30:43 +0000 diego cosmetics: indentation
Mon, 08 Dec 2008 11:04:27 +0000 reimar Remove pointless or even wrong N/A return values doxy comments
Mon, 08 Dec 2008 00:12:53 +0000 diego Add missing unistd.h #include, fixes the warning:
Mon, 08 Dec 2008 00:11:03 +0000 diego Remove unused variable, fixes the warning:
Mon, 08 Dec 2008 00:02:07 +0000 diego #include appropriate headers instead of locally declaring function prototypes.
Sat, 06 Dec 2008 12:13:14 +0000 reimar ati_hack only makes sense when PBOs are used, not with mesa_buffer.
Sat, 06 Dec 2008 06:44:54 +0000 reimar More possible fixes for mesa-buffer mode.
Sat, 06 Dec 2008 06:41:36 +0000 reimar Move one ati_hack check to a better place.
Sat, 06 Dec 2008 06:40:47 +0000 reimar Reindent
Sat, 06 Dec 2008 06:18:57 +0000 reimar 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.
Fri, 05 Dec 2008 23:35:32 +0000 reimar 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.
Fri, 05 Dec 2008 22:35:24 +0000 reimar Fix indentation
Fri, 05 Dec 2008 22:16:45 +0000 reimar Add experimental support for glXAllocateMemoryMESA
Fri, 05 Dec 2008 21:46:28 +0000 gpoirier sync w/r28096
Fri, 05 Dec 2008 20:56:49 +0000 reimar Avoid one more duplicated logic.
Fri, 05 Dec 2008 20:50:43 +0000 reimar Simplify, do not duplicate buffer size calculation
Fri, 05 Dec 2008 19:01:49 +0000 reimar Set the base size window manager hint, otherwise some subtract the minimum
Fri, 05 Dec 2008 15:55:25 +0000 reimar Using rectangle=2 for vo_gl is probably a good idea nowadays.
Fri, 05 Dec 2008 15:54:31 +0000 reimar Document missing vo_gl suboptions
Fri, 05 Dec 2008 15:50:24 +0000 reimar Add some forgotten documentation for gl suboptions
Fri, 05 Dec 2008 15:36:54 +0000 reimar Add support for YCBCR MESA texture format to vo_gl.
Fri, 05 Dec 2008 14:50:48 +0000 compn add a bunch of binary codecs with samples from this list:
Fri, 05 Dec 2008 14:21:22 +0000 reimar Add const to avoid warnings about discarded qualifiers.
Fri, 05 Dec 2008 09:57:37 +0000 Gabrov synced with r28089
Thu, 04 Dec 2008 18:11:05 +0000 diego Add entry for FFmpeg QCELP decoder, currently produces white noise.
Thu, 04 Dec 2008 15:07:15 +0000 reimar Re-add "extern"s incorrectly removed in r28085
Wed, 03 Dec 2008 23:43:58 +0000 diego Restore two mistakenly removed 'extern' keywords.
Wed, 03 Dec 2008 23:03:48 +0000 cehoyos Allow mp2 in mov.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Wed, 03 Dec 2008 20:52:27 +0000 compn add bunch of fourccs and updates from
Wed, 03 Dec 2008 18:53:35 +0000 diego Remove unused declarations and references to vo_draw_text_osd(),
Wed, 03 Dec 2008 15:25:27 +0000 diego Delete unnecessary 'extern' keywords.
Wed, 03 Dec 2008 14:54:04 +0000 diego whitespace cosmetics in test programs
Wed, 03 Dec 2008 14:48:31 +0000 diego Treat video output objects the same as everything else in the build system,
Wed, 03 Dec 2008 14:39:45 +0000 diego cosmetics: consistent CONFIG_PNM definition
Wed, 03 Dec 2008 13:35:44 +0000 compn add FFDS fourcc
Wed, 03 Dec 2008 12:47:29 +0000 diego cosmetics: Rename ZORAN Makefile variable to ZR for consistency.
Wed, 03 Dec 2008 12:22:32 +0000 reimar Fix indentation.
Wed, 03 Dec 2008 12:05:47 +0000 diego Treat audio output objects the same as everything else in the build system,
Wed, 03 Dec 2008 10:54:01 +0000 reimar More robust w32 -wid size handling
Wed, 03 Dec 2008 10:42:53 +0000 reimar Reindent after previous commit
Wed, 03 Dec 2008 10:38:50 +0000 reimar Do not override the vo_dwidth/vo_dheight values in vo_w32_config
Wed, 03 Dec 2008 10:34:03 +0000 gpoirier sync w/r28056
Wed, 03 Dec 2008 09:58:11 +0000 reimar Cosmetics, whitespace and "... == NULL" to "!..."