summaryrefslogtreecommitdiff
path: root/libavcodec/flashsv.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-3/+1
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+2
* avcodec/flashsv: Clear pointersMichael Niedermayer2022-07-071-0/+4
* avcodec/flashsv: Check inflate() for failureMichael Niedermayer2022-07-071-2/+6
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-14/+14
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/flashsv: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-191-39/+34
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/flashsv: Avoid deflating dataAndreas Rheinhardt2022-03-151-51/+38
* avcodec/flashsv: Avoid copying packetAndreas Rheinhardt2022-03-151-7/+8
* avcodec/flashsv: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-021-2/+2
* avcodec/flashsv: Return error if initializing zlib failsAndreas Rheinhardt2021-05-021-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-091-1/+1
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-1/+1
* avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv2Michael Niedermayer2019-07-191-0/+1
* avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv1Michael Niedermayer2019-07-191-1/+1
* avcodec/flashsv: check return value of flashsv_decode_init()Paul B Mahol2018-09-081-1/+5
* avcodec/flashsv: Check size before updating itMichael Niedermayer2015-11-141-0/+8
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+1
* | avcodec/flashsv: check decode_hybrid() for overreadMichael Niedermayer2013-12-191-2/+9
* | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-091-11/+11
|\ \ | |/
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-14/+14
* | Merge commit 'd48c20630214a4effcc920e93a5044bee4e2002e'Michael Niedermayer2013-11-171-28/+33
|\ \ | |/
| * flashsv: use the AVFrame API properly.Anton Khirnov2013-11-161-28/+33
* | avcodec/flashsv: use av_freep() for tmpblockPaul B Mahol2013-11-051-1/+1
* | avcodec/flashsv: fix typoPaul B Mahol2013-11-051-1/+1
* | avcodec/flashsv: stop using deprecated avcodec_set_dimensionsPaul B Mahol2013-11-051-1/+2
* | avcodec/flashsv: use init_get_bits8()Paul B Mahol2013-11-051-1/+2
* | Merge commit '037fea388e0df2a22441bc1ed86794152161baf1'Michael Niedermayer2013-11-021-27/+30
|\ \ | |/
| * flashsv: K&R formatting cosmeticsLuca Barbato2013-11-011-27/+30
* | Merge commit '57070b1468edc6ac8cb3696c817f3c943975d4c1'Michael Niedermayer2013-11-021-1/+3
|\ \ | |/
| * flashsv: Check diff_start diff_height valuesMichael Niedermayer2013-11-011-0/+6
* | Merge commit '4a64e67988dd01005efb1ae831bff14c1656b573'Michael Niedermayer2013-11-021-5/+9
|\ \ | |/
| * flashsv: Refactor a littleLuca Barbato2013-11-011-5/+9
* | 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
* | avcodec/flashsv: check diff_start/heightMichael Niedermayer2013-08-201-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-141-3/+3
|\ \ | |/
| * avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-3/+3
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer2013-03-121-1/+0
|\ \ | |/
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-1/+1