26 Commits (ea49c83badf5ad43793813c426d2049f38d5bf65)

Author SHA1 Message Date
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 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
Anton Khirnov 989ca4d86d evrc: convert to new channel layout API 3 years ago
Andreas Rheinhardt 1be3d8a0cb avcodec/avcodec: Stop including channel_layout.h in avcodec.h 3 years ago
Andreas Rheinhardt ccad905aa4 avcodec/evrcdec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Hendrik Leppkes 494f868e93 avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels 4 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Paul B Mahol cdcf637d56 avcodec/evrc: make it possible to disable postfilter 10 years ago
Paul B Mahol cecc4ea1fc avcodec/evrcdec: use init_get_bits8() 10 years ago
Lukasz Marek 0792b87335 lavc/evrcdec: fix const misplacement 11 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 11 years ago
Michael Niedermayer f18d2dff11 evrcdec: fix sign error 12 years ago
Michael Niedermayer 5ae484e350 evrcdec: use memmove() instead of memcpy() when regions can overlap. 12 years ago
Paul B Mahol 8f7c7ff2d6 evrcdec: decode directly to the user-provided AVFrame 12 years ago
Paul B Mahol 5d7009dac2 evrcdec: fix wrong condition 12 years ago
Paul B Mahol 098d3891be EVRC decoder 12 years ago