summaryrefslogtreecommitdiff
path: root/libavcodec/imc.c
Commit message (Expand)AuthorAgeFilesLines
* imc: convert to lavu/tx, remove NIH iMDCT and replace with a standard oneLynne2022-11-061-79/+23
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+0
* avcodec/imc: Remove unused-but-set variableAndreas Rheinhardt2022-07-031-3/+1
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-1/+1
* 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/+1
* 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
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* imc: convert to new channel layout APIAnton Khirnov2022-03-151-11/+11
* all: Remove unused-but-set variablesAndreas Rheinhardt2021-12-031-3/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* Remove double ';'Andreas Rheinhardt2021-03-011-1/+1
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+2
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-101-1/+1
* avcodec/imc: Make imc/iac decoders init-threadsafeAndreas Rheinhardt2020-12-081-13/+22
* avcodec/imc: Avoid offsets table when creating VLCsAndreas Rheinhardt2020-12-081-9/+5
* avcodec/imc: Make Huffman tables smallerAndreas Rheinhardt2020-12-081-3/+4
* avcodec/imc: Inline constantsAndreas Rheinhardt2020-10-241-2/+3
* avcodec/imc: Avoid indirection when calling float dsp functionAndreas Rheinhardt2020-09-191-10/+9
* avcodec/imc: Provide non NULL context to av_log()Michael Niedermayer2019-01-011-1/+5
* avcodec/imc: cast float to int prior to comparing with int variableKostya Shishkov2017-07-011-1/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-1/+1
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\ \ | |/
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | lavc/imc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-2/+2
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
| * imc: Use correct position for flcoeffs2 calculationAndreas Cadhalpun2015-07-101-1/+1
* | imc: use correct position for flcoeffs2 calculationAndreas Cadhalpun2015-07-111-1/+1
* | Merge commit '210921722bf828b3b895ebcbc34374e6c4452c6f'Michael Niedermayer2015-06-091-1/+1
|\ \ | |/
| * imc: add required padding for GetBitContext bufferJanne Grunau2015-06-091-1/+1
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+1
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | avcodec/imc: dont read bits beyond the endMichael Niedermayer2014-12-171-3/+2
* | avcodec/imc: only check remaining bits in case bits will be readMichael Niedermayer2014-12-041-6/+7
* | imc: make issue non-fatalChristophe Gisquet2014-12-041-9/+6
* | avcodec/imc: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-201-4/+10
* | Merge commit '1ac5a29b2e5ddeae068deb9d6e0e803a91941d4d'Michael Niedermayer2014-10-151-4/+4
|\ \ | |/
| * imc: fix order of operations in coefficients readVittorio Giovara2014-10-151-4/+4
* | avcodec/imc: Fix bitstream buffer paddingMichael Niedermayer2014-08-231-1/+1