97 Commits (4ebf478f4c5c31535f36ad648e7a8615441b90a5)

Author SHA1 Message Date
Andreas Rheinhardt 42f6dfc42e avcodec/jpeg2000: Simplify exp2fi for numbers used here 11 months ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt faa62773cb avcodec/jpeg2000: Make ff_tag_tree_size() static 3 years ago
Andreas Rheinhardt 3c26773ae2 avcodec/jpeg2000dec: Make decoder init-threadsafe 4 years ago
Gautam Ramakrishnan 341064d68a libavcodec/jpeg2000: fix tag tree reset 4 years ago
Gautam Ramakrishnan f0e33119e4 libavcodec/j2kenc: Support for multiple layers 4 years ago
Gautam Ramakrishnan 3c06045a8b libavcodec/j2kenc: Fix tag tree coding 4 years ago
Gautam Ramakrishnan 87567fc398 libavcodec/jpeg2000: Make tag tree functions non static 4 years ago
Gautam Ramakrishnan 579ac96a04 libavcodec/jpeg2000.c: Precinct size check removed 5 years ago
Gautam Ramakrishnan 995d937827 libavcodec/jpeg2000: fix precinct coordinate calculation 5 years ago
Michael Niedermayer 06ef186fa1 avcodec/jpeg2000: Check stepsize before using it 6 years ago
Michael Niedermayer 6887e41243 avcodec/jpeg2000: Check sum of sizes of band->prec before allocating 7 years ago
Michael Niedermayer 42274db1c6 avcodec/jpeg2000dec: Allocate lengthinc and data_start arrays as needed 7 years ago
Michael Niedermayer b5587fd2c6 avcodec/jpeg2000: Only allocate Jpeg2000Pass for the encoder 7 years ago
Michael Niedermayer 3d5822d9cf avcodec/jpeg2000: Dynamically allocate codeblock data 7 years ago
Michael Niedermayer 64e034da95 avcodec/jpeg2000: Check that codsty->log2_prec_widths/heights has been initialized 7 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Ganesh Ajjanagadde 83a04f103d lavc: move exp2fi to ff_exp2fi in internal.h 9 years ago
Ganesh Ajjanagadde 42868ca569 avcodec/jpeg2000: replace naive pow call with smarter exp2fi 9 years ago
Michael Niedermayer 0afdfbe116 avcodec/jpeg2000: fix type of arguments of tag_tree_size 9 years ago
Michael Niedermayer 0eb7de1973 avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height 9 years ago
Michael Niedermayer a1a8cbcb35 avcodec/jpeg2000: Check comp coords to be within the supported size 9 years ago
Michael Niedermayer 016fd413f9 avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component() 9 years ago
Luca Barbato 570fcaf332 jpeg2000: Factor out prec init 9 years ago
Luca Barbato 95a41311ac jpeg2000: Factor out band stepsize initialization 9 years ago
Luca Barbato 7fb93eae43 jpeg2000: Factor out band initialization 9 years ago
Ganesh Ajjanagadde 36f7a37895 avcodec/jpeg2000: comment out unused variable 10 years ago
Michael Niedermayer 96e73fa649 avcodec/jpeg2000dec: Merge i_stepsize/2 decoder special case into dequant 10 years ago
Michael Niedermayer 317be53ca6 avcodec/jpeg2000: Support 32 decomposition levels 10 years ago
Michael Niedermayer c72a831931 avcodec/jpeg2000dec: Support progression order changes 10 years ago
Michael Niedermayer f1e173049e avcodec/jpeg2000: Remove CBLK limit 10 years ago
Michael Niedermayer 67fc898243 avcodec/jpeg2000: Improve right bottom precinct positions 10 years ago
Michael Niedermayer 4e926fb969 avcodec/jpeg2000: Move L band scaling from the 9/7f wavelet to quantization stage 10 years ago
Michael Niedermayer 6c7b1597c7 avcodec/jpeg2000: Move H band scaling from wavelet into quantization code 10 years ago
Michael Niedermayer 1c495b0bf6 avcodec/jpeg2000: Move gainb handling into the quantization code 10 years ago
Michael Niedermayer ec5164aa31 avcodec/jpeg2000: Fix regression with multiple tiles 10 years ago
Michael Niedermayer a206c13289 avcodec/jpeg2000: Change codeblock coords to same origin as bands 10 years ago
Michael Niedermayer d9841e53e2 avcodec/jpeg2000: Change precinct coords to same origin as bands 10 years ago
Michael Niedermayer 59c107292c avcodec/jpeg2000: Fix band coords 10 years ago
James Almer 9f815bc2c2 avcodec/jpeg200dsp: add ff_rct_int_{sse2,avx2} 10 years ago
James Almer 7912a6830d avcodec/jpeg200dsp: add ff_ict_float_{sse,avx} 10 years ago
Michael Niedermayer dc73c7adc0 avcodec/jpeg2000dec: Fix Selective arithmetic coding bypass and Multiple codeword segments 10 years ago
Michael Niedermayer dbbb31e5bb avcodec/jpeg2000: remove unused variable 10 years ago
Michael Niedermayer 44327cbc9a avcodec/jpeg2000: Disable special case for JPEG2000_QSTY_SI 10 years ago
Michael Niedermayer 074159ed70 avcodec/jpeg2000dec: Fix subsampled decoding 10 years ago
Vittorio Giovara a2448cfe16 jpeg2000: do not compute the same value twice 10 years ago
Vittorio Giovara 10306e9c5f jpeg2000: fix dereferencing invalid pointers during cleanup 11 years ago
Diego Biurrun fe4d5fe936 jpeg2000: Mark static data init functions as av_cold 11 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Michael Niedermayer e54f4510aa avcodec/jpeg2000: zero i/f_data 11 years ago