git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
blowfish-test : Use struct allocation functions from the API
11 mai 2016, par Diego Biurrun -
Split global .gitignore file into per-directory files
11 mai 2016, par Diego BiurrunSplit global .gitignore file into per-directory files
-
nvenc : Generate bufferingPeriod/pictureTiming SEI
11 mai 2016, par Timo Rothenpieler -
mjpegdec : Check return values of functions that may fail
11 mai 2016, par Diego Biurrun -
h264 : merge the two reinit blocks in slice_header_parse()
10 mai 2016, par Anton Khirnovh264: merge the two reinit blocks in slice_header_parse() The only difference is that the first of them contains a ff_h264_flush_change() call. While that is not necessary in the second block, it should cause no problems either. Reduce the verbosity of the reinit log message from info to verbose, since now it will be displayed during every decode session.