summaryrefslogtreecommitdiff
path: root/libavcodec/flashsvenc.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* 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
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/flashsvenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec/flashsvenc: Remove unused z_streamAndreas Rheinhardt2020-09-19
* avcodec/flashsvenc: Avoid allocation of buffer, fix memleakAndreas Rheinhardt2020-09-19
* avcodec/flashsvenc: Correct max dimension in error messageMichael Niedermayer2015-08-15
* avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* | Merge commit '91f9b6579ac684c4b51c4cd0dbaed0a4f8295edf'Michael Niedermayer2015-07-20
|\|
| * flashsvenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-02-26
* | avcodec/flac_parser: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-14
* | Merge commit '97168b204a0b6b79bb6c5f0d40efdf7fc2262476'Michael Niedermayer2013-11-17
|\|
| * flashsvenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | flashvenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * flashsvenc: switch to encode2().Anton Khirnov2012-02-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
| * Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-16
|\|
| * flashsvenc: replace bitstream description by a link to the specificationDiego Biurrun2011-07-16
| * flashsvenc: drop unnecessary castDiego Biurrun2011-07-16
| * flashsvenc: improve some variable names and fix corresponding commentsDiego Biurrun2011-07-16
| * flashsvenc: merge two consecutive if-conditionsDiego Biurrun2011-07-16
| * flashsvenc: merge variable declarations and initializationsDiego Biurrun2011-07-16
| * flashsvenc: convert some debug av_log() to av_dlog()Diego Biurrun2011-07-16
| * flashsvenc: whitespace cosmeticsDiego Biurrun2011-07-16
| * flashsvenc: drop some unnecessary parenthesesDiego Biurrun2011-07-16
| * flashsvenc: fix some comment typosDiego Biurrun2011-07-16
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02