summaryrefslogtreecommitdiff
path: root/libavcodec/imc.c
Commit message (Expand)AuthorAge
* all: Remove unused-but-set variablesAndreas Rheinhardt2021-12-03
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* Remove double ';'Andreas Rheinhardt2021-03-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* avcodec/imc: Make imc/iac decoders init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/imc: Avoid offsets table when creating VLCsAndreas Rheinhardt2020-12-08
* avcodec/imc: Make Huffman tables smallerAndreas Rheinhardt2020-12-08
* avcodec/imc: Inline constantsAndreas Rheinhardt2020-10-24
* avcodec/imc: Avoid indirection when calling float dsp functionAndreas Rheinhardt2020-09-19
* avcodec/imc: Provide non NULL context to av_log()Michael Niedermayer2019-01-01
* avcodec/imc: cast float to int prior to comparing with int variableKostya Shishkov2017-07-01
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-24
|\|
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* | lavc/imc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* | 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
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
| * imc: Use correct position for flcoeffs2 calculationAndreas Cadhalpun2015-07-10
* | imc: use correct position for flcoeffs2 calculationAndreas Cadhalpun2015-07-11
* | Merge commit '210921722bf828b3b895ebcbc34374e6c4452c6f'Michael Niedermayer2015-06-09
|\|
| * imc: add required padding for GetBitContext bufferJanne Grunau2015-06-09
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | avcodec/imc: dont read bits beyond the endMichael Niedermayer2014-12-17
* | avcodec/imc: only check remaining bits in case bits will be readMichael Niedermayer2014-12-04
* | imc: make issue non-fatalChristophe Gisquet2014-12-04
* | avcodec/imc: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-20
* | Merge commit '1ac5a29b2e5ddeae068deb9d6e0e803a91941d4d'Michael Niedermayer2014-10-15
|\|
| * imc: fix order of operations in coefficients readVittorio Giovara2014-10-15
* | avcodec/imc: Fix bitstream buffer paddingMichael Niedermayer2014-08-23
* | imc: reject files with unfathomable sampling ratesChristophe Gisquet2014-08-21
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-23
|\|
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | avcodec/imc: Check flcoeffs5Michael Niedermayer2013-09-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-26
|\|
| * imc: support mode 1Kostya Shishkov2013-08-26
| * imc: Catch a division by zeroLuca Barbato2013-07-09
* | imc: Catch a division by zeroLuca Barbato2013-07-09
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-14
|\|
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13