log

age author description
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.