git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
mov : Support prores with multiple stsd
10 juin 2016, par Vittorio Giovara -
h264 : Support AV_PKT_DATA_NEW_EXTRADATA
10 juin 2016, par Vittorio Giovara -
lavc : Document AV_PKT_DATA_NEW_EXTRADATA
10 juin 2016, par Vittorio Giovara -
avpacket : Error out when creating 0-sized side data
10 juin 2016, par Vittorio Giovara -
h264 : eliminate decode_postinit()
9 juin 2016, par Anton Khirnovh264: eliminate decode_postinit() This function's purpose is not very well defined. Currently it does two (only marginally related) things: selecting the next output frame and calling ff_thread_finish_setup() for frame threading. The first of those more properly belongs under field_start(), while the second can be called directly from decode_nal_units().