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