]> git.sesse.net Git - ffmpeg/history - libavcodec/jpeg2000dec.c
mpeg12dec: avoid signed overflow in bitrate calculation
[ffmpeg] / libavcodec / jpeg2000dec.c
2015-12-12 Anton Khirnovlavc: add profiles to AVCodecDescriptor
2015-09-14 Luca Barbatojpeg2000: Refactor decode_packets
2015-09-14 Luca Barbatojpeg2000: Templatize the frame writer
2015-09-14 Luca Barbatojpeg2000: Split codeblock decoding from the main tile...
2015-09-11 Luca Barbatojpeg2000: Split codeblock decoding from the main tile...
2015-09-11 Luca Barbatojpeg2000: Do not warn about known and skippable markers
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-07-01 Janne Grunauavcodec: add missing CODEC_CAP_DR1 to codecs using...
2014-10-08 James Almerjpeg2000: split off inverse MCT as Jpeg2000DSP
2014-08-06 Vittorio Giovarajpeg2000: enable 4 component pixel formats
2014-06-17 Diego Biurrunjpeg2000: Mark static data init functions as av_cold
2014-03-22 Diego Biurrunavcodec: more correct printf specifiers
2013-10-09 Luca Barbatojpeg2000: Check block length
2013-09-17 Martin Storsjöjpeg2000dec: Add more checks when parsing headers
2013-07-13 Nicolas Bertrandjpeg2000: Initialize only once mqc arrays
2013-07-02 Michael Niedermayerjpeg2000: Use the matching coding style struct for...
2013-07-02 Michael Niedermayerjpeg2000: Optimize output sample conversion
2013-07-02 Michael Niedermayerjpeg2000: Reset s->numX/Ytiles on tile deallocation
2013-07-02 Michael Niedermayerjpeg2000: Optimize dequantization
2013-07-02 Michael Niedermayerjpeg2000: Do not assume a single tile
2013-07-02 Michael Niedermayerjpeg2000: Speed up jpeg2000_decode_tile()
2013-07-02 Michael Niedermayerjpeg2000: Use EBCOT's CAUSAL and BYPASS mode in decode_...
2013-07-02 Michael Niedermayerjpeg2000: Simplify jpeg2000_decode_packets()
2013-07-02 Michael Niedermayerjpeg2000: Do not crash on NULL node in tag_tree_decode
2013-07-02 Michael Niedermayerjpeg2000: Refactor SOT marker parsing
2013-07-02 Luca Barbatojpeg2000: Proper cleanup on failure in decode_frame()
2013-07-02 Michael Niedermayerjpeg2000: Use the correct sizeof in memset for T1 data
2013-07-02 Michael Niedermayerjpeg2000: Simplify init_tile()
2013-07-02 Michael Niedermayerjpeg2000: Update pixel format support
2013-07-02 Michael Niedermayerjpeg2000: Use separate fields for int and float codepaths
2013-07-02 Michael Niedermayerjpeg2000: Split int/float codepaths depending on the DWT
2013-07-02 Michael Niedermayerjpeg2000: Improve reduced resolution decoding
2013-07-02 Michael Niedermayerjpeg2000: Calculate code-block coord in ff_jpeg2000_ini...
2013-07-02 Michael Niedermayerjpeg2000: Check that we have enough components for MCT
2013-07-02 Michael Niedermayerjpeg2000: Check that there is a SOT before SOD
2013-07-02 Michael Niedermayerjpeg2000: Remove unneeded returns
2013-07-02 Michael Niedermayerjpeg2000: Propagate error code from get_cox()
2013-07-02 Michael Niedermayerjpeg2000: Drop unused and writeonly fields
2013-07-02 Michael Niedermayerjpeg2000: Correctly calculate sgnd
2013-07-02 Michael Niedermayerjpeg2000: check len before parsing header
2013-07-02 Michael Niedermayerjpeg2000: Check component number in get_coc() and get_qcc()
2013-07-02 Michael Niedermayerjpeg2000: Check zero bit-plane validity
2013-07-02 Luca Barbatojpeg2000: Validate block lengthinc
2013-07-02 Michael Niedermayerjpeg2000: Validate SIZ parsing
2013-07-02 Michael Niedermayerjpeg2000: Validate SOT parsing
2013-07-02 Michael Niedermayerjpeg2000: Use bytestream2
2013-07-02 Luca Barbatojpeg2000: Clean up return paths and error messages
2013-07-02 Luca Barbatojpeg2000: Define the maximum decomposition levels
2013-07-02 Michael Niedermayerjpeg2000: Check code-block size
2013-07-02 Luca Barbatojpeg2000: Validate resolution levels
2013-05-15 Anton Khirnovjpeg2000dec: don't use deprecated PIX_FMT values
2013-05-14 Diego Biurrunjpeg2000dec: Use correct printf length modifier for...
2013-05-06 Janne Grunaujpeg2000dec: initialize static data just once
2013-05-06 Janne Grunaujpeg2000dec: cleanup properly after decoding errors
2013-05-06 Nicolas Bertrandjpeg2000: Fix uninitialized data errors pointed out...
2013-04-23 Nicolas Bertrandjpeg2000: Add mutlti-threading support to decoder
2013-04-22 Janne Grunaujpeg2kdec: output is native endian AV_PIX_FMT_XYZ12
2013-04-22 Nicolas BertrandJPEG 2000 decoder for DCinema