summaryrefslogtreecommitdiff
path: root/libavcodec/jpeg2000.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/jpeg2000: Make ff_tag_tree_size() staticAndreas Rheinhardt2021-09-08
* avcodec/jpeg2000dec: Make decoder init-threadsafeAndreas Rheinhardt2021-05-12
* libavcodec/jpeg2000: fix tag tree resetGautam Ramakrishnan2020-08-30
* libavcodec/j2kenc: Support for multiple layersGautam Ramakrishnan2020-08-30
* libavcodec/j2kenc: Fix tag tree codingGautam Ramakrishnan2020-08-30
* libavcodec/jpeg2000: Make tag tree functions non staticGautam Ramakrishnan2020-08-30
* libavcodec/jpeg2000.c: Precinct size check removedGautam Ramakrishnan2020-06-30
* libavcodec/jpeg2000: fix precinct coordinate calculationGautam Ramakrishnan2020-04-11
* avcodec/jpeg2000: Check stepsize before using itMichael Niedermayer2019-04-25
* avcodec/jpeg2000: Check sum of sizes of band->prec before allocatingMichael Niedermayer2018-01-15
* avcodec/jpeg2000dec: Allocate lengthinc and data_start arrays as neededMichael Niedermayer2017-12-21
* avcodec/jpeg2000: Only allocate Jpeg2000Pass for the encoderMichael Niedermayer2017-12-01
* avcodec/jpeg2000: Dynamically allocate codeblock dataMichael Niedermayer2017-11-22
* avcodec/jpeg2000: Check that codsty->log2_prec_widths/heights has been initia...Michael Niedermayer2017-09-30
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | lavc: move exp2fi to ff_exp2fi in internal.hGanesh Ajjanagadde2015-12-16
* | avcodec/jpeg2000: replace naive pow call with smarter exp2fiGanesh Ajjanagadde2015-12-08
* | avcodec/jpeg2000: fix type of arguments of tag_tree_sizeMichael Niedermayer2015-12-03
* | avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or h...Michael Niedermayer2015-11-15
* | avcodec/jpeg2000: Check comp coords to be within the supported sizeMichael Niedermayer2015-11-15
* | avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()Michael Niedermayer2015-11-15
* | Merge commit '570fcaf3326aef9313b10863e2f6e6ae664d9dae'Hendrik Leppkes2015-09-16
|\|
| * jpeg2000: Factor out prec initLuca Barbato2015-09-14
* | Merge commit '95a41311ac3a44773cc4dc407408aca35b1f8e26'Hendrik Leppkes2015-09-16
|\|
| * jpeg2000: Factor out band stepsize initializationLuca Barbato2015-09-14
* | Merge commit '7fb93eae43cc89bd7c1c275344e1cdbadab7155b'Hendrik Leppkes2015-09-16
|\|
| * jpeg2000: Factor out band initializationLuca Barbato2015-09-14
* | avcodec/jpeg2000: comment out unused variableGanesh Ajjanagadde2015-08-21
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
* | avcodec/jpeg2000dec: Merge i_stepsize/2 decoder special case into dequantMichael Niedermayer2015-06-28
* | avcodec/jpeg2000: Support 32 decomposition levelsMichael Niedermayer2015-06-28
* | avcodec/jpeg2000dec: Support progression order changesMichael Niedermayer2015-06-26
* | avcodec/jpeg2000: Remove CBLK limitMichael Niedermayer2015-06-26
* | avcodec/jpeg2000: Improve right bottom precinct positionsMichael Niedermayer2015-06-25
* | avcodec/jpeg2000: Move L band scaling from the 9/7f wavelet to quantization s...Michael Niedermayer2015-06-22
* | avcodec/jpeg2000: Move H band scaling from wavelet into quantization codeMichael Niedermayer2015-06-22
* | avcodec/jpeg2000: Move gainb handling into the quantization codeMichael Niedermayer2015-06-22
* | avcodec/jpeg2000: Fix regression with multiple tilesMichael Niedermayer2015-06-14
* | avcodec/jpeg2000: Change codeblock coords to same origin as bandsMichael Niedermayer2015-06-14
* | avcodec/jpeg2000: Change precinct coords to same origin as bandsMichael Niedermayer2015-06-14
* | avcodec/jpeg2000: Fix band coordsMichael Niedermayer2015-06-14
* | avcodec/jpeg200dsp: add ff_rct_int_{sse2,avx2}James Almer2015-06-13
* | avcodec/jpeg200dsp: add ff_ict_float_{sse,avx}James Almer2015-06-13
* | avcodec/jpeg2000dec: Fix Selective arithmetic coding bypass and Multiple code...Michael Niedermayer2015-06-12
* | avcodec/jpeg2000: remove unused variableMichael Niedermayer2015-06-09
* | avcodec/jpeg2000: Disable special case for JPEG2000_QSTY_SIMichael Niedermayer2015-06-09
* | avcodec/jpeg2000dec: Fix subsampled decodingMichael Niedermayer2015-06-09
* | Merge commit 'a2448cfe167a4cd4eb631318550d4eef38fca24a'Michael Niedermayer2014-11-13
|\|