- 20 Jul, 2012 10 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Directly forwarding the input buffer to the next filter means that drawtext no longer owns any references to it and thus shouldn't refer to it in any way.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
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 30 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
-