summaryrefslogtreecommitdiff
path: root/libavcodec/bink.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/bink: Don't waste space for VLC tableAndreas Rheinhardt2021-05-021-3/+4
* avcodec/bink: Make decoder init-threadsafeAndreas Rheinhardt2021-05-021-18/+20
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* avcodec/bink: Only keep what is used from HpelDSPContextAndreas Rheinhardt2020-09-041-7/+9
* avcodec/bink: Combine allocations of arrays into oneAndreas Rheinhardt2020-09-041-7/+8
* avcodec/bink: Fix memleak upon init failureAndreas Rheinhardt2020-09-041-3/+2
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-1/+1
* avcodec/bink: Add many end of input checksMichael Niedermayer2019-08-051-9/+43
* avcodec/bink: Fix integer overflow in unquantize_dct_coeffs()Michael Niedermayer2019-06-261-3/+3
* avcodec/bink: Reorder operations in init to avoid memleak on errorMichael Niedermayer2019-06-161-3/+3
* lavc/bink: Remove the dead code blockJun Zhao2019-05-121-2/+0
* avcodec/bink: Provide non NULL context to av_log()Michael Niedermayer2019-01-011-7/+7
* avcodec/bink: set color rangePaul B Mahol2018-07-221-0/+1
* avcodec/bink: add 'k' version supportPaul B Mahol2018-07-221-0/+21
* Merge commit 'fd92dafaff8844b5fedf94679b93d953939a7f7b'James Almer2017-11-071-14/+29
|\
| * bink: Split read_dct_coeffs()Diego Biurrun2017-07-051-14/+28
| * vlc: Add header #include when the types are usedLuca Barbato2017-05-021-0/+1
| * lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-231-1/+1
| * bink: Convert to the new bitstream readerAlexandra Hájková2016-11-181-136/+128
* | libavcodec/blockdsp : add AVX versionMartin Vignali2017-10-031-2/+2
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-291-3/+3
|\ \ | |/
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-3/+3
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7f596368a404363d72b1be6d16c51420a71bc523'Michael Niedermayer2015-06-031-29/+31
|\ \ | |/
| * bink: Factorize bink put_pixelLuca Barbato2015-06-031-24/+31
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-191-8/+8
|\ \ | |/
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-8/+8
* | Merge commit 'b88cc5cca111132b42c2ee99662bfefe7652e3da'Michael Niedermayer2014-06-021-10/+10
|\ \ | |/
| * bink: Rename BinkDSPContext member so as not to clash with BlockDSPContextDiego Biurrun2014-06-021-10/+10
* | Merge commit 'cb52a17cb62297802b0a77e5af9850d87c3f925b'Michael Niedermayer2014-05-301-2/+2
|\ \ | |/
| * dsputil: Move Bink-specific add_pixels8 to binkdspDiego Biurrun2014-05-291-2/+2
* | avcodec/bink: use av_mallocz for dataMichael Niedermayer2013-12-151-1/+1
* | avcodec/bink: fix seeking to frame 0Michael Niedermayer2013-10-301-1/+12
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
| * bink: Bound check the quantization matrix.Luca Barbato2013-08-051-0/+3
* | libavcodec/bink.c: Fix duplicate wordsMichael Niedermayer2013-08-121-1/+1
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-2/+3
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3
| * bink: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-7/+10
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-6/+2
* | bink: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-7/+10
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-37/+30
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-37/+30
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-091-0/+1
|\ \ | |/
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1