]> git.sesse.net Git - ffmpeg/history - libavcodec/vaapi_mpeg4.c
hevc: ppc: Add HEVC 4x4 IDCT for PowerPC
[ffmpeg] / libavcodec / vaapi_mpeg4.c
2016-08-30 Mark Thompsonvaapi_mpeg4: Convert to use the new VAAPI hwaccel code
2016-05-03 Diego Biurrunvaapi: Drop pointless debug output
2016-03-19 Mark Thompsonlavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX...
2015-09-13 Vittorio Giovarampegvideo: Drop mpegvideo.h where not needed
2015-04-28 Vittorio Giovarah263: Convert function to macro
2015-04-25 Rico Tzschichholzvaapi: Fix -Wimplicit-function-declaration for ff_dlog...
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-07-01 Diego Biurrunvaapi: Update idct_permutation location after dsputil...
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-03-20 wm4vaapi: switch ff_vaapi_get_surface_id from Picture...
2013-12-05 Anton Khirnovmpeg4videodec: move intra_dc_threshold from MpegEncCont...
2013-11-29 Anton Khirnovmpeg4videodec: move sprite_{shift,traj} from MpegEncCon...
2013-11-29 Anton Khirnovmpeg4videodec: move num_sprite_warping_points from...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.resync_marker into...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContext
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.vol_sprite_usage...
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-11-28 Diego BiurrunEliminate pointless 0/NULL initializers in AVCodec...
2011-07-10 Mans Rullgardhwaccel: unbreak build
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-27 Luca BarbatoAdd ff_ to AVHWAccel decoders
2010-06-27 Måns Rullgårdvaapi: add missing #include "h263.h"
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-12-28 Gwenole BeauchesneUse VA_INVALID_ID instead of hard coded values.
2009-12-28 Gwenole BeauchesneRename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_p...
2009-12-28 Gwenole BeauchesneRename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
2009-12-20 Gwenole BeauchesneAdd new fields for the VDPAU/MPEG-4 back-end.
2009-04-02 Gwenole BeauchesneAdd MPEG-4 / H.263 bitstream decoding through VA API.