git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
vaapi_h265 : Convert to use coded bitstream infrastructure
14 mai 2017, par Mark Thompson -
lavc : Add coded bitstream read/write support for H.265
14 mai 2017, par Mark Thompson -
lavc : Add coded bitstream read/write support for H.264
14 mai 2017, par Mark Thompson -
hevc : Add names for reserved NAL unit types
14 mai 2017, par Mark Thompson -
hevcdec : move the MD5 context out of HEVCSEIPictureHash back into HEVCContext
12 mai 2017, par Anton Khirnovhevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContext HEVCSEIPictureHash should store only the information extracted from the bitstream and exported to the higher layer (the decoder or the parser). The MD5 context is allocated, used and freed by this higher layer, so it makes more sense for it to also be stored there.