summaryrefslogtreecommitdiff
path: root/libavcodec/flashsv.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/flashsv: Clear pointersMichael Niedermayer2022-07-07
* avcodec/flashsv: Check inflate() for failureMichael Niedermayer2022-07-07
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas 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/flashsv: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/flashsv: Avoid deflating dataAndreas Rheinhardt2022-03-15
* avcodec/flashsv: Avoid copying packetAndreas Rheinhardt2022-03-15
* avcodec/flashsv: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec/flashsv: Return error if initializing zlib failsAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-04
* avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv2Michael Niedermayer2019-07-19
* avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv1Michael Niedermayer2019-07-19
* avcodec/flashsv: check return value of flashsv_decode_init()Paul B Mahol2018-09-08
* avcodec/flashsv: Check size before updating itMichael Niedermayer2015-11-14
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | avcodec/flashsv: check decode_hybrid() for overreadMichael Niedermayer2013-12-19
* | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-09
|\|
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* | Merge commit 'd48c20630214a4effcc920e93a5044bee4e2002e'Michael Niedermayer2013-11-17
|\|
| * flashsv: use the AVFrame API properly.Anton Khirnov2013-11-16
* | avcodec/flashsv: use av_freep() for tmpblockPaul B Mahol2013-11-05
* | avcodec/flashsv: fix typoPaul B Mahol2013-11-05
* | avcodec/flashsv: stop using deprecated avcodec_set_dimensionsPaul B Mahol2013-11-05
* | avcodec/flashsv: use init_get_bits8()Paul B Mahol2013-11-05
* | Merge commit '037fea388e0df2a22441bc1ed86794152161baf1'Michael Niedermayer2013-11-02
|\|
| * flashsv: K&R formatting cosmeticsLuca Barbato2013-11-01
* | Merge commit '57070b1468edc6ac8cb3696c817f3c943975d4c1'Michael Niedermayer2013-11-02
|\|
| * flashsv: Check diff_start diff_height valuesMichael Niedermayer2013-11-01
* | Merge commit '4a64e67988dd01005efb1ae831bff14c1656b573'Michael Niedermayer2013-11-02
|\|
| * flashsv: Refactor a littleLuca Barbato2013-11-01
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | avcodec/flashsv: check diff_start/heightMichael Niedermayer2013-08-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-14
|\|
| * avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-13
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-08
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | flashsv: clear blocks array on reallocationMichael Niedermayer2013-01-30