- 17 May, 2013 15 commits
-
-
Jindrich Makovicka authored
MPV_decode_mb_internal needs 3 * 16 * linesize bytes of scratch buffer For interlaced content, linesize is multiplied by two after the allocation of the scratch buffer, and the dest_cr pointer ends past the buffer. This patch makes ff_mpv_frame_size_alloc allocate a total of (aligned line_size) * 2 * 16 * 3 bytes, which suffices even for the interlaced case. CC:libav-stable@libav.org Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
Those were useful when avcodec_thread_init() was a public functions. It was deprecated and removed some time ago, so those checks are not needed anymore.
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not leak all the temp buffers.
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not leak the x/y expressions.
-
Anton Khirnov authored
Do not overwrite the variable set through AVOptions.
-
Anton Khirnov authored
Do not overwrite the variables set through AVOptions.
-
Anton Khirnov authored
Frame number should be incremented normally even if the link properties change.
-
Anton Khirnov authored
It should not be reinitialized if the link properties change.
-
Anton Khirnov authored
Do not leak the initialized filter instance.
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not leak the expressions.
-
Kostya Shishkov authored
-
- 16 May, 2013 25 commits
-
-
Jeremy Hinegardner authored
According to the PIFF specification[1] the base_data_offset field MUST be omitteed. See section 5.2.17. Since the ISMV files created by libavformat state that they are 'piff' compatible via 'ftyp' box, this needs to be corrected. [1] http://www.iis.net/learn/media/smooth-streaming/protected-interoperable-file-formatSigned-off-by: Martin Storsjö <martin@martin.st>
-
Sebastian Sandberg authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Michael Kostylev authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Luca Barbato authored
The condition cannot happen anymore.
-
Luca Barbato authored
When JPEG-LS support is disabled the decoder would feed the data to the JPEG Lossless decode_*_scan function resulting in faulty decoding. CC: libav-stable@libav.org
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-