| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Add hwaccel_flags field to AVCodecContext | wm4 | 2017-03-20 | 1 | -0/+4 |
* | hwcontext: Make it easier to work with device types | Mark Thompson | 2017-03-20 | 1 | -0/+4 |
* | hwcontext: Add device derivation | Mark Thompson | 2017-03-20 | 1 | -0/+3 |
* | spherical: Add tiled equirectangular type and projection-specific properties | Vittorio Giovara | 2017-03-07 | 1 | -0/+5 |
* | lavc: Add device context field to AVCodecContext | Mark Thompson | 2017-02-13 | 1 | -0/+3 |
* | AVFrame: add an opaque_ref field | wm4 | 2017-02-11 | 1 | -0/+3 |
* | frame: allow align=0 (meaning automatic) for av_frame_get_buffer() | Anton Khirnov | 2017-02-11 | 1 | -0/+4 |
* | cpu: add a function for querying maximum required data alignment | Anton Khirnov | 2017-02-11 | 1 | -0/+3 |
* | avio: add a destructor for AVIOContext | Anton Khirnov | 2017-02-11 | 1 | -0/+3 |
* | lavc: deprecate refcounted_frames field | wm4 | 2017-02-01 | 1 | -0/+6 |
* | lavc: add an option for exporting cropping information to the caller | Anton Khirnov | 2017-01-12 | 1 | -0/+4 |
* | frame: add a cropping rectangle to AVFrame | Anton Khirnov | 2017-01-12 | 1 | -0/+4 |
* | crypto: consistently use size_t as type for length parameters | Diego Biurrun | 2017-01-09 | 1 | -0/+4 |
* | APIChanges: Mention where release 12 was cut | Vittorio Giovara | 2016-12-08 | 1 | -0/+4 |
* | lavc: Add spherical packet side data API | Vittorio Giovara | 2016-12-07 | 1 | -0/+4 |
* | lavu: Add AVSphericalMapping type and frame side data | Vittorio Giovara | 2016-12-07 | 1 | -0/+4 |
* | utils: Add av_stream_add_side_data() | James Almer | 2016-11-23 | 1 | -0/+3 |
* | pixfmt: Add GRAY12 | Luca Barbato | 2016-11-07 | 1 | -0/+3 |
* | hwcontext: Hardware frame mapping | Mark Thompson | 2016-11-03 | 1 | -0/+4 |
* | Add GBRAP12 pixel format support | Kieran Kunhya | 2016-10-12 | 1 | -0/+3 |
* | Add GBRP12 pixel format support | Michael Niedermayer | 2016-10-12 | 1 | -0/+3 |
* | APIchanges: Expand the name of recently added pixel formats | Vittorio Giovara | 2016-10-12 | 1 | -1/+1 |
* | hwcontext_vaapi: add a quirk for the missing MemoryType attribute | Anton Khirnov | 2016-10-02 | 1 | -0/+3 |
* | avio: add a new flag for marking streams seekable by timestamp | Anton Khirnov | 2016-09-30 | 1 | -0/+3 |
* | APIchanges: fix a typo in the version number | Anton Khirnov | 2016-09-28 | 1 | -1/+1 |
* | lavu: Bump version for the 12bit Planar YUV support | Luca Barbato | 2016-09-27 | 1 | -0/+3 |
* | avcodec: Add the extended pixel format profile for HEVC | Yogender Gupta | 2016-09-19 | 1 | -0/+3 |
* | imgutils: add a function for copying image data from GPU mapped memory | Anton Khirnov | 2016-08-31 | 1 | -0/+4 |
* | lavc: Remove old vaapi decode infrastructure | Mark Thompson | 2016-08-30 | 1 | -0/+4 |
* | x86: Add SSSE3_SLOW CPU flag and related convenience macros | Diego Biurrun | 2016-07-20 | 1 | -0/+3 |
* | apichanges: Fill in missing hashes and dates | Diego Biurrun | 2016-07-16 | 1 | -19/+19 |
* | hwcontext_vaapi: Add driver quirks to the hwdevice | Mark Thompson | 2016-07-02 | 1 | -0/+4 |
* | pixfmt: add P010 pixel format | Hendrik Leppkes | 2016-07-02 | 1 | -0/+3 |
* | lavc: export the timestamps when decoding in AVFrame.pts | Anton Khirnov | 2016-06-21 | 1 | -0/+4 |
* | hwcontext: add a QSV implementation | Anton Khirnov | 2016-06-21 | 1 | -0/+4 |
* | lavc: allow using AVCodecContext.hw_frames_ctx for decoding | Anton Khirnov | 2016-06-21 | 1 | -0/+3 |
* | lavc: add H.264 MVC profiles | Anton Khirnov | 2016-06-12 | 1 | -0/+3 |
* | hwcontext: add a function for opening devices | Anton Khirnov | 2016-05-26 | 1 | -0/+3 |
* | avcodec: Bump micro version after changing public JPEG 2000 defines | Diego Biurrun | 2016-05-24 | 1 | -0/+3 |
* | avio: Allow custom IO users to get labels for the output bytestream | Martin Storsjö | 2016-05-18 | 1 | -0/+4 |
* | stereo3d: Add API to get name from value or value from name | Vittorio Giovara | 2016-05-17 | 1 | -0/+3 |
* | hwcontext: add a dxva2 implementation | Anton Khirnov | 2016-05-17 | 1 | -0/+3 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -3/+3 |
* | opt: Add av_opt_copy() | Michael Niedermayer | 2016-03-24 | 1 | -0/+3 |
* | lavc: introduce a new decoding/encoding API with decoupled input/output | wm4 | 2016-03-23 | 1 | -0/+5 |
* | lavc: add a new bitstream filtering API | Anton Khirnov | 2016-03-20 | 1 | -0/+4 |
* | lavfi: generic hardware surface upload and download filters | Mark Thompson | 2016-03-19 | 1 | -0/+3 |
* | lavu: VAAPI hwcontext implementation | Mark Thompson | 2016-03-19 | 1 | -0/+3 |
* | lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI | Mark Thompson | 2016-03-19 | 1 | -0/+4 |
* | lavu: add a way to query hwcontext frame constraints | Mark Thompson | 2016-03-19 | 1 | -0/+3 |