git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
lavc : allow using AVCodecContext.hw_frames_ctx for decoding
9 mai 2016, par Anton Khirnov -
avconv_vaapi : fix double-free with some unsupported streams
9 mai 2016, par Mark Thompson -
h264 : factor starting a new field out of parsing the slice header
9 mai 2016, par Anton Khirnov -
mjpegdec : Properly fail on malloc failure
9 mai 2016, par Derek Buitenhuis -
h264 : postpone generating the implicit MMCOs
9 mai 2016, par Anton Khirnovh264: postpone generating the implicit MMCOs Do it right before the MMCOs are applied to the DPB. This will allow moving the frame_start() call out of the slice header parsing, since generating the implicit MMCOs needs to be done after frame_start().