30 Commits (2697f23f4e866a81ddcfca0c99a56ed14f93dc07)

Author SHA1 Message Date
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt a499b4345b avcodec: Make ff_alloc_packet() based encoders accept user buffers 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 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 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 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 2934a4b9a5 Remove unnecessary avassert.h inclusions 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 3 years ago
Andreas Rheinhardt e44e41edce avcodec/cfhdenc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Paul B Mahol 33025ab976 avcodec/cfhdenc: do not try to encode junk 4 years ago
Paul B Mahol fbfa78508b avcodec/cfhdenc: add padding to each decomposition 4 years ago
Paul B Mahol d69f4be1c6 avcodec/cfhdenc: refactor DSP code for CFHD encoder 4 years ago
Paul B Mahol 82472afe18 avcodec/cfhdenc: use pts instead of frame number 4 years ago
Andreas Rheinhardt a489b6a8e3 avcodec/cfhdenc: Fix leaks on allocation errors 4 years ago
Paul B Mahol 9f702fc8f4 avcodec: extend CFHD description 4 years ago
Paul B Mahol 3f58dbca72 avcodec/cfhdenc: mark filter as always inline 4 years ago
Paul B Mahol ba0825626a avcodec/cfhdenc: optimize writting of small runcodes 4 years ago
Paul B Mahol 16b79f3d3a avcodec/cfhdenc: improve quality vs size ratio 4 years ago
Paul B Mahol 14b84a2e99 avcodec/cfhdenc: free alpha buffer on closing 4 years ago
Paul B Mahol 0a8742a1e6 avcodec/cfhdenc: add gbrap12 pixel format support 4 years ago
Paul B Mahol 8d48e8d251 avcodec/cfhdenc: compand coefficients 4 years ago
Paul B Mahol a96506f017 avcodec/cfhdenc: also write FrameNumber tag 4 years ago
Paul B Mahol d2b9cb1132 avcodec/cfhdenc: fix setting default compression level 4 years ago
Paul B Mahol 65516b2cd0 avcodec/cfhdenc: extend quantization table 4 years ago
Paul B Mahol b4ae780693 avcodec/cfhdenc: fix PrescaleTable for YUV422P10 4 years ago
Paul B Mahol 4e27817629 avcodec: add CFHD encoder 4 years ago