log

age author description
Thu, 11 Feb 2010 10:56:09 +0000 diego Move one more FFmpeg-related definition to the FFmpeg section of config.h.
Thu, 11 Feb 2010 10:52:36 +0000 diego Move some FFmpeg-related definitions to the FFmpeg section of config.h.
Thu, 11 Feb 2010 08:52:15 +0000 diego Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.
Thu, 11 Feb 2010 02:25:38 +0000 compn add comment about geov codec crashing on win32 in codecs.conf
Thu, 11 Feb 2010 01:28:21 +0000 cehoyos GeoCodec.dll also supports fourcc GEOX.
Thu, 11 Feb 2010 01:12:37 +0000 cehoyos Support GEOV video codec: Hangs on exit
Tue, 09 Feb 2010 19:43:02 +0000 reimar Add stubs for several functions, needed for CineForm codec.
Tue, 09 Feb 2010 17:36:24 +0000 greg libass: fix PAR correction
Tue, 09 Feb 2010 08:46:07 +0000 kostya There is Indeo 5 decoder in FFmpeg now, so register it
Mon, 08 Feb 2010 23:23:04 +0000 diego Fix linking of mp3lib test programs when internal mp3lib is disabled.
Mon, 08 Feb 2010 22:21:16 +0000 diego Fix linking of liba52 test program when internal liba52 is disabled.
Mon, 08 Feb 2010 10:14:42 +0000 diego Remove disabled AVIFILE-specific preprocessor code.
Mon, 08 Feb 2010 10:05:49 +0000 diego Merge some preprocessor conditionals where appropriate.
Sat, 06 Feb 2010 19:57:45 +0000 reimar Fix subtitle display for DVDs using fade-in/fade-out.
Sat, 06 Feb 2010 19:18:09 +0000 reimar Make mkalpha function simpler, faster and more correct.
Sat, 06 Feb 2010 17:43:04 +0000 Gabrov synced with r30515
Sat, 06 Feb 2010 00:55:42 +0000 jrash sync with en/mplayer.1 r30436
Fri, 05 Feb 2010 23:53:25 +0000 stefano Simplify how usesVFilter and usesHFilter are set.
Fri, 05 Feb 2010 22:56:59 +0000 stefano Apply misc fixes to sws_getCoefficients() doxy.
Fri, 05 Feb 2010 22:54:45 +0000 stefano Satisfy consistency need:
Fri, 05 Feb 2010 17:35:48 +0000 reimar Prefer libavformat over our own mov demuxer also for video/quicktime
Fri, 05 Feb 2010 17:20:21 +0000 reimar Release pin enumerator after we are done using it.
Fri, 05 Feb 2010 17:13:47 +0000 reimar Add support for loading ASS subtitles through the stream layer and thus e.g.
Fri, 05 Feb 2010 16:42:13 +0000 reimar Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_state.
Fri, 05 Feb 2010 16:09:03 +0000 conrad Add function to translate SWS_CS_* to coefficient array
Fri, 05 Feb 2010 11:00:59 +0000 komh Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.
Fri, 05 Feb 2010 10:54:28 +0000 komh Remove '.section' causing the following assembler error on OS/2.
Fri, 05 Feb 2010 07:12:05 +0000 reimar Print messages only after we are sure preinit will not fail anymore.
Thu, 04 Feb 2010 22:46:45 +0000 reimar Add support for VOFLAG_HIDDEN to the w32 backend.
Thu, 04 Feb 2010 22:46:01 +0000 reimar Set the PixelFormat right after creating the window and set it only once.
Thu, 04 Feb 2010 22:08:23 +0000 reimar Create the OpenGL probe window as a hidden Window on X11.
Thu, 04 Feb 2010 21:20:47 +0000 reimar Mention rtmp and rtsp specifically as formats supported via ffmpeg.
Thu, 04 Feb 2010 21:17:46 +0000 reimar Enable RTSP and SDP demuxers if network support is enabled, they can now be used.
Thu, 04 Feb 2010 17:27:38 +0000 cehoyos 100l: Fix compilation (broken by me).
Thu, 04 Feb 2010 16:56:28 +0000 cehoyos Clarify -vo vdpau:pullup
Thu, 04 Feb 2010 14:42:57 +0000 komh Audio buffer is too large so that it takes too long time to respond to audio
Wed, 03 Feb 2010 23:46:00 +0000 stefano Implement shuffle_bytes_abcd() functions and use them for shuffling
Wed, 03 Feb 2010 22:36:47 +0000 reimar Replace incorrect usage of strncpy.
Wed, 03 Feb 2010 22:33:35 +0000 reimar Reindent
Wed, 03 Feb 2010 22:32:48 +0000 reimar Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.
Wed, 03 Feb 2010 21:12:23 +0000 reimar Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also
Wed, 03 Feb 2010 17:50:18 +0000 reimar Fix argument order for lseek, fixes cookie loading in Windows and in general
Wed, 03 Feb 2010 13:14:09 +0000 komh Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpeg
Wed, 03 Feb 2010 08:32:35 +0000 diego Add missing license headers to test programs for external libraries.
Tue, 02 Feb 2010 21:27:17 +0000 reimar Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this
Tue, 02 Feb 2010 21:18:21 +0000 reimar Remove pointless initializers and also set geometry_*_changed to 0 when
Tue, 02 Feb 2010 20:43:20 +0000 reimar Mention yuv=2 auto-detection in Changelog.
Tue, 02 Feb 2010 20:39:22 +0000 reimar Document auto-detection of -vo gl:yuv=... value.
Tue, 02 Feb 2010 20:37:48 +0000 reimar Add support for autodetection during preinit and use that to detect a default
Tue, 02 Feb 2010 20:20:48 +0000 reimar Avoid using options before autodetectGlExtensions to allow it to change them properly.
Tue, 02 Feb 2010 20:16:57 +0000 reimar Remove vo_config_count check from uninit, it should always be safe to run.
Tue, 02 Feb 2010 18:57:43 +0000 reimar Revert r30324 which broken the struct addrinfo check by making it always pass.
Mon, 01 Feb 2010 22:22:32 +0000 reimar Estimate pts of additional frame generated by tfields also if correct-pts is
Mon, 01 Feb 2010 22:14:17 +0000 reimar Enable query_format for vf_tfields to make sure it isn't used for formats
Mon, 01 Feb 2010 19:14:01 +0000 reimar Fix -vf tfields=1 so it does not read out of bounds or leave parts of the
Mon, 01 Feb 2010 18:20:22 +0000 reimar Reword tfields documentation to reflect that it works mostly with MPlayer,
Mon, 01 Feb 2010 14:09:53 +0000 komh Add OS/2 KAI audio driver support
Mon, 01 Feb 2010 09:24:32 +0000 diego misc fixes
Sun, 31 Jan 2010 15:11:16 +0000 reimar Disable FFmpeg's network protocols if --disable-network was specified.
Sun, 31 Jan 2010 14:14:20 +0000 cehoyos Fix compilation for new Bink audio decoder.
Sun, 31 Jan 2010 10:55:36 +0000 diego Explain the need for a MEncoder version of the logging facilities.
Sun, 31 Jan 2010 10:54:08 +0000 diego Add missing license header.
Sun, 31 Jan 2010 10:29:29 +0000 diego Fix layout for the mouse/joystick controls sections.
Sun, 31 Jan 2010 10:16:05 +0000 stefano Declare support for the pixel formats:
Sun, 31 Jan 2010 01:42:11 +0000 reimar Document that -af-adv force=0 currently does the same as =1
Sun, 31 Jan 2010 00:20:37 +0000 mru Blackfin: use SRAM only when CONFIG_SRAM is set
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Sat, 30 Jan 2010 23:20:10 +0000 diego Add missing multiple inclusion guards.
Sat, 30 Jan 2010 23:01:32 +0000 diego Add missing #include, fixes the warning:
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Sat, 30 Jan 2010 21:58:09 +0000 stefano Reindent.
Sat, 30 Jan 2010 21:56:33 +0000 stefano Use a consistent convention for the names of the internal wrapper
Sat, 30 Jan 2010 21:38:05 +0000 diego stream/rtp.h appears not to originate from dvbstream.
Sat, 30 Jan 2010 21:17:38 +0000 diego Add some more definitions for FFmpeg to config.h:
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Sat, 30 Jan 2010 14:13:15 +0000 diego Remove confusing comment.
Sat, 30 Jan 2010 13:49:24 +0000 diego Add missing license headers.
Sat, 30 Jan 2010 13:49:03 +0000 diego cosmetics: Convert DOS linebreaks to Unix linebreaks.
Sat, 30 Jan 2010 13:46:26 +0000 diego license header cosmetics
Sat, 30 Jan 2010 13:35:03 +0000 diego Add standard license header to C tools missing them.
Sat, 30 Jan 2010 13:31:00 +0000 stefano Fix randomness of the swscale-test output.
Sat, 30 Jan 2010 13:22:24 +0000 diego Add missing license header and multiple inclusion guards.
Sat, 30 Jan 2010 10:09:14 +0000 reimar Make the code match the documentation by making higher-quality but slower
Fri, 29 Jan 2010 19:13:07 +0000 reimar Support more qscale types in most post-processing filters.
Fri, 29 Jan 2010 13:54:20 +0000 jrash sync with en/mplayer.1 r30436
Thu, 28 Jan 2010 18:26:12 +0000 reimar Explain why we still disable the ALSA resampler even though it is probably
Thu, 28 Jan 2010 18:06:47 +0000 reimar Try the more specific names first for the SwapInterval function to make it less
Thu, 28 Jan 2010 18:01:19 +0000 reimar glXSwapIntervalEXT is defined to take different arguments from glXSwapIntervalSGI,
Thu, 28 Jan 2010 13:02:46 +0000 diego Fix input/output channel mixup in the pan filter description.
Wed, 27 Jan 2010 22:22:50 +0000 attila Stopping maintainership for -vo (x)mga
Wed, 27 Jan 2010 19:45:16 +0000 reimar Simplify and correct loop condition, also avoids a compiler warning for unused result.
Wed, 27 Jan 2010 19:42:24 +0000 reimar Fix newline removal code that might read and write out of bounds.
Wed, 27 Jan 2010 19:15:49 +0000 reimar Make mp3lib the default MP3 decoder again, it is a good bit faster on
Wed, 27 Jan 2010 18:23:19 +0000 reimar Declare variable closer to where it is used.
Wed, 27 Jan 2010 18:21:27 +0000 reimar Remove a useless global variable.
Wed, 27 Jan 2010 18:16:41 +0000 reimar Do not needlessly make local variable static.
Wed, 27 Jan 2010 18:11:15 +0000 reimar Remove useless initializers.
Wed, 27 Jan 2010 18:10:07 +0000 reimar Do not needlessly use (file-)global variables.
Wed, 27 Jan 2010 00:25:23 +0000 stefano Rename swscale-example to swscale-test, to better reflect the intended
Tue, 26 Jan 2010 21:08:01 +0000 reimar Remove ds_fill_buffer calls from demux_resync, they cause issues at least with
Tue, 26 Jan 2010 18:19:57 +0000 reimar Enable parsing for ASF audio streams.
Tue, 26 Jan 2010 18:15:58 +0000 reimar Add an option to cropdetect to periodically reset the detected area.
Tue, 26 Jan 2010 08:03:28 +0000 michael Use isAnyRGB() where possible
Tue, 26 Jan 2010 08:01:50 +0000 michael Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.
Tue, 26 Jan 2010 07:40:14 +0000 michael Rename isRGB() and isBGR() as their meaning is confusing.
Mon, 25 Jan 2010 22:46:09 +0000 stefano Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly
Sun, 24 Jan 2010 21:28:17 +0000 stefano Fix mis-computation of the needsDither variable erroneously introduced
Sun, 24 Jan 2010 21:15:43 +0000 reimar Use av_malloc to ensure sufficient alignment and also free at least some
Sun, 24 Jan 2010 20:54:17 +0000 reimar If audio was identified as DTS in the PMT do not override that with TrueHD
Sun, 24 Jan 2010 20:46:26 +0000 reimar Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crashing.
Sun, 24 Jan 2010 20:05:28 +0000 reimar Add support for parsing MLP and TrueHD.
Sun, 24 Jan 2010 19:50:27 +0000 cehoyos Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.
Sun, 24 Jan 2010 17:44:43 +0000 stefano Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
Sun, 24 Jan 2010 17:05:53 +0000 reimar Add forgotten declaration of ds_clear_parser.
Sun, 24 Jan 2010 16:38:46 +0000 reimar Remove now unused variables.
Sun, 24 Jan 2010 16:06:41 +0000 cehoyos VCR2 fails for mpeg12, decodes incorrectly (and cannot be fixed) for
Sun, 24 Jan 2010 15:19:14 +0000 reimar Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
Sun, 24 Jan 2010 15:16:39 +0000 reimar Move the resync-related code into more consistent places instead of having it
Sun, 24 Jan 2010 12:55:05 +0000 stefano Use av_get_bits_per_pixel() for computing the bits per pixel of the
Sun, 24 Jan 2010 10:13:33 +0000 reimar Fix ftp support to properly support large files > 2GB.
Sun, 24 Jan 2010 03:21:18 +0000 Gabrov new year in version string
Sun, 24 Jan 2010 03:19:47 +0000 Gabrov typo fix, accidently reverted the new year patch with previous commit
Sun, 24 Jan 2010 03:16:13 +0000 Gabrov synced with r30414
Sun, 24 Jan 2010 03:15:18 +0000 Gabrov big new year patch for documentations
Sun, 24 Jan 2010 03:02:40 +0000 ramiro Indent.
Sun, 24 Jan 2010 02:16:26 +0000 ramiro Don't redefine M_PI. It is already defined from libavutil/mathematics.h.
Sun, 24 Jan 2010 02:08:22 +0000 ramiro Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
Sat, 23 Jan 2010 23:50:25 +0000 reimar Switch -vf halfpack to use only public API of libswscale.
Sat, 23 Jan 2010 19:00:09 +0000 reimar Make the scale filter prefer yuv conversions that do not need chroma scaling.
Sat, 23 Jan 2010 18:37:47 +0000 reimar Remove the query_format_cache, it is extra complexity that makes improvements
Sat, 23 Jan 2010 18:28:47 +0000 reimar Simplify loop condition
Sat, 23 Jan 2010 15:41:58 +0000 compn clean up netstream docs in TOOLS/README
Sat, 23 Jan 2010 14:57:43 +0000 reimar Make sure that a qstride of 0 (intentional or not) does not completely break
Sat, 23 Jan 2010 12:27:13 +0000 reimar Always call cache_uninit to immediately free everything cache-related if we
Sat, 23 Jan 2010 12:21:07 +0000 reimar Call cache-uninit unconditionally, it should always be safe to call.
Sat, 23 Jan 2010 12:13:28 +0000 reimar Change code to allow playing a stream even if enabling the cache failed
Sat, 23 Jan 2010 11:51:13 +0000 reimar Make cache_init static, it is not used outside this file
Sat, 23 Jan 2010 11:21:56 +0000 reimar Support more formats for -ao pcm in raw mode.
Sat, 23 Jan 2010 11:14:18 +0000 reimar Handle Content-Length also when Content-Type is not set.
Sat, 23 Jan 2010 11:08:45 +0000 reimar Use atoll to parse Content-Length to support http for files > 2GB.
Sat, 23 Jan 2010 11:03:10 +0000 reimar Add an exit() to silence a gcc warning and ensure forked code will never
Sat, 23 Jan 2010 11:00:13 +0000 reimar 100l, shouldn't write to memory after freeing it.
Sat, 23 Jan 2010 10:54:03 +0000 reimar Reindent.
Sat, 23 Jan 2010 10:53:28 +0000 reimar Zero freed pointers.
Sat, 23 Jan 2010 10:50:50 +0000 reimar Check for fork failing and make sure cache_uninit always frees the cache data
Fri, 22 Jan 2010 23:53:15 +0000 jrash sync with en/mplayer.1 r30336
Fri, 22 Jan 2010 23:19:59 +0000 reimar Remove any auto-inserted lavc filter.
Fri, 22 Jan 2010 22:10:28 +0000 reimar Fix sub_free to actually free the subtitle data.
Fri, 22 Jan 2010 21:49:05 +0000 reimar Fix a memory leak in the subreader.
Fri, 22 Jan 2010 21:16:54 +0000 reimar Replace strncat by av_strlcat which is easier to verify for correctness.
Fri, 22 Jan 2010 21:10:40 +0000 reimar Also handle ASS subtitles when removing subtitles via sub_remove slave command.
Fri, 22 Jan 2010 20:59:15 +0000 reimar Avoid duplicating code to remove subtitles (sub_remove slave command).
Fri, 22 Jan 2010 03:26:30 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations
Thu, 21 Jan 2010 11:16:03 +0000 diego Disable all hwaccel glue code from FFmpeg.
Thu, 21 Jan 2010 10:37:35 +0000 cehoyos x264 version 0.83 is required.
Thu, 21 Jan 2010 10:31:34 +0000 cehoyos Fix compilation after FFmpeg r21353.
Thu, 21 Jan 2010 09:52:11 +0000 conrad More const-correctness for sws_scale
Wed, 20 Jan 2010 03:26:12 +0000 ramiro Document some more of SwsContext.
Wed, 20 Jan 2010 00:22:31 +0000 stefano Avoid more pointless tests, the input and output formats need to be
Tue, 19 Jan 2010 22:36:46 +0000 stefano Split overly long line.
Tue, 19 Jan 2010 21:52:00 +0000 stefano Make selfTest() perform tests where both the input and output formats
Tue, 19 Jan 2010 18:53:16 +0000 diego Create libavutil/avconfig.h, required for FFmpeg compilation.
Tue, 19 Jan 2010 18:02:44 +0000 ptt synced with r30336
Tue, 19 Jan 2010 16:30:20 +0000 benoit Make const prototypes for input sources of sws_scale_* stricter.
Tue, 19 Jan 2010 15:42:51 +0000 ramiro swscale-example: Add comment about the use of av_{malloc,free}.
Tue, 19 Jan 2010 13:35:57 +0000 zuxy Set HAVE_FAST_CLZ according to CPU type.
Tue, 19 Jan 2010 11:35:04 +0000 ramiro Remove useless forward declaration.
Tue, 19 Jan 2010 05:21:17 +0000 zuxy User friendly warning message that gives out names of source and target formats
Tue, 19 Jan 2010 03:47:11 +0000 mru swscale-example: use av_malloc()
Mon, 18 Jan 2010 23:34:07 +0000 stefano Split long line.
Mon, 18 Jan 2010 23:33:17 +0000 stefano Convert int -> enum PixelFormat in doTest().
Mon, 18 Jan 2010 10:44:30 +0000 ptt synced with r30197
Mon, 18 Jan 2010 08:42:04 +0000 zuxy Define out currently unused static functions.
Mon, 18 Jan 2010 03:55:16 +0000 compn add uldx and vspx fourcc to ffodivx in codecs.conf
Mon, 18 Jan 2010 03:06:43 +0000 zuxy Support for detection of AMD Phenom.
Sun, 17 Jan 2010 23:29:31 +0000 stefano Remove stray '\' at the end of macro definitions.
Sun, 17 Jan 2010 23:17:47 +0000 stefano Remove duplicated or pointless newlines.
Sun, 17 Jan 2010 23:07:37 +0000 stefano Factorize error message logging, log it if the converter cannot be
Sun, 17 Jan 2010 23:02:20 +0000 stefano Reindent after the last commit.
Sun, 17 Jan 2010 23:00:01 +0000 stefano Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper
Sun, 17 Jan 2010 19:26:35 +0000 mru Remove double const
Sun, 17 Jan 2010 15:11:25 +0000 stefano Factorize error message logging in rgb2rgbWrapper().
Sun, 17 Jan 2010 15:08:31 +0000 reimar Add a proper header for our strsep implementation so strsep will
Sun, 17 Jan 2010 14:58:44 +0000 reimar Reuse the fmt-conversion code instead of duplicating the functionality.
Sun, 17 Jan 2010 14:54:38 +0000 reimar Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.
Sun, 17 Jan 2010 14:53:12 +0000 reimar Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.
Sun, 17 Jan 2010 14:40:44 +0000 reimar More format support in fmt-conversion.c: split RGB32 and BGR32
Sun, 17 Jan 2010 14:25:19 +0000 mru Reindent
Sun, 17 Jan 2010 14:25:17 +0000 mru Remove inline from initFilter()
Sun, 17 Jan 2010 13:28:29 +0000 reimar Hack to avoid a GUID_NULL clash on 64 bit MinGW.
Sun, 17 Jan 2010 13:18:59 +0000 reimar Add hack to fix tvi_dshow compilation with 64-bit MinGW
Sun, 17 Jan 2010 12:32:25 +0000 reimar Mention systems that have received major build fixes recently in the Changelog.
Sun, 17 Jan 2010 12:27:54 +0000 reimar Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.
Sun, 17 Jan 2010 11:49:33 +0000 reimar Also try linking against dxguid for SDL test.
Sun, 17 Jan 2010 11:43:55 +0000 reimar Change GUID declarations in vo_directx to be static.
Sun, 17 Jan 2010 11:41:54 +0000 reimar Change GUID declarations in tvi_dshow so they are not exported and thus
Sun, 17 Jan 2010 00:26:29 +0000 stefano Add a const qualifier in a cast, fix the gcc warning:
Sun, 17 Jan 2010 00:21:50 +0000 stefano Add a const qualifier in a cast, fix the gcc warning:
Sat, 16 Jan 2010 23:22:43 +0000 reimar Allow anything starting with "arm" to be used as --target for ARM CPUs
Sat, 16 Jan 2010 22:49:00 +0000 stefano Fix typo, "get rid off" -> "get rid of".
Sat, 16 Jan 2010 20:04:34 +0000 reimar Mention levelconv -vo gl suboption in Changelog.
Sat, 16 Jan 2010 20:03:35 +0000 reimar Document levelconv -vo gl suboption.
Sat, 16 Jan 2010 19:59:31 +0000 reimar Add support for adjustable TV <-> PC level conversion.
Sat, 16 Jan 2010 19:51:26 +0000 stefano Revert r30331, which broke compilation.
Sat, 16 Jan 2010 19:32:58 +0000 stefano Prefer enum PixelFormat to int as the parameter type of
Sat, 16 Jan 2010 19:22:30 +0000 stefano Declare with av_unused the variable alpMmxFilter, fix the gcc warning:
Sat, 16 Jan 2010 19:19:54 +0000 stefano Factorize the code which calls the non optimized C functions in
Sat, 16 Jan 2010 19:14:29 +0000 stefano Prefer "to %s%s" over "to%s %s", slightly more readable.
Sat, 16 Jan 2010 19:11:03 +0000 stefano Simplify code in sws_getContext() which logs if the destination format
Sat, 16 Jan 2010 19:04:55 +0000 ramiro Document some of SwsContext.
Sat, 16 Jan 2010 18:39:06 +0000 ramiro Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
Sat, 16 Jan 2010 18:36:21 +0000 stefano Factorize code which logs the source and destination formats in
Sat, 16 Jan 2010 16:39:46 +0000 reimar Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,
Sat, 16 Jan 2010 16:22:57 +0000 reimar Fix struct addrinfo check, its definition might not allow actually allocating it.
Sat, 16 Jan 2010 16:16:50 +0000 reimar Fix sockaddr_storage check to work with winsock/MinGW
Sat, 16 Jan 2010 15:21:36 +0000 reimar Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.
Sat, 16 Jan 2010 15:20:26 +0000 reimar HAVE_INLINE_ASM for FFmpeg should be one since we only support
Sat, 16 Jan 2010 15:04:17 +0000 reimar Document some of the ext_stub magic.
Sat, 16 Jan 2010 15:02:49 +0000 reimar 100l, forgot to change the "magic" value in the stub also in the place replacing it.
Sat, 16 Jan 2010 13:59:59 +0000 compn add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
Sat, 16 Jan 2010 11:08:16 +0000 stefano Simplify reset_ptr(): employ usePal() macro rather than enumerating
Sat, 16 Jan 2010 10:48:23 +0000 Gabrov synced with r30311
Sat, 16 Jan 2010 04:48:55 +0000 mru Add symbol versioning for shared libraries
Fri, 15 Jan 2010 21:01:31 +0000 reimar We only need to disable seeking back in ad_ffmpeg when we actually _use_
Fri, 15 Jan 2010 19:50:59 +0000 ramiro Don't initialize normal horizontal filter if MMX2 filter is used.
Fri, 15 Jan 2010 19:01:03 +0000 reimar -demuxer rawaudio data will often need parsing (e.g. when it is used for raw
Fri, 15 Jan 2010 15:04:30 +0000 ptt added a missing full stop
Fri, 15 Jan 2010 09:47:45 +0000 zuxy Set _optimizing for x86-64.
Fri, 15 Jan 2010 09:33:38 +0000 zuxy The undocumented x86-64 is a better fallback for core2 than nocona.
Fri, 15 Jan 2010 09:31:15 +0000 zuxy Add -fno-common to avoid misalignment for global var under win32 like what
Fri, 15 Jan 2010 09:10:23 +0000 zuxy Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.
Fri, 15 Jan 2010 08:51:51 +0000 zuxy Const correctness for src pointer. Remove all constness related warnings in
Fri, 15 Jan 2010 07:55:07 +0000 zuxy Fix typo in r30302
Fri, 15 Jan 2010 00:39:25 +0000 stefano Fix typo.
Thu, 14 Jan 2010 19:12:42 +0000 ramiro Remove unused clip_table code.
Thu, 14 Jan 2010 12:06:38 +0000 cehoyos Fix compilation after recent changes in FFmpeg.
Thu, 14 Jan 2010 06:19:45 +0000 ramiro Add const qualifier to rgb48 to YV12 functions' src.
Thu, 14 Jan 2010 06:19:10 +0000 ramiro Add missing parameter to rgb48 to YV12 functions.
Wed, 13 Jan 2010 17:49:48 +0000 reimar Use double-precision constants instead of single precision that gets cast to double.
Tue, 12 Jan 2010 23:03:03 +0000 cehoyos Use double instead of float for pts.