- 21 Nov, 2014 1 commit
-
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 17 Nov, 2014 9 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Also, collapse the array into a scalar, since only one value is needed at a time.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
pred_mode is overwritten a few lines immediately below.
-
Anton Khirnov authored
It does not need to be accessed outside of hls_coding_unit().
-
Anton Khirnov authored
It does not need to be accessed outside of hls_coding_unit().
-
- 13 Nov, 2014 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1238828 / CID 1238832
-
- 11 Nov, 2014 1 commit
-
-
Changjiang Wei authored
Reviewed-by:
Mickaël Raulet <mraulet@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Oct, 2014 1 commit
-
-
Anton Khirnov authored
When decoding, this field holds the inverse of the framerate that can be written in the headers for some codecs. Using a field called 'time_base' for this is very misleading, as there are no timestamps associated with it. Furthermore, this field is used for a very different purpose during encoding. Add a new field, called 'framerate', to replace the use of time_base for decoding.
-
- 04 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes accessing misaligned address Fixes: signal_sigsegv_1feb99c_10_signal_sigsegv_2d1d35c_79_cov_691940146_EXT_A_ericsson_3.bit Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Oct, 2014 1 commit
-
-
Christophe Gisquet authored
Kind of hackish but... Reviewed-by:
Mickael Raulet <Mickael.Raulet@insa-rennes.fr> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Sep, 2014 1 commit
-
-
Christophe Gisquet authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Sep, 2014 1 commit
-
-
Christophe Gisquet authored
Other buffers are already there. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Sep, 2014 1 commit
-
-
Mickaël Raulet authored
fix CID 1231985 cherry picked from commit 745a35a777eaa5f77b8660b44098110a29916aae Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Aug, 2014 2 commits
-
-
Christophe Gisquet authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Christophe Gisquet authored
The dststride parameter is always MAX_PB_SIZE. Reviewed-by:
Mickaël Raulet <mraulet@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Aug, 2014 2 commits
-
-
Christophe Gisquet authored
When dealing with MVs, both components may be processed at a time. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Christophe Gisquet authored
iterate over memory in a more continuous order Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 11 Aug, 2014 2 commits
-
-
Christophe Gisquet authored
After finishing parsing VPS/SPS/PPS/slice header, check remaining bits, and if an overconsumption occurred, report invalid data. Liked-by: BBB Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ronald S. Bultje authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Aug, 2014 1 commit
-
-
Christophe Gisquet authored
It previously used the output, cropped size, causing overreads/writes. Fixes ticket #3839. This issue was introduced by d249e682, which is not part of any release Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Aug, 2014 2 commits
-
-
Anton Khirnov authored
Use named constants instead of magic numbers, avoid using variables with inverse meaning from what their name implies.
-
Anton Khirnov authored
-
- 02 Aug, 2014 1 commit
-
-
Michael Niedermayer authored
Found-by: CSA Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Jul, 2014 9 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mickaël Raulet authored
cherry picked from commit a2ef95f043d89d05482af19460c9e9afdadec685 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Signed-off-by:
Mickaël Raulet <mraulet@insa-rennes.fr> cherry picked from commit 348bebedc0012aae201419669fca1eb61ec93ca6 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Replace it by passing an additional parameter to transform_unit()
-
Anton Khirnov authored
They are replaced by passing additional parameters to the transform functions.
-
Anton Khirnov authored
It does not need to be preserved.
-
Anton Khirnov authored
-
Anton Khirnov authored
We do not need to store the value of the split flag.
-
- 27 Jul, 2014 3 commits
-
-
Anton Khirnov authored
- They are be replaced by passing additional parameters to the transform functions. - Adaptation to 4:2:2 Signed-off-by:
Mickaël Raulet <mraulet@insa-rennes.fr> cherry picked from commit f518bb22531c648f1c37f978b0c7ad2e71e04c25 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mickaël Raulet authored
cherry picked from commit 509ae456551005b9bf9b4d9730b6247c97fdd990 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mickaël Raulet authored
cherry picked from commit 6f58c111ad9920d983bb18eacf901193bac5d937 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-