summaryrefslogtreecommitdiffstats
path: root/libavcodec/dirac_dwt.c
Commit message (Collapse)AuthorAgeFilesLines
* diracdec: Pass DWTPlane to dwt initTimothy Gu2016-02-071-8/+7
|
* dirac_dwt: Rename init2 to initTimothy Gu2016-02-071-6/+6
| | | | The functions are all private.
* dirac_dwt: Don't pass information in context as argumentsTimothy Gu2016-02-071-3/+10
|
* dirac_dwt: Make x86 files/functions names consistentTimothy Gu2016-02-051-3/+2
|
* lavc/dirac_dwt: fix building without asmMichael Bradshaw2016-02-061-1/+1
| | | | | clang needs HAVE_MMX to be first in order to avoid an undefined reference error.
* dirac_dwt: remove unnecessary undefsRostislav Pehlivanov2015-12-311-3/+0
| | | | | | They're all undefined within the template file. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* diracdec: Template DSP functions adding 10-bit versionsKieran Kunhya2015-12-101-507/+23
|
* dirac: use and forward error codesAndreas Cadhalpun2015-05-061-1/+1
| | | | | Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Factorize avpriv_mirror() outMichael Niedermayer2015-01-051-20/+10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * commit '2d60444331fca1910510038dd3817bea885c2367': dsputil: Split motion estimation compare bits off into their own context Conflicts: configure libavcodec/Makefile libavcodec/arm/Makefile libavcodec/dvenc.c libavcodec/error_resilience.c libavcodec/h264.h libavcodec/h264_slice.c libavcodec/me_cmp.c libavcodec/me_cmp.h libavcodec/motion_est.c libavcodec/motion_est_template.c libavcodec/mpeg4videoenc.c libavcodec/mpegvideo.c libavcodec/mpegvideo_enc.c libavcodec/x86/Makefile libavcodec/x86/me_cmp_init.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/dirac_dwt: initialize support value for fidelity waveletMichael Niedermayer2013-12-181-0/+1
| | | | | | | Avoids use of uninitialized memory Fixes: msan_uninit-mem_7f15e1988a6e_2748_RL_420p_ffdirac.drc Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/dirac_dwt: Remove unused ff_spatial_idwt2()Michael Niedermayer2013-08-161-14/+0
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: split snow and dirac DWTsMichael Niedermayer2013-01-141-0/+585
There is only about 4 lines of common code, so it alot cleaner when seperated. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud