summaryrefslogtreecommitdiff
path: root/libavcodec/mscc.c
Commit message (Collapse)AuthorAge
* avcodec/mscc: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-10
| | | | | | | Initializing zlib in the way we do here is threadsafe, see https://www.zlib.net/zlib_faq.html#faq21 Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
| | | | | | | | | | Given that the AVCodec.next pointer has now been removed, most of the AVCodecs are not modified at all any more and can therefore be made const (as this patch does); the only exceptions are the very few codecs for external libraries that have a init_static_data callback. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
| | | | | | | Announced in 14040a1d913794d9a3fd6406a6d8c2f0e37e0062. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-10
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/mscc: decoders supports init_cleanup capabilityPaul B Mahol2018-09-08
|
* avcodec/mscc: fix several bugsPaul B Mahol2018-08-26
| | | | | | Fixes #6342. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec: add Screen Recorder Gold Codec decoderPaul B Mahol2017-04-18
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec: add Mandsoft Screen Capture Codec decoderPaul B Mahol2017-04-18
Signed-off-by: Paul B Mahol <onemda@gmail.com>