summaryrefslogtreecommitdiff
path: root/libavcodec/dvenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-2/+2
* avcodec/mp_cmp: reject invalid comparison function valuesJames Almer2023-04-141-1/+3
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-1/+1
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+2
* lavc/dv: rename constants to follow our naming conventionsAnton Khirnov2022-09-051-16/+16
* lavc/dv.h: move encoder/decoder-specific code to a new headerAnton Khirnov2022-09-051-0/+1
* lavc/dvenc: stop using DVVideoContextAnton Khirnov2022-09-051-11/+28
* lavc/dv: do not pass DVVideoContext to dv_calculate_mb_xy()Anton Khirnov2022-09-051-1/+1
* lavc/dv: do not pass DVVideoContext to ff_dv_init_dynamic_tables()Anton Khirnov2022-09-051-1/+1
* lavc/dv: remove ff_dvvideo_init()Anton Khirnov2022-09-051-1/+11
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-6/+5
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* 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-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-1/+0
* avcodec/dvenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-06-081-2/+6
* avcodec/dvenc: Make encoder init-threadsafeAndreas Rheinhardt2021-05-061-2/+9
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-6/+0
* avcodec/dvenc: Avoid using PutBitContext fields directlyAndreas Rheinhardt2021-03-301-4/+1
* avcodec/dvenc: Remove dead error messageAndreas Rheinhardt2021-03-301-5/+0
* avcodec/dvenc: dv100_weight_shift never usedPeter Ross2021-01-241-2/+1
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* avcodec/dvenc: Fix undefined left shift of negative numbersAndreas Rheinhardt2020-10-041-10/+10
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-211-1/+1
* avcodec/dvenc: support encoding dvcprohdBaptiste Coudurier2019-11-131-58/+503
* avcodec/dvenc: Change quantizer dead zone default to 7Michael Niedermayer2017-08-081-1/+1
* avcodec/dvenc: Support adjusting the quantizer deadzoneMichael Niedermayer2017-08-081-1/+23
* Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3'Clément Bœsch2017-03-201-4/+5
|\
| * pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-141-4/+5
* | Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-291-0/+2
|\ \ | |/
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-071-0/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-11/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-11/+0
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-211-1/+1
* | dvenc: fix 2x4x8 (interlaced) weight tableChristophe Gisquet2015-02-011-8/+8
* | replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxersSteve Jiekak2014-12-041-1/+1
* | dvenc: mark encoder as intraChristophe Gisquet2014-10-281-1/+1
* | Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47'Michael Niedermayer2014-09-091-284/+311
|\ \ | |/
| * dv: K&R formatting cosmeticsGabriel Dume2014-09-091-283/+310
* | Merge commit '7835c24e19d9e1cb43fba5a02ce9d81d518f1300'Michael Niedermayer2014-08-031-1/+1
|\ \ | |/