- 01 Apr, 2016 1 commit
- 04 Sep, 2015 1 commit
-
-
Carl Eugen Hoyos authored
The encoder produces valid and - if requested - lossless files.
-
- 27 Jul, 2015 1 commit
-
-
Michael Niedermayer authored
This parameter can be used to inform the allocation code about how much downsizing might occur, and can be used to optimize how to allocate the packet Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 10 Jul, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 05 Jul, 2015 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #535. Fixes ticket #4524.
-
- 03 Jul, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Jun, 2015 2 commits
-
-
Carl Eugen Hoyos authored
Fixes ticket #4689.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
This also reduces the amount of memory needed Fixes Ticket4672 The new code seems slightly faster as well, probably due to better cache usage Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Jun, 2015 3 commits
-
-
Michael Niedermayer authored
Without the JP2 fields its not possible to identify the colorspace Fixes Ticket538 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The added option matches openjpeg Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 May, 2015 1 commit
-
-
Michael Niedermayer authored
This is how most code in FFmpeg checks for failures Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Mar, 2015 1 commit
-
-
Himangi Saraogi authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Oct, 2013 1 commit
-
-
Clément Bœsch authored
See b2bed932.
-
- 13 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes decoding of file generated with: ffmpeg -f lavfi -i smptehdbars=hd720 -pix_fmt rgb48 /tmp/o.jp2 Reviewed-by:
Nicolas BERTRAND <nicoinattendu@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Jul, 2013 1 commit
-
-
Nicolas Bertrand authored
Increases encoding and decoding speed Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 May, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 May, 2013 2 commits
-
-
Michael Niedermayer authored
Now only j2kdec / jpeg2000dec.c remain Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This fixes a TODO item and unifies both decoders structures It also fixes undefined behavior due to aliasing violations I choose 2 fields instead of a union because mistakely using the wrong type with a union will lead to hard to debug "wrong output" while with 2 fields mistakely using the wrong type will crash with a null pointer derefernce which is much easier to debug Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 May, 2013 3 commits
-
-
Michael Niedermayer authored
the float conditions are largely changed to check the DWT instead of the bitexact flag, which previously was wrong (DWT53 is always int) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This is more clear and less prone to mistakes. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Should fix fate Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 May, 2013 8 commits
-
-
Michael Niedermayer authored
This also fixes lowres use with ffplay Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Also add a fate test that tests 9/7 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This seems more natural and matches jpeg2000 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 May, 2013 6 commits
-
-
Michael Niedermayer authored
This also changes the cblk size storage method to what jpeg2000 uses Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Also add a related comment Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The old implementation was incomplete and could not have worked This also fixes some warnings New code is untested as i dont seem to have a sample file that uses this. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
also inlcudes some other cosmetics Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-