| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -8/+8 |
* | lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/flashsv2enc: Avoid opening and closing z_stream | Andreas Rheinhardt | 2022-03-19 | 1 | -29/+41 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec/flashsv2enc: Mark encoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/flashsv2enc: Fix undefined NULL + 0 | Andreas Rheinhardt | 2021-04-01 | 1 | -1/+1 |
* | avcodec/flashsv2enc: Fix use of uninitialized value | Andreas Rheinhardt | 2021-01-28 | 1 | -0/+1 |
* | avcodec/flashsv2enc: factorize updating block dimensions | Marton Balint | 2021-01-23 | 1 | -44/+32 |
* | avcodec/flashsv2enc: Return better error codes | Andreas Rheinhardt | 2020-09-19 | 1 | -5/+6 |
* | avcodec/flashsv2enc: Cleanup generically after init failure | Andreas Rheinhardt | 2020-09-19 | 1 | -1/+1 |
* | avcodec/flashsv2enc: Check allocations for success before usage | Andreas Rheinhardt | 2020-09-19 | 1 | -8/+7 |
* | all: do standards compliant absdiff computation | Ganesh Ajjanagadde | 2015-09-18 | 1 | -3/+5 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | Fix buffer_size argument to init_put_bits() in multiple encoders. | Dyami Caliri | 2015-02-26 | 1 | -1/+1 |
* | avcodec/flashsv2enc: use av_realloc_array() | Michael Niedermayer | 2015-01-15 | 1 | -2/+2 |
* | lavc/flashsv2enc: Fix encoding resolution error message. | Carl Eugen Hoyos | 2014-11-13 | 1 | -1/+1 |
* | avcodec/flashsv2enc: fix "unused variable" warnings | Michael Niedermayer | 2014-08-28 | 1 | -4/+4 |
* | avcodec/flashsv2enc: drop dependancy on sizeof(AVFrame) | Michael Niedermayer | 2013-12-17 | 1 | -12/+1 |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
* | flashsv2enc: only encode diff blocks when needed | Daniel Verkamp | 2012-09-08 | 1 | -4/+3 |
* | flashsv2enc: remove experimental flag, the encoder seems working now | Michael Niedermayer | 2012-09-07 | 1 | -1/+0 |
* | flashsv2enc: move blockbuffer realloc to reconfigure_at_keyframe() | Michael Niedermayer | 2012-09-07 | 1 | -8/+6 |
* | flashv2enc: reallocate not only on block count changes but on dimension changes. | Michael Niedermayer | 2012-09-07 | 1 | -5/+7 |
* | flashsv2enc: Replace a VLA with a heap alloc | Derek Buitenhuis | 2012-09-07 | 1 | -5/+20 |
* | flashsv2enc: fix prev-Z-prime encoding | Michael Niedermayer | 2012-09-07 | 1 | -1/+1 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | flashsv2enc: align codec declarations | Paul B Mahol | 2012-06-14 | 1 | -3/+3 |
* | Fix flashsv2 encoder error message. | Carl Eugen Hoyos | 2012-05-12 | 1 | -1/+1 |
* | flashsv2enc: fix division by zero | Michael Niedermayer | 2012-05-12 | 1 | -0/+5 |
* | flashsvenc: fix image sizes below 192x192 | Michael Niedermayer | 2012-05-12 | 1 | -0/+5 |
* | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | flashv2enc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -3/+2 |
* | flashsv2enc: switch to encode2() | Michael Niedermayer | 2012-02-24 | 1 | -12/+15 |
* | lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_* | Paul B Mahol | 2012-01-03 | 1 | -2/+2 |
* | Use more designated initializers. | Paul B Mahol | 2011-12-30 | 1 | -7/+7 |
* | doxygen: remove a few @file parameters. | Clément Bœsch | 2011-10-04 | 1 | -1/+1 |
* | flashsv2enc:fix segfault | Michael Niedermayer | 2011-04-29 | 1 | -1/+1 |
* | flashsv2enc: mark encoder experimental | Michael Niedermayer | 2011-04-29 | 1 | -0/+1 |
* | flashsv2enc: remove useless casts | Michael Niedermayer | 2011-04-29 | 1 | -6/+6 |
* | flashsv2enc: use av_freep() | Michael Niedermayer | 2011-04-29 | 1 | -8/+8 |
* | flashsv2enc: remove useless if() | Michael Niedermayer | 2011-04-29 | 1 | -7/+0 |