43 Commits (61bc8764d427a78ee6a4e6c55825300b01ac280b)

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 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 e86b8ca7f1 avcodec/cinepakenc: Avoid casting const away 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Tomas Härdin 1cd8596ef4 libavcodec/cinepakenc: Mark no-skip frames as keyframes 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 a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 01d158d1c8 all: Remove unused-but-set variables 3 years ago
Andreas Rheinhardt 6b2c1d1018 avcodec/elbg: Add flags to avpriv_elbg_do() 3 years ago
Andreas Rheinhardt ad27326e2b avcodec/cinepakenc: Check all calls to avpriv_elbg_do() 3 years ago
Andreas Rheinhardt 896c11687e avcodec/elbg: Add persistent ELBGContext 3 years ago
Andreas Rheinhardt 05ccfcb7b0 avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg() 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 0e645b98c6 Remove double ';' 4 years ago
Andreas Rheinhardt f79927990d avcodec/cinepakenc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt fea984d5c7 avcodec/cinepakenc: Cleanup generically after init failure 4 years ago
Andreas Rheinhardt e3650dcfc9 avcodec/cinepakenc: Fix invalid shifts 5 years ago
Mark Thompson e0a967a405 cinepakenc: Move declaration out of for initialisation statement 7 years ago
Mark Thompson 92f0aceb36 cinepakenc: Move declaration out of for initialisation statement 7 years ago
Diego Biurrun ed3b2a999d cinepakenc: misc small changes 7 years ago
Diego Biurrun 47cde2eabc cinepakenc: K&R formatting cosmetics 7 years ago
Timothy Gu 1e12730e5d cinepakenc: Stop using AVPicture 7 years ago
Diego Biurrun b40236d954 cinepakenc: Drop broken debug code 7 years ago
addr-see-the-website@aetey.se 158d2e1545 cinepakenc: add option handling for flexibility 7 years ago
addr-see-the-website@aetey.se 7da9f45231 cinepakenc: fixes and improvements 7 years ago
Tomas Härdin 89e632de9b Add Cinepak encoder 7 years ago
addr-see-the-website@aetey.se 712ad6b661 libavcodec/cinepakenc.c: comments cleanup (contents) 8 years ago
Paul B Mahol 743052ec5b avcodec/cinepakenc: remove CVID from long description 8 years ago
Timothy Gu 0ab25dac2f cinepakenc: Stop using AVPicture 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Carl Eugen Hoyos 3323c5f353 Remove a few occurences of "long long" from the libraries. 10 years ago
Michael Niedermayer e2c7816ab0 avcodec/cinepakenc: use av_malloc_array() 11 years ago
Michael Niedermayer 364e8904ce avcodec/cinepakenc: Fix "may be used uninitialized in this function" warnings 11 years ago
Michael Niedermayer 54ae58802e avcodec/cinepakenc: drop coded_frame init 11 years ago
Michael Niedermayer a6e9448dc6 avcodec/cinepakenc: Zero AVPictures, silence "may be used uninitialized" warnings 11 years ago
addr-see-the-website@aetey.se bf23642dcc Cinepak encoder: adding option handling for flexibility 11 years ago
addr-see-the-website@aetey.se 762c4dc082 avcodec/cinepakenc: fixes and improvements 11 years ago
Tomas Härdin 59dbc36f49 Adding Cinepak encoder 11 years ago