- 21 Jun, 2016 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This is more consistent with the naming of other decoders.
-
- 12 Jun, 2016 1 commit
-
-
Anton Khirnov authored
It does not need the whole context. This will simplify the following commit.
-
- 08 Jun, 2016 1 commit
-
-
Diego Biurrun authored
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 03 May, 2016 1 commit
-
-
Diego Biurrun authored
-
- 24 Apr, 2016 1 commit
-
-
Anton Khirnov authored
Make the SPS/PPS parsing independent of the H264Context, to allow decoupling the parser from the decoder. The change is modelled after the one done earlier for HEVC. Move the dequant buffers to the PPS to avoid complex checks whether they changed and an expensive copy for frame threads.
-
- 28 Mar, 2016 1 commit
-
-
Anton Khirnov authored
It is shared with svq3.
-
- 25 Mar, 2016 1 commit
-
-
Diego Biurrun authored
-
- 04 Oct, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 21 Mar, 2015 26 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
All the variables modified by this code are either per-MB arrays or have been moved to the per-slice context
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 15 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
This fixes out of array reads and/or infinite loops. 30 is the maximum number of bits that can be read into coeff_abs below. CC: libav-stable@libav.org Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 24 Nov, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 11 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Bug-Id: CID 1087088
-