index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
jpeg2000.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
jpeg2000: do not compute the same value twice
Vittorio Giovara
2014-11-13
1
-9
/
+6
*
jpeg2000: fix dereferencing invalid pointers during cleanup
Vittorio Giovara
2014-06-23
1
-8
/
+23
*
jpeg2000: Mark static data init functions as av_cold
Diego Biurrun
2014-06-17
1
-1
/
+2
*
jpeg2000: Proper cleanup on failure in decode_frame()
Luca Barbato
2013-07-02
1
-1
/
+3
*
jpeg2000: Compute corrections of sub-band coordinates
Michael Niedermayer
2013-07-02
1
-3
/
+7
*
jpeg2000: Remove unneeded variable initialization
Michael Niedermayer
2013-07-02
1
-1
/
+1
*
jpeg2000: Use separate fields for int and float codepaths
Michael Niedermayer
2013-07-02
1
-13
/
+22
*
jpeg2000: Compute quantization for 'scalar derived' in the correct case.
Michael Niedermayer
2013-07-02
1
-8
/
+8
*
jpeg2000: Calculate code-block coord in ff_jpeg2000_init_component()
Michael Niedermayer
2013-07-02
1
-0
/
+14
*
jpeg2000: Fix compute precedence error in lut_gain index
Michael Niedermayer
2013-07-02
1
-1
/
+1
*
jpeg2000: Initialize code blocks structures in precincts to 0
Michael Niedermayer
2013-07-02
1
-3
/
+3
*
jpeg2000: Remove unneeded returns
Michael Niedermayer
2013-07-02
1
-2
/
+0
*
jpeg2000: Check that nreslevels2decode has been initialized before use
Michael Niedermayer
2013-07-02
1
-0
/
+5
*
JPEG 2000 decoder for DCinema
Nicolas Bertrand
2013-04-22
1
-0
/
+478