log

age author description
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
2009-02-15 reimar Make the default release_buffer work for XvMC, use it and remove mc_release_buffer
2009-02-15 reimar Get rid of mc_render_slice and use the generic draw_slice instead.
2009-02-15 bircoph Update info about contributions.
2009-02-15 zuxy Fix a regression caused by r17933; RealMedia index tables could never be printed.
2009-02-15 zuxy Support seek in multirate RealMedia files.
2009-02-15 iive Reflect the change of xvmc struct name.
2009-02-15 reimar WMVA works with VDPAU, too
2009-02-15 reimar Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need to
2009-02-15 reimar Sync fourccs for ffvc1vdpau
2009-02-15 reimar Sync fourcc list for ffmpeg12vdpau
2009-02-15 iive Now xvmc struct uses magic_id field
2009-02-15 iive Remove display_flag remains as the member has been removed from the xvmc struct.
2009-02-15 bircoph Get rid of the trailing whitespaces.
2009-02-15 bircoph 'Capitalize' mplayer -> MPlayer when used as a project name.
2009-02-15 bircoph Some more trailing whitespaces.