- 20 Jul, 2012 6 commits
-
-
Anton Khirnov authored
The buffer is passed on to the next filter, so we shouldn't keep any pointers to it.
-
Robert Nagy authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Luca Barbato authored
OpenJPEG can decode in lower resolution or decode only a number of enhancement layers.
-
Anton Khirnov authored
-
Justin Ruggles authored
It already skips any extra bytes at the end, and apparently there are some samples in the wild with larger 'kuki' chunks.
-
Justin Ruggles authored
Needs to be done separately for each element.
-
- 19 Jul, 2012 34 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Andrew D'Addesio authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Justin Ruggles authored
This will make multi-channel implementation simpler. Based partially on a patch by Andrew D'Addesio <modchipv12@gmail.com>.
-
Justin Ruggles authored
Use get_bits_long() in decode_scalar(). Use unsigned int for decoded value.
-
Justin Ruggles authored
Avoids unneeded interleaving and allows for reusing the AVFrame output buffer as the internal buffer for 24-bit and 32-bit sample size.
-
Justin Ruggles authored
-
Andrew D'Addesio authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
This will simplify the multi-channel implementation.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
It does not need to be unsigned.
-
Justin Ruggles authored
-
Justin Ruggles authored
It is already unconditionally set to 0 prior to this, so we can modify it only when needed.
-
Justin Ruggles authored
x_modified is just unnecessary, and final_val can be removed by simplifying the unsigned-to-signed conversion.
-
Justin Ruggles authored
avoids some unnecessary arithmetic in certain situations
-
Justin Ruggles authored
-
Justin Ruggles authored
reduces the number of parameters to decode_scalar() and slightly simplifies the code
-
Justin Ruggles authored
Use the ALACContext fields directly instead.
-
Justin Ruggles authored
-
Justin Ruggles authored
-