]> git.sesse.net Git - ffmpeg/history - libavcodec/vdpau.c
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / vdpau.c
2014-12-25 Rémi Denis-Courmontvdpau: add support for 4:2:2 and 4:4:4 chroma sampling
2014-12-25 Rémi Denis-Courmontvdpau: add helper for surface chroma type and size
2014-12-14 Rémi Denis-Courmontvdpau: add mapping for H.264 Constrained Baseline profi...
2014-12-14 Rémi Denis-Courmontvdpau: add mapping for H.264 Extended profile
2014-12-14 Rémi Denis-Courmontvdpau: revector macro to reduce line span
2014-10-28 Rémi Denis-Courmontvdpau: return MAIN instead of BASELINE for H.264 CBP
2014-10-15 Rémi Denis-Courmontvdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the...
2014-10-15 Rémi Denis-Courmontvdpau: have av_vdpau_bind_context() fail on unsupported...
2014-10-06 Rémi Denis-Courmontvdpau: check video surface and decoder capabilities
2014-10-06 Rémi Denis-Courmontvdpau: add av_vdpau_bind_context()
2014-10-06 Rémi Denis-Courmontvdpau: force reinitialization when output resolution...
2014-10-05 Rémi Denis-Courmontvdpau: pass codec-specific parameters from hwaccel
2014-10-05 Rémi Denis-Courmontvdpau: common support for managing the VdpDecoder in...
2014-10-05 Rémi Denis-Courmontvdpau: factor out common end-of-frame handling
2014-10-05 Rémi Denis-Courmontvdpau: add helper for VDPAU to libav error codes conversion
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-03-20 wm4vdpau: switch ff_vdpau_get_surface_id from Picture...
2014-03-20 wm4vdpau: don't assume Picture and H264Picture are the...
2014-03-04 Rémi Denis-Courmontav_vdpau_get_profile: mask out H.264 intra profile...
2013-11-14 Anton Khirnovvdpau: add a constructor for AVVDPAUContext.
2013-11-14 Anton Khirnovvdpau: add a convenience function for getting a decoder...
2013-08-05 Rémi Denis-Courmontvdpau: store picture data in picture's rather than...
2013-08-05 Rémi Denis-Courmontvdpau: remove old-style decoders
2013-03-27 Janne Grunauvdpau: wrap codec specific functions in appropiate...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2013-02-15 Anton Khirnovmpegvideo: split ff_draw_horiz_band().
2013-01-13 Rémi Denis-Courmontvdpau: Add context and common helpers for hwaccel support
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-10-23 Janne GrunauRevert "mpeg12: move full_pel from MpegEncContext to...
2011-10-23 Anton Khirnovmpeg12: move full_pel from MpegEncContext to Mpeg1Context
2011-07-10 Mans Rullgardhwaccel: unbreak build
2011-07-04 Carl Eugen Hoyosffmpeg: Fix VDPAU decoding for some H264 samples.
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-03-30 Stephen WarrenSet VDPAU H264 picture parameter field_order_cnt and...
2010-03-30 Stephen WarrenFix VDPAU for H.264 streams with long reference frames.
2010-03-14 Carl Eugen HoyosCosmetics: Fix a comment.
2010-03-03 Carl Eugen HoyosSupport B-frames when decoding MPEG-4 with VDPAU hardwa...
2009-11-10 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG-4...
2009-03-06 Stephen WarrenFix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4
2009-02-26 NVIDIA CorporationDo not set h264.is_reference for pictures that are...
2009-02-26 NVIDIA CorporationThe field rangered in VDPAU's VdpPictureInfoVC1 now...
2009-02-23 Reimar Döffinger100l, always declare variables at the top of a block...
2009-02-18 Reimar DöffingerInstead of crashing, return from ff_vdpau_mpeg_picture_...
2009-02-17 Stephen WarrenFix MBAFF/PAFF samples.
2009-02-15 Reimar DöffingerPlace spaces consistently in pointer types in vdpau.c
2009-02-14 Diego BiurrunRevert adding a _pixfmt to vdpau/xvmc header names.
2009-02-12 Diego BiurrunRename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h...
2009-02-11 Diego BiurrunRename vdpauvideo.c --> vdpau.c and xvmcvideo.c --...