| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | APIchanges: add missing hashes and dates | Anton Khirnov | 2016-02-26 | 1 | -37/+35 |
* | lavf: add a missing bump and APIchanges for the codecpar switch | Anton Khirnov | 2016-02-26 | 1 | -0/+3 |
* | lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame... | Anton Khirnov | 2016-02-23 | 1 | -0/+1 |
* | lavc: add codec parameters API | Anton Khirnov | 2016-02-23 | 1 | -0/+3 |
* | lavf: add a protocol whitelist/blacklist for file opened internally | Anton Khirnov | 2016-02-22 | 1 | -0/+5 |
* | lavc: add a field for passing AVHWFramesContext to encoders | Anton Khirnov | 2016-02-14 | 1 | -0/+3 |
* | lavfi: pass the hw frames context through the filter chain | Anton Khirnov | 2016-02-14 | 1 | -0/+4 |
* | hwcontext: add a CUDA implementation | Anton Khirnov | 2016-02-14 | 1 | -0/+2 |
* | pixfmt: add a CUDA hwaccelled format | Anton Khirnov | 2016-02-14 | 1 | -0/+1 |
* | hwcontext: add a VDPAU implementation | Anton Khirnov | 2016-02-14 | 1 | -0/+2 |
* | lavu: add a framework for handling hwaccel frames | Anton Khirnov | 2016-02-14 | 1 | -0/+2 |
* | buffer: add support for pools using caller data in allocation | Anton Khirnov | 2016-02-14 | 1 | -0/+3 |
* | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -0/+4 |
* | APIchanges: Add missing av_pix_fmt_get_chroma_sub_sample entry | Luca Barbato | 2016-01-11 | 1 | -2/+4 |
* | lavc: add profiles to AVCodecDescriptor | Anton Khirnov | 2015-12-12 | 1 | -0/+3 |
* | lavc: export Dirac parsing API used by the ogg demuxer as public | Anton Khirnov | 2015-12-06 | 1 | -1/+3 |
* | lavc: add a packet side data type for VBV-like parameters | Anton Khirnov | 2015-12-06 | 1 | -0/+1 |