| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Remove unused-but-set variables | Andreas Rheinhardt | 2021-12-03 | 1 | -3/+0 |
* | avcodec/elbg: Add flags to avpriv_elbg_do() | Andreas Rheinhardt | 2021-09-24 | 1 | -1/+1 |
* | avcodec/cinepakenc: Check all calls to avpriv_elbg_do() | Andreas Rheinhardt | 2021-09-24 | 1 | -6/+22 |
* | avcodec/elbg: Add persistent ELBGContext | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+4 |
* | avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+0 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | Remove double ';' | Andreas Rheinhardt | 2021-03-01 | 1 | -1/+1 |
* | avcodec/cinepakenc: Mark encoder as init-threadsafe | Andreas Rheinhardt | 2020-12-10 | 1 | -1/+1 |
* | avcodec/cinepakenc: Cleanup generically after init failure | Andreas Rheinhardt | 2020-08-30 | 1 | -26/+10 |
* | avcodec/cinepakenc: Fix invalid shifts | Andreas Rheinhardt | 2019-10-06 | 1 | -5/+6 |
* | Merge commit 'ed3b2a999d189771c9b0ada9a9200117595fa474' | James Almer | 2017-11-07 | 1 | -648/+468 |
|\ |
|
| * | cinepakenc: misc small changes | Diego Biurrun | 2017-07-05 | 1 | -11/+9 |
| * | cinepakenc: K&R formatting cosmetics | Diego Biurrun | 2017-07-05 | 1 | -427/+444 |
| * | cinepakenc: Stop using AVPicture | Timothy Gu | 2017-07-05 | 1 | -106/+162 |
| * | cinepakenc: Drop broken debug code | Diego Biurrun | 2017-07-05 | 1 | -175/+10 |
| * | cinepakenc: add option handling for flexibility | addr-see-the-website@aetey.se | 2017-07-05 | 1 | -30/+62 |
| * | cinepakenc: fixes and improvements | addr-see-the-website@aetey.se | 2017-07-05 | 1 | -194/+640 |
| * | Add Cinepak encoder | Tomas Härdin | 2017-07-05 | 1 | -0/+822 |
* | cinepakenc: Move declaration out of for initialisation statement | Mark Thompson | 2017-10-21 | 1 | -1/+2 |
* | libavcodec/cinepakenc.c: comments cleanup (contents) | addr-see-the-website@aetey.se | 2017-02-02 | 1 | -6/+3 |
* | avcodec/cinepakenc: remove CVID from long description | Paul B Mahol | 2017-01-14 | 1 | -1/+1 |
* | cinepakenc: Stop using AVPicture | Timothy Gu | 2016-02-02 | 1 | -106/+161 |
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | Remove a few occurences of "long long" from the libraries. | Carl Eugen Hoyos | 2015-06-13 | 1 | -7/+7 |
* | avcodec/cinepakenc: use av_malloc_array() | Michael Niedermayer | 2014-05-11 | 1 | -2/+2 |
* | avcodec/cinepakenc: Fix "may be used uninitialized in this function" warnings | Michael Niedermayer | 2014-05-08 | 1 | -2/+4 |
* | avcodec/cinepakenc: drop coded_frame init | Michael Niedermayer | 2014-05-07 | 1 | -2/+0 |
* | avcodec/cinepakenc: Zero AVPictures, silence "may be used uninitialized" warn... | Michael Niedermayer | 2014-05-07 | 1 | -1/+1 |
* | Cinepak encoder: adding option handling for flexibility | addr-see-the-website@aetey.se | 2014-01-23 | 1 | -29/+64 |
* | avcodec/cinepakenc: fixes and improvements | addr-see-the-website@aetey.se | 2014-01-22 | 1 | -206/+683 |
* | Adding Cinepak encoder | Tomas Härdin | 2014-01-22 | 1 | -0/+823 |