summaryrefslogtreecommitdiff
path: root/libavcodec/a64multienc.c
Commit message (Expand)AuthorAge
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-28
* 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/a64multienc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-05
* avcodec/a64multienc: Don't modify AVCodecContext.global_qualityAndreas Rheinhardt2021-05-05
* avcodec/a64multienc: Avoid intermediate bufferAndreas Rheinhardt2021-05-05
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/a64multienc: Don't use static buffers, fix potential racesAndreas Rheinhardt2021-04-03
* avcodec/a64multienc: Mark encoders as init-threadsafeAndreas Rheinhardt2020-12-04
* avcodec/a64multienc: Fix memleak upon init failureAndreas Rheinhardt2020-11-29
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-20
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit '91767360d86ac786571593ab11c7291010ab3829'Michael Niedermayer2015-07-20
|\|
| * a64multienc: Do not entangle coded_frameVittorio Giovara2015-07-20
* | avcodec/a64multienc: Assert that the Packet size does not growMichael Niedermayer2015-02-23
* | avcodec/a64multienc: simplify frame handling codeMichael Niedermayer2015-02-23
* | avcodec/a64multienc: fix use of uninitialized values in to_meta_with_cropAndreas Cadhalpun2015-02-23
* | avcodec/a64multienc: initialize mc_meta_charset to zeroAndreas Cadhalpun2015-02-23
* | avcodec/a64multienc: don't set incorrect packet sizeMichael Niedermayer2015-02-23
* | avcodec/a64multienc: use av_frame_ref instead of copying the frameAndreas Cadhalpun2015-02-23
* | Merge commit 'c63dd3f0a48a9f6389d253597ab51caddc0118db'Michael Niedermayer2014-12-19
|\|
| * a64multi: check elbg return valuesVittorio Giovara2014-12-18
* | avcodec/a64multienc use av_freep()Michael Niedermayer2014-07-18
* | a64multienc: remove dead assignmentTimothy Gu2014-07-18
* | avcodec/a64multienc: use av_malloc(z)_array()Michael Niedermayer2014-04-08
* | Merge commit '984e3398662d460e15904f9e4a6df9ef759070cb'Michael Niedermayer2014-02-20
|\|
| * avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun2014-02-20
* | Merge commit '6139f481ac9feb1bee4e7d04789fb15d7f24ebbf'Michael Niedermayer2013-11-17
|\|
| * a64multienc: use the AVFrame API properly.Anton Khirnov2013-11-16
* | lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libsStefano Sabatini2013-11-13
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | lavc: remove unecessary a64enc include.Clément Bœsch2013-03-17
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | lavc: build some codecs only if they are actually enabledPaul B Mahol2012-06-17
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | a64multienc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22