| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/v4l2_m2m: adapt to call close() on init fail | Andriy Gelman | 2020-08-02 | 1 | -8/+2 |
* | avcodec/v4l2_m2m_dec: remove redundant packet and fix double free | Andriy Gelman | 2020-07-16 | 1 | -22/+15 |
* | avcodec/v4l2_m2m: handle v4l2 end of stream event | Ming Qian | 2020-04-14 | 1 | -0/+7 |
* | avcodec/v4l2_m2m_dec: Init reserved bytes to zero before ioctl call | Andriy Gelman | 2020-03-31 | 1 | -1/+1 |
* | avcodec/v4l2_m2m: Cosmetics | Andriy Gelman | 2020-02-01 | 1 | -1/+1 |
* | avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4 | Andriy Gelman | 2019-11-22 | 1 | -1/+1 |
* | avcodec/filter: Remove extra '; ' outside of functions | Andreas Rheinhardt | 2019-10-07 | 1 | -1/+1 |
* | avcodec/v4l2_m2m_dec: fix compile | Aman Gupta | 2019-09-11 | 1 | -0/+1 |
* | avcodec/v4l2_m2m_dec: fix dropped packets while decoding | Maxime Jourdan | 2019-09-11 | 1 | -5/+16 |
* | avcodec/v4l2_context: expose timeout for dequeue_frame | Aman Gupta | 2019-09-11 | 1 | -1/+1 |
* | avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTS | Aman Gupta | 2019-09-11 | 1 | -0/+1 |
* | avcodec/v4l2_m2m_dec: fix indentation and add M2MDEC_CLASS macro | Lukas Rusak | 2019-09-10 | 1 | -22/+23 |
* | avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContext | Aman Gupta | 2019-09-10 | 1 | -4/+10 |
* | avcodec/v4l2_context: use EAGAIN to signal when input buffers are unavailable | Aman Gupta | 2019-09-02 | 1 | -1/+1 |
* | avcodec/v4l2m2m: fix error handling during buffer init | Jorge Ramirez-Ortiz | 2019-09-02 | 1 | -2/+7 |
* | avcodec/v4l2_m2m_dec: Fix memleak on ff_v4l2_m2m_codec_init() failure | Michael Niedermayer | 2019-06-12 | 1 | -0/+4 |
* | v4l2_m2m: decoder: fix memory leak | Lukas Rusak | 2018-06-27 | 1 | -1/+4 |
* | v4l2_m2m: Mark V4L2 M2M decoders as unsuitable for probing | Mark Thompson | 2018-06-03 | 1 | -1/+2 |
* | avcodec: v4l2_m2m: fix races around freeing data on close | Mark Thompson | 2018-01-21 | 1 | -8/+14 |
* | v4l_m2m: add missing AV_CODEC_CAP_DELAY flags | wm4 | 2017-12-21 | 1 | -1/+1 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+2 |
* | libavcodec: v4l2: add support for v4l2 mem2mem codecs | Jorge Ramirez-Ortiz | 2017-09-23 | 1 | -0/+228 |