git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
h264 : fix decoding multiple fields per packet with slice threads
12 juin 2016, par Anton Khirnovh264: fix decoding multiple fields per packet with slice threads Since we only know whether a NAL unit corresponds to a new field after parsing the slice header, this requires reorganizing the calls to slice parsing, per-slice/field/frame init and actual decoding. In the previous code, the function for slice header decoding also immediately started a new field/frame as necessary, so any slices already queued for decoding would no longer be decodable. After this patch, we first parse the slice header, and if we determine that a new field needs to be started we decode all the queued slices.
-
x86 : Add missing movsxd for the int stride parameter
11 juin 2016, par Martin Storsjö -
checkasm : Add tests for h264 idct
11 juin 2016, par Martin Storsjö -
swscale : Add input support for gbrap10 pixel format
10 juin 2016, par Paul B Mahol -
pixfmt : Add gbrap10 pixel format
10 juin 2016, par Paul B Mahol