summaryrefslogtreecommitdiff
path: root/libavcodec/cook.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: 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
* cook: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/cook: Make decoder init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec/cook: Remove redundant freeAndreas Rheinhardt2021-05-02
* avcodec/cook: Don't use 0 for NULLAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/cook: Inline constantsAndreas Rheinhardt2020-12-08
* avcodec/cook: Avoid big length tables for VLC initializationAndreas Rheinhardt2020-12-08
* avcodec/cook: Apply offset when initializing VLC tableAndreas Rheinhardt2020-12-08
* avcodec/cook: Make tables to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/cook: Check subpacket index against maxMichael Niedermayer2020-10-17
* avcodec/cook: Use 3 stage VLC decoding for channel_couplingMichael Niedermayer2019-12-31
* avcodec/cook: Move up and extend block_align checkMichael Niedermayer2019-11-09
* avcodec/cook: Enlarge gain tableMichael Niedermayer2019-11-09
* avcodec/cook: Check samples_per_channel earlierMichael Niedermayer2019-11-09
* lavc/cook: Remove an incorrect comment.Carl Eugen Hoyos2019-09-20
* avcodec/cook: decoder supports init_cleanup capabilityPaul B Mahol2018-09-08
* Merge commit '12004a9a7f20e44f4da2ee6c372d5e1794c8d6c5'Clément Bœsch2017-03-20
|\
| * audiodsp: reorder arguments for vector_clipfAnton Khirnov2016-09-22
* | Merge commit '409d1cd2c955485798f8b0b0147c2b899b9144ec'Clément Bœsch2017-03-19
|\|
| * cook: use the bytestream2 API for reading extradataAnton Khirnov2016-08-18
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | lavc/cook: get rid of wasteful pow in init_pow2tableGanesh Ajjanagadde2015-12-30
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-15
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/cook: Remove unneeded #ifMichael Niedermayer2015-04-29
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | avcodec: Use av_clip_uintp2() where possibleMichael Niedermayer2015-02-21
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | Merge commit '299d8ab104fb350254eb2e6d9ecdce892a2a55b1'Michael Niedermayer2014-11-24
|\|
| * cook: Make sure there is enough extradataLuca Barbato2014-11-24
* | avcodec/cook: check that the subpacket sizes fit in block_alignMichael Niedermayer2014-10-30
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-22
|\|
| * dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* | avcodec/cook: use av_malloc_array()Michael Niedermayer2014-04-22
* | avcodec/cook: fix deadlock by using get_unary()Paul B Mahol2013-10-30
* | avcodec/cook: use av_freep()Paul B Mahol2013-10-29