31 Commits (ac86b52f802bd6f54e32ac884b61f4f399211256)

Author SHA1 Message Date
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 3 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 3 years ago
Andreas Rheinhardt 41e5555a00 avcodec/xwdenc: Don't modify input frame 3 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 27f22f3383 all: Remove unnecessary libavcodec/internal.h inclusions 3 years ago
Andreas Rheinhardt ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt 765366bcba avcodec/xwdenc: Avoid copying packet data, allow user-supplied buffers 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
wm4 e53d3348d1 avcodec/xwdenc: do not rely on AV_PIX_FMT_FLAG_PSEUDOPAL palettes 7 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Paul B Mahol 5e66d8ac63 avcodec/xwdenc: use AV_LOG_ERROR in error message 12 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Paul B Mahol 08b31a72db xwdenc: remove unused code 12 years ago
Anton Khirnov 50ba57e0ce lavc: do not use av_pix_fmt_descriptors directly. 13 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Paul B Mahol 8fbe11e623 Replace Libav with FFmpeg in license headers for files created by me 13 years ago
Paul B Mahol 7ebe28c23c xwdenc: support 8bpp grayscale 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer a3f36b09e7 xwdenc: switch to ff_alloc_packet2(). 13 years ago
Paul B Mahol 99cff417f3 xwdenc: fix monow encoding 13 years ago
Anton Khirnov f0366fec56 xwdenc: switch to encode2(). 13 years ago
Paul B Mahol 27ed027bcd XWD encoder and decoder 13 years ago