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