log

age author description
2010-02-05 reimar Add support for loading ASS subtitles through the stream layer and thus e.g.
2010-02-05 reimar Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_state.
2010-02-05 conrad Add function to translate SWS_CS_* to coefficient array
2010-02-05 komh Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.
2010-02-05 komh Remove '.section' causing the following assembler error on OS/2.
2010-02-05 reimar Print messages only after we are sure preinit will not fail anymore.
2010-02-04 reimar Add support for VOFLAG_HIDDEN to the w32 backend.
2010-02-04 reimar Set the PixelFormat right after creating the window and set it only once.
2010-02-04 reimar Create the OpenGL probe window as a hidden Window on X11.
2010-02-04 reimar Mention rtmp and rtsp specifically as formats supported via ffmpeg.
2010-02-04 reimar Enable RTSP and SDP demuxers if network support is enabled, they can now be used.
2010-02-04 cehoyos 100l: Fix compilation (broken by me).
2010-02-04 cehoyos Clarify -vo vdpau:pullup
2010-02-04 komh Audio buffer is too large so that it takes too long time to respond to audio
2010-02-03 stefano Implement shuffle_bytes_abcd() functions and use them for shuffling
2010-02-03 reimar Replace incorrect usage of strncpy.
2010-02-03 reimar Reindent
2010-02-03 reimar Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.
2010-02-03 reimar Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also
2010-02-03 reimar Fix argument order for lseek, fixes cookie loading in Windows and in general
2010-02-03 komh Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpeg
2010-02-03 diego Add missing license headers to test programs for external libraries.
2010-02-02 reimar Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this
2010-02-02 reimar Remove pointless initializers and also set geometry_*_changed to 0 when
2010-02-02 reimar Mention yuv=2 auto-detection in Changelog.
2010-02-02 reimar Document auto-detection of -vo gl:yuv=... value.
2010-02-02 reimar Add support for autodetection during preinit and use that to detect a default
2010-02-02 reimar Avoid using options before autodetectGlExtensions to allow it to change them properly.
2010-02-02 reimar Remove vo_config_count check from uninit, it should always be safe to run.
2010-02-02 reimar Revert r30324 which broken the struct addrinfo check by making it always pass.
2010-02-01 reimar Estimate pts of additional frame generated by tfields also if correct-pts is
2010-02-01 reimar Enable query_format for vf_tfields to make sure it isn't used for formats
2010-02-01 reimar Fix -vf tfields=1 so it does not read out of bounds or leave parts of the
2010-02-01 reimar Reword tfields documentation to reflect that it works mostly with MPlayer,
2010-02-01 komh Add OS/2 KAI audio driver support
2010-02-01 diego misc fixes
2010-01-31 reimar Disable FFmpeg's network protocols if --disable-network was specified.
2010-01-31 cehoyos Fix compilation for new Bink audio decoder.
2010-01-31 diego Explain the need for a MEncoder version of the logging facilities.
2010-01-31 diego Add missing license header.
2010-01-31 diego Fix layout for the mouse/joystick controls sections.
2010-01-31 stefano Declare support for the pixel formats:
2010-01-31 reimar Document that -af-adv force=0 currently does the same as =1
2010-01-31 mru Blackfin: use SRAM only when CONFIG_SRAM is set
2010-01-30 diego Add license header to all top-level files missing them.
2010-01-30 diego Add missing multiple inclusion guards.
2010-01-30 diego Add missing #include, fixes the warning:
2010-01-30 diego Add license header to all files missing it in the stream subdirectory.
2010-01-30 stefano Reindent.
2010-01-30 stefano Use a consistent convention for the names of the internal wrapper
2010-01-30 diego stream/rtp.h appears not to originate from dvbstream.
2010-01-30 diego Add some more definitions for FFmpeg to config.h:
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2010-01-30 diego Remove confusing comment.
2010-01-30 diego Add missing license headers.
2010-01-30 diego cosmetics: Convert DOS linebreaks to Unix linebreaks.
2010-01-30 diego license header cosmetics
2010-01-30 diego Add standard license header to C tools missing them.
2010-01-30 stefano Fix randomness of the swscale-test output.
2010-01-30 diego Add missing license header and multiple inclusion guards.
2010-01-30 reimar Make the code match the documentation by making higher-quality but slower
2010-01-29 reimar Support more qscale types in most post-processing filters.
2010-01-29 jrash sync with en/mplayer.1 r30436
2010-01-28 reimar Explain why we still disable the ALSA resampler even though it is probably
2010-01-28 reimar Try the more specific names first for the SwapInterval function to make it less
2010-01-28 reimar glXSwapIntervalEXT is defined to take different arguments from glXSwapIntervalSGI,
2010-01-28 diego Fix input/output channel mixup in the pan filter description.
2010-01-27 attila Stopping maintainership for -vo (x)mga
2010-01-27 reimar Simplify and correct loop condition, also avoids a compiler warning for unused result.
2010-01-27 reimar Fix newline removal code that might read and write out of bounds.
2010-01-27 reimar Make mp3lib the default MP3 decoder again, it is a good bit faster on
2010-01-27 reimar Declare variable closer to where it is used.
2010-01-27 reimar Remove a useless global variable.
2010-01-27 reimar Do not needlessly make local variable static.
2010-01-27 reimar Remove useless initializers.
2010-01-27 reimar Do not needlessly use (file-)global variables.
2010-01-27 stefano Rename swscale-example to swscale-test, to better reflect the intended
2010-01-26 reimar Remove ds_fill_buffer calls from demux_resync, they cause issues at least with
2010-01-26 reimar Enable parsing for ASF audio streams.
2010-01-26 reimar Add an option to cropdetect to periodically reset the detected area.
2010-01-26 michael Use isAnyRGB() where possible
2010-01-26 michael Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.
2010-01-26 michael Rename isRGB() and isBGR() as their meaning is confusing.
2010-01-25 stefano Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly
2010-01-24 stefano Fix mis-computation of the needsDither variable erroneously introduced
2010-01-24 reimar Use av_malloc to ensure sufficient alignment and also free at least some
2010-01-24 reimar If audio was identified as DTS in the PMT do not override that with TrueHD
2010-01-24 reimar Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crashing.
2010-01-24 reimar Add support for parsing MLP and TrueHD.
2010-01-24 cehoyos Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.
2010-01-24 stefano Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
2010-01-24 reimar Add forgotten declaration of ds_clear_parser.
2010-01-24 reimar Remove now unused variables.
2010-01-24 cehoyos VCR2 fails for mpeg12, decodes incorrectly (and cannot be fixed) for
2010-01-24 reimar Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
2010-01-24 reimar Move the resync-related code into more consistent places instead of having it
2010-01-24 stefano Use av_get_bits_per_pixel() for computing the bits per pixel of the
2010-01-24 reimar Fix ftp support to properly support large files > 2GB.
2010-01-24 Gabrov new year in version string
2010-01-24 Gabrov typo fix, accidently reverted the new year patch with previous commit
2010-01-24 Gabrov synced with r30414
2010-01-24 Gabrov big new year patch for documentations
2010-01-24 ramiro Indent.
2010-01-24 ramiro Don't redefine M_PI. It is already defined from libavutil/mathematics.h.
2010-01-24 ramiro Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
2010-01-23 reimar Switch -vf halfpack to use only public API of libswscale.
2010-01-23 reimar Make the scale filter prefer yuv conversions that do not need chroma scaling.
2010-01-23 reimar Remove the query_format_cache, it is extra complexity that makes improvements
2010-01-23 reimar Simplify loop condition
2010-01-23 compn clean up netstream docs in TOOLS/README
2010-01-23 reimar Make sure that a qstride of 0 (intentional or not) does not completely break
2010-01-23 reimar Always call cache_uninit to immediately free everything cache-related if we
2010-01-23 reimar Call cache-uninit unconditionally, it should always be safe to call.
2010-01-23 reimar Change code to allow playing a stream even if enabling the cache failed
2010-01-23 reimar Make cache_init static, it is not used outside this file
2010-01-23 reimar Support more formats for -ao pcm in raw mode.
2010-01-23 reimar Handle Content-Length also when Content-Type is not set.
2010-01-23 reimar Use atoll to parse Content-Length to support http for files > 2GB.
2010-01-23 reimar Add an exit() to silence a gcc warning and ensure forked code will never
2010-01-23 reimar 100l, shouldn't write to memory after freeing it.
2010-01-23 reimar Reindent.
2010-01-23 reimar Zero freed pointers.
2010-01-23 reimar Check for fork failing and make sure cache_uninit always frees the cache data
2010-01-22 jrash sync with en/mplayer.1 r30336
2010-01-22 reimar Remove any auto-inserted lavc filter.
2010-01-22 reimar Fix sub_free to actually free the subtitle data.
2010-01-22 reimar Fix a memory leak in the subreader.
2010-01-22 reimar Replace strncat by av_strlcat which is easier to verify for correctness.
2010-01-22 reimar Also handle ASS subtitles when removing subtitles via sub_remove slave command.
2010-01-22 reimar Avoid duplicating code to remove subtitles (sub_remove slave command).
2010-01-22 mru Move array specifiers outside DECLARE_ALIGNED() invocations
2010-01-21 diego Disable all hwaccel glue code from FFmpeg.
2010-01-21 cehoyos x264 version 0.83 is required.
2010-01-21 cehoyos Fix compilation after FFmpeg r21353.
2010-01-21 conrad More const-correctness for sws_scale
2010-01-20 ramiro Document some more of SwsContext.
2010-01-20 stefano Avoid more pointless tests, the input and output formats need to be
2010-01-19 stefano Split overly long line.
2010-01-19 stefano Make selfTest() perform tests where both the input and output formats
2010-01-19 diego Create libavutil/avconfig.h, required for FFmpeg compilation.
2010-01-19 ptt synced with r30336
2010-01-19 benoit Make const prototypes for input sources of sws_scale_* stricter.
2010-01-19 ramiro swscale-example: Add comment about the use of av_{malloc,free}.
2010-01-19 zuxy Set HAVE_FAST_CLZ according to CPU type.
2010-01-19 ramiro Remove useless forward declaration.
2010-01-19 zuxy User friendly warning message that gives out names of source and target formats
2010-01-19 mru swscale-example: use av_malloc()
2010-01-18 stefano Split long line.
2010-01-18 stefano Convert int -> enum PixelFormat in doTest().
2010-01-18 ptt synced with r30197
2010-01-18 zuxy Define out currently unused static functions.
2010-01-18 compn add uldx and vspx fourcc to ffodivx in codecs.conf
2010-01-18 zuxy Support for detection of AMD Phenom.
2010-01-17 stefano Remove stray '\' at the end of macro definitions.
2010-01-17 stefano Remove duplicated or pointless newlines.
2010-01-17 stefano Factorize error message logging, log it if the converter cannot be
2010-01-17 stefano Reindent after the last commit.
2010-01-17 stefano Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper
2010-01-17 mru Remove double const
2010-01-17 stefano Factorize error message logging in rgb2rgbWrapper().
2010-01-17 reimar Add a proper header for our strsep implementation so strsep will
2010-01-17 reimar Reuse the fmt-conversion code instead of duplicating the functionality.
2010-01-17 reimar Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.
2010-01-17 reimar Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.
2010-01-17 reimar More format support in fmt-conversion.c: split RGB32 and BGR32
2010-01-17 mru Reindent
2010-01-17 mru Remove inline from initFilter()
2010-01-17 reimar Hack to avoid a GUID_NULL clash on 64 bit MinGW.
2010-01-17 reimar Add hack to fix tvi_dshow compilation with 64-bit MinGW
2010-01-17 reimar Mention systems that have received major build fixes recently in the Changelog.
2010-01-17 reimar Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.
2010-01-17 reimar Also try linking against dxguid for SDL test.
2010-01-17 reimar Change GUID declarations in vo_directx to be static.
2010-01-17 reimar Change GUID declarations in tvi_dshow so they are not exported and thus
2010-01-17 stefano Add a const qualifier in a cast, fix the gcc warning:
2010-01-17 stefano Add a const qualifier in a cast, fix the gcc warning:
2010-01-16 reimar Allow anything starting with "arm" to be used as --target for ARM CPUs
2010-01-16 stefano Fix typo, "get rid off" -> "get rid of".
2010-01-16 reimar Mention levelconv -vo gl suboption in Changelog.
2010-01-16 reimar Document levelconv -vo gl suboption.
2010-01-16 reimar Add support for adjustable TV <-> PC level conversion.
2010-01-16 stefano Revert r30331, which broke compilation.
2010-01-16 stefano Prefer enum PixelFormat to int as the parameter type of
2010-01-16 stefano Declare with av_unused the variable alpMmxFilter, fix the gcc warning:
2010-01-16 stefano Factorize the code which calls the non optimized C functions in
2010-01-16 stefano Prefer "to %s%s" over "to%s %s", slightly more readable.
2010-01-16 stefano Simplify code in sws_getContext() which logs if the destination format
2010-01-16 ramiro Document some of SwsContext.
2010-01-16 ramiro Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
2010-01-16 stefano Factorize code which logs the source and destination formats in
2010-01-16 reimar Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,
2010-01-16 reimar Fix struct addrinfo check, its definition might not allow actually allocating it.
2010-01-16 reimar Fix sockaddr_storage check to work with winsock/MinGW
2010-01-16 reimar Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.
2010-01-16 reimar HAVE_INLINE_ASM for FFmpeg should be one since we only support
2010-01-16 reimar Document some of the ext_stub magic.
2010-01-16 reimar 100l, forgot to change the "magic" value in the stub also in the place replacing it.
2010-01-16 compn add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
2010-01-16 stefano Simplify reset_ptr(): employ usePal() macro rather than enumerating
2010-01-16 Gabrov synced with r30311
2010-01-16 mru Add symbol versioning for shared libraries
2010-01-15 reimar We only need to disable seeking back in ad_ffmpeg when we actually _use_
2010-01-15 ramiro Don't initialize normal horizontal filter if MMX2 filter is used.
2010-01-15 reimar -demuxer rawaudio data will often need parsing (e.g. when it is used for raw
2010-01-15 ptt added a missing full stop
2010-01-15 zuxy Set _optimizing for x86-64.
2010-01-15 zuxy The undocumented x86-64 is a better fallback for core2 than nocona.
2010-01-15 zuxy Add -fno-common to avoid misalignment for global var under win32 like what
2010-01-15 zuxy Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.
2010-01-15 zuxy Const correctness for src pointer. Remove all constness related warnings in
2010-01-15 zuxy Fix typo in r30302
2010-01-15 stefano Fix typo.
2010-01-14 ramiro Remove unused clip_table code.
2010-01-14 cehoyos Fix compilation after recent changes in FFmpeg.
2010-01-14 ramiro Add const qualifier to rgb48 to YV12 functions' src.
2010-01-14 ramiro Add missing parameter to rgb48 to YV12 functions.
2010-01-13 reimar Use double-precision constants instead of single precision that gets cast to double.
2010-01-12 cehoyos Use double instead of float for pts.
2010-01-12 reimar Avoid linking in assembler-optimized code that will never be used.
2010-01-12 reimar Add very experimetal support for the Sun C compiler.
2010-01-12 reimar Change -pipe check to avoid misdetecting it as available for Sun's compiler.
2010-01-12 reimar Use ARCH_X86_32 instead of the compiler-specific __i386__
2010-01-12 reimar Remove hackish and not actually working code to make vidix compile with
2010-01-12 reimar Remove a check that simply can not have worked since it relied on a completely
2010-01-12 reimar Add checks for exp2, exp2 and log2f required by FFmpeg.
2010-01-12 reimar 100l, fix typo that caused ad_hwac3 to fail to compile.
2010-01-12 conrad /nop is illegal with Apple's older version of gas, this was fixed elsewhere
2010-01-12 reimar Attempt a simple hack to fix -ac hwdts
2010-01-12 zuxy Make sure that sfence is used after any non temporal stores.
2010-01-11 reimar More changes needed to make ad_hwac3 truly independent from liba52.
2010-01-11 reimar Let the format filter do the AC3 endianness conversion instead of duplicating
2010-01-11 reimar MPlayer's format now correctly identifies AC3 as either little- or big-endian,
2010-01-11 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
2010-01-11 reimar More uses of AF_FORMAT_IS_AC3
2010-01-11 reimar Use AF_FORMAT_IS_AC3 in ao_oss.c
2010-01-11 reimar Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,
2010-01-11 reimar Use af_fmt2bits, it should give more sensible values than snd_pcm_format_physical_width,
2010-01-11 reimar Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since this
2010-01-11 reimar Use af_fmt2bits instead of reimplementing it.
2010-01-11 reimar Add and use AF_FORMAT_IS_AC3 macro.
2010-01-11 reimar Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,
2010-01-11 compn mark cfhdvfw decoder as working on windows only
2010-01-11 zuxy Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for
2010-01-11 ramiro cosmetics: {} placement.
2010-01-10 reimar Search X11 headers and libraries also in /usr/local/..., should ease
2010-01-10 reimar Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not
2010-01-10 reimar FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_TABLES.
2010-01-10 reimar Place a volatile at a more appropriate place.
2010-01-10 reimar Change dummy value to fit into int.
2010-01-10 reimar Remove return statement from function that has no return value.
2010-01-10 reimar Move mp3lib priority below libavcodec mp2/mp3 audio decoders.
2010-01-10 reimar Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.
2010-01-10 reimar Only print "using sdl-config" if we actually used it for SDL detection.
2010-01-10 reimar Avoid excessive fflush in dbgprintf if we didn't even print anything.
2010-01-10 reimar Fix RegCloseKey to not return an error on success.
2010-01-10 reimar Call XSync after XShmAttach to avoid a possible race-condition with shmctl.
2010-01-10 reimar Prefer libdca over libdts
2010-01-10 zuxy Use !isspace() to replace isalnum() to avoid filename mismatch under MBCS
2010-01-10 reimar Quote test arguments that may be empty
2010-01-10 reimar Disable internal copy of liba52 by default, libavcodec should be an
2010-01-09 reimar IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that case.
2010-01-09 zuxy MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just
2010-01-09 zuxy Remove unused PREFETCHW macro
2010-01-09 reimar Add several make variables to make --enable-hardcoded-tables actually compile.
2010-01-09 reimar Add support for --enable-hardcoded-tables like FFmpeg has.
2010-01-09 cehoyos Fix MP1 with demuxer lavf in MPEG (PS) files.
2010-01-09 reimar Fix fbdev2 to work with Intel framebuffer.
2010-01-09 reimar Fix vo_fbdev to also work with Intel framebuffer.
2010-01-08 compn add binary cineform hd vfw decoder to codecs.conf
2010-01-08 reimar Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will
2010-01-08 reimar vf crop: do not generate 0-size slices, they are pointless and also confuse
2010-01-08 greg libass needs at least freetype 2.2.1
2010-01-08 compn mark ffqclp as working in codecs.conf, works on all my samples
2010-01-08 greg Update internal libass copy to commit 8db4a5
2010-01-08 cehoyos Cosmetics: Fix indentation
2010-01-08 cehoyos QCELP is part of libavcodec.
2010-01-08 greg Fix libass API checks
2010-01-08 compn update wishlist
2010-01-08 jrash sync with en/mplayer.1 r30197
2010-01-07 stefano Implement sws_isSupportedInput() and sws_isSupportedOutput().
2010-01-07 zuxy Happy new year!
2010-01-07 zuxy Remove const to avoid a bunch of GCC warnings against discarded qualifiers and
2010-01-07 zuxy Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding
2010-01-06 reimar Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://
2010-01-06 reimar Simplify ffmpeg stream support, we (so far) do not need any special option parsing.
2010-01-06 compn add MVLZ and MVDV binary decoders to codecs.conf
2010-01-05 compn map zjpeg to ffmjpeg in codecs.conf
2010-01-05 compn add blox binary codec to codecs.conf
2010-01-05 compn add three ADV1 binary codecs to codecs.conf
2010-01-05 diego Move MatrixView video output check below OpenGL check, it depends on OpenGL.
2010-01-05 diego vo_png now depends on libavcodec, not libpng.
2010-01-05 reimar Change license terms for matrixview to GPLv2 "or later", all known
2010-01-04 diego Remove pointless variable declaration from DirectFB check.
2010-01-04 diego Add missing stdlib.h #include to fribidi check.
2010-01-04 diego Remove pointless printf call in libmp3lame test.
2010-01-04 diego Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.
2010-01-04 diego Pass a proper va_list type to vsscanf() test in configure.
2010-01-04 reimar At startup and while seeking avoid to introduce pointless sleeps and possibly
2010-01-04 reimar Also reset time_frame and next_frame_time on reset, it makes no sense to
2010-01-04 diego Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.
2010-01-04 diego cosmetics: Break multiple statements on one line apart.
2010-01-04 diego Remove previous failed attempt at disabling that auto-generation of some C code.
2010-01-04 diego Add required header #includes to satisfy 'make checkheaders'.
2010-01-04 diego Drop -Iloader from CPPFLAGS for the loader subdirectory.
2010-01-04 diego Add loader/wine/ to DIRS; its headers should be part of checkheaders.
2010-01-04 diego Add missing config.h #include.
2010-01-04 diego Refactor real --> float #define to a typedef in a common header.
2010-01-04 diego Add missing header #includes to fix 'make checkheaders'.
2010-01-04 diego Add a few missing header #includes and #defines.
2010-01-04 diego Remove unused variable; fixes the warning:
2010-01-04 diego Add multiple inclusion guards to all mp3lib headers.
2010-01-04 diego Add missing config.h #include; remove a redundant one.
2010-01-04 diego Add missing license headers for vo_matrixview code.
2010-01-04 diego Refer to MatrixView instead of MPlayer in code taken from MatrixView.
2010-01-04 diego Clarify which version of the GPL applies to MPlayer.
2010-01-04 diego cosmetics: tabs to spaces, some reindentation
2010-01-04 diego Fix fribidi check to avoid spamming the console with error messages.
2010-01-04 reimar Remove ARGB support from matrixview vo, it is quite pointless and causes
2010-01-04 diego Fix a few typos in the matrixview section.
2010-01-04 diego Add a few definitions used by FFmpeg to config.h:
2010-01-04 diego prettyprinting cosmetics
2010-01-04 diego Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.
2010-01-03 reimar Make vo gl print the OpenGL vendor and version strings.
2010-01-03 reimar Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
2010-01-03 reimar Avoid memleaks when vo_direct3d initialization fails.
2010-01-03 reimar Modify -vo direct3d so we do not have to link against d3d9.dll, it might
2010-01-03 reimar Some Changelog updates.
2010-01-03 reimar Enable all FFmpeg protocols by default, they seem to build without issue
2010-01-03 reimar 100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.
2010-01-03 reimar Change vo_png to use FFmpeg's png encoder instead of libpng.
2010-01-03 reimar Add missing avcodec_close to vf_screenshot.
2010-01-03 stefano Prefer enum PixelFormat over int for the type of the format parameter
2010-01-03 reimar Basic -vo matrixview documentation.
2010-01-03 reimar Finally add matrixview vo.
2010-01-03 reimar Document -vo gl colorspace suboption.
2010-01-03 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
2010-01-03 reimar Add pointers to a few more standard OpenGL functions to ease future extensions.
2010-01-03 reimar Fixup SDL configure check:
2010-01-03 reimar Do not assume that "long" is the size of a register.
2010-01-03 reimar Also detect fontconfig when it requires -liconv
2010-01-03 reimar Change fribidi check to also work without fribidi-config.
2010-01-03 reimar Add support for JPEG2000 via FFmpeg/OpenJPEG
2010-01-03 reimar Also support decoding of 8-bit-per-component dpx files.
2010-01-03 stefano Simplify usePal() macro, make it use av_pix_fmt_descriptors.
2010-01-03 stefano Simplify getSubSampleFactors(), make it use the values provided by
2010-01-02 reimar Mark AC3 as 16-bit format, this simplifies alignment calculation and fixes
2010-01-02 reimar Several hacks to fix compilation of tvi_dshow on MinGW64.
2010-01-02 reimar Fix typo in code disabling VIDIX on mingw64
2010-01-02 reimar Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and
2010-01-01 reimar Fix compilation if FreeType is not available, in particular do not try to build
2010-01-01 reimar Simplify range-checking functions for subopt parsing.
2010-01-01 reimar Fix function declarations to avoid casting function pointers.
2010-01-01 reimar Slightly generalize code to generate YUV->RGB conversion table and add
2010-01-01 jrash sync with en/mplayer.1 r30135
2010-01-01 reimar Make YUV->RGB conversion coefficients selectable for -vo gl.
2010-01-01 reimar Do not needlessly use the BP register in x86_64-specific code, there are
2010-01-01 reimar One more fix for -vf scale with alpha.
2010-01-01 reimar Also pass alpha plane to swscale, avoids crashes when converting between
2009-12-31 reimar Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
2009-12-31 reimar Also pass the 4th plane for planar formats on to libavcodec.
2009-12-31 reimar Try to put the list of output formats for vf_scale in a more sensible
2009-12-31 reimar Deduplicate the mp_image planes allocation code.
2009-12-31 reimar Add support for FFmpeg's ffv210 codec.
2009-12-31 reimar Add support for 16-bit per component YUV formats.
2009-12-31 reimar First steps to supporting different YUV->RGB conversion definitions.
2009-12-31 reimar Extract functions to generate yuv->rgb matrices and lookup tables into a
2009-12-31 reimar Put the colourspace-related variables into a separate struct to ease
2009-12-31 reimar Make code slightly more readable.
2009-12-31 reimar Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.
2009-12-31 reimar More readable fourcc for ffflac
2009-12-30 reimar Add a hack for broken youtube servers not returning Accept-Ranges.
2009-12-30 compn add tm2x / tm2a binary decoder
2009-12-30 reimar Make the ffmpeg decoders for DTS and AC3 the default.
2009-12-30 reimar Support 440P in scale filter.
2009-12-30 reimar FFmpeg JPEG codecs can output 440p format.
2009-12-30 reimar Add support for 440p colorspace.
2009-12-30 reimar Support all planar YUV formats in OpenGL vos.
2009-12-30 reimar Add a helper function to get the chroma scale shift and use to simplify mpi setup.
2009-12-29 gpoirier sync w/r30135 (up to date at last!)
2009-12-29 diego cosmetics: tabs to spaces, K&R function declarations, cuddle else clauses
2009-12-29 compn change bandwidth value to bandwidth bytes
2009-12-28 cehoyos Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.
2009-12-28 cehoyos Revert r30100: It breaks some mov and asf samples.
2009-12-28 diego Remove unused variable, fixes the warning:
2009-12-27 compn add lavc yuv rawcodecs to codecs.conf
2009-12-27 reimar Add support for parsing audio streams (though should be easy to extend to video)
2009-12-27 reimar Remove currently unneeded members accidentally added in the last revision.
2009-12-27 reimar Introduce a sh_common struct that contains the parts in common by the audio, video
2009-12-27 reimar Remove one more incorrect direct ass.h include.
2009-12-27 reimar Move do_render_osd function to avoid a forward declaration.
2009-12-27 reimar vo_x11_classhint name argument should be const, since we pass string constants there.
2009-12-27 reimar Return the actually playing audio/video id for get_property, not the one
2009-12-27 kostya lavc Interplay Video decoder now supports 16-bit mode too
2009-12-27 reimar Subtitle are now also available without video, so remove that
2009-12-27 reimar Use the same condition to decide if the audio/video id property is
2009-12-27 reimar When setting audio or video track make sure we will not try to
2009-12-27 reimar Print a ANS_ERROR reply if one of the *_property slave command fails.
2009-12-26 reimar Set some freed pointers to NULL.
2009-12-26 reimar Free playtree_iter upon exiting MPlayer
2009-12-26 reimar Support mp_image with allocated palette.
2009-12-26 reimar Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly
2009-12-26 reimar Restore the old value of planes[1] in vf_palette at the end to ensure
2009-12-26 jrash sync with en/mplayer.1 r30075
2009-12-25 reimar Fix grammar/missing verb in description.
2009-12-25 reimar Remove unnecessary entries from extension_table, these formats are already
2009-12-25 reimar Add a (unfortunately rather long) explanation on how and when to use it
2009-12-24 compn force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise
2009-12-24 reimar Revert renaming of process_force_style to restore compilation against
2009-12-24 reimar Some ugly hacks to make compiling against a newer external version of libass work.
2009-12-24 reimar rename process_force_style to ass_process_force_style to match the API
2009-12-24 reimar Remove more direct includes of libass/ass.h
2009-12-24 compn create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
2009-12-23 kostya Register lavc Aura 2 decoder
2009-12-23 kostya Register lavc Aura decoder
2009-12-23 diego Allow passing variants of "mingw32" as system name to --target. This ensures
2009-12-22 cehoyos Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.
2009-12-21 ramiro Remove parameters no longer used in h[yc]scale().
2009-12-21 ramiro Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
2009-12-21 ramiro Rename function pointers used to convert from the input pixel format to the
2009-12-21 ramiro Check if chroma horizontal scaler is needed in sws_init_swScale().
2009-12-21 ramiro Remove unused fields from SwsContext.
2009-12-20 diego Do not auto-generate the C code to handle PCI vendor and device names.
2009-12-20 gpoirier sync w/r29731
2009-12-20 diego Remove unused debugging output about total number of printed lines.
2009-12-20 diego Employ slightly better variable names for output files.
2009-12-20 diego Eliminate completely pointless print_includes function.
2009-12-20 diego Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.
2009-12-20 diego Do not autogenerate vidix/pci_names.h.
2009-12-20 ramiro Indentation.
2009-12-20 ramiro Indent.
2009-12-20 ramiro Set fast_bilinear functions in sws_init_swScale().
2009-12-20 diego Remove pointless return statements from functions that return nothing.
2009-12-20 diego Move code to write multiple inclusion guards to generated files into functions.
2009-12-20 ramiro Set horizontal scaler's range conversion in context in sws_init_swScale().
2009-12-20 ramiro Set horizontal scaler's src offsets in context in sws_init_swScale().
2009-12-20 diego cosmetics: Use more consistent formatting style for generated files.
2009-12-20 diego cosmetics: Use a consistent formattting style; tabs to spaces.
2009-12-20 reimar Change %f to %e in generated fragment programs to avoid losing precision unnecessarily.
2009-12-20 diego Run vidix/pci_db2c.awk directly instead of passing it to awk.
2009-12-20 cehoyos VP6F has to be flipped for binary decoder.
2009-12-19 reimar Slightly improve vo_gl suboption documentation.
2009-12-19 reimar Define GL_GENERATE_MIPMAP ourselves if necessary.
2009-12-19 reimar Fix compilation with internal ASS when no ass header is installed system-wide.
2009-12-19 reimar Add support for auto-generating mipmaps in vo_gl, should ease
2009-12-19 reimar Make -vo gl:customprog also work with RGB input (obviously those need to be
2009-12-19 reimar Fix a broken indentation.
2009-12-19 reimar Enable running fragment programs with YUV_CONVERSION_NONE
2009-12-19 reimar Make ass_mp.h use the system-libass headers when the internal one is disabled.
2009-12-19 reimar Never include ass.h and ass_types.h directly, use ass_mp.h instead.
2009-12-19 reimar Experimental support for external libass.
2009-12-19 reimar Rename GL_* defines to CONFIG_GL_*
2009-12-19 reimar Add x11_common as dependency for OpenGL with X11 backend.
2009-12-19 reimar Make the check for X11 and WIN32 backends for OpenGL separate.
2009-12-18 reimar Add a missing const, fixes a compiler warning.
2009-12-18 reimar Allow pulseaudio to restore the previous volume on init instead of forcing to
2009-12-18 reimar Get rid of global volume variable, it is only used for temporary values.
2009-12-18 reimar Use on-stack subtitle struct for temporary storage for passing subtitles on
2009-12-18 ptt synced to r30044
2009-12-18 ptt divided a line in two, was too long
2009-12-18 ptt synced with r30043
2009-12-18 jrash Synced with help_mp-en.h r30044
2009-12-18 jrash sync with en/mplayer.1 r30053
2009-12-17 cehoyos Support R210 uncompressed 10 bit RGB codec.
2009-12-17 reimar Do not modify priv->idx_pos when regenerating the index, use a local
2009-12-17 cehoyos Cosmetics: Reindent after r30050.
2009-12-17 cehoyos Slightly increase hardware decoding performance by always using more
2009-12-17 adrian Cosmetics: reindent
2009-12-17 cehoyos Improve VDPAU render performance by increasing number of output surfaces.
2009-12-16 diego Make vidix/pci_db2c.awk executable.
2009-12-16 adrian The fontconfig check added in r30044 wasn't safe. This makes it more robust.
2009-12-16 diego Simplify the evaluation of the lang-def template:
2009-12-16 adrian Fix a crash when fontconfig is unable to select a font. e.g. if no config directory could be found.
2009-12-15 adrian Add support for -geometry to corevideo.
2009-12-15 adrian Add -xineramascreen support to corevideo vo. Still prefer corevideo's own device_id parameter if it's set.
2009-12-15 compn add spdif example from beandog
2009-12-14 diego Filter list of missing source files so that it only contains nonexisting files.
2009-12-14 diego Add missing #includes to fix a bunch of 'implicit declaration of..' warnings.
2009-12-14 diego Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.
2009-12-14 diego Avoid hackish shell loop to symlink missing XML source files.
2009-12-14 diego Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.
2009-12-14 diego Reuse SYMLINKS_DEPS variable in the symlink targets.
2009-12-14 diego Simplify shell command to symlink missing translated source files.
2009-12-14 diego Ignore errors from failing rm commands in clean targets.
2009-12-14 diego Do not ignore errors from mkdir invocations.
2009-12-14 diego The general xmllint target should only check configured languages.
2009-12-14 diego Improve declaration of phony targets.
2009-12-14 diego Factorize dependencies of language-specific HTML generation targets.
2009-12-14 diego spelling cosmetics
2009-12-14 diego Remove pointless dependency on xmllint.sh from phony xmllint target.
2009-12-14 diego Drop pointless dependencies of the phony targets html-chunked and html-single.
2009-12-14 diego Fix dependencies of html-chunked and html-single targets.
2009-12-14 diego Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.
2009-12-14 diego Factorize all components generated by configure into a variable.
2009-12-14 diego Remove outdated comment about build system behavior.
2009-12-14 diego cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.
2009-12-14 diego Drop support for per-language XSL stylesheets.
2009-12-14 diego Remove pointless Polish stylesheet; it provides no real benefit.
2009-12-14 diego Drop support for per-language stylesheets.
2009-12-14 diego Unconditionally symlink documentation files missing from a translation.
2009-12-14 diego Use variable for HTML stylesheet so individual languages can use their own.
2009-12-14 diego Factorize stylesheet installation into its own target.
2009-12-14 diego Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.
2009-12-13 diego Factorize generating the list of all main.xml files.
2009-12-13 diego configure also generates all main.xml files.
2009-12-13 diego Add html-chunk.xsl and html-single.xsl to targets generated by configure.
2009-12-13 diego Avoid '&>' bashism for redirecting both stdout and stderr.
2009-12-13 diego Simplify one more command via automatic variables.
2009-12-13 diego Simplify setting COMMON_XSL_DEPS variable:
2009-12-13 diego Do not build monolithic documentation in a separate directory.
2009-12-13 diego - Remove now unnecessary dependency on intermediate directories.
2009-12-13 diego Do not pointlessly set the HTMLFILE variable when running xmllint.
2009-12-13 diego Simplify some commands via automatic variables.
2009-12-13 diego Create required directories directly without intermediate steps.
2009-12-13 diego Declare common dependencies for chunked and single HTML targets together.
2009-12-13 diego cosmetics: Remove pointless trailing /.
2009-12-13 diego xmllint.sh is not a phony target.
2009-12-13 diego Do not use symlinks for translations that comprise all XML files.
2009-12-13 diego Remove pointless warning about Make being called from the wrong place.
2009-12-13 compn add MTSJ fourcc to ffmjpeg and ldead mjpeg codec
2009-12-13 diego Replace shell command substitution by Makefile syntax construct.
2009-12-13 diego Use automatic variables instead of the target name.
2009-12-13 diego Do not pointlessly remove all targets before recreating them.
2009-12-13 diego Declare a dependency on xmllint instead of duplicating the target's commands.
2009-12-11 reimar Avoid miscompilation issues with the grow_array function more permanently
2009-12-11 reimar 100l, fix check for V4L2 capture capability flag.
2009-12-10 cehoyos Update the SuperH VEU vidix driver with experimental support for VEU3F.
2009-12-10 cehoyos Fix build on SuperH.
2009-12-10 cehoyos Update the SuperH VEU vidix driver with code that calls fsync() after each
2009-12-09 compn vdpau codecs config entry by beandog
2009-12-09 reimar Disable winsock when we already found a working socklib instead of checking
2009-12-09 reimar DShow TV input needs part of the our DirectShow code, so add the proper
2009-12-09 reimar Use a fallback to make sure the basic OpenGL functions are available instead of
2009-12-09 reimar Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenGL headers.
2009-12-08 cehoyos Support FourCC's AVI1 and AVI2 as MJPEG.
2009-12-08 reimar Pass all OpenGL functions through a function pointer indirection.
2009-12-08 reimar Very preliminary code to allow selecting the OpenGL backend at runtime.
2009-12-07 reimar Add braces to avoid ambiguous else.
2009-12-07 ramiro Document the differences between the two asm fragments in initMMX2HScaler().
2009-12-06 ramiro Start using intermediate buffers at index 0.
2009-12-05 ramiro Fix compilation with runtime cpu detection.
2009-12-03 compn fix apple.com trailer example, via carl
2009-12-03 ramiro Add support for nv12/nv21 input.
2009-12-01 compn add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
2009-11-29 lorenm sync to x264-r1327. (only needed for x264-in-libavcodec)
2009-11-28 tack Fix mangling of 24-bit audio during channel reorder.
2009-11-28 attila when using -v, print also which lavc codec has been used, not
2009-11-27 jrash improve previous translation
2009-11-26 stefano Make sws_format_name() use av_pix_fmt_descriptors.
2009-11-26 compn add user-agent example to fix apple.com/trailers
2009-11-26 compn map 0x20736D to ffac3, fixes broken mov sample
2009-11-26 compn mime type [video/x-ms-wmv] is not an ASF redirector.
2009-11-24 reimar Readjust the global number of subs when switching dvdnav track to take
2009-11-23 compn small update wishlist
2009-11-22 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
2009-11-22 reimar Some MinGW awk versions can not handle reading from files with CRLF
2009-11-22 reimar 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h
2009-11-22 reimar av_alloc_format_context -> avformat_alloc_context
2009-11-22 reimar Fix initialization values for vf_expand priv struct.
2009-11-22 reimar Remove unused variable.
2009-11-22 reimar Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_band.
2009-11-22 reimar Switch ad_ffmpeg to avcodec_decode_audio3
2009-11-22 reimar Remove unused variable.
2009-11-22 reimar Reuse buffer in priv context instead of allocating the 32kB probe buffer
2009-11-22 reimar Fix crash with partial fribidi conversion.
2009-11-22 reimar Mention right-to-left support for embedded subtitles also in the Changelog.
2009-11-22 reimar Make fribidi (i.e. right-to-left) support work with embedded subtitles.
2009-11-21 jrash Synced with help_mp-en.h r29912
2009-11-21 reimar Print which visual glXChooseVisual chose when running in verbose mode.
2009-11-21 reimar Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.
2009-11-21 reimar Add support for Windows OpenGL rendering onto a device instead of into a window.
2009-11-21 reimar Remove unreachable parsing code: for filters that use the option parser,
2009-11-21 reimar Support RGB48NE format in OpenGL vos (only really useful once they are modified
2009-11-21 reimar Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit formats.
2009-11-21 reimar Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.
2009-11-21 reimar Add a define for IMGFMT_RGB48NE that depends on machine endianness.
2009-11-20 reimar Move 128kB buffer from stack to demuxer context.
2009-11-20 reimar calloc instead of malloc+memset.
2009-11-20 reimar Use calloc to allocate a rather large (currently 32k) array instead of
2009-11-20 reimar sub_fribidi should be static, it is not used outside subreader.c
2009-11-20 reimar Use early return instead of block over whole function.
2009-11-20 reimar Use FFMAX instead of a custom max macro.
2009-11-18 cehoyos Silence two gcc warnings: suggest parentheses around && within ||
2009-11-18 diego Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
2009-11-18 diego Add functions to return library license and library configuration.
2009-11-18 cehoyos 10l to Reimar: Fix typo.
2009-11-17 reimar Deobfuscate the special hack to disable cache for live555.
2009-11-17 reimar Merge malloc+memset -> calloc
2009-11-17 reimar Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set
2009-11-17 reimar Remove useless check for valid fd with -dumpstream, the code does not
2009-11-17 reimar Enable the read-based forward seek fallback also when CONFIG_NETWORK is
2009-11-17 reimar Use fill_buffer if available also for STREAMTYPE_STREAM
2009-11-17 reimar Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).
2009-11-17 reimar Add preliminary support for streaming via FFmpeg's URProtocol functions.
2009-11-17 reimar Complete configure support for compiling in FFmpeg's protocol support.
2009-11-17 reimar Use avcodec_align_dimensions to appropriately align width and height in
2009-11-16 cehoyos Set display size in sh_video when decoding H264.
2009-11-16 cehoyos Clarify new VDPAU MPEG4 ASP and DVB teletext decoding features.
2009-11-16 Gabrov synced with r29912
2009-11-16 ptt synced with help_mp-en.h r29912
2009-11-16 ptt added -name, -title, -use-filename-title options to Changelog
2009-11-16 compn more changes
2009-11-16 reimar Use calloc instead of initializing each struct member individually to 0.
2009-11-16 reimar Try to detect broken files with unaligned chunks.
2009-11-14 cehoyos Show OSD message when enabling/disabling de-interlacing.
2009-11-13 ptt cosmetics and grammar fixes
2009-11-13 reimar Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for mplayer.
2009-11-13 jrash sync with en/mplayer.1 r29905
2009-11-13 reimar Check that mpctx->audio_out is not NULL when trying to uninit it.
2009-11-13 ptt synced with r29905
2009-11-12 ptt synced with r29885
2009-11-12 ptt cosmetic fixes as pointed out by diego
2009-11-12 ptt Added -name, -title and -use-filename-title options and implementation in X11 vos
2009-11-11 cehoyos Do not dynamically load libvdpau.so.1, but link at compile time.
2009-11-11 tack Replace dead link explaining why not to use HTML on the mailing lists.
2009-11-11 reimar Fix declarations in mp_taglists.h and include it in mp_taglists.c to
2009-11-11 reimar Add a "tips and tricks" section to the slave mode documentation.
2009-11-11 reimar Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used tabs.
2009-11-11 reimar Do not call resume on unpausing if we have already reached eof while
2009-11-11 reimar Remember which subtitle was auto-selected for dvdnav due to -slang
2009-11-11 reimar Factor out code that decides which subtitle to play.
2009-11-11 reimar Avoid modifying dvdsub_id in command.c where possible.
2009-11-11 reimar Move headers related to setting dvd speed to dvd_common.
2009-11-11 reimar Set the EOF flag when dvdnav reached the end of the requested title.
2009-11-11 reimar Support the range syntax (like dvd://2-5) also for dvdnav.
2009-11-11 cehoyos 10l: Fix compilation without VDPAU.
2009-11-10 reimar Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed
2009-11-10 reimar Move arrays used by both dvd and dvdnav to dvd_common.
2009-11-10 reimar Remove unused extern declarations.
2009-11-10 reimar Share dvd_device extern declaration between dvd and dvdnav.
2009-11-10 reimar Remove an unused variable.
2009-11-10 cehoyos Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
2009-11-10 diego Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.
2009-11-10 tack Update man page to reflect support for up to 8 channels.
2009-11-10 reimar Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer size).
2009-11-10 reimar Calculate length of ASF files with more than 1 second precision.
2009-11-10 reimar Fix length calculation for ASF, preroll is in ms, play time in 100 ns.
2009-11-10 reimar Remove useless cast
2009-11-10 tack Changelog: add note that 8 channel audio is now supported.
2009-11-10 reimar Use configure code to define PIC instead of duplicating the check in mangle.h.
2009-11-10 zuxy Delete "auto-close" from configuration whose support has long been removed.
2009-11-10 reimar Add support for DVB teletext.
2009-11-10 reimar Free demuxer->teletext when closing the demuxer.
2009-11-10 reimar Set demuxer->teletext to NULL when closing the TV interface,
2009-11-10 cehoyos 100: Fix function parameters when calling create_vdp_decoder() from query_format().
2009-11-10 cehoyos Cosmetics: Fix indentation after last commit.
2009-11-10 cehoyos Fail in query_format() if a VDPAU decoder is not available.
2009-11-10 cehoyos Add a default to switch(image_format), suppresses a warning after a future patch.
2009-11-10 tack Add support for 8 channel audio.
2009-11-10 tack Cosmetics: remove trailing whitespace from file.
2009-11-09 reimar Properly free the pthread mutex for teletext.
2009-11-09 reimar Allow teletext compilation without pthreads
2009-11-09 reimar Fix compilation of teletext code without freetype support
2009-11-09 reimar Change type of teletext color specification from unsigned char
2009-11-09 reimar Make sure the teletext property stuff does not crash if no demuxer is available.
2009-11-09 reimar The code for the non-networking case is the same whether networking
2009-11-09 reimar Factor out triplicated break statement.
2009-11-09 reimar Remove unused mp_dvdnav_aid_from_audio_num function
2009-11-09 reimar Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and
2009-11-08 cehoyos Use enum PixelFormat instead of int for srcFormat and dstFormat.
2009-11-08 reimar Remove macho64 special-case for yasm options, -DPIC is already added
2009-11-08 reimar Remove a pointless undeclared function reference, #error is assumed
2009-11-08 reimar Add a comment that the PIC handling in mangle.h is duplicate also in
2009-11-08 reimar Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.
2009-11-08 reimar Clarify possible issues with gmplayer commandline options due to conflicts
2009-11-07 cehoyos Remove CONFIG_TV_TELETEXT.
2009-11-07 cehoyos Factorise vbi_decode().
2009-11-07 cehoyos Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.
2009-11-07 cehoyos Separate teletext from tv support.
2009-11-07 reimar Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling
2009-11-07 reimar Use switch_program property from mplayer.c to set ts_prog.
2009-11-07 reimar Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist
2009-11-07 stefano Document sws_freeContext().
2009-11-06 reimar Whitespace cosmetics: reindent reinit_audio_chain function
2009-11-06 reimar Remove some useless comments/commented-out code.
2009-11-06 reimar Split assignment from error value check to avoid overcomplicated if () condition.
2009-11-06 reimar Reuse the init_error exit path also for init_best_audio_codec errors.
2009-11-06 reimar Simplify: use &= instead of a = b & a;
2009-11-06 reimar Remove some unnecessary else blocks
2009-11-06 reimar Use an early return instead of a {} block over the whole function in reinit_audio_chain
2009-11-06 reimar Disable audio when initializing the filter chain fails (can happen e.g. when the hwmpa
2009-11-06 reimar Only call avcodec_close if the open succeeded before, otherwise avcodec_close
2009-11-06 attila PPC: make inline asm xform address test work with Apple tools
2009-11-06 jrash sync with en/mplayer.1 r29823
2009-11-05 reimar dvdnav: print ID_SID_..._LANG, just like dvd://
2009-11-05 reimar Cosmetics: indentation, merge two consecutive ifs.
2009-11-05 reimar Make dvdnav also print info about audio streams with unknown language, just like dvd://
2009-11-05 reimar Make the dvdnav stream language information output more similar to the dvd one.
2009-11-05 reimar Change the subtitle numbers in the dvdnav subtitle language info to match
2009-11-05 reimar Change dvdnav_reset_stream to not disable subtitles, since that breaks
2009-11-05 reimar Add cast to signed for 64 bit check, since according to an FFmpeg bug report
2009-11-05 reimar Add a profile example and (commented-out) useful defaults for dvdnav
2009-11-05 reynaldo So Long, and Thanks for All the Fish
2009-11-04 cehoyos Add new VDPAU feature high-quality-scaling (and require newer library).
2009-11-04 tack reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*
2009-11-04 tack ad_ffmpeg: Fix channel layout for ffvorbis and ffaac
2009-11-03 compn cosmetics: alphabetize
2009-11-03 compn 10l for breaking compilation. change eatgv to tgv
2009-11-03 reynaldo Remove unneeded initialization
2009-11-03 compn add yuvs fourcc, fixes yuvs.mov
2009-11-03 compn add ffmpeg eatgv codec
2009-11-03 compn add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avi
2009-11-02 diego The "ilaced" suboption of vf_scale was renamed to "interlaced".
2009-11-02 cehoyos Improve VDPAU noforce-mixer documentation.
2009-11-02 uau demuxer.c: Add initialization missing from previous commit
2009-11-02 compn add VYUY and Y42B fourccs to rawcodecs
2009-11-01 reimar Unbreak the demuxer-specific code in video.c with e.g.
2009-10-31 cehoyos Teletext display does support font scaling via OSD font scaling, remove
2009-10-31 cehoyos Replace two more occurences of tvi_vbi with dec_teletext.
2009-10-31 cehoyos Remove incorrect comment.
2009-10-31 jrash sync with en/mplayer.1 r29805
2009-10-30 corey Slightly change behavior of "none" if fstype specification.
2009-10-30 stefano Document slice ordering assumption done by sws_scale().
2009-10-30 cehoyos Support ISDB-Tb tunning in Brazil
2009-10-29 cehoyos Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
2009-10-29 cehoyos Move teletext specific code from stream into libmpcodecs.
2009-10-28 diego consistency fix: Give all CONFIG_ definitions the value 1.
2009-10-27 cehoyos Cosmetics: Reindent after last commit.
2009-10-27 cehoyos Allow image format BGRA when using vo vdpau.
2009-10-26 reimar Move 64 bit check below compiler detection since it needs the compiler
2009-10-24 cehoyos Fix teletext character set auto-detection.
2009-10-24 diego Move some variable initializations to the beginning of vo_x11_fullscreen().
2009-10-23 cehoyos Implement VFCAP_FLIP for vo_vdpau.
2009-10-22 cehoyos Free memory allocated in ff_vdpau_add_data_chunk() on uninit.
2009-10-22 ptt synced with r29791
2009-10-22 diego Break an output line for consistency.
2009-10-22 ptt cosmetic fixes in bs2b and vdpau sections
2009-10-20 compn add V422, YUNV to rawyuy2
2009-10-20 compn add HDYC fourcc to rawuyvy
2009-10-19 lorenm sync to x264-r1296
2009-10-19 cehoyos Fix playback of Intel JPEG Library Video Codec.
2009-10-19 diego Fix aspect test program linking.
2009-10-19 diego Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.
2009-10-19 diego Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.
2009-10-19 diego Add CONFIG_LPC to config.h as well (needed by FFmpeg).
2009-10-19 diego Add CONFIG_LPC to config.mak (needed by FFmpeg).
2009-10-19 compn add binary codec for fourcc slif
2009-10-18 diego Merge rules for building mencoder and mplayer.
2009-10-18 diego Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.
2009-10-17 cehoyos Try to recover from VDPAU display pre-emptions.
2009-10-16 reimar Find and take into account stream start time for ogg files.
2009-10-15 compn add MVJP fourcc (mjpeg) from ffmpeg
2009-10-14 reimar Add support for "Forward Uncompressed" decoding via FFmpeg
2009-10-14 ptt removed daniele forghieri from italian man mantainers (as said by diego and him)
2009-10-14 ptt synced with r29771
2009-10-12 cehoyos Support SMPTE-240M colourspace in vo_vdpau.
2009-10-11 cehoyos Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).
2009-10-10 cehoyos Add colorspace option to vo_vdpau.
2009-10-10 adrian Remove redundant duplicate option handling in the playtree.
2009-10-10 reimar Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarith.dll
2009-10-08 ptt some coherence's fixes
2009-10-08 ptt cosmetics in channels/capture sections
2009-10-08 ptt synced with r29762
2009-10-08 ptt added myself to italian man mantainers section, since i'm the one that does that
2009-10-08 ptt various little aesthetic fixes
2009-10-08 diego Fix 100l typo introduced in last commit.
2009-10-08 ptt synced with r28576
2009-10-08 diego cosmetics: Remove some pointless parentheses from return calls.
2009-10-08 diego cosmetics: Break two more lines.
2009-10-08 ptt Updated to help_mp-en.h r29742
2009-10-06 diego Clarify screenshot filter description.
2009-10-06 diego K&R coding style and whitespace cosmetics
2009-10-06 adrian Add keycode definitions for older versions of OSX. Fixes compilation on 10.4.
2009-10-06 reimar Remove many uses of tmp_run.
2009-10-05 attila add a warning to the description of -vf screenshot to add it after
2009-10-05 cehoyos Play TrueHD in BluRay with demuxer lavf.
2009-10-05 cladisch fix calculation of ao_data.bps for sample formats with more than 16 bits
2009-10-04 cehoyos Fix definition of KEY_PAGE_DOWN.
2009-10-02 reimar Make the ao_alsa play function always process a multiple of ao_data.outburst
2009-10-02 reimar Add EXTERN_ASM define needed by FFmpeg on ARM.
2009-10-01 jrash sync with en/mplayer.1 r29731
2009-10-01 compn updates
2009-09-30 diego Mark some functions that do not need external visibility as static.
2009-09-30 reimar Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku
2009-09-30 diego Reduce console output verbosity: Move colorspace information to verbose mode.
2009-09-30 reimar lavf: if seeking in the desired direction failed, also try in the opposite one,
2009-09-30 reimar Avoid void * arithmetic.
2009-09-30 reimar Simplify aac_get_sample_rate_index
2009-09-30 reimar Check for grow_array allocation failure.
2009-09-30 reimar Avoid a possible crash if num_cluster_pos is 0.
2009-09-30 reimar Check for integer overflow in grow_array.
2009-09-30 reimar Rearrange code of grow_array to make it easier to extend.
2009-09-30 reimar Avoid a memleak if realloc fails in grow_array.
2009-09-30 reimar Change grow_array argument from void ** to void *, this avoids a aliasing
2009-09-29 reimar Make -nosub work to disable subtitles even if -slang and dvd streams are used.
2009-09-28 reimar Document -nosub option
2009-09-28 reimar Add a -nosub option that allows disabling auto-selected subtitles as e.g. the
2009-09-28 reimar Allow -1 and -2 values for -aid, -vid and -sid (meaning "auto" and "disabled" respectively).
2009-09-28 reimar Enable loading of external subtitles also for audio-only files.
2009-09-28 reimar Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio->pts
2009-09-28 reimar Call set_osd_subtitle also for external subs (i.e. in find_subs).
2009-09-27 cehoyos Intel compiler icc 11.1 supports compilation of internal mp3lib and internal liba52.
2009-09-27 cehoyos Cosmetics: Fix whitespace.
2009-09-27 reimar Set sensible write frequency/priority values for AllocateMemoryMESA
2009-09-27 reimar Print error instead of crashing when mesa-buffer is used on systems
2009-09-27 reimar Also check GLX client and server strings for extensions
2009-09-26 reimar Amend previous commit: both zlib decoder and encoder must be disabled
2009-09-26 reimar Disable libavcodec zlib decoder when zlib is not available, fixes compilation
2009-09-26 reimar Change libaf control ordering to make the controls unique again, (AF_CONTROL_PAN_BALANCE vs.
2009-09-25 reimar Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.
2009-09-25 reimar Change type to avoid void * arithmetic.
2009-09-25 reimar Set codec_type and codec_id in codec context for lavc encoders.
2009-09-24 diego Sync with current FFmpeg HEAD.
2009-09-24 diego sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATIC
2009-09-23 reimar Add support for displaying subtitles on the command-line when playing
2009-09-23 reimar Make function argument name in header match name in .c file.
2009-09-23 reimar Make update_subtitles work without sh_video for text subtitles.
2009-09-23 reimar Make sure avctx->codec_type and codec_id are set, since libavcodec
2009-09-23 reimar Include mpcommon.h in mpcommon.c, ensures that the declarations in the header
2009-09-23 reimar Factor out sh_video->pts into a refpts variable. This simplifies a future patch
2009-09-23 reimar Rename ambiguous "pts" variable to subpts.
2009-09-23 reimar Use x264_encoder_delayed_frames instead of the current hack to flush delayed
2009-09-23 lorenm sync to x264-r1260 (which changed api)
2009-09-23 diego Add 0x85 ad ID for DTS audio.
2009-09-22 cehoyos Fix teletext font autoscaling.
2009-09-22 diego Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.
2009-09-22 cehoyos Allow playback of dnxhd files, as produced by FFmpeg regression test.
2009-09-20 adrian Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent display config if shared buffer is not enabled.
2009-09-20 compn sync faad / ffaac supported fourccs as spotted by reimar
2009-09-20 compn add another aac tag
2009-09-20 compn add newer microsoft screen binary codec
2009-09-20 compn add coreavc entry, works on windows only.
2009-09-19 reimar Add autodetection for ARM NEON SIMD.
2009-09-19 reimar Use a compilation check to distinguish between x86 and x86_64, uname and
2009-09-19 reimar Add a check for availability of ebx register, needed for
2009-09-19 reimar Treat Haiku as BeOS (only changes the displayed name actually)
2009-09-18 reimar Re-add some ifdefs, partially reverting r29688, since mDisplay and
2009-09-18 reimar Use vo_w32_window directly instead of via the vo_window macro in Windows-only code.
2009-09-18 reimar Get rid of several (probably) pointless ifdefs
2009-09-17 reimar Use ecx instead of ebx to avoid unnecessary issues with PIC.
2009-09-16 ramiro Cleanup buffer debugs in swScale().
2009-09-16 ramiro Use correct buffers in vertical scaler in unscaled YV12 case.
2009-09-16 reimar Merge two Windows-specific #if sections to simplify the condition.
2009-09-16 reimar Hack: set DEP/NX on Windows via SetProcessDEPPolicy.
2009-09-16 compn add YAXPAX and YAPAXI exports to msvcr80
2009-09-14 reimar Add several HAVE_EBX_AVAILABLE conditions where necessary
2009-09-14 reimar %lf is not a valid printf format specifier, use just %f instead.
2009-09-14 compn kegavideo codec requires msvcr80 on windows
2009-09-14 reimar Add support for decoding sgi files via FFmpeg's sgi decoder.
2009-09-14 reimar Get rid of useless indirection and use the demuxer argument directly instead of
2009-09-14 reimar Reduce verbosity if demuxer sets an info value to the same as the current value.
2009-09-13 ramiro Reset slice direction at end of each frame.
2009-09-12 ramiro Remove ; after while(0) in macros.
2009-09-12 compn add kega video binary codec for fourcc kgv1
2009-09-12 jrash sync with en/mplayer.1 r29661
2009-09-11 Gabrov synced with r29670
2009-09-10 diego Convert to UTF-8.
2009-09-10 diego Fix bashism: Use '$(( ))' syntax instead of '(( ))' for arithmetic expressions.
2009-09-10 reimar Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly
2009-09-10 reimar Sort preferred_list alphabetically since the order does not matter otherwise.
2009-09-10 reimar Always keep a backup of the expand values from the command-line, so values
2009-09-09 ramiro Document that slices can be bottom to top or top to bottom.
2009-09-08 reimar Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of
2009-09-08 reimar Make all mp_*_taglists const.
2009-09-08 cehoyos Allow disabling and enabling lower-case codecs.
2009-09-08 diego Make (no)t23 suboption description more consistent.
2009-09-08 reimar Fix an endless loop if all programs are empty.
2009-09-08 reimar Make indentation consistent with the rest of the file
2009-09-08 reimar Never switch to a program with no audio and no video.
2009-09-08 reimar Always register all streams from libavformat, not just those belonging to a program.
2009-09-08 reimar 100l, forgot to use "test" for checking the value of the quicktime variable
2009-09-07 vitor Add support for lavf vqf demuxer and lavc TwinVQ decoder.
2009-09-07 ramiro Indent.
2009-09-07 diego Avoid bash-specific 'let' syntax in shell scripts.
2009-09-06 ramiro Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
2009-09-05 ramiro Indent.
2009-09-05 ramiro Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
2009-09-05 reimar Add standard license header and move a misplaced comment.
2009-09-05 jrash sync with en/mplayer.1 r29638
2009-09-04 diego Fix grammar mistake noticed by Alexander Strasser.
2009-09-04 reimar Factor out duplicated code to set play video scaled by a certain factor.
2009-09-04 reimar Subopt parser subopts should now be const.
2009-09-04 reimar 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since
2009-09-04 reimar Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it will
2009-09-04 reimar Support x86_64 + PIC in mangle.h, needed for OS X 64 bit compiles.
2009-09-04 reimar Split QuickTime check off from quartz check and use the result to enable/disable
2009-09-04 reimar 100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,
2009-09-04 reimar Move OpenGL test below CoreVideo. This ensures -lGL will come after -framework OpenGL which
2009-09-03 reimar Improve wording for file/directory specific config file explanation.
2009-09-02 reimar 10l, fix misplaced check in r29613, for loop detection we must compare
2009-09-02 reimar Limit amount of data allocated on stack, strlen(filename) is not a good idea for
2009-09-02 reimar Document directory-specific configuration file.
2009-09-02 reimar Add support for directory-specific mplayer.conf configuration file.
2009-09-02 faust3 enable ffwmapro
2009-09-02 reimar Consistently use sizeof(variable) instead of sizeof(type) where easily possible.
2009-09-02 reimar Cosmetics: get rid of many pointless ()
2009-09-02 reimar Reduce code duplication for half/normal/double video size handling.
2009-09-02 reimar Remove unused variable.
2009-09-02 reimar The suboption parser now takes a const options list, so mark them all const.
2009-09-02 reimar free(), delete and delete[] are all different and can't just be used at random,
2009-09-02 reimar Fix possible crashes with invalid SDPs that result in stream descriptions
2009-09-02 reimar Fix several more rtsp-related memleaks.
2009-09-02 reimar Fix asmrp_dispose to also free the buffer.
2009-09-02 reimar Use calloc to ensure rmff_new_mdpr returns fully initialized data.
2009-09-02 reimar Move variable declaration to where it is used.
2009-09-02 reimar Make sure we do not strdup(NULL), avoids a crash with non-real streams.
2009-09-02 reimar Fix several memleaks in real_setup_and_get_header
2009-09-02 reimar Change real_setup_and_get_header to use goto a single exit path to simplify
2009-09-02 reimar vo_quartz: change deallocation/uninit to more reliably free allocated data.
2009-09-01 reimar Make glContext a local variable, it is not needed outside the function
2009-09-01 reimar Add a dealloc function to corevideo to reduce the memleaks from
2009-09-01 reimar Fix some of the major memleaks of vo_corevideo with -fixed-vo
2009-09-01 reimar Do not do a unmap/map cycle on Windows given with -wid, with some window
2009-09-01 reimar Make the loop detection for mov reference files less aggressive, fixes
2009-09-01 reimar Check setGlWindow return value to fail properly instead of crashing if e.g.
2009-09-01 reimar Add a hack to ensure data from e.g. mov format -subfile gets read at all
2009-09-01 reimar Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.
2009-09-01 reimar Make shm_fd a local variable and close it when we need it no longer, thus
2009-09-01 reimar Reduce vo_corevideo memleaks by initializing static context etc. only once
2009-09-01 reimar Fix memleak when using fontconfig without a font name.
2009-09-01 reimar Use MPlayer's standard aspect handling functions in corevideo
2009-09-01 diego The libamrnb *en*coder, not the *de*coder should be added to the list of
2009-08-31 reimar Fix per-file config file loading for DOS paths (i.e. where \ and : can
2009-08-31 reimar Factor out code to try and load a config file only if it exists.
2009-08-31 reimar Move variable declaration into block where it is used and make it const.
2009-08-31 reimar Make m_config_parse_config_file file name argument const
2009-08-31 cehoyos Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.
2009-08-31 cehoyos Fix EAC3 in MPEG transport streams with -demuxer lavf.
2009-08-31 reimar Also check linker flags to make sure that liveMedia libraries are there, too,
2009-08-31 cehoyos Fix DTS in MPEG transport streams with -demuxer lavf.
2009-08-31 cehoyos Fix AAC in MPEG transport stream for -demuxer lavf.
2009-08-31 diego cosmetics: alphabetically order lists
2009-08-30 compn bpcm is internal mplayer fourcc
2009-08-30 cehoyos Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that
2009-08-30 cehoyos Revert r29404.
2009-08-30 cehoyos Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.
2009-08-30 cehoyos Use mp_wav_override_taglists for both audio and video.
2009-08-30 cehoyos Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.
2009-08-30 cehoyos Support PCM in Bluray streams.
2009-08-29 ramiro Curly brackets cosmetics for previous commit.
2009-08-29 ramiro Check for return value of initFilter().
2009-08-29 ramiro Revert mistakenly commited hunk.
2009-08-29 ramiro swscale: Check for return values of malloc.
2009-08-29 ramiro swscale-example: Free memory used by input data.
2009-08-29 ramiro Restore comment that was partially removed.
2009-08-29 jrash Synced with help_mp-en.h r29549
2009-08-29 jrash sync with en/mplayer.1 r29555
2009-08-28 reimar Port feature from corevideo: remember half/double size settings and reapply
2009-08-28 reimar Make aspect switching work again (used the wrong variable and always
2009-08-28 reimar Fix implicit declaration of mp_input_.. functions.
2009-08-28 reimar 1l, use sizeof for snprintf size instead of hard-coding the current value.
2009-08-28 reimar Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer
2009-08-28 reimar Move aspect change handling from vo_quartz to osx_common.
2009-08-28 reimar Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.
2009-08-28 reimar Use the standard MPlayer aspect handling instead of reimplementing our own in vo_quartz.
2009-08-27 reimar Remove unused movie_aspect extern declaration.
2009-08-27 reimar Use lookup_keymap_table function with data structure instead of huge switch-case
2009-08-27 reimar Enable calc_src_dst_rects for windowed aspect and panscan.
2009-08-27 reimar Remove panscan related conditions and code that only breaks future windowed
2009-08-27 reimar Make gl2 code capable of windowed aspect and panscan (no user option to enable it yet though).
2009-08-27 reimar Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
2009-08-27 reimar Fix video placement with -vo gl2 -fs -wid.
2009-08-27 reimar -vo gl2 resize does not need to modify its arguments, so pass int instead of int *.
2009-08-27 reimar Simplify -vo gl ass border etc. dimension calculation one bit more.
2009-08-27 reimar Remove useless code that has no effect.
2009-08-27 reimar Simplify and fix ass border calculations for -vo gl and -wid -fs mode.
2009-08-27 reimar Make panscan cover the same range in -wid -fs mode as in normal mode.
2009-08-27 reimar Disable -keepaspect with -wid in w32_common code.
2009-08-27 reimar Fix aspect_fit to work correctly when borders need to be added on top and
2009-08-27 reimar Forgotten changes to aspect code to handle -wid with -fs.
2009-08-27 reimar First attempts at supporting -fs with -wid, -vo gl on X11 only so far
2009-08-27 cehoyos Expand wid explanation.
2009-08-26 reimar Reindent
2009-08-26 reimar Retry deciding to get audio parameters several times on errors, this avoids
2009-08-26 diego Adjust documentation about filtering out whitespace changes from 'svn diff'.
2009-08-26 cehoyos Fix DTS in least one Bluray sample with demuxer lavf.
2009-08-26 cehoyos Fix AC3 in least one Bluray sample with demuxer lavf.
2009-08-24 cladisch Use a buffer of about half a second, instead of sizing it to have
2009-08-23 ramiro swscale-example: Rename src->ref so as to not confuse with src being used in doTest().
2009-08-23 ramiro swscale-example: Use SWS_BILINEAR instead of hardcoded value.
2009-08-23 reimar Reuse ds_get_packet in ds_get_packet_pts
2009-08-22 ramiro Fix inconsistent indentation.
2009-08-21 reimar Add suport for detecting and demuxing DVB teletext streams (nothing beyond that though).
2009-08-20 ramiro Check return values of sws_allocVec() and sws_getConstVec().
2009-08-19 reimar OpenAL: untested support for 8-channel audio.
2009-08-19 tack Fix channel reordering when using 24-bit samples by adding breaks to cases
2009-08-19 reimar Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.
2009-08-19 diego Fix detection of mips arch on NetBSD/sgimips.
2009-08-19 reimar Free initial swscale context, too. Avoids a valgrind warning.
2009-08-19 reimar Remove useless casts of malloc return value.
2009-08-19 ramiro Introduce and use sws_allocVec().
2009-08-19 ramiro Reuse sws_getConstVec() where possible.
2009-08-18 tack Cosmetics: adjust alignment.
2009-08-18 tack Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,
2009-08-17 reimar Fix incompatible pointer types warning, also seems to fix mis-compilation with gcc-4.4.1
2009-08-17 reimar Fix 100l broken flag check found due to compiler warning.
2009-08-17 reimar Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not
2009-08-17 reimar Get rid of rawaudio control code again that only duplicates the fallback code in
2009-08-17 reimar Handle demuxers that never set filepos by using stream_tell.
2009-08-17 ramiro swscale-example: Make selection of dstW, dstH, and flags more clear.
2009-08-16 reimar Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case the
2009-08-16 reimar Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS for
2009-08-16 ramiro More indentation changes leftover from r29522:
2009-08-16 ramiro Cosmetics:
2009-08-16 ramiro Indent libswscale:
2009-08-15 cehoyos Fix file information. Patch by Francesco Lavra, francescolavra interfree it
2009-08-15 cehoyos Add missing major contributors to copyright statement.
2009-08-15 jrash improve previous translation
2009-08-15 ramiro Indent.
2009-08-14 ramiro Vertical yuv -> yuv16 scaler.
2009-08-14 cehoyos Allow compilation with gcc 2.95.3 if videodev2.h does not support it.
2009-08-14 ramiro BGR32 MMX special convertor.
2009-08-13 greg Fix crash when event format is not specified
2009-08-13 cehoyos Add Dolby TrueHD support for mkv demuxer.
2009-08-13 ramiro Indent.
2009-08-13 ramiro swscale-example: Don't check for chroma planes in mono formats.
2009-08-13 ramiro MMX2 horizontal scaler: Determine code size at runtime.
2009-08-13 ramiro Protect mmx2 filter code buffers so they are not executable and writeable at
2009-08-13 ramiro Remove duplicate define (it is the same in the lum code).
2009-08-13 ramiro Rename "funny" code to "mmx2 filter" code.
2009-08-13 ramiro Indent.
2009-08-13 ramiro swscale-example: Remove hack to end loop by setting variables to break.
2009-08-13 ramiro swscale-example: Don't return random value from main().
2009-08-13 ramiro swscale-example: Check for Gray formats.
2009-08-12 cehoyos Fix possible double-free.
2009-08-12 reimar make codec-cfg reuse the proper defined constants for all RGB/BGR formats
2009-08-12 reimar 100l, fix compilation again and make codec-cfg.c use the predefined constants
2009-08-12 reimar 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.
2009-08-12 cehoyos Allow decoding of 48 bit png image files.
2009-08-11 greg Use new libavformat metadata API.
2009-08-11 cehoyos s/RG48xE/RGB48xE
2009-08-11 cehoyos Make *avcctx AVCodecContext instead of void.
2009-08-11 cehoyos Fix H.264 SPS parsing in case of scaling list present.
2009-08-11 cehoyos Fix a crash when playing some H264 over rtsp streams: Do pass an
2009-08-11 reimar Explain how formats must be ordered in fmt_list so the parser can handle
2009-08-11 reimar fmt_table should be const as well.
2009-08-11 cehoyos Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT over
2009-08-11 cehoyos Allow dpx image files as input.
2009-08-11 cehoyos Allow out-formats for IMGFMT_RGB48* in codecs.conf.
2009-08-11 cehoyos Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.
2009-08-11 cehoyos Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.
2009-08-10 diego Remove disabled debug code.
2009-08-09 ramiro Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.
2009-08-09 kostya Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused
2009-08-08 diego Remove disabled crufty code.
2009-08-08 reimar 100l, av_fifo_generic_read does not return anything useful, so ignore its
2009-08-07 reimar Add a giant hack to the x264 encoder module to ensure all delayed frames are
2009-08-06 ben Replace macro: MAX -> FFMAX
2009-08-06 cladisch Do not leak the mixer handle if setting of a volume fails.
2009-08-05 cehoyos Fix QT RLE in X-QT via rtsp://.
2009-08-04 lu_zero Make sure it builds with -ftracer
2009-08-03 diego Only #include stream/stream_dvd.h when libdvdread is enabled.
2009-08-03 diego Only #include stream/dvbin.h when DVB is enabled.
2009-08-03 diego Make sure that unavailable message languages are not accepted.
2009-08-03 lu_zero Improve wording for missing sctp support
2009-08-02 diego Remove pointless #ifdefs around harmless internal header #includes.
2009-08-02 cehoyos Fix another typo. Patch by Francesco Lavra, francescolavra interfree it
2009-08-02 diego dpkg-buildpackage automatically sets CFLAGS and pals to -g -O2.
2009-08-02 cehoyos Add standard GPL license header. Patch by Francesco Lavra, francescolavra interfree it
2009-08-02 cehoyos Fix more typos. Patch by Francesco Lavra, francescolavra interfree it
2009-08-02 cehoyos Remove unused include's. Patch by Francesco Lavra, francescolavra interfree it
2009-08-02 cehoyos Fix typos. Patch by Francesco Lavra, francescolavra interfree it
2009-08-01 cehoyos Fix regression when converting to nv12/nv21.
2009-07-31 ben Add a variable in config.mak whether SHM support is enabled or not.
2009-07-31 jrash sync with en/mplayer.1 r29461
2009-07-30 diego Update documentation for libamr replacement by OpenCORE in FFmpeg.
2009-07-30 compn move truehd to correct section
2009-07-30 compn undocumented keyword
2009-07-30 compn start rc4 changelog, where did rc3 go?
2009-07-30 nicodvb handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)
2009-07-30 nicodvb added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
2009-07-28 uau stream/realrtsp/real.c: Fix another integer overflow
2009-07-28 ramiro MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().
2009-07-28 ramiro MMX2 scaler: factorize initMMX2Scaler().
2009-07-28 ramiro MMX2 scaler: add variable to ease factorization of initMMX2Scaler().
2009-07-28 ramiro Indent.
2009-07-28 ramiro Remove duplicate horizontal scaling when there aren't enough lines in a slice
2009-07-28 ramiro Remove useless code.
2009-07-27 eugeni Fix stupid, off-by-one, mistakes in assert() expressions.
2009-07-27 uau stream/realrtsp/real.c: Fix integer overflow
2009-07-27 ramiro Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them
2009-07-27 ramiro Factorize x86 fast_bilinear assembly.
2009-07-27 ramiro Fix assembly comments for x86 fast_bilinear so they match the C code.
2009-07-26 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
2009-07-26 diego Make diff apply cleanly to our tree again.
2009-07-26 diego Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.
2009-07-26 cehoyos Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.
2009-07-26 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-24 cladisch Use the correct OSS format, where possible, for mplayer's packed 24-bit
2009-07-23 mru Remove unnecessary #include <unistd.h>
2009-07-22 ptt grammar and sentence fix
2009-07-21 ramiro Remove unused variables.
2009-07-21 cladisch Use correct ALSA sample format for 24-bit samples packed in three bytes.
2009-07-19 diego Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.
2009-07-19 diego The Makefile variable names for external libraries in FFmpeg changed.
2009-07-19 diego Move some variable declarations up to avoid the warnings:
2009-07-19 diego Remove redundant ivtv VIDIX driver variable declarations.
2009-07-19 diego The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the
2009-07-19 iive Handle 24bit audio formats natively by ALSA.
2009-07-19 iive Fix 24bit audio playback.
2009-07-18 diego Change libamr support to libopencore-amr support.
2009-07-18 eugeni Make sure clip coordinates are inside the screen area.
2009-07-18 eugeni Cosmetics: make some variables constant to signify their intended use and,
2009-07-18 eugeni Fix read after the end of allocated buffer.
2009-07-18 jrash sync with en/mplayer.1 r29413
2009-07-17 cehoyos Restore alphabetic order for HAVE_ defines.
2009-07-17 diego Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.
2009-07-17 cehoyos Assume HAVE_ATTRIBUTE_PACKED.
2009-07-13 Gabrov synced with r39413
2009-07-11 cehoyos Fix compilation after FFmpeg r19395.
2009-07-09 reimar Disable libavcodec AAC encoder, there are too many systems where it doesn't compile.
2009-07-09 ramiro Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer
2009-07-07 lorenm 20% faster hqdn3d on x86_64
2009-07-07 lorenm new debanding filter
2009-07-05 diego The AltiVec code in libswscale no longer is under GPL.
2009-07-04 diego Add a section about handling external code to the policy.
2009-07-03 compn add truemotion rt binary codec for TR20 fourcc
2009-07-01 mru Use enum PixelFormat in sws_format_name() prototype
2009-06-28 reimar Print information about chapters with -identify.
2009-06-28 reimar Make set_property chapter 0-based like all other chapter-related
2009-06-27 compn add binary codec for NTN1 and NTN2 fourcc
2009-06-27 compn add 0xA106 twocc to aac decoders, fixes facebook sample
2009-06-26 cehoyos Fix some blu-ray samples: HDMV == H264
2009-06-26 ben Increase slave mode buffer so that one can load files with a deeper
2009-06-26 reimar Use memcpy_pic2 instead of reimplementing it.
2009-06-26 reimar Close /dev/tty again on uninit.
2009-06-26 reimar Fix indentation broken in last patch
2009-06-26 reimar Get rid of completely pointless vt_doit variable
2009-06-26 reimar 10l, use fopen directly instead of open + fdopen
2009-06-26 reimar Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an
2009-06-26 reimar Use FFALIGN and FFMAX3
2009-06-26 reimar Remove useless casts
2009-06-26 reimar fbdev: remove pointless ()
2009-06-26 reimar Replace incorrect use of strncpy by av_strlcpy.
2009-06-26 reimar Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.
2009-06-26 reimar 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is a
2009-06-25 diego AltiVec code and runtime cpudetect do not require CONFIG_GPL.
2009-06-25 diego The AltiVec optimizations of libswscale are no longer under GPL.
2009-06-25 diego PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.
2009-06-24 diego Modern Solaris versions have different default CD-ROM devices.
2009-06-24 reimar AVStream.language is deprecated, switch to av_get_metadata instead.
2009-06-24 reimar Move allocation to avoid a possible memleak if new_sh_audio fails.
2009-06-24 reimar Remove pointless stream count checks, new_sh_* already checks for that.
2009-06-24 reimar Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends
2009-06-23 reimar Fix compilation: codec_wav_tags/codec_bmp_tags were renamed to
2009-06-23 reimar Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.
2009-06-23 reimar Initialize es->lang to ensure a previous value does not get misattributed
2009-06-22 diego Do not use -rdynamic on Solaris, where the flag is unsupported.
2009-06-21 reimar Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already
2009-06-21 reimar TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENTIFY_PROGRAM
2009-06-20 kostya 1l to Reimar for not updating lavc TM2 decoder output format in codecs.conf
2009-06-20 reimar Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_video
2009-06-19 attila fix missing event on move that breaks xmga window movement
2009-06-19 diego Ignore XML files for which no translations exist yet.
2009-06-19 diego Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.
2009-06-17 vitor Do not call rgb2rgbWrapper() for rgb48*, there is no special converter
2009-06-17 siretart Enable fontconfig support by default. This change takes only in effect,
2009-06-17 siretart Conform to the updated Desktop File Specification. Also improve the
2009-06-17 compn add .mp1/.mp2 mov audio fourcc to ffmp2 codec
2009-06-16 eugeni Add a missing check for a NULL return value.
2009-06-16 cehoyos Do not auto-detect old libnut installations.
2009-06-14 diego Rename LIBVORBIS Makefile variable to VORBIS.
2009-06-14 diego 100l: Add missing $s to default language variable checks, which prevented
2009-06-14 diego Overhaul translation handling completely and add options to install specific
2009-06-14 diego cosmetics: Drop leading underscore from _language* variables.
2009-06-14 diego Allow setting message language separately from documentation language.
2009-06-14 diego Drop redundant setting of message language to English when all languages
2009-06-13 compn sync with ffmpeg
2009-06-12 jrash refine previous translation
2009-06-12 compn sync with ffmpeg
2009-06-12 compn sync with ffmpeg
2009-06-11 ramiro Kill warnings of possibly unused variables by using av_unused.
2009-06-11 diego Fix compilation: #undef standard library functions that are
2009-06-11 diego Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.
2009-06-07 gpoirier replace "g" asm constraint by "erm" since "g" allows 64bit immediates while
2009-06-06 stefano Remove '\p' doxygen markup, as it should improve plain text doxy
2009-06-04 ramiro Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.
2009-06-04 ramiro Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
2009-06-04 ramiro Use DECLARE_ALIGNED macro instead of gcc __attribute__.
2009-06-03 compn cosmetics: replace dead url
2009-06-03 diego Files should be opened in binary mode on OS/2.
2009-06-03 diego CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.
2009-06-02 reimar Configure needs AS to be set for the Makefiles.
2009-06-02 kostya Testing RGB48 variants requires bigger stride in swscale-example.c
2009-06-02 kostya YUV into RGB48 BE/LE conversion support
2009-06-02 kostya Partial (low bits ignored, no direct transcoding into other RGB formats) support
2009-06-01 reimar Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly
2009-06-01 reimar Initialize local variable, avoids a possible crash due to using an
2009-06-01 reimar Add const where appropriate, also gets rid of a compiler warning.
2009-06-01 reimar 100l, do not read probe buffer if it will not be used because a format was forced.
2009-06-01 reimar Add actually working support for PPC64
2009-06-01 reimar Use target_arch and target_subarch which is more similar to what FFmpeg uses
2009-06-01 reimar Add some missing FFmpeg archs
2009-05-31 reimar Using nl_langinfo in the asf mmst implementation makes no sense since
2009-05-31 reimar Use a malloced string for the get_term_charset return value.
2009-05-31 reimar Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,
2009-05-30 reimar In all demux_info_add calls change "name" to "title".
2009-05-30 reimar 100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.
2009-05-28 ptt forgot a line :(; added
2009-05-28 ptt synced with r2769
2009-05-28 ptt sync'ed to r29209
2009-05-28 jrash refine previous translation
2009-05-26 compn add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi
2009-05-26 compn add binary decoder for YLC0
2009-05-25 lu_zero Unify over rtsp_transport_tcp as var to hold the -rtsp-stream-over-tcp flag and make sure libnemesi only builds are fine
2009-05-25 lu_zero Make sure -rtsp-stream-with-sctp is supported while building with libnemesi
2009-05-25 kostya Move colorspace conversion functions implemented in pure C from template
2009-05-24 Gabrov synced with r29305
2009-05-21 diego cosmetics: alphabetically sort SRCS_MPLAYER
2009-05-19 kostya Let SwScaler know that RGB48 BE/LE is 16-bits per component format.
2009-05-19 kostya Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).
2009-05-19 reimar Set XVR100 make variable. Fixes compilation when support for xvr100 was detected.
2009-05-18 adrian When used with shared_buffer, there's no need for a NSApp object, which causes MPlayer to be marked as unresponsive.
2009-05-18 adrian When used with shared_buffer, autorelease in each flip_page so objects don't accumulate until exit.
2009-05-17 gpoirier sync w/r29244
2009-05-16 reimar Add a hack to detect when we are writing into a Windows pipe since the fseek
2009-05-15 diego Add missing path to find invocation for tags/TAGS creation.
2009-05-15 diego Simplify find invocation in tags/TAGS generation command:
2009-05-13 bircoph Revert whitespace removal for win-related code, because lack of ^M at
2009-05-13 bircoph Restore old license file after whitspace removal in previous commit.
2009-05-13 bircoph Remove all kind of trailing whitespaces from all MPlayer's files.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-05-12 diego Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories
2009-05-12 diego Make sure that -I flags for internal library copies come before other CFLAGS
2009-05-12 diego Fix IPv4 vs. IPv6 typo, closes Bugzilla #1439.
2009-05-12 diego libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4.
2009-05-12 diego Add HAVE_PPC64 definition for FFmpeg.
2009-05-12 diego Make sure CONFIG_MUXERS is always set.
2009-05-12 reynaldo Get rid of some more trailing whitespace
2009-05-12 reynaldo Get rid of some more trailing whitespace
2009-05-12 reynaldo Some reformating to avoid two too long lines
2009-05-12 reynaldo Get rid of some more trailing whitespace
2009-05-12 reynaldo Get rid of some more trailing whitespace
2009-05-12 reynaldo Get rid of some more trailing whitespace
2009-05-12 reynaldo Get rid of some more trailing whitespace
2009-05-12 reynaldo Get rid of some more trailing whitespace
2009-05-12 reynaldo Get rid of some more trailing whitespace
2009-05-10 rtogni chunk size = 0 is valid for DATA chunks (used in live streams), don't
2009-05-10 diego Add const qualifier to param argument of sws_getContext() and
2009-05-10 diego Move preprocessor condition before variable declaration, fixes the warning:
2009-05-09 rik MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it correctly
2009-05-09 diego Remove redundant information about configuring MPlayer for GUI support.
2009-05-09 diego Move image formats section to a more appropriate place.
2009-05-09 diego cosmetics: indentation fixes for the dvdread check
2009-05-09 diego Fix misplaced 'fi' in external dvdread test.
2009-05-09 diego Add missing const qualifiers to AltiVec function parameters where appropriate.
2009-05-08 diego Add standard license header to all files in libmpdemux.
2009-05-08 diego Replace informal GPL license header by standard GPL header.
2009-05-08 diego Replace informal LGPL header by standard LGPL license header.
2009-05-08 diego lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.
2009-05-08 cehoyos Do not use flag CWBackPixel when calling vo_x11_create_vo_window():
2009-05-08 diego The Apple remote code needs the Cocoa framework to link.
2009-05-07 diego Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled.
2009-05-07 adrian Adrian is maintaining vo_corevideo and merging the OSX Extended GUI branch.
2009-05-07 vitor Fix sliced yuv410 -> yuv420 conversion
2009-05-07 jrash revise previous translation
2009-05-07 jrash sync with en/mplayer.1 r29252
2009-05-05 diego cosmetics: Move Quartz and CoreVideo checks into the vo driver section.
2009-05-05 diego LDFLAGS for CoreVideo and Quartz should be MPlayer-only.
2009-05-05 diego libdvdcss requires the Carbon framework to link on Mac OS X.
2009-05-05 diego cosmetics: Move $def_dvdcss to a more sensible place in config.h.
2009-05-05 diego cosmetics: Move CoreAudio check to audio output section.
2009-05-05 diego Add prototype for mp_a52_framesize().
2009-05-05 diego Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.h
2009-05-05 diego Remove pointless #ifdef around spudec.h #include.
2009-05-05 diego cosmetics: indentation
2009-05-05 diego Allow disabling and enabling VCD support through command line parameters.
2009-05-05 diego CoreAudio LDFLAGS should be MPlayer-only.
2009-05-05 diego Improve CoreAudio check: Use all required headers and frameworks.
2009-05-05 diego Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.
2009-05-05 michael Change VOFW for x86 to 5120, it allows larger images to be scaled and was
2009-05-04 diego CONFIG_QUICKTIME should be set depending on the state of QTX support.
2009-05-04 diego Add missing 'void' to parameterless function declarations.
2009-05-04 diego ao_macosx was renamed to ao_coreaudio.
2009-05-04 diego Rename macosx video output driver to corevideo.
2009-05-04 diego Rename macosx audio output driver to coreaudio.
2009-05-04 diego QuickTime codecs support requires -framework QuickTime to link on Mac OS X.
2009-05-04 diego Replace QuickTime.h #include with Carbon.h, which is really needed.
2009-05-04 diego Ulion no longer has time to be maintainer.
2009-05-04 diego Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.
2009-05-04 diego Add information about configure options to config.mak.
2009-05-03 bircoph Cosmetics for r29244 to follow K&R style closely.
2009-05-03 bircoph Support for libbs2b ver. 3.0.0 API.
2009-05-03 reimar Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation.
2009-05-02 sdrik Fix chroma shift when scaling from ARGB on LE and BGRA on BE
2009-04-27 bircoph Fix polish spelling. Noticed in Gentoo ebuild long time ago.
2009-04-27 sdrik Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c
2009-04-27 gpoirier sync w/r29147
2009-04-26 diego Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.
2009-04-25 diego Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.
2009-04-25 diego Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.
2009-04-25 diego Remove unnecessary -framework OpenGL from CoreVideo linker flags.
2009-04-25 diego whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespace
2009-04-25 diego Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.
2009-04-25 diego typo in XFORM asm check, noticed by Emanuele Giaquinta
2009-04-25 diego sane verbosity levels for menu initialization
2009-04-23 cehoyos Make reset_ptr() void.
2009-04-23 siretart commit remaining binary_codecs.sh changes from debian.
2009-04-23 siretart check for missing libstdc++
2009-04-23 siretart more cosmetics
2009-04-23 diego whitespace cosmetics
2009-04-23 reimar Change getdladdr to always use dlopen, dlsym and then dlclose.
2009-04-23 siretart Part 3 of syncing binary_codecs.sh with Debian
2009-04-23 siretart Part 2 of syncing binary_codecs.sh with Debian
2009-04-23 diego Pass argc and argv parameters to main() function in SDL test.
2009-04-22 siretart Part 1 of syncing binary_codecs.sh with Debian
2009-04-21 eugeni Don't automatically wrap lines when WrapStyle==2.
2009-04-21 gpoirier Fix a signedness issue that caused a warning to be wrongfully printed at runtime.
2009-04-21 michael Planar 16bit 420 422 444 YUV support (output is only supported in some
2009-04-21 michael Merge gray->gray converters into planarCopy(), this should also make planarCopy()
2009-04-21 michael Add macro to check for 16bit per sample.
2009-04-21 michael Make sure src/dst are NULL when they arent used, some code uses this to
2009-04-20 michael Use generic BE check instead of checking for gray16LE.
2009-04-20 michael add isBE()
2009-04-20 diego Unify error message output and update error messages.
2009-04-20 diego small typo fixes
2009-04-20 diego Remove reference to outdated documentation file.
2009-04-20 diego Move non-conditional SRCS lists below the conditional parts. This allows
2009-04-20 diego whitespace cosmetics
2009-04-20 diego Use temporary variables to add objects that depend on more than one
2009-04-20 diego Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.
2009-04-20 diego Only add existing files to the FFMPEGFILES variable.
2009-04-20 diego Use ADDSUFFIXES function to simplify version.h dependency declaration.
2009-04-20 diego Introduce ADDSUFFIXES function and use it to simplify the
2009-04-20 diego cosmetics: Move ADD_ALL_* functions to a more sensible place.
2009-04-20 diego Add HAVE_LDBRX to config.h for FFmpeg.
2009-04-20 diego Add check for XFORM ASM, needed by FFmpeg/PPC.
2009-04-19 diego cosmetics: reindent
2009-04-19 diego whitespace cosmetics
2009-04-19 diego cosmetics: Rename PARTS variable to FFMPEGPARTS.
2009-04-19 diego Introduce ADD_ALL_DIRS function to factorize clean and distclean target commands
2009-04-19 diego Convert another forgotten ADD_ALL_EXESUFS call.
2009-04-19 diego Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one.
2009-04-19 diego Remove duplicate entry from DIRS.
2009-04-19 diego Add files in all library subdirectories to FFMPEGFILES variable, not
2009-04-19 diego Remove pointless #ifdef around internal #include.
2009-04-18 michael Remove 2 useless += at the end of rgb16to15(), found by CSA.
2009-04-18 stefano Rename swscale_avoption.c to options.c.
2009-04-18 stefano Make sws_setColorspaceDetails() return -1 if the destination format is
2009-04-18 stefano Move sws_[gs]etColorspaceDetails() documentation from swscale.c to
2009-04-16 diego Rely on POSIX-compatible head/tail versions that understand the -n option.
2009-04-15 diego Replace all `` by $(), it is more readable and easier to nest.
2009-04-15 diego Simplify OS detection functions.
2009-04-15 reimar libavformat is now the default for mov, update extension.c to match this.
2009-04-14 diego whitespace cosmetics: Break some overly long lines.
2009-04-14 sdrik Do not use abgrToA for both luma and alpha channel in hyscale.
2009-04-13 rik follow renaming of pbBufPtr() to put_bits_ptr() by stefano
2009-04-13 gpoirier fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.
2009-04-13 diego Sync with latest FFmpeg changes.
2009-04-12 diego Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
2009-04-12 diego whitespace cosmetics: Reindent a few lines and break a few excessively long lines.
2009-04-12 diego Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,
2009-04-12 diego Reduce subtitle parsing verbosity.
2009-04-12 diego Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.
2009-04-11 diego Reemit the ID_AID_x_LANG for the track. This allows the identification of the
2009-04-10 diego Move all CFLAGS checks together at the beginning of configure.
2009-04-10 diego Move thread-related CFLAGS settings into pthread test.
2009-04-10 diego some updates about translation maintenance
2009-04-10 reimar Simplify: use av_fifo_space
2009-04-10 diego Remove unnecessary Darwin default CFLAGS and LDFLAGS.
2009-04-10 diego Move darwin CFLAG settings to darwin section at the beginning of configure.
2009-04-10 diego Move amigaos CFLAG settings to amigaos section at the beginning of configure.
2009-04-10 diego gcc <3.1 is unsupported on Darwin, no need to check for this.
2009-04-10 reimar Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.
2009-04-09 reimar Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.
2009-04-09 reimar Split oversized of "argument" onto a separate line.
2009-04-09 reimar Also lock the mainloop when doing adjusting the volume for PulseAudio.
2009-04-09 reimar Make sure waitop always unlocks the mainloop even if the operation could not
2009-04-09 reimar Add a -indentify message that indicates if the current DVDNAV title is
2009-04-09 diego Change type of first argument of the print_int_array function from int to
2009-04-08 ramiro Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
2009-04-08 diego Specify precise dependencies for generated header file codecs.conf.h.
2009-04-08 cehoyos Reduce compilation time after version.h was updated.
2009-04-08 diego Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.
2009-04-06 diego Add rules to install gmplayer manual pages.
2009-04-05 ramiro swscale: Remove X86 commented out code.
2009-04-05 Gabrov synced with r29147
2009-04-05 Gabrov eliminate a trailing whitespace
2009-04-05 jrash sync with en/mplayer.1 r29133
2009-04-04 ramiro swscale: Use function pointers for swScale functions.
2009-04-04 ramiro swscale: {}-related cosmetics.
2009-04-04 ramiro swscale: Add const to some swScale functions' parameters.
2009-04-04 compn remove startup -volume wish, option was added a while ago
2009-04-04 compn add tivo (ty) and rm (rmvb) to file chooser, fixes bug 663
2009-04-04 cehoyos Avoid spurious rebuilds on svn up. The check to find out if the header file
2009-04-04 diego Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.
2009-04-04 compn make = and + both adjust audio delay, useful for keyboards without keypads
2009-04-03 compn add fourccs: dvp and dvs1, from vlc dv video fourcc list
2009-04-03 cehoyos Fix compilation for newly added VAAPI_HWACCEL's.
2009-04-02 bircoph Use native endian float filter provided by libbs2b instead of
2009-04-02 bircoph Add documentation for libbs2b audio filter.
2009-04-02 bircoph Add libbs2b audio filter itself.
2009-04-02 bircoph Support for libbs2b audio filter.
2009-04-02 cehoyos Fix compilation with libavcodec's HWACCEL.
2009-04-02 ramiro swscale: Remove mmx2 params from h[yc]scale().
2009-04-02 ramiro swscale: Split h[yc]scale_fast() into their own functions.
2009-04-02 ramiro swscale: Execute sfence and emms depending on runtime flags.
2009-04-02 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
2009-04-02 diego Add recently added FFmpeg subdirs to DIRS variable.
2009-04-02 bcoudurier override codec tag for pcm s32le and s32be, used in mov
2009-04-01 diego Add config.h #include, necessary for HAVE_MALLOC_H check.
2009-04-01 diego Remove unused variable along with the related warning.
2009-04-01 reimar Increase probe buffer size to 32kB, this makes ac3 auto-detection far more reliable.
2009-04-01 reimar At least direct3d vo supports -xineramascreen, too
2009-04-01 mru Make examples and test progs depend on libraries
2009-03-31 cehoyos Prefer vo vdpau over vo xv where available.
2009-03-31 reimar 100l, add forgotten BGR15 format to fmt-conversion.c table
2009-03-31 compn cdvh decodes with ffdv
2009-03-31 reimar Add forgotten escapes for -
2009-03-31 diego Add missing $(EXESUF) to example/test program dependency declaration.
2009-03-31 reimar Explain relationship between -geometry and -xineramascreen.
2009-03-31 reimar Get rid of nonsensical limits on -geometry x, y,w and h values, they only
2009-03-31 zuxy More flags; sync with Linux kernel.
2009-03-30 bcoudurier override lavf tag for pcm s24le, mov uses the same for s24be
2009-03-30 cehoyos Support IMGFMT_NV12 for vo vdpau.
2009-03-30 reimar Set the forced_subs_only value correctly whenever a new spudec is created.
2009-03-30 reimar Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.
2009-03-30 reimar Make sure we do not accidentally use the vdp_get_error_string from the
2009-03-29 cehoyos Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.
2009-03-29 cehoyos VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.
2009-03-29 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.
2009-03-29 diego Globally ignore all example binaries.
2009-03-29 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.
2009-03-29 diego Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
2009-03-29 diego Move swscale AltiVec template code to ppc subdirectory.
2009-03-29 reimar Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.
2009-03-29 diego Relicense file to LGPL with the permission of Romain Dolbeau, the author.
2009-03-29 jrash sync with en/mplayer.1 r29059
2009-03-29 reimar Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is
2009-03-29 cehoyos Cosmetics: Reindent after last commit.
2009-03-29 cehoyos 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.
2009-03-28 Gabrov synced with r29059
2009-03-28 bircoph Move config.h include directive up as a precaution measure.
2009-03-28 bircoph Reorder includes alphabetically.
2009-03-28 bircoph Remove af_mp.h and add its content to af.h
2009-03-28 bircoph Remove af_msg special-casing API in libaf.
2009-03-28 reimar Document the ass_render_event event_images parameter.
2009-03-28 reimar Initialize all structs to 0 before using them.
2009-03-28 reimar Check for ddk/ntddcdrm.h header before enabling VCD on mingw.
2009-03-28 reimar 100l, revert r29082, I missed that the vts comparison should be case-insensitive.
2009-03-28 reimar Reindent
2009-03-28 reimar Simplify extracting title number from ifo name
2009-03-27 ramiro Move bfin specific code to its subdir.
2009-03-27 reimar Simplify detection of .ifo extension.
2009-03-27 reimar Use x86_reg instead of long in several video filters to fix compilation on MinGW64.
2009-03-27 reimar Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating it
2009-03-27 reimar Get rid of gettimeofday reimplementation for MinGW, all remotely recent
2009-03-27 diego spelling fixes, add release name
2009-03-27 reimar Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADER
2009-03-27 diego misc updates
2009-03-27 reimar Sync cpuid detection code with libavcodec: assume it is always available on x86_64
2009-03-27 reimar Rename local TMP variable to TMPRES to avoid a clash with the
2009-03-26 diego Rename cs_test.c --> colorspace-test.c. This is more consistent with the names
2009-03-26 compn change close to closesocket, unifies close streaming code
2009-03-26 diego Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test
2009-03-26 reimar Add support for mmsh:// as alias for mmshttp://
2009-03-26 ramiro Move yuv2rgb code to subdirs.
2009-03-25 compn enable vp6 codec to read/write .fpf (passlogfile)
2009-03-25 cehoyos Simplify vdpau deinterlacing code and fix timing for deint=2.
2009-03-25 diego typo fixes
2009-03-25 diego Update date in manual page.
2009-03-25 diego Rename 'default-binds' input option to 'default-bindings'.
2009-03-25 diego cosmetics: Drop leading underscore from extra_ variables.
2009-03-25 diego swscale-example is an API example, not a test program.
2009-03-25 cehoyos 1l: There is no more delay since r29051.
2009-03-25 cehoyos Clarify vdpau deinterlacers.
2009-03-24 cehoyos New VDPAU deinterlacing code needs one reference surface less for software decoding.
2009-03-24 cehoyos New vdpau deinterlacing code needs one reference surface less.
2009-03-24 cehoyos Stephen Warren reported that VDPAU deinterlacing did not work correctly.
2009-03-24 compn sqcp plays with ffqclp in ffmpeg
2009-03-24 diego Update help output with previous --extra-ldflags change.
2009-03-24 sdrik Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion
2009-03-24 sdrik Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane
2009-03-24 sdrik Simpler and more elegant fix to the x86_32/OSX+PIC build failure
2009-03-24 diego Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary
2009-03-23 diego typo fix: Remove stray '-' from --extra-cflags option evaluation.
2009-03-23 diego Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary
2009-03-23 diego Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.
2009-03-23 diego Do not use full CFLAGS to build codec-cfg, they are unnecessary.
2009-03-22 cehoyos Change function call order in config().
2009-03-22 diego Rename 'tests' target to 'testprogs'. It is too easily confused with the
2009-03-22 diego Remove unnecessary CLEANFILES declaration. Test programs do not require it.
2009-03-22 reimar Add forgotten "static" to new data_length variable in ao_pcm
2009-03-22 reimar Whitespace-only cosmetics: use consistent indentation in ao_pcm.c
2009-03-22 reimar Print a warning if ao_pcm wrote more data than what can be specified in the
2009-03-22 bircoph Sync with r28984: 17% done.
2009-03-22 bircoph Synced with r28991.
2009-03-22 jrash sync with en/mplayer.1 r28991
2009-03-21 michael Enable unscaled packed422 -> planar 420 converters by default as the
2009-03-21 michael 10l: C code of extract_even2avg(), extract_odd2() and extract_odd2avg() was
2009-03-21 michael Average chroma of 2 lines in packed 422 -> planar 420.
2009-03-21 cehoyos 10l: Only try to create vdpau decoder if hardware decoding is intended.
2009-03-21 cehoyos Test if create_vdp_decoder() might succeed by calling it from config()
2009-03-21 cehoyos Change return value for create_vdp_decoder().
2009-03-21 compn map jls (jpeg-ls), thm and db (thumbnails) files to jpg
2009-03-21 cehoyos Factorize create_vdp_decoder().
2009-03-21 diego Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.
2009-03-21 sdrik Fix build failure on x86_32 Mac OS X with PIC enabled
2009-03-21 reimar Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regression test.
2009-03-21 diego Remove postinst script that asks for a TrueType font to use as default.
2009-03-21 diego Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.
2009-03-20 reimar Avoid crash on planarCopy to a destination without alpha.
2009-03-20 benoit Initialize pointer arrays which may be freed before being initialized.
2009-03-20 reimar Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it
2009-03-20 reimar Fix swscale compilation with Altivec enabled.
2009-03-20 sdrik Reindent after last commit
2009-03-20 sdrik Also test the alpha channel in swscale-example
2009-03-20 sdrik YUVA420P is now supported as output format
2009-03-20 sdrik Add alpha channel scaling
2009-03-20 sdrik Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters
2009-03-20 sdrik Use a simpler and more general check for the gray case in the planarCopy function
2009-03-19 diego Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:
2009-03-19 cehoyos Remove useless casting in asm "m" operand.
2009-03-19 ramiro Allocate executable memory with VirtualAlloc() in Windows.
2009-03-19 ramiro Drop unnecessary cast and cosmetically align.
2009-03-19 rathann Fix HTML docs generation, broken in r28980.
2009-03-19 michael Revert
2009-03-19 michael Fix 10l typo.
2009-03-19 Gabrov remove trailing whitespaces
2009-03-19 Gabrov remove trailing whitespaces
2009-03-19 Gabrov remove trailing whitespaces all over the place
2009-03-19 Gabrov synced with r28991
2009-03-19 michael Unscaled converters for
2009-03-18 reimar Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.
2009-03-18 cehoyos Support icc 11.1.
2009-03-18 rathann drop obsolete guidelines
2009-03-18 ramiro swscale-example: use LFG instead of random()
2009-03-18 ramiro Do not assume long is same width as x86 register.
2009-03-18 cehoyos Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
2009-03-18 reimar Support FFmpeg codecs that decode to other formats than S16.
2009-03-18 cehoyos Older versions of <vdpau/vdpau.h> will fail during compilation.
2009-03-18 diego Consistently use ff_ prefixes for internal symbols.
2009-03-18 cehoyos 10l: Fix indentation.
2009-03-17 sdrik Add a fillPlane function to fill a plane with one constant value
2009-03-17 sdrik Don't write outside of the picture buffer in planarCopy in the gray case
2009-03-17 bircoph Get rid of trailing whitespaces.
2009-03-17 bircoph Synced with r28979.
2009-03-17 diego Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name
2009-03-17 diego whitespace cosmetics: Consistently format function calls without space
2009-03-17 reimar Avoid an error at the end of chunked HTML doc generation.
2009-03-16 cehoyos Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).
2009-03-16 sdrik Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb patch
2009-03-16 eugeni Cosmetics: reindent.
2009-03-16 eugeni Fix uninitialized memory access in ass_fontconfig.
2009-03-16 reimar Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,
2009-03-16 reimar Check mpi type before returning an DR buffer in get_image, fixes jerkiness
2009-03-16 Gabrov synced with r28968 with some extra roff markup fixes
2009-03-16 sdrik Split YUV2RGB operands declaration into a separate macro
2009-03-15 cehoyos Move initialisation of deint_surfaces[] to free_video_specific().
2009-03-15 cehoyos Update -vo vdpau command line help.
2009-03-15 cehoyos Cosmetics: Fix whitespace.
2009-03-15 cehoyos Initial support for advanced VDPAU deinterlacers (software-decoded video
2009-03-15 diego Ignore generated files 'tags' and 'cpuinfo'.
2009-03-15 diego Add some parentheses to silence the warnings:
2009-03-15 iive Fix warning: Add forgotten 'int' to variable declaration.
2009-03-15 gpoirier sync w/r28958
2009-03-15 reimar Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)
2009-03-15 reimar 100l fix calculation of dropped frames, number of frames is time * fps, not time / fps.
2009-03-15 bircoph Synced with r28958.
2009-03-15 bircoph Update sync tag.
2009-03-15 diego cosmetics: Remove file names from file header, it only causes trouble.
2009-03-15 diego roff markup: Place \& after abbreviations like i.e. and e.g.
2009-03-15 diego Remove obsolete extra elements from opt_t struct initialization.
2009-03-15 diego Get rid of pointless preprocessor condition indirection and use ARCH_X86
2009-03-15 diego "MPlayer - The Movie Player" should be used as the player name.
2009-03-15 diego cosmetics: typo fix
2009-03-15 reimar Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
2009-03-15 diego HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.
2009-03-14 gpoirier sync w/r28950
2009-03-14 diego KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net
2009-03-14 diego Move page heading and table of contents out of the codec support table.
2009-03-14 diego Give table headings more meaningful names.
2009-03-14 cehoyos Clarify that -vo vdpau:deint=n delays video output for n>2 by one frame.
2009-03-14 diego Add /usr/X11R7 to the list of directories in which to search for X11 includes
2009-03-14 diego Only compile fastmemcpybench on x86.
2009-03-14 reimar Set DOCTYPE in xsl-generated HTML documentation.
2009-03-14 sdrik Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro
2009-03-13 reimar Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX
2009-03-13 reimar Use the same code as in vf_decimate to select diff_MMX
2009-03-13 reimar Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).
2009-03-13 reimar Fix compilation with --charset=noconv
2009-03-12 diego Replace duplicated code by a macro.
2009-03-12 compn add some info for acm and tips for searching
2009-03-12 diego SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec net
2009-03-11 greg Use ScaledBorderAndShadow: yes by default.
2009-03-11 sdrik Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro
2009-03-11 sdrik In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos
2009-03-11 diego Update email address for Vajna, Miklós.
2009-03-10 compn add sn40 binary codec
2009-03-10 compn sn40 decodes with ffodivx
2009-03-10 diego Fix and restructure fastmemcpybench. It is now one binary that runs all
2009-03-10 compn typo nuppelvideo spotted by kostya
2009-03-09 cehoyos Output number of reference frames before creating H264 vdpau decoder.
2009-03-09 diego Update entry for libdvdread; add entry for libdvdnav.
2009-03-09 diego cosmetics: Add newlines for better readability, rename Homepage entry to URL.
2009-03-09 diego GraphEdit is also available in the Microsoft SDK nowadays.
2009-03-09 kraymer typo
2009-03-09 diego libmpdemux/nuppelvideo.h was removed.
2009-03-09 diego partial further sync by patch by sevenfourk, sevenfourk gmail com
2009-03-09 ben Ensure the string we're trying to compare is actually not NULL.
2009-03-09 ben The first valid index is total count - 1 (usually 0)
2009-03-09 reimar Do not call waveOutReset in uninit if you should wait till playing finishes,
2009-03-09 reimar Reuse libavutil fifo code instead of reimplementing it over and over.
2009-03-09 kostya Mask all unused bits for packed pixel format instead of green and alpha mask only.
2009-03-09 reimar Get rid of DEMUXER_TYPE_NUV define, it is no longer used.
2009-03-09 reimar Get rid of nuppelvideo.h and its ugly packed struct and instead write the
2009-03-09 compn people are forgetting to update the changelog
2009-03-09 reimar Fix type of zlen, fixes crashes on 64 bit systems.
2009-03-09 reimar Do not calculate the same value twice
2009-03-09 reimar Allocate buffer for lzo compression correctly also for large frame sizes.
2009-03-09 reimar nuv encoder 64 bit fix: avoid using long/sizeof(long)
2009-03-09 reimar Remove now unused parts of nuppelvideo.h
2009-03-09 reimar Remove native nuv demuxer, it only needs more code to achieve the same thing
2009-03-09 reimar Make fastmemcpybench almost working - only thing missing is a way to
2009-03-09 Gabrov synced with r28895
2009-03-09 diego comment/output cosmetics
2009-03-09 diego whitespace cosmetics:
2009-03-09 diego Merge two preprocessor conditions in order to drop one duplicated #else case.
2009-03-09 diego Ignore all fastmem-* binaries.
2009-03-09 greg Change default OSD/subtitle font sizes.
2009-03-09 diego Fix fastmemcpybench tools build:
2009-03-08 gpoirier sync w/r28895
2009-03-08 bircoph Synced with r28895.
2009-03-08 eugeni Cosmetics: reindent.
2009-03-08 eugeni Treat -font/-subfont as Fontconfig pattern in libass.
2009-03-08 michael Add test for C memcpy()
2009-03-08 michael Resurrect script needed for easy use of fastmemcpybench.c.
2009-03-08 greg Remove extraneous braces.
2009-03-08 greg Don't assume width == stride for bitmap composition.
2009-03-08 michael Revert
2009-03-08 reimar rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordingly
2009-03-08 reimar Remove internal NuppelVideo decoder, the code in libavcodec can decode
2009-03-08 reimar Get rid of pointless debugging code
2009-03-08 reimar Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there
2009-03-08 reimar Remove colourspace-conversion stuff from rtjpeg, we have functions to do that
2009-03-08 reimar Mark everything not used outside the file as "static"
2009-03-08 reimar Remove functions not used by MPlayer from header
2009-03-08 reimar Remove useless "extern" in function declarations.
2009-03-08 reimar Add a small howto explaining how to cross-compile for MinGW
2009-03-08 reimar Explain that disabling other input methods is not the purpose of -slave
2009-03-08 reimar Remove unused variable from demux_mov.
2009-03-08 reimar Add an option to disable the default key binding that MPlayer includes
2009-03-08 reimar Bump etc/codecs.conf version to eliminate one possible cause when debugging VDPAU issues.
2009-03-08 greg Fix clipping for pan-and-scan.
2009-03-08 greg Add a proper color check to the overlap compositing.
2009-03-08 greg Replace rotation functions with a simplified version adapted from
2009-03-07 greg Only use first \org in a line.
2009-03-07 diego cosmetics: spelling fixes
2009-03-07 diego cosmetics: Reformat file header.
2009-03-07 reimar Make pausing_keep_force the default for the set_mouse_pos and key_down_event -
2009-03-07 reimar Update x264 version check for version required by lavc.
2009-03-07 sdrik Let the 4th plane reach the swScale function
2009-03-07 sdrik YUVA420P is a planar YUV format
2009-03-07 reimar Reduce size of needlessly large mp3lib bandInfoStruct
2009-03-07 reimar Make several constant mp3lib tables const
2009-03-07 reimar Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
2009-03-07 reimar Make data related to suboption parsing const in libvo
2009-03-06 reimar Get rid of the "set" member of the subopt-parser struct, it made
2009-03-06 reimar Add some "const" to mpcodecs_vd_drivers
2009-03-06 reimar The large -help help_text should be const so it goes into .rodata
2009-03-06 reimar Make audio_out_* structs const so they end up in .rodata
2009-03-06 reimar Make ao_info_t structs const.
2009-03-06 reimar Use code that is actually thread-safe to calculate delay, free space etc. in ao_win32
2009-03-06 reimar Cosmetics: get rid of trailing whitespace.
2009-03-06 reimar get rid of full_buffers variable, if the check it is used for is triggered
2009-03-06 reimar Remove now unused buf_write_pos variable from ao_win32
2009-03-06 reimar Always write full buffers in ao_win32, except for the last block.
2009-03-06 reimar Use calloc instead of malloc+memset
2009-03-06 gpoirier sync w/r28807
2009-03-06 reimar The 8 bit per sample formats are unsigned on Windows, fixes playback with
2009-03-06 reimar Refactor smalltex/tinytex EOSD optimization in vo_gl
2009-03-06 reimar Remove several useless casts from af_resample
2009-03-06 reimar Free af->setup and contents in af_resample uninit function.
2009-03-06 reimar Use calloc to allocate the af_resample ring buffers, reportedly using
2009-03-06 reimar Use a single malloc to allocate space for the circular buffers.
2009-03-06 reimar Comment typo fixes for af_resample
2009-03-06 reimar Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,
2009-03-06 reimar Remove duplicate OSD drawing introduced due to a conflict between r28840 and r28839.
2009-03-06 reimar Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn
2009-03-06 reimar As for vo_gl, do not rely on draw_osd to render EOSD.
2009-03-06 greg Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.
2009-03-06 reimar Do not rely on draw_osd to render the EOSD, instead draw it already at the
2009-03-06 greg Fix \be blur start position.
2009-03-06 greg Raise max. number of \be applications to 100, introduce #define for it.
2009-03-06 greg Replace magic numbers (for subpixel accuracy masking) with a define.
2009-03-06 greg Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.
2009-03-06 diego Sync latest set of changes.
2009-03-06 diego Sync local changes file with #ifdef --> #if conversion.
2009-03-06 diego Sync local changes file with #ifdef --> #if conversion.
2009-03-05 diego Add support for extracting the release version number from a VERSION file.
2009-03-05 diego Only add -Ilibdvdnav to the CFLAGS of the files that require it.
2009-03-05 reimar Sleep based on get_delay in ao_win32 uninit instead of a loop.
2009-03-05 diego Simplify CFLAGS generation for individual targets.
2009-03-05 greg Update libass changelog.
2009-03-05 sdrik Fix bug introduced by me in r28756
2009-03-05 greg Combine adjacent overlapping, translucent glyph borders and shadows to
2009-03-05 greg Fix positioned events' y-position when pan-and-scan is used.
2009-03-05 greg Support for subpixel accuracy of 3 bits for \pos and \move.
2009-03-05 greg Style override for ScaledBorderAndShadow.
2009-03-05 greg Support ScaledBorderAndShadow property.
2009-03-05 greg Scale shadow displacement and blur size like border size.
2009-03-05 greg Round shadow displacement to nearest int.
2009-03-05 greg Support a vsfilter special case:
2009-03-05 greg Hack: half-merge glyph border with outline to avoid ugly anti-aliasing
2009-03-05 diego Simplify some vidix dhahelper build commands with automatic make variables.
2009-03-05 greg Ignore PlayResX/Y aspect ratio for font aspect ratio.
2009-03-05 Gabrov synced with r28807
2009-03-05 diego mphq now runs Subversion 1.5.
2009-03-05 reimar full_buffers and buffered_bytes must be volatile because they are used from
2009-03-05 bircoph Synced with r28807.
2009-03-04 reimar Make sure all output_surfaces are initialized in preinit.
2009-03-04 sdrik Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions
2009-03-04 cehoyos 10l: Fix max value for -vo vdpau:deint.
2009-03-04 reimar Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight right
2009-03-04 reimar Fix mp_msg call with too few arguments.
2009-03-03 henry remove the rest of x86 asm from LGPL build
2009-03-03 reimar 100l, remove a pointless opt = NULL assignment that made print_int crash since r28794
2009-03-03 diego Add back mistakenly removed copyright notice.
2009-03-03 reimar Add another hack to work-around the currently completely inconsistent way in
2009-03-03 Gabrov synced with r28788
2009-03-02 gpoirier sync w/ r28788
2009-03-02 gpoirier sync w/r28707
2009-03-02 gpoirier french punctuation cosmetics
2009-03-02 gpoirier - french punctuation cosmetics that was done weeks before.
2009-03-02 reimar Make WinID a 64 bit integer, this should avoid issues with valid Window
2009-03-02 reimar Add a 64 bit integer type to the suboption parser.
2009-03-02 reimar Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems.
2009-03-02 reimar Minor cosmetics: fix indentation
2009-03-02 compn import ffmpeg changelog
2009-03-02 bircoph Synced with r28788.
2009-03-02 compn changes
2009-03-01 cehoyos Improve vdpau deinterlacing documentation.
2009-03-01 eugeni Fix a memory leak.
2009-03-01 reimar Document that -heartbeat-cmd is only for video, not audio-only
2009-03-01 diego Use UTF-8 as character set.
2009-03-01 diego cosmetics: Remove trailing whitespace.
2009-03-01 eugeni With pan-and-scan, keep positioned events in their original positions
2009-03-01 diego Remove unnecessary linking hack, compilation works fine without.
2009-03-01 diego Remove now unnecessary linking hacks.
2009-03-01 cehoyos Mention VDPAU in Changelog.
2009-03-01 diego Add standard license headers to files.
2009-03-01 Gabrov synced with r28775
2009-03-01 rathann Fix typo in comments.
2009-03-01 reimar Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).
2009-03-01 diego DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net
2009-03-01 reimar Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA
2009-03-01 reimar Fix braindead and broken way to calculate abase, fixes regression tests on
2009-03-01 diego Fix 10l typo in ADD_ALL_EXESUFS function name.
2009-03-01 diego codec-cfg does not depend on codecs.conf.h, it is used to generate it.
2009-03-01 diego Make all object files depend on generated header files.
2009-03-01 diego Add explicit dependencies on generated header files for the object files along
2009-03-01 diego Fix dependencies on generated header files for the codec* binaries.
2009-03-01 reimar 10l, replace a tab that slipped in.
2009-03-01 reimar Create a set_format_params function that sets all the special options needed
2009-03-01 jrash sync with en/mplayer.1 r28745
2009-02-28 cehoyos Use M_PI for pi.
2009-02-28 cehoyos Make VdpVideoMixerAttribute attributes[] static const.
2009-02-28 Gabrov synced with r28745
2009-02-28 diego sync by Ivan (sevenfourk, sevenfourk gmail com)
2009-02-28 cehoyos Support brightness, contrast, hue and saturation adjustments via
2009-02-28 cehoyos Fix OSD for vo vdpau:deint>1.
2009-02-28 reimar Handle vdp_decoder_create failures better, in particular avoid unrelated
2009-02-28 reimar Fix a possible NULL-pointer crash introduced by local changes to libfaad2
2009-02-28 sdrik When converting from a non alpha format to an alpha format, defaults to all ones rather than all zeroes
2009-02-28 bircoph Synced with r28745.
2009-02-27 eugeni Zero-fill glyph_info_t before use.
2009-02-27 eugeni Remove unused function argument.
2009-02-27 eugeni Support fractional arguments for some override tags.
2009-02-27 eugeni Fix two gcc warnings.
2009-02-27 eugeni Fix memory leak produced by the \blur patch.
2009-02-27 eugeni Stronger blur.
2009-02-27 eugeni Allow shadow without border.
2009-02-27 sdrik Add an isALPHA macro to check if pixel format has alpha channel
2009-02-27 sdrik Use YUV420P code path for YUVA420P where appropriate
2009-02-27 cehoyos Update vdpau:deint documentation.
2009-02-27 cehoyos Do not forget the chosen deinterlacer for -vo vdpau.
2009-02-27 cehoyos Add one-field-only output for -vo vdpau.
2009-02-27 cehoyos Document that all vdpau deinterlacers respect -field-dominance.
2009-02-27 cehoyos Refactor code for upcoming alpha patches.
2009-02-27 cehoyos vdpau:pullup only works with temporal and temporal-spatial deinterlacing.
2009-02-27 Gabrov synced with r28736
2009-02-26 kraymer r27801 Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.
2009-02-26 cehoyos 10l: Remove debug printf() from last commit.
2009-02-26 cehoyos Support "D" to (de-)activate deinterlacing when using vo vdpau.
2009-02-26 cehoyos Document that -field-dominance also works for vdpau.
2009-02-25 cehoyos 10l: Add missing braces for VOCTRL_GET_EOSD_RES.
2009-02-25 kraymer r27390 Fix a misleading section in the libavcodec options manual
2009-02-25 reimar Use memset to make sure all parts of struct sockaddr_in are always initialized.
2009-02-25 reimar Change code to actually work when NUM_OUTPUT_SURFACES is changed.
2009-02-25 Gabrov synced with r28727
2009-02-25 Gabrov copyright year update in man pages
2009-02-24 diego Read revision string from the file snapshot_version if available.
2009-02-24 cehoyos Document -vo vdpau:pullup.
2009-02-24 diego cosmetics: Use $() instead of ``, the former can be nested more easily.
2009-02-24 cehoyos Document -vo vdpau:deint.
2009-02-24 cehoyos Cosmetics: Fix indentation and line length.
2009-02-24 diego Rename yuv2rgb2.c --> yuv2rgb.c.
2009-02-24 cehoyos Clarify -vo vdpau:sharpen.
2009-02-24 cehoyos Document -vo vdpau:denoise.
2009-02-24 cehoyos Document -vo vdpau:sharpen.
2009-02-24 cehoyos Enable Bob de-interlacing for VDPAU.
2009-02-24 kraymer version bump
2009-02-24 diego Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman
2009-02-24 diego Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.
2009-02-23 jrash add Zhu Tian (JRaSH) as Chinese document translator
2009-02-23 jrash sync with en/mplayer.1 r28576
2009-02-23 reimar Calculate border size in aspect keeping code by using AdjustWindowRect
2009-02-23 reimar ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the same
2009-02-23 reimar Only check for vdp_video_mixer_destroy failure when we actually executed that function.
2009-02-23 reimar EOSD/ASS support for vo_vdpau.c
2009-02-23 bircoph Synced with r28707.
2009-02-23 bircoph Synced with r28706.
2009-02-23 bircoph Update faq about power management effect taking into account that
2009-02-23 bircoph Update some statements:
2009-02-23 bircoph Synced with r28704.
2009-02-23 zuxy Get rid of the outdated and unmaintained CPU codename table.
2009-02-23 uau configure: Make the special dvdnav test the last one again
2009-02-22 diego Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com.
2009-02-22 kostya SwScaler now has new YUV2RGB table generator
2009-02-22 kostya New LGPLed YUV2RGB table generator for SwScaler
2009-02-21 diego Make alpha arch detection more lenient. Taken from the Debian patchset.
2009-02-21 uau af_stats: Some fixes to the new filter
2009-02-21 diego Add missing #include "config.h", fixes the warning:
2009-02-21 diego Add statistics audio filter that prints information about the audio stream.
2009-02-21 diego Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at the
2009-02-21 diego Add -ffast-math to LDFLAGS as well as to CFLAGS.
2009-02-21 reimar Add forgotten type to variable declaration.
2009-02-21 diego Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.
2009-02-21 diego Print the version string after the command line has been parsed.
2009-02-21 cehoyos Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.
2009-02-21 reimar Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), avoids
2009-02-21 reimar 100l, place vdpau below xv, it should not normally be preferred for auto-selection (yet).
2009-02-21 stefang move zeroing of alpha channel register out of YSCALEYUV2xxx macros,
2009-02-21 stefang splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
2009-02-21 stefang make MMX registers parametrized in the WRITEBGR32 macro,
2009-02-21 iive Cosmetics. Reindent to 4 spaces.
2009-02-21 iive Cleanup.
2009-02-21 bircoph Synced with r28266.
2009-02-21 iive Cosmetics. Remove all trailing whitespaces
2009-02-20 iive Turn all remaining printf() into mp_msg().
2009-02-20 iive Cleanup.
2009-02-20 iive Cosmetics part2. Indent local variable definitions like the rest of the code.
2009-02-20 iive Cosmetics part 1. Reindent to 4 spaces.
2009-02-20 iive Comment out "else" statement without following block.
2009-02-20 iive Move libavcodec includes together.
2009-02-20 reimar Document that and why deinterlacing is not working
2009-02-20 reimar Add support for VDPAU deinterlacing, pullup, denoise and sharpening.
2009-02-19 bircoph Synced with r28670. (Copyright year update.)
2009-02-19 Gabrov synced with r28670
2009-02-19 Gabrov update copyright year at the end of the man page
2009-02-19 reimar Drop official maintainership of ao_pulse since libpulseaudio still has
2009-02-19 reimar Work around a PulseAudio bug that causes MPlayer to hang after unpausing.
2009-02-19 reimar Try to update libvo.txt
2009-02-19 reimar Re-add accidentally discarded comment about YUVJ format.
2009-02-19 zuxy Be more robust against corrupted RM files that contain invalid packet length
2009-02-19 diego Add necessary header for ARCH_X86_64 preprocessor check.
2009-02-19 diego Remove unused and unreachable code hunk that was surrounded by a misspelled
2009-02-19 iive Return PIX_FMT_NONE if the video system refuses all other formats.
2009-02-19 bircoph Synced with r28660.
2009-02-19 bircoph Another outdated text in <screen> example.
2009-02-19 bircoph Remove exclamation marks to make output similar to English version.
2009-02-19 bircoph Fix capitalization to be similar to English master file.
2009-02-19 bircoph Screen example for no audio problem is outdated:
2009-02-19 bircoph Spelling: capitalize pronouns.
2009-02-18 stefano Rename the "src" parameter in the sws_scale() declaration to
2009-02-18 stefano Document sws_scale().
2009-02-18 bircoph Replace the dash sign by &mdash; tag.
2009-02-18 bircoph Exterminate one more trailing whitespace.
2009-02-18 bircoph Sync with r26990.
2009-02-18 reimar Use the same code to convert fps in float to fraction as used in mencoder,
2009-02-18 bircoph Current revision is in sync with r28645, because r28644 and r28645
2009-02-18 bircoph Restore synchronization with r28618.
2009-02-18 bircoph Revert r28597 as requested by Diego in order to be cautious before
2009-02-18 reimar Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for
2009-02-18 diego Also shorten <channel> to <chan> in the description, not just in the example.
2009-02-18 diego Shorten one example line to avoid the groff warning:
2009-02-18 reimar Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles
2009-02-18 bircoph Sync with r28618.
2009-02-17 diego AVR32 apparently supports fast unaligned accesses.
2009-02-17 reimar Set samplerate in reset also for AC3, and set it before the format in that
2009-02-17 reimar Mark all Linux RealVideo decoders as buggy, they all seem to have some problem
2009-02-17 reimar Make it possible for mpcodecs_get_image to return NULL as the
2009-02-17 reimar Print an error and return NULL in vf_get_image if we try to allocate
2009-02-17 reimar Set avctx->opaque already at init instead of decode so it can be used in
2009-02-17 Gabrov Typo fix
2009-02-17 diego cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.
2009-02-17 reimar Extend calc_src_dst_rects to also calculate the border values needed for
2009-02-17 diego cosmetics: const static --> static const, avoids the debug mode warning:
2009-02-17 diego Also set HAVE_EBP_AVAILABLE in debug mode.
2009-02-17 diego cosmetics: Remove stray empty lines.
2009-02-17 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
2009-02-17 diego Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:
2009-02-17 cehoyos Fix compilation after last commit.
2009-02-17 reimar Cropping parameter to calc_src_dst_rects is const
2009-02-17 reimar 100l, reset ass_border when switching out of fullscreen mode.
2009-02-17 diego Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in this
2009-02-17 diego Move FFmpeg #includes below all others so that they do not override
2009-02-17 diego Move libavutil #includes below all others so that they do not override
2009-02-17 diego The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,
2009-02-17 uau Fix compilation without VDPAU
2009-02-16 cehoyos Fix #endif comment.
2009-02-16 cehoyos Add note about ffwmv3vdpau.
2009-02-16 reimar Add support for VDPAU video out, including hardware decoding.
2009-02-16 bircoph Synced with r28615.
2009-02-16 bircoph Add ccache usage suggestion to speed up compilation.
2009-02-16 reimar 100l, do 0-filling on resume (to avoid desync after pause) in ao_oss only when
2009-02-16 diego Use fixed-point implementation on avr32.
2009-02-16 diego Make configure recognize avr32.
2009-02-16 diego Replace double semicolon by single semicolon.
2009-02-16 diego Sync renaming of xvmc struct members in FFmpeg.
2009-02-16 Gabrov synced with r28593
2009-02-15 diego The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.
2009-02-15 iive Reflect ffmpeg change of xvmc struct field to xvmc_id.
2009-02-15 bircoph Fix spelling: "whom" should be used instead of "which" when we're
2009-02-15 bircoph Remove the reference to history.html because history.xml was purged
2009-02-15 diego whitespace cosmetics: Remove all tabs and trailing whitespace.
2009-02-15 diego The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.
2009-02-15 diego Remove unnecessary #ifdef around internal #include.
2009-02-15 diego The xmvc structure member magic_id was renamed to unique_id.
2009-02-15 reimar Remove unnecessary #if around forward declaration.
2009-02-15 reimar Restructure get_format so it can easily be extended to handle VDPAU
2009-02-15 reimar Reuse the code for the general do_dr1 case to set get_buffer/release_buffer for XvMC.
2009-02-15 bircoph Change man page encoding from KOI8-R to UTF-8.
2009-02-15 bircoph Redescribe "parse system" with more clear and understandable
2009-02-15 reimar Use PIX_FMT_NONE instead of -1
2009-02-15 reimar Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMC
2009-02-15 bircoph Remove trailing whitespaces.
2009-02-15 bircoph Synced with r28201.
2009-02-15 reimar Extend get_buffer to handle the XvMC case and remove mc_get_buffer
2009-02-15 reimar Unset MP_IMGFLAG_IN_USE in release_buffer.
2009-02-15 reimar Merge two checks for mpi != NULL