log

age author description
Tue, 12 Jan 2010 22:21:21 +0000 reimar Avoid linking in assembler-optimized code that will never be used.
Tue, 12 Jan 2010 21:16:01 +0000 reimar Add very experimetal support for the Sun C compiler.
Tue, 12 Jan 2010 21:12:23 +0000 reimar Change -pipe check to avoid misdetecting it as available for Sun's compiler.
Tue, 12 Jan 2010 20:26:15 +0000 reimar Use ARCH_X86_32 instead of the compiler-specific __i386__
Tue, 12 Jan 2010 20:20:49 +0000 reimar Remove hackish and not actually working code to make vidix compile with
Tue, 12 Jan 2010 19:51:29 +0000 reimar Remove a check that simply can not have worked since it relied on a completely
Tue, 12 Jan 2010 19:41:44 +0000 reimar Add checks for exp2, exp2 and log2f required by FFmpeg.
Tue, 12 Jan 2010 19:03:49 +0000 reimar 100l, fix typo that caused ad_hwac3 to fail to compile.
Tue, 12 Jan 2010 19:03:09 +0000 conrad /nop is illegal with Apple's older version of gas, this was fixed elsewhere
Tue, 12 Jan 2010 18:37:23 +0000 reimar Attempt a simple hack to fix -ac hwdts
Tue, 12 Jan 2010 02:34:33 +0000 zuxy Make sure that sfence is used after any non temporal stores.
Mon, 11 Jan 2010 21:06:00 +0000 reimar More changes needed to make ad_hwac3 truly independent from liba52.
Mon, 11 Jan 2010 20:40:51 +0000 reimar Let the format filter do the AC3 endianness conversion instead of duplicating
Mon, 11 Jan 2010 20:29:33 +0000 reimar MPlayer's format now correctly identifies AC3 as either little- or big-endian,
Mon, 11 Jan 2010 20:27:52 +0000 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
Mon, 11 Jan 2010 20:02:46 +0000 reimar More uses of AF_FORMAT_IS_AC3
Mon, 11 Jan 2010 19:55:07 +0000 reimar Use AF_FORMAT_IS_AC3 in ao_oss.c
Mon, 11 Jan 2010 19:43:19 +0000 reimar Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,
Mon, 11 Jan 2010 19:40:58 +0000 reimar Use af_fmt2bits, it should give more sensible values than snd_pcm_format_physical_width,
Mon, 11 Jan 2010 19:37:50 +0000 reimar Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since this
Mon, 11 Jan 2010 19:26:33 +0000 reimar Use af_fmt2bits instead of reimplementing it.
Mon, 11 Jan 2010 19:23:18 +0000 reimar Add and use AF_FORMAT_IS_AC3 macro.
Mon, 11 Jan 2010 19:08:15 +0000 reimar Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,
Mon, 11 Jan 2010 11:16:09 +0000 compn mark cfhdvfw decoder as working on windows only
Mon, 11 Jan 2010 08:21:31 +0000 zuxy Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for
Mon, 11 Jan 2010 07:30:28 +0000 ramiro cosmetics: {} placement.
Sun, 10 Jan 2010 21:47:50 +0000 reimar Search X11 headers and libraries also in /usr/local/..., should ease
Sun, 10 Jan 2010 21:22:44 +0000 reimar Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not
Sun, 10 Jan 2010 20:32:19 +0000 reimar FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_TABLES.
Sun, 10 Jan 2010 19:59:36 +0000 reimar Place a volatile at a more appropriate place.
Sun, 10 Jan 2010 19:58:01 +0000 reimar Change dummy value to fit into int.
Sun, 10 Jan 2010 19:52:59 +0000 reimar Remove return statement from function that has no return value.
Sun, 10 Jan 2010 19:37:42 +0000 reimar Move mp3lib priority below libavcodec mp2/mp3 audio decoders.
Sun, 10 Jan 2010 18:22:01 +0000 reimar Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.
Sun, 10 Jan 2010 16:00:07 +0000 reimar Only print "using sdl-config" if we actually used it for SDL detection.
Sun, 10 Jan 2010 15:37:14 +0000 reimar Avoid excessive fflush in dbgprintf if we didn't even print anything.
Sun, 10 Jan 2010 15:31:45 +0000 reimar Fix RegCloseKey to not return an error on success.
Sun, 10 Jan 2010 14:03:10 +0000 reimar Call XSync after XShmAttach to avoid a possible race-condition with shmctl.
Sun, 10 Jan 2010 13:55:55 +0000 reimar Prefer libdca over libdts
Sun, 10 Jan 2010 13:52:44 +0000 zuxy Use !isspace() to replace isalnum() to avoid filename mismatch under MBCS
Sun, 10 Jan 2010 13:32:37 +0000 reimar Quote test arguments that may be empty
Sun, 10 Jan 2010 12:13:10 +0000 reimar Disable internal copy of liba52 by default, libavcodec should be an
Sat, 09 Jan 2010 18:29:28 +0000 reimar IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that case.
Sat, 09 Jan 2010 17:20:49 +0000 zuxy MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just
Sat, 09 Jan 2010 14:44:20 +0000 zuxy Remove unused PREFETCHW macro
Sat, 09 Jan 2010 14:17:23 +0000 reimar Add several make variables to make --enable-hardcoded-tables actually compile.
Sat, 09 Jan 2010 13:39:26 +0000 reimar Add support for --enable-hardcoded-tables like FFmpeg has.
Sat, 09 Jan 2010 11:33:06 +0000 cehoyos Fix MP1 with demuxer lavf in MPEG (PS) files.
Sat, 09 Jan 2010 11:32:18 +0000 reimar Fix fbdev2 to work with Intel framebuffer.
Sat, 09 Jan 2010 11:26:39 +0000 reimar Fix vo_fbdev to also work with Intel framebuffer.
Fri, 08 Jan 2010 21:50:32 +0000 compn add binary cineform hd vfw decoder to codecs.conf
Fri, 08 Jan 2010 19:31:33 +0000 reimar Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will
Fri, 08 Jan 2010 19:21:14 +0000 reimar vf crop: do not generate 0-size slices, they are pointless and also confuse
Fri, 08 Jan 2010 18:56:39 +0000 greg libass needs at least freetype 2.2.1
Fri, 08 Jan 2010 18:44:34 +0000 compn mark ffqclp as working in codecs.conf, works on all my samples
Fri, 08 Jan 2010 18:35:44 +0000 greg Update internal libass copy to commit 8db4a5
Fri, 08 Jan 2010 18:19:10 +0000 cehoyos Cosmetics: Fix indentation
Fri, 08 Jan 2010 18:18:43 +0000 cehoyos QCELP is part of libavcodec.
Fri, 08 Jan 2010 18:07:12 +0000 greg Fix libass API checks
Fri, 08 Jan 2010 15:36:38 +0000 compn update wishlist
Fri, 08 Jan 2010 11:25:18 +0000 jrash sync with en/mplayer.1 r30197
Thu, 07 Jan 2010 19:07:47 +0000 stefano Implement sws_isSupportedInput() and sws_isSupportedOutput().
Thu, 07 Jan 2010 11:12:58 +0000 zuxy Happy new year!
Thu, 07 Jan 2010 07:13:18 +0000 zuxy Remove const to avoid a bunch of GCC warnings against discarded qualifiers and
Thu, 07 Jan 2010 04:59:50 +0000 zuxy Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding
Wed, 06 Jan 2010 16:12:58 +0000 reimar Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://
Wed, 06 Jan 2010 16:11:29 +0000 reimar Simplify ffmpeg stream support, we (so far) do not need any special option parsing.
Wed, 06 Jan 2010 03:44:24 +0000 compn add MVLZ and MVDV binary decoders to codecs.conf
Tue, 05 Jan 2010 20:12:06 +0000 compn map zjpeg to ffmjpeg in codecs.conf
Tue, 05 Jan 2010 20:04:44 +0000 compn add blox binary codec to codecs.conf
Tue, 05 Jan 2010 19:12:25 +0000 compn add three ADV1 binary codecs to codecs.conf
Tue, 05 Jan 2010 10:54:41 +0000 diego Move MatrixView video output check below OpenGL check, it depends on OpenGL.
Tue, 05 Jan 2010 10:52:12 +0000 diego vo_png now depends on libavcodec, not libpng.
Tue, 05 Jan 2010 05:43:33 +0000 reimar Change license terms for matrixview to GPLv2 "or later", all known
Mon, 04 Jan 2010 22:32:28 +0000 diego Remove pointless variable declaration from DirectFB check.
Mon, 04 Jan 2010 22:30:41 +0000 diego Add missing stdlib.h #include to fribidi check.
Mon, 04 Jan 2010 22:29:55 +0000 diego Remove pointless printf call in libmp3lame test.
Mon, 04 Jan 2010 22:28:44 +0000 diego Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.
Mon, 04 Jan 2010 21:57:13 +0000 diego Pass a proper va_list type to vsscanf() test in configure.
Mon, 04 Jan 2010 21:38:45 +0000 reimar At startup and while seeking avoid to introduce pointless sleeps and possibly
Mon, 04 Jan 2010 21:27:08 +0000 reimar Also reset time_frame and next_frame_time on reset, it makes no sense to
Mon, 04 Jan 2010 21:22:33 +0000 diego Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.
Mon, 04 Jan 2010 21:10:15 +0000 diego cosmetics: Break multiple statements on one line apart.
Mon, 04 Jan 2010 20:53:57 +0000 diego Remove previous failed attempt at disabling that auto-generation of some C code.
Mon, 04 Jan 2010 20:36:27 +0000 diego Add required header #includes to satisfy 'make checkheaders'.
Mon, 04 Jan 2010 20:32:23 +0000 diego Drop -Iloader from CPPFLAGS for the loader subdirectory.
Mon, 04 Jan 2010 19:56:28 +0000 diego Add loader/wine/ to DIRS; its headers should be part of checkheaders.
Mon, 04 Jan 2010 19:49:42 +0000 diego Add missing config.h #include.
Mon, 04 Jan 2010 19:36:18 +0000 diego Refactor real --> float #define to a typedef in a common header.
Mon, 04 Jan 2010 19:04:33 +0000 diego Add missing header #includes to fix 'make checkheaders'.
Mon, 04 Jan 2010 18:58:35 +0000 diego Add a few missing header #includes and #defines.
Mon, 04 Jan 2010 15:14:21 +0000 diego Remove unused variable; fixes the warning:
Mon, 04 Jan 2010 14:42:59 +0000 diego Add multiple inclusion guards to all mp3lib headers.
Mon, 04 Jan 2010 13:13:10 +0000 diego Add missing config.h #include; remove a redundant one.
Mon, 04 Jan 2010 13:05:52 +0000 diego Add missing license headers for vo_matrixview code.
Mon, 04 Jan 2010 13:05:05 +0000 diego Refer to MatrixView instead of MPlayer in code taken from MatrixView.
Mon, 04 Jan 2010 13:01:44 +0000 diego Clarify which version of the GPL applies to MPlayer.
Mon, 04 Jan 2010 12:24:07 +0000 diego cosmetics: tabs to spaces, some reindentation
Mon, 04 Jan 2010 12:12:57 +0000 diego Fix fribidi check to avoid spamming the console with error messages.
Mon, 04 Jan 2010 11:58:56 +0000 reimar Remove ARGB support from matrixview vo, it is quite pointless and causes
Mon, 04 Jan 2010 11:14:47 +0000 diego Fix a few typos in the matrixview section.
Mon, 04 Jan 2010 11:13:49 +0000 diego Add a few definitions used by FFmpeg to config.h:
Mon, 04 Jan 2010 10:24:10 +0000 diego prettyprinting cosmetics
Mon, 04 Jan 2010 09:48:14 +0000 diego Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.
Sun, 03 Jan 2010 18:44:56 +0000 reimar Make vo gl print the OpenGL vendor and version strings.
Sun, 03 Jan 2010 17:12:12 +0000 reimar Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
Sun, 03 Jan 2010 17:04:04 +0000 reimar Avoid memleaks when vo_direct3d initialization fails.
Sun, 03 Jan 2010 17:00:51 +0000 reimar Modify -vo direct3d so we do not have to link against d3d9.dll, it might
Sun, 03 Jan 2010 16:51:56 +0000 reimar Some Changelog updates.
Sun, 03 Jan 2010 16:46:31 +0000 reimar Enable all FFmpeg protocols by default, they seem to build without issue
Sun, 03 Jan 2010 16:39:16 +0000 reimar 100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.
Sun, 03 Jan 2010 16:26:30 +0000 reimar Change vo_png to use FFmpeg's png encoder instead of libpng.
Sun, 03 Jan 2010 15:56:33 +0000 reimar Add missing avcodec_close to vf_screenshot.
Sun, 03 Jan 2010 15:20:07 +0000 stefano Prefer enum PixelFormat over int for the type of the format parameter
Sun, 03 Jan 2010 14:55:15 +0000 reimar Basic -vo matrixview documentation.
Sun, 03 Jan 2010 14:54:51 +0000 reimar Finally add matrixview vo.
Sun, 03 Jan 2010 14:44:45 +0000 reimar Document -vo gl colorspace suboption.
Sun, 03 Jan 2010 14:35:20 +0000 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
Sun, 03 Jan 2010 12:55:09 +0000 reimar Add pointers to a few more standard OpenGL functions to ease future extensions.
Sun, 03 Jan 2010 11:33:33 +0000 reimar Fixup SDL configure check: