- 24 Feb, 2018 1 commit
-
-
James Almer authored
Prevents use of uninitialized values. Fixes ticket #7038. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 23 Feb, 2018 1 commit
-
-
James Almer authored
Bug-Id: 1116 Cc: libav-stable@libav.org Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 17 Oct, 2017 1 commit
-
-
Mark Thompson authored
Add comments to describe the sources of the constraint values expressed here, and add some more related values which will be used in following patches. Fix the incorrect values for SPS and PPS count (they are not the same as those used for H.264), and remove HEVC_MAX_CU_SIZE because it is not used anywhere. (cherry picked from commit b88da98b)
-
- 05 Aug, 2017 1 commit
-
-
Mark Thompson authored
Add comments to describe the sources of the constraint values expressed here, and add some more related values which will be used in following patches. Fix the incorrect values for SPS and PPS count (they are not the same as those used for H.264), and remove HEVC_MAX_CU_SIZE because it is not used anywhere.
-
- 31 Jan, 2017 1 commit
-
-
Diego Biurrun authored
-
- 16 Oct, 2016 2 commits
-
-
Anton Khirnov authored
This way they can be reused by other code without including the whole decoder-specific hevcdec.h Also, add the HEVC_ prefix to them, since similarly named values exist for H.264 as well and are sometimes used in the same code.
-
Anton Khirnov authored
This is more consistent with the rest of libav and frees up the hevc.h name for decoder-independent shared declarations.
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 24 Aug, 2015 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Arthur Grant authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 08 Jul, 2015 1 commit
-
-
Anton Khirnov authored
-
- 11 Jun, 2015 1 commit
-
-
Deliang Fu authored
Make the logic in libavformat/hevc.c parse_rps align with libavcodec/hevc_ps.c ff_hevc_decode_short_term_rps Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 May, 2015 2 commits
-
-
Michael Niedermayer authored
Fixes CID1238994 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID1239014 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
This applies to every library where performance is not critical.
-
- 03 Jun, 2014 1 commit
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Mar, 2014 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Tim Walker <tdskywalker@gmail.com>
-
Tim Walker authored
Use ff_hevc_annexb2mp4 instead of duplicating its functionality, and update the documentation to match the new behavior.
-
Luca Barbato authored
Do not use inline functions that refer to tables present in other libraries.
-
- 09 Mar, 2014 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Tim Walker authored
-
Tim Walker authored
-