| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel | Andreas Rheinhardt | 2023-08-07 | 1 | -10/+10 |
* | avcodec/hwconfig: Move HWACCEL_CAP_* to a new header | Andreas Rheinhardt | 2023-08-07 | 1 | -2/+1 |
* | avcodec/vc1_block: Remove dead calls to ff_mpeg_draw_horiz_band() | Andreas Rheinhardt | 2022-10-20 | 1 | -2/+0 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/mpegvideo: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | all: Remove unnecessary libavcodec/internal.h inclusions | Andreas Rheinhardt | 2022-02-08 | 1 | -1/+0 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | avcodec/vaapi_vc1: slice_vertical_position starts from zero for the second field | Jerome Borsboom | 2018-06-17 | 1 | -1/+7 |
* | avcodec/vaapi: do not parse MVMODE for VC-1 interlaced frame pictures | Jerome Borsboom | 2018-04-23 | 1 | -3/+5 |
* | avcodec/vaapi: mask unused bits in bitplane_present.value | Jerome Borsboom | 2018-03-04 | 1 | -1/+1 |
* | avcodec/vaapi: add fields for VAAPI VC-1 interlaced decoding | Jerome Borsboom | 2018-03-04 | 1 | -29/+134 |
* | lavc: Mark all AVHWAccel structures as const | Mark Thompson | 2017-11-26 | 1 | -2/+2 |
* | Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24' | James Almer | 2017-11-11 | 1 | -0/+2 |
|\ |
|
| * | lavc: external hardware frame pool initialization | wm4 | 2017-10-19 | 1 | -0/+2 |
| * | pthread_frame: do not run hwaccel decoding asynchronously unless it's safe | Anton Khirnov | 2016-12-19 | 1 | -0/+3 |
| * | vaapi_vc1: Convert to use the new VAAPI hwaccel code | Mark Thompson | 2016-08-30 | 1 | -140/+206 |
| * | vaapi_vc1: Remove redundant version check | Mark Thompson | 2016-08-13 | 1 | -2/+0 |
| * | vaapi_vc1: Constify pointers | Mark Thompson | 2016-08-13 | 1 | -14/+14 |
* | | pthread_frame: do not run hwaccel decoding asynchronously unless it's safe | Anton Khirnov | 2017-03-21 | 1 | -0/+3 |
* | | vaapi_vc1: Convert to use the new VAAPI hwaccel code | Mark Thompson | 2017-01-17 | 1 | -147/+206 |
* | | vaapi_vc1: Remove redundant version check | Mark Thompson | 2017-01-17 | 1 | -2/+0 |
* | | vaapi_vc1: Constify pointers | Mark Thompson | 2017-01-17 | 1 | -16/+16 |
* | | Merge commit '5f1c3cbd524728317bf460259aa8f3ef5ec935c6' | Clément Bœsch | 2016-06-21 | 1 | -4/+0 |
|\| |
|
| * | vaapi: Drop pointless debug output | Diego Biurrun | 2016-05-03 | 1 | -4/+0 |
| * | lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI | Mark Thompson | 2016-03-19 | 1 | -2/+2 |
* | | vaapi: streamline public context structure. | Gwenole Beauchesne | 2015-08-19 | 1 | -2/+9 |
* | | vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI). | Gwenole Beauchesne | 2015-08-19 | 1 | -2/+2 |
* | | Merge commit '5aed1d4240d411533c102eec6944aa925b7f4964' | Michael Niedermayer | 2015-04-26 | 1 | -0/+1 |
|\| |
|
| * | vaapi: Fix -Wimplicit-function-declaration for ff_dlog() usage | Rico Tzschichholz | 2015-04-26 | 1 | -0/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -2/+2 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-09 | 1 | -2/+2 |
|\| |
|
| * | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -2/+2 |
| * | vaapi: switch ff_vaapi_get_surface_id from Picture to AVFrame | wm4 | 2014-03-20 | 1 | -2/+2 |
* | | avcodec/vaapi: fix pointer types after H264Picture changes | Michael Niedermayer | 2014-03-17 | 1 | -2/+2 |
* | | Merge commit 'c2f7417eeb9cc31f75e71f7be2780f90f1628d7e' | Michael Niedermayer | 2013-11-30 | 1 | -1/+1 |
|\| |
|
| * | vc1: move MpegEncContext.resync_marker into VC1Context. | Anton Khirnov | 2013-11-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 1 | -9/+2 |
|\| |
|
| * | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -9/+2 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-31 | 1 | -14/+14 |
|\| |
|
| * | cosmetics: Drop unnecessary parentheses around return values. | Diego Biurrun | 2011-12-30 | 1 | -14/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-29 | 1 | -4/+0 |
|\| |
|
| * | Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. | Diego Biurrun | 2011-11-28 | 1 | -4/+0 |
| * | vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly). | Gwenole Beauchesne | 2011-10-10 | 1 | -1/+13 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -19/+19 |