log

age author description
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 "!..."
Wed, 03 Dec 2008 09:27:19 +0000 reimar Some whitespace and () cosmetics
Wed, 03 Dec 2008 09:06:23 +0000 gpoirier Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine as
Tue, 02 Dec 2008 20:07:13 +0000 reimar 100l, actually put the PTHREAD_CACHE define into config.h
Tue, 02 Dec 2008 19:53:41 +0000 reimar Print ID_EXIT and exit reason message in identify mode when exiting.
Tue, 02 Dec 2008 15:03:19 +0000 reimar Remove resize_d3d call from render_d3d_frame that was made useless
Tue, 02 Dec 2008 14:51:46 +0000 reimar 100l, do not call check_events from resize_d3d since there should be
Tue, 02 Dec 2008 09:46:08 +0000 reimar Cosmetics: Remove unnecessary ()
Tue, 02 Dec 2008 09:40:09 +0000 reimar Consistency cosmetics: do not compare against NULL in ifs
Tue, 02 Dec 2008 09:38:24 +0000 reimar Cosmetics: remove spaces before argument (
Tue, 02 Dec 2008 09:36:47 +0000 reimar Reorganize Direct3D initialization code.
Tue, 02 Dec 2008 08:35:30 +0000 diego vo_direct3d.o depends on w32_common.o.
Tue, 02 Dec 2008 00:26:14 +0000 diego Remove commented-out duplicate declarations.
Tue, 02 Dec 2008 00:21:37 +0000 diego Remove unused declarations.
Mon, 01 Dec 2008 16:45:43 +0000 reimar Add a note about some known issues with -vo sdl
Mon, 01 Dec 2008 16:37:06 +0000 reimar Remove a lot of completely pointless mp_msg_test calls.
Mon, 01 Dec 2008 06:42:11 +0000 kostya FFmpeg now has RV40 decoder
Sun, 30 Nov 2008 13:37:42 +0000 diego Use standard unsigned long type instead of u_long.
Sun, 30 Nov 2008 13:22:34 +0000 diego MNG demuxer by Stefan Schuermans, stefan blinkenarea org
Sun, 30 Nov 2008 13:21:09 +0000 diego whitespace cosmetics
Sun, 30 Nov 2008 12:55:11 +0000 nplourde use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>
Sun, 30 Nov 2008 09:17:21 +0000 zuxy Correct detection of SSSE3 and SSE4a feature bits.
Fri, 28 Nov 2008 17:04:36 +0000 reimar Move PTHREAD_CACHE define logic to configure.
Fri, 28 Nov 2008 15:26:36 +0000 compn misc mplayer fixes
Fri, 28 Nov 2008 10:53:09 +0000 reimar Fix cross-compilation: autodetect correct nm tool
Fri, 28 Nov 2008 09:24:20 +0000 diego whitespace cosmetics: prettyprinting and indentation
Thu, 27 Nov 2008 11:34:26 +0000 gpoirier factorize mouse hiding and screensaver disabling code
Wed, 26 Nov 2008 18:49:16 +0000 uau configure: Move AANDCT config.mak entry and add config.h #defines
Wed, 26 Nov 2008 18:17:55 +0000 reimar Fix compilation after FFmpeg r15940
Wed, 26 Nov 2008 16:30:42 +0000 reimar Use D3DFMT_ constants where possible instead of MAKEFOURCC
Wed, 26 Nov 2008 16:27:39 +0000 reimar Add support for RGB formats to vo_direct3d
Wed, 26 Nov 2008 13:04:10 +0000 diego Update Tremor comment regarding fixed-point mode.
Tue, 25 Nov 2008 18:37:13 +0000 cehoyos Enable compilation with icc 11.0.
Tue, 25 Nov 2008 18:36:50 +0000 cehoyos Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq
Tue, 25 Nov 2008 18:24:23 +0000 reimar 100l, OSD alpha textures were cleared to the wrong value.
Tue, 25 Nov 2008 09:54:34 +0000 gpoirier typo fix + readability improvement
Mon, 24 Nov 2008 22:42:19 +0000 torinthiel Another part of sync to 27843
Mon, 24 Nov 2008 21:23:16 +0000 diego Sync with latest FFmpeg changes.