75 Commits (5e8b05345243cdec3ca01116ce130da812ffed3d)

Author SHA1 Message Date
Gwenole Beauchesne babd340f58 vaapi: streamline public context structure. 9 years ago
Gwenole Beauchesne 9f8e57efe4 vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI). 9 years ago
Gwenole Beauchesne 88325c2e0b vaapi_h264: fix RefPicList[] field flags. 10 years ago
Anton Khirnov a0f2946068 h264: use properly allocated AVFrames 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Hendrik Leppkes 1ddd3e23a4 vaapi_h264: fix slice data offset 10 years ago
Hendrik Leppkes aba3030a55 vaapi_h264: fix slice data offset 10 years ago
Anton Khirnov a12d3188cb h264: use a smaller struct for the ref lists 10 years ago
Anton Khirnov d4d9068cdf h264: move mb_{x,y} into the per-slice context 10 years ago
Anton Khirnov a9b201cacf h264: move cabac_init_idc into the per-slice context 10 years ago
Anton Khirnov e6c90ce94f h264: move loopfilter parameters into the per-slice context 10 years ago
Anton Khirnov 95eb35f305 h264: move the ref lists variables into the per-slice context 10 years ago
Anton Khirnov 066aafced4 h264: move direct_spatial_mv_pred into the per-slice context 10 years ago
Anton Khirnov 56febc993b h264: move the slice type variables into the per-slice context 10 years ago
Anton Khirnov d231e84b06 h264: move the quantizers into the per-slice context 10 years ago
Anton Khirnov 92c6c2a605 h264: split weighted pred-related vars into per-slice context 10 years ago
Edgar Hucek ab059f0aa8 vaapi: set the scaling list correctly. 10 years ago
Michael Niedermayer b2b4afe811 hwaccel: fix dxva2 & vaapi loop filter parameters 11 years ago
wm4 8b6136d3d1 vaapi: switch ff_vaapi_get_surface_id from Picture to AVFrame 11 years ago
Michael Niedermayer 377cfc28a2 avcodec/vaapi: fix pointer types after H264Picture changes 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Vittorio Giovara 9b749c8274 h264: move relevant fields from Picture to H264Picture 11 years ago
Michael Niedermayer 0ad8f73f13 avcodec: fix dxva2 & vaapi after removing the +52 offset from the loop filter parameters 11 years ago
Anton Khirnov a6931d8ece h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c57a593670 hwaccel: consistent name prefixes for start_frame/end_frame/decode_slice 12 years ago
Anton Khirnov 2c54155407 h264: deMpegEncContextize 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun c88ebdb42c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
Edgar Hucek 3fec40b601 Fix VA-API decoding artefacts. 13 years ago
Diego Biurrun 99b9df5281 doxygen: misc consistency cosmetics 14 years ago
Mans Rullgard 1765aacb17 hwaccel: unbreak build 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Michael Niedermayer 2d2b5a1421 10l, commit that should have been stashed into the merge. 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
Gwenole Beauchesne 09ce846206 vaapi: filter out DELAYED_PIC_REF flag to determine field. 14 years ago
Gwenole Beauchesne 621f4c98df vaapi: filter out DELAYED_PIC_REF flag to determine field. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Luca Barbato 1d20121b2e Add ff_ to AVHWAccel decoders 14 years ago
Luca Barbato d1b6f33bf2 Add ff_ to AVHWAccel decoders 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Gwenole Beauchesne b0941dee3c [VA-API] Fix long-term reference frames addition to the DPB. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Gwenole Beauchesne 11ae0c52b9 Cope with rev 22183: 15 years ago
Gwenole Beauchesne 48bf1325ac Cope with rev 22169 change: 15 years ago
Michael Niedermayer 0c32e19d58 Move +52 from the loop filter to the alpha/beta offsets in the context. 15 years ago