78 Commits (bdf01a9609e49ff602b38826420252356d98ba2a)

Author SHA1 Message Date
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 7fe5c7f02d avcodec/mmaldec: Deduplicate AVClasses 3 years ago
Andreas Rheinhardt 9644ee224f avcodec/mmaldec: Avoid creating unnecessary reference, simplify code 3 years ago
Ho Ming Shun dd779749f0 avcodec/mmaldec: fix pointer type warning 3 years ago
Ho Ming Shun 6f0e8b998a avcodec/mmaldec: re-use AVPacket for extra_data 3 years ago
Ho Ming Shun b54377b3a7 avcodec/mmaldec: use decoupled dataflow 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 6e30b35b85 avutil/frame: Remove deprecated AVFrame.pkt_pts field 4 years ago
rcombs eabf5e6d6b All: update names in copyright headers 4 years ago
Mark Thompson cd322794ee lavc: Mark hw_config pointer arrays as const 4 years ago
James Almer c56d787fe3 avcodec/decode: move the ff_decode_frame_props() prototype to the proper header 4 years ago
Mark Thompson 2594f6a362 lavc: Rename hwaccel.h to hwconfig.h 5 years ago
Martin Storsjö 2beba58e0e mmaldec: Fix compilation after 2fcb0090 7 years ago
Mark Thompson 2a4d34d462 lavc: Delete all fake hwaccels 7 years ago
Mark Thompson 2fcb009011 lavc: Add hardware config metadata for decoders supporting hardware output 7 years ago
wm4 b945fed629 avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
wm4 47687a2f8a avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
Mark Thompson da4e02b196 lavc: Delete all fake hwaccels 7 years ago
Mark Thompson 758fbc54fe lavc: Add hardware config metadata for decoders supporting hardware output 7 years ago
Diego Biurrun 04f691cd4f mmal: Add missing .item_name to AVClass declaration 8 years ago
Clément Bœsch 67e370ee52 lavc: fix usages of av_get_codec_tag_string() 8 years ago
Wan-Teh Chang d82d5379ca mmaldec: initialize refcount using atomic_init() 8 years ago
Anton Khirnov 8385ba53f1 mmaldec: convert to stdatomic 8 years ago
Jens Ziller bc7066fd5d libavcodec/mmaldec.c: set AVFrame interlaced_frame and top_field_first, AVCodecContext framerate 8 years ago
Anton Khirnov 32c8359093 lavc: export the timestamps when decoding in AVFrame.pts 9 years ago
Clément Bœsch d16aefee5c lavc/mmaldec: reduce some diffs with Libav missed in previous skipped merges 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
wm4 74beead9bd mmaldec: limit internal buffering 9 years ago
wm4 45a954f5aa mmaldec: print the MMAL format FourCC automatically 9 years ago
wm4 ce589940c2 mmaldec: send only a single EOS packet on flushing 9 years ago
wm4 46aaad78c3 mmaldec: correct package buffering accounting 9 years ago
wm4 9a382f3639 mmaldec: add vc1 decoding support 9 years ago
Julian Scheel d52208e8d5 mmaldec: Add mpeg2 decoding support 9 years ago
Julian Scheel 2689bb115c mmaldec: Fix avpriv_atomic_get usage 9 years ago
Michael Niedermayer 366ba2dee1 mmaldec: Use av_assert0() instead of assert() 9 years ago
Martin Storsjö b8e899f4bf mmaldec: Use imgutils.h for copying frames 9 years ago
wm4 14a90c9ef0 mmaldec: limit internal buffering 9 years ago
wm4 7b1b53f3a4 mmaldec: support MPEG-4 9 years ago
wm4 d27a12cb09 mmaldec: print the MMAL format FourCC automatically 9 years ago
wm4 dafe4cd29c mmaldec: send only a single EOS packet on flushing 9 years ago
wm4 a55fbfa4c4 mmaldec: correct package buffering accounting 9 years ago
wm4 b07cbf6724 mmaldec: add vc1 decoding support 9 years ago
Julian Scheel 7ebe12fc55 mmaldec: Add mpeg2 decoding support 9 years ago
Julian Scheel da43e9e157 mmaldec: Fix avpriv_atomic_get usage 9 years ago
Michael Niedermayer c0152ebb9e avcodec/mmaldec: Use av_assert0() instead of assert() 9 years ago
wm4 39f01e346c mmaldec: be more tolerant against MMAL not returning decoded output 9 years ago
wm4 65db4899fa mmaldec: refactor to have more context per MMAL input buffer 9 years ago
wm4 a9b8c638cf mmal: Fix AVBufferRef usage 9 years ago