67 Commits (a94a6617a3e9924e093ae9be54bc639fba6a4cde)

Author SHA1 Message Date
James Almer 994dbcdade avcodec/mediacodecdec: remove FF_CODEC_CAP_SETS_PKT_DTS flag 1 year ago
Zhao Zhili 9ea6d93218 avcodec/mediacodecdec: check ff_Build_SDK_INT return value 2 years ago
Zhao Zhili f0d2ed135c avcodec/mediacodecdec: add AV1 decoding support 2 years ago
Zhao Zhili 040567965e avcodec/mediacodecdec: enable NDK mediacodec 2 years ago
Zhao Zhili 4df9cb918e avcodec/mediacodec: add NDK media codec wrapper 2 years ago
Zhao Zhili b1facd11a3 avcodec/mediacodecdec: don't break out if both input and output port return try again 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 2 years ago
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
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt b2421c4f26 avcodec/h264_parse: Move ff_h264_get_profile() to h264_ps.h 3 years ago
sfan5 b32b32ba89 lavc/mediacodecdec: set codec profile and level from extradata for H264+HEVC 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
sfan5 6f80953554 avcodec/mediacodecdec: do not abort when H264/HEVC extradata extraction fails 4 years ago
Mark Thompson cd322794ee lavc: Mark hw_config pointer arrays as const 4 years ago
Mark Thompson 2594f6a362 lavc: Rename hwaccel.h to hwconfig.h 5 years ago
Aman Gupta 8a3623e2fb avcodec/mediacodecdec: warn when input buffers are not configured with proper size 5 years ago
Matthieu Bouron d83985ce11 avcodec/mediacodecdec: try to receive a frame after signaling EOF to the codec 6 years ago
Aman Gupta 9b563f6584 avcodec/mediacodecdec: add workaround for buggy amlogic mpeg2 decoder 7 years ago
Aman Gupta f6681feda6 avcodec/mediacodecdec: restructure mediacodec_receive_frame 7 years ago
Aman Gupta 6a7a84b2d1 avcodec/mediacodecdec: clarify delay_flush specific code 7 years ago
Aman Gupta 3172b31223 avcodec/mediacodecdec: fix immediate EAGAIN with buffered packet 7 years ago
Aman Gupta 2a0eb86857 avcodec/mediacodecdec: add delay_flush option 7 years ago
Matthieu Bouron 2238e54ef0 avcodec/mediacodecdec: factorize codec declarations 7 years ago
Matthieu Bouron af167d970b avcodec/mediacodecdec: factorize common extradata functions 7 years ago
Matthieu Bouron 535e020225 avcodec/mediacodecdec: add missing "libavutil/internal.h" include 7 years ago
Aman Gupta f611fef37c avcodec/mediacodecdec: refactor to take advantage of new decoding api 7 years ago
James Almer 782e066e3e avcodec/mediacodecdec: use ff_hevc_ps_uninit() 7 years ago
Matthieu Bouron d19174c673 lavc/mediacodecdec: remove mediacodec_process_data() indirection 7 years ago
Aman Gupta 9d9835017f lavc/mediacodecdec: switch to new decoding API 7 years ago
Aman Gupta 8bf4e6d3ce lavc/mediacodec: use AVMediaCodecDeviceContext hw_device_ctx if set 7 years ago
wm4 b945fed629 avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
Jan Ekström 6939b3cb9d mediacodecdec: fix build by including hwaccel.h 7 years ago
Mark Thompson 758fbc54fe lavc: Add hardware config metadata for decoders supporting hardware output 7 years ago
James Almer bd8f1fa100 avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEI 7 years ago
Matthieu Bouron 3839580b71 lavc/mediacodecdec: switch to the new generic filtering mechanism 8 years ago
Aman Gupta a32a6b4201 lavc: add mpeg2 mediacodec decoder 8 years ago
James Almer 6a72578cc2 avcodec/hevc_parse: decode SEI message NALUs in extradata 8 years ago
James Almer f1533979a2 avcodec/hevc_parse: allow setting apply_defdispwin when decoding SPS NAL units 8 years ago
Matthieu Bouron 3fce174d4f lavc/mediacodecdec: set AV_CODEC_CAP_AVOID_PROBING capability 8 years ago
Matthieu Bouron 6ffaf90b32 lavc/mediacodecdec: switch to AV_CODEC_CAP_DELAY 8 years ago
James Almer 005da88c1e avcodec/mediacodec: convert to stdatomic 8 years ago
Matthieu Bouron d5082a2ce7 lavc/mediacodec: use more meaningful filenames 8 years ago
Matthieu Bouron f62c54456d lavc: add mpeg4 mediacodec decoder 8 years ago
Matthieu Bouron 0f7fce87ea lavc: add vp8/vp9 mediacodec decoders 8 years ago
Matthieu Bouron cfa3c2655a lavc/mediacodecdec: rename dequeued_buffer_nb to output_buffer_count 8 years ago
Matthieu Bouron a458ed65b5 lavc/mediacodecdec: remove first output buffer timing debug log 8 years ago
Matthieu Bouron 0919151651 lavc/mediacodecdec: fix size variable shadowing in ff_mediacodec_dec_decode 8 years ago