| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/videotoolbox: add logging context to log | Steven Liu | 2019-10-08 | 1 | -1/+1 |
* | lavc/videotoolboxdec: fix crop handling when multithreaded | Rodger Combs | 2019-09-15 | 1 | -5/+5 |
* | avcodec/videotoolbox: add support for full range pixel formats | Akemi | 2019-09-04 | 1 | -5/+9 |
* | avcodec/videotoolbox_hevc: avoid leaking cached_hw_frames_ctx | Pavel Koshevoy | 2019-08-23 | 1 | -1/+1 |
* | avcodec/videotoolbox: add support for 10bit pixel format | fumoboy007 | 2019-04-16 | 1 | -5/+29 |
* | avcodec/vt_hevc: fix crash if vps_list[0] or sps_list[0] are null | Rodger Combs | 2019-03-19 | 1 | -46/+40 |
* | lavc/videotoolbox: Fix cropping with HEVC and H264 videos | Akemi | 2018-11-12 | 1 | -0/+11 |
* | avcodec/videotoolbox: fix decoding of some HEVC videos | Aman Gupta | 2018-05-18 | 1 | -32/+35 |
* | avcodec/videotoolbox: split h264/hevc callbacks | Aman Gupta | 2018-05-09 | 1 | -10/+33 |
* | avcodec/videotoolbox: cleanups | Aman Gupta | 2018-05-09 | 1 | -4/+2 |
* | avcodec/videotoolbox: fix kVTCouldNotFindVideoDecoderErr trying to decode HEV... | Aman Gupta | 2018-05-04 | 1 | -1/+6 |
* | avcodec/videotoolbox: improve logging of decoder errors | Aman Gupta | 2018-05-04 | 1 | -1/+4 |
* | lavc/videotoolbox: fix failure to decode PAFF | Rodger Combs | 2018-04-10 | 1 | -5/+2 |
* | lavc/videotoolbox: fix threaded decoding | Rodger Combs | 2018-03-08 | 1 | -17/+51 |
* | avcodec/videotoolbox: fix SEGV when hwaccel decoding h264 with ffmpeg.c | Aman Gupta | 2017-11-28 | 1 | -1/+7 |
* | lavc: Mark all AVHWAccel structures as const | Mark Thompson | 2017-11-26 | 1 | -6/+6 |
* | libavcodec/videotoolbox: fix decoding of h264 streams with minor SPS changes | Aman Gupta | 2017-11-20 | 1 | -7/+8 |
* | avcodec/videotoolbox: fix opaque_ref handling | wm4 | 2017-11-13 | 1 | -0/+5 |
* | avcodec/videotoolbox: reorder functions to avoid forward declarations | Aman Gupta | 2017-11-13 | 1 | -152/+149 |
* | avcodec/videotoolbox: fix whitespace | Aman Gupta | 2017-11-13 | 1 | -2/+2 |
* | avcodec/videotoolbox: pass through hevc param changes to the decoder | Aman Gupta | 2017-11-13 | 1 | -0/+9 |
* | avcodec/videotoolbox: remove unnecessary if statement | Aman Gupta | 2017-11-13 | 1 | -35/+33 |
* | avcodec/videotoolbox: create avcC even when h264 extradata is missing | Aman Gupta | 2017-11-13 | 1 | -2/+3 |
* | avcodec/videotoolbox: use decode_params to propagate H264 PPS changes and res... | Aman Gupta | 2017-11-13 | 1 | -2/+41 |
* | avcodec/videotoolbox: print descriptive errors on decode failures | Aman Gupta | 2017-11-13 | 1 | -4/+16 |
* | avcodec/videotoolbox: reset bitstream_size in end_frame | Aman Gupta | 2017-11-13 | 1 | -4/+4 |
* | avcodec/videotoolbox: extract videotoolbox_{start,stop} helpers | Aman Gupta | 2017-11-13 | 1 | -7/+15 |
* | avcodec/videotoolbox: use early return in videotoolbox_default_free | Aman Gupta | 2017-11-13 | 1 | -7/+7 |
* | videotoolbox: add frame_params support | wm4 | 2017-11-12 | 1 | -0/+19 |
* | lavc/videotoolbox: fix out-of-bounds memory access during hvcc creation | Aman Gupta | 2017-10-31 | 1 | -2/+2 |
* | lavc: drop VDA | Clément Bœsch | 2017-10-23 | 1 | -7/+3 |
* | avcodec/videotoolbox: add hevc support | Aman Gupta | 2017-09-28 | 1 | -0/+197 |
* | videotoolbox: fix crash when decoding interlaced video with new API | wm4 | 2017-07-11 | 1 | -1/+1 |
* | videotoolbox: log errors | wm4 | 2017-05-31 | 1 | -0/+6 |
* | videotoolbox: add hwcontext support | wm4 | 2017-05-15 | 1 | -10/+170 |
* | avcodec/h264, videotoolbox: fix crash after VT decoder fails | Aman Gupta | 2017-03-07 | 1 | -2/+0 |
* | avcodec/videotoolbox: set kCVPixelBufferOpenGLESCompatibilityKey for iOS | wang-bin | 2017-03-06 | 1 | -0/+5 |
* | avcodec/videotoolbox: set kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKey | wm4 | 2017-03-02 | 1 | -0/+1 |
* | avcodec/videotoolbox: allow not setting the kCVPixelBufferPixelFormatTypeKey | wm4 | 2017-03-02 | 1 | -1/+2 |
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa' | Clément Bœsch | 2016-07-29 | 1 | -1/+1 |
* | lavc/videotoolbox: fix avcC extradata creation | Matthieu Bouron | 2016-06-22 | 1 | -60/+22 |
* | lavc/videotoolbox: Fix videotoolbox compile error on OS X 10.8. | Dan Dennedy | 2016-06-19 | 1 | -0/+5 |
* | lavc/videotoolbox: remove config_info maximum capacity | Clément Bœsch | 2016-06-17 | 1 | -1/+1 |
* | lavc/videotoolbox: CFRelease() session | Clément Bœsch | 2016-06-17 | 1 | -1/+3 |
* | lavc/videotoolbox: fix H.264 hwaccel init issue | Rick Kern | 2016-06-16 | 1 | -14/+45 |
* | lavc/videotoolbox: fix sps/pps mistake introduced in 1534ef87 | Clément Bœsch | 2016-06-12 | 1 | -1/+1 |
* | lavc/videotoolbox: fixes compilation after 1534ef87 | Clément Bœsch | 2016-06-12 | 1 | -3/+3 |
* | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d' | Clément Bœsch | 2016-06-12 | 1 | -7/+7 |
* | avcodec/h264, videotoolbox: do not return invalid frames on failure | wm4 | 2015-11-20 | 1 | -0/+2 |
* | avcodec/videotoolbox: fix decoding of some h264 bitstreams | wm4 | 2015-10-02 | 1 | -18/+30 |