summaryrefslogtreecommitdiff
path: root/libavcodec/cinepakenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-1/+1
* avcodec/cinepakenc: Avoid casting const awayAndreas Rheinhardt2022-07-311-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* libavcodec/cinepakenc: Mark no-skip frames as keyframesTomas Härdin2022-05-121-15/+35
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* all: Remove unused-but-set variablesAndreas Rheinhardt2021-12-031-3/+0
* avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt2021-09-241-1/+1
* avcodec/cinepakenc: Check all calls to avpriv_elbg_do()Andreas Rheinhardt2021-09-241-6/+22
* avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt2021-09-201-1/+4
* avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()Andreas Rheinhardt2021-09-201-1/+0
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* Remove double ';'Andreas Rheinhardt2021-03-011-1/+1
* avcodec/cinepakenc: Mark encoder as init-threadsafeAndreas Rheinhardt2020-12-101-1/+1
* avcodec/cinepakenc: Cleanup generically after init failureAndreas Rheinhardt2020-08-301-26/+10
* avcodec/cinepakenc: Fix invalid shiftsAndreas Rheinhardt2019-10-061-5/+6
* Merge commit 'ed3b2a999d189771c9b0ada9a9200117595fa474'James Almer2017-11-071-648/+468
|\
| * cinepakenc: misc small changesDiego Biurrun2017-07-051-11/+9
| * cinepakenc: K&R formatting cosmeticsDiego Biurrun2017-07-051-427/+444
| * cinepakenc: Stop using AVPictureTimothy Gu2017-07-051-106/+162
| * cinepakenc: Drop broken debug codeDiego Biurrun2017-07-051-175/+10
| * cinepakenc: add option handling for flexibilityaddr-see-the-website@aetey.se2017-07-051-30/+62
| * cinepakenc: fixes and improvementsaddr-see-the-website@aetey.se2017-07-051-194/+640
| * Add Cinepak encoderTomas Härdin2017-07-051-0/+822
* cinepakenc: Move declaration out of for initialisation statementMark Thompson2017-10-211-1/+2
* libavcodec/cinepakenc.c: comments cleanup (contents)addr-see-the-website@aetey.se2017-02-021-6/+3
* avcodec/cinepakenc: remove CVID from long descriptionPaul B Mahol2017-01-141-1/+1
* cinepakenc: Stop using AVPictureTimothy Gu2016-02-021-106/+161
* avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos2015-06-131-7/+7
* avcodec/cinepakenc: use av_malloc_array()Michael Niedermayer2014-05-111-2/+2
* avcodec/cinepakenc: Fix "may be used uninitialized in this function" warningsMichael Niedermayer2014-05-081-2/+4
* avcodec/cinepakenc: drop coded_frame initMichael Niedermayer2014-05-071-2/+0
* avcodec/cinepakenc: Zero AVPictures, silence "may be used uninitialized" warn...Michael Niedermayer2014-05-071-1/+1
* Cinepak encoder: adding option handling for flexibilityaddr-see-the-website@aetey.se2014-01-231-29/+64
* avcodec/cinepakenc: fixes and improvementsaddr-see-the-website@aetey.se2014-01-221-206/+683
* Adding Cinepak encoderTomas Härdin2014-01-221-0/+823