| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Remove unused-but-set variables | Andreas Rheinhardt | 2021-12-03 | 1 | -3/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | Remove double ';' | Andreas Rheinhardt | 2021-03-01 | 1 | -1/+1 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+2 |
* | avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -1/+1 |
* | avcodec/imc: Make imc/iac decoders init-threadsafe | Andreas Rheinhardt | 2020-12-08 | 1 | -13/+22 |
* | avcodec/imc: Avoid offsets table when creating VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -9/+5 |
* | avcodec/imc: Make Huffman tables smaller | Andreas Rheinhardt | 2020-12-08 | 1 | -3/+4 |
* | avcodec/imc: Inline constants | Andreas Rheinhardt | 2020-10-24 | 1 | -2/+3 |
* | avcodec/imc: Avoid indirection when calling float dsp function | Andreas Rheinhardt | 2020-09-19 | 1 | -10/+9 |
* | avcodec/imc: Provide non NULL context to av_log() | Michael Niedermayer | 2019-01-01 | 1 | -1/+5 |
* | avcodec/imc: cast float to int prior to comparing with int variable | Kostya Shishkov | 2017-07-01 | 1 | -1/+1 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -1/+1 |
* | | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | | lavc/imc: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -2/+2 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| * | imc: Use correct position for flcoeffs2 calculation | Andreas Cadhalpun | 2015-07-10 | 1 | -1/+1 |
* | | imc: use correct position for flcoeffs2 calculation | Andreas Cadhalpun | 2015-07-11 | 1 | -1/+1 |
* | | Merge commit '210921722bf828b3b895ebcbc34374e6c4452c6f' | Michael Niedermayer | 2015-06-09 | 1 | -1/+1 |
|\| |
|
| * | imc: add required padding for GetBitContext buffer | Janne Grunau | 2015-06-09 | 1 | -1/+1 |
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avcodec/imc: dont read bits beyond the end | Michael Niedermayer | 2014-12-17 | 1 | -3/+2 |
* | | avcodec/imc: only check remaining bits in case bits will be read | Michael Niedermayer | 2014-12-04 | 1 | -6/+7 |
* | | imc: make issue non-fatal | Christophe Gisquet | 2014-12-04 | 1 | -9/+6 |
* | | avcodec/imc: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-20 | 1 | -4/+10 |
* | | Merge commit '1ac5a29b2e5ddeae068deb9d6e0e803a91941d4d' | Michael Niedermayer | 2014-10-15 | 1 | -4/+4 |
|\| |
|
| * | imc: fix order of operations in coefficients read | Vittorio Giovara | 2014-10-15 | 1 | -4/+4 |
* | | avcodec/imc: Fix bitstream buffer padding | Michael Niedermayer | 2014-08-23 | 1 | -1/+1 |
* | | imc: reject files with unfathomable sampling rates | Christophe Gisquet | 2014-08-21 | 1 | -0/+8 |
* | | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' | Michael Niedermayer | 2014-06-23 | 1 | -4/+4 |
|\| |
|
| * | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -4/+4 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | avcodec/imc: Check flcoeffs5 | Michael Niedermayer | 2013-09-27 | 1 | -1/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-08-26 | 1 | -57/+120 |
|\| |
|
| * | imc: support mode 1 | Kostya Shishkov | 2013-08-26 | 1 | -57/+120 |
| * | imc: Catch a division by zero | Luca Barbato | 2013-07-09 | 1 | -0/+4 |
* | | imc: Catch a division by zero | Luca Barbato | 2013-07-09 | 1 | -0/+4 |
* | | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -3/+2 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -3/+2 |