git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
decode : Initialize ret before using it
3 avril 2017, par Vittorio Giovara -
vaapi_encode : Use gop_size consistently in RC parameters
2 avril 2017, par Mark Thompsonvaapi_encode: Use gop_size consistently in RC parameters The non-H.26[45] codecs already use this form. Since we don't currently generate I frames for codecs which support them separately to IDR, the p_per_i variable is set to infinity by default so that it doesn't interfere with any other calculation. (All the code for I frames still exists, and it works for H.264 if set manually.)
-
thread : Define ff_mutex_* macros as stub functions when threads are disabled
31 mars 2017, par Diego Biurrun -
pthread_frame : Propagate sw_pix_fmt across threads
30 mars 2017, par Mark Thompson -
mpeg4videodec : raise an error if sprite_trajectory.table is NULL
30 mars 2017, par Sean McGovern