summaryrefslogtreecommitdiffstats
path: root/libavcodec/imc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | imc: reject files with unfathomable sampling ratesChristophe Gisquet2014-08-211-0/+8
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-4/+4
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-4/+4
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* | avcodec/imc: Check flcoeffs5Michael Niedermayer2013-09-271-1/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-261-57/+120
|\ \ | |/
| * imc: support mode 1Kostya Shishkov2013-08-261-57/+120
| * imc: Catch a division by zeroLuca Barbato2013-07-091-0/+4
* | imc: Catch a division by zeroLuca Barbato2013-07-091-0/+4
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-141-3/+2
|\ \ | |/
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-3/+2
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit 'a8ea936a0a00570f61a16a588821b52f6a3115c2'Michael Niedermayer2013-02-131-12/+7
|\ \ | |/
| * imc/iac: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-12/+7
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-091-0/+1
|\ \ | |/
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer2013-01-231-2/+5
|\ \ | |/
| * floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-2/+5
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | imc: flush decoderMichael Niedermayer2012-11-251-0/+10
* | imc: sanity check scalefactors.Michael Niedermayer2012-11-141-0/+7
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-2/+2
|\ \ | |/
OpenPOWER on IntegriCloud