summaryrefslogtreecommitdiffstats
path: root/libavcodec/a64multienc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-1/+1
|\ \ | |/
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* | a64multienc: fix "warning: buf may be used uninitialized in this function"Michael Niedermayer2012-02-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-16/+26
|\ \ | |/
| * a64multienc: switch to encode2().Anton Khirnov2012-02-231-14/+26
| * a64multienc: don't write into output buffer when there's no output.Anton Khirnov2012-02-231-2/+0
| * Remove unused variablesMans Rullgard2011-06-021-2/+0
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* | Fix various unused variable warningsClément Bœsch2011-05-301-2/+0
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
OpenPOWER on IntegriCloud