summaryrefslogtreecommitdiff
path: root/libavcodec/roqvideoenc.c
Commit message (Expand)AuthorAge
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec/roqvideo: Use void*, not AVCodecContext* for logctxAndreas Rheinhardt2023-10-01
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-29
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/roqvideoenc: Remove internal.h inclusionAndreas Rheinhardt2022-08-27
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-27
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* lavc/encode: add an encoder-specific get_buffer() variantAnton Khirnov2022-05-11
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* all: Remove unused-but-set variablesAndreas Rheinhardt2021-12-03
* avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt2021-09-20
* avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()Andreas Rheinhardt2021-09-20
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/roqvideoenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/roqvideoenc: Avoid allocating buffers separatelyAndreas Rheinhardt2021-03-01
* avcodec/roqvideoenc: Avoid intermediate bufferAndreas Rheinhardt2021-03-01
* avcodec/roqvideoenc: Reuse buffers instead of alloc+free for each frameAndreas Rheinhardt2021-03-01
* avcodec/roqvideo: Use dedicated context for encoderAndreas Rheinhardt2021-03-01
* avcodec/roqvideoenc: Cleanup generically after init failureAndreas Rheinhardt2020-08-30
* Merge commit 'dab2034b8679aaacd8aef832cdeb71d0ee8a3358'Clément Bœsch2017-03-19
|\
| * roqvideoenc: Drop broken disabled cruftDiego Biurrun2016-08-17
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avcodec/roqvideoenc: use AV_OPT_TYPE_BOOL for quake3_compat optionClément Bœsch2015-09-12
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
* | Merge commit '95e2317ed85502dd8d96bcd9b12084dbfb8f9e8e'Michael Niedermayer2015-07-20
|\|
| * roqvideoenc: Drop unneeded initializationVittorio Giovara2015-07-20
| * roqvideoenc: set enc->avctx in roq_encode_initAndreas Cadhalpun2015-03-11
* | roqvideoenc: set enc->avctx in roq_encode_initAndreas Cadhalpun2015-03-09
* | avcodec/roqvideoenc: Allocate and reference coded_frame correctlyMichael Niedermayer2015-02-23
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | avcodec/roqvideoenc: Check for av_malloc_array() failureMichael Niedermayer2015-01-13
* | Merge commit '3beb9cbad35218ed1fb3473eeb3cfc97a931bff4'Michael Niedermayer2014-12-19
|\|
| * roqvideo: check memory allocations and propagate errorsVittorio Giovara2014-12-18
* | avcodec/roqvideoenc: clear freed pointersMichael Niedermayer2014-11-16
* | avcodec/roqvideoenc: Print the correct max resolutionMichael Niedermayer2014-07-09
* | avcodec/roqvideoenc: More verbose warning about no power of 2 dimensionsMichael Niedermayer2014-07-09
* | avcodec/roqvideoenc: check dimensions against maximumMichael Niedermayer2014-07-08
* | avcodec/roqvideoenc: fix infinite lambda increasing loopMichael Niedermayer2014-07-08
* | avcodec/roqvideo: use JPEG color rangeEric Lasota2014-07-06
* | avcodec/roqvideoenc: use av_malloc(z)_array()Michael Niedermayer2014-04-18
* | RoQ encoder: support different integer frameratesaddr-see-the-website@aetey.se2014-02-03