[FFmpeg-cvslog] r16431 - in trunk: configure libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/h264.c libavcodec/h264_parser.c libavcodec/imgconvert.c libavcodec/mpegvideo.c libavcodec/vdp...

Ivan Kalvachev ikalvachev
Mon Jan 5 03:17:01 CET 2009


On 1/5/09, cehoyos <subversion at mplayerhq.hu> wrote:
> Author: cehoyos
> Date: Mon Jan  5 00:55:27 2009
> New Revision: 16431
>
> Log:
> Add VDPAU hardware accelerated decoding for H264 which will be used by
> MPlayer.
[...]
>   * This can be used to prevent truncation of the last audio samples.
>   */
>  #define CODEC_CAP_SMALL_LAST_FRAME 0x0040
> +/**
> + * Codec can export data for HW decoding (VDPAU).
> + */
> +#define CODEC_CAP_HWACCEL_VDPAU    0x0080

May I request the removal of this new CAP flag, before something
starts using it,
and advertise the usage of the existing generic CAP_HWACCEL ?




More information about the ffmpeg-cvslog mailing list