summaryrefslogtreecommitdiff
path: root/libavcodec/mmaldec.c
Commit message (Expand)AuthorAge
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/mmaldec: Deduplicate AVClassesAndreas Rheinhardt2021-12-12
* avcodec/mmaldec: Avoid creating unnecessary reference, simplify codeAndreas Rheinhardt2021-12-12
* avcodec/mmaldec: fix pointer type warningHo Ming Shun2021-12-12
* avcodec/mmaldec: re-use AVPacket for extra_dataHo Ming Shun2021-12-12
* avcodec/mmaldec: use decoupled dataflowHo Ming Shun2021-12-12
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-27
* All: update names in copyright headersrcombs2021-01-20
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-08
* avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer2020-08-20
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* lavc: Delete all fake hwaccelsMark Thompson2017-11-26
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-26
* Merge commit '04f691cd4fb7d226e54df886a21ba201cb5019f4'James Almer2017-11-01
|\
| * mmal: Add missing .item_name to AVClass declarationDiego Biurrun2017-06-13
* | Merge commit 'd82d5379caca21005d8906829b35361c4a65408e'Clément Bœsch2017-04-08
|\|
| * mmaldec: initialize refcount using atomic_init()Wan-Teh Chang2016-12-02
* | lavc: fix usages of av_get_codec_tag_string()Clément Bœsch2017-03-29
* | Merge commit '8385ba53f115401a67a4748c0d107769ebfb2941'Clément Bœsch2017-03-22
|\|
| * mmaldec: convert to stdatomicAnton Khirnov2016-10-02
* | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-07
|\|
| * lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-21
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | libavcodec/mmaldec.c: set AVFrame interlaced_frame and top_field_first, AVCod...Jens Ziller2016-09-12
* | lavc/mmaldec: reduce some diffs with Libav missed in previous skipped mergesClément Bœsch2016-06-21
* | Merge commit '74beead9bd596180bcac6108548fc0a86d8eb4ae'Clément Bœsch2016-06-21
|\|
| * mmaldec: limit internal bufferingwm42016-04-30
| * mmaldec: print the MMAL format FourCC automaticallywm42016-04-30
| * mmaldec: send only a single EOS packet on flushingwm42016-04-30
| * mmaldec: correct package buffering accountingwm42016-04-30
| * mmaldec: add vc1 decoding supportwm42016-04-30
| * mmaldec: Add mpeg2 decoding supportJulian Scheel2016-04-30
| * mmaldec: Fix avpriv_atomic_get usageJulian Scheel2016-04-30
| * mmaldec: Use av_assert0() instead of assert()Michael Niedermayer2016-04-30
* | Merge commit 'b8e899f4bf5f09900aa71552112d32a5566b6baf'Derek Buitenhuis2016-05-11
|\|
| * mmaldec: Use imgutils.h for copying framesMartin Storsjö2016-04-12
* | mmaldec: limit internal bufferingwm42016-01-28
* | mmaldec: support MPEG-4wm42016-01-28
* | mmaldec: print the MMAL format FourCC automaticallywm42016-01-28
* | mmaldec: send only a single EOS packet on flushingwm42015-11-10
* | mmaldec: correct package buffering accountingwm42015-11-07
* | mmaldec: add vc1 decoding supportwm42015-11-07
* | mmaldec: Add mpeg2 decoding supportJulian Scheel2015-10-22
* | mmaldec: Fix avpriv_atomic_get usageJulian Scheel2015-10-21
* | avcodec/mmaldec: Use av_assert0() instead of assert()Michael Niedermayer2015-10-05