git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
avisynth : Simplify the pix_fmt check for the newer AviSynth API
9 août 2016, par Stephen Hutchinson -
avisynth : Fix setting stream timebase
9 août 2016, par Marton Balintavisynth: Fix setting stream timebase Stream timebase should be set using avpriv_set_pts_info, otherwise avctx->pkt_timebase is not correct, leading to A/V desync. Signed-off-by: Marton Balint <cus@passwd.hu> Reviewed-by: Stephen Hutchinson <qyot27@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
checkasm : add a test for blockdsp
8 août 2016, par Anton Khirnov -
blockdsp : drop the high_bit_depth parameter
8 août 2016, par Anton Khirnovblockdsp: drop the high_bit_depth parameter It has no effect, since the code is supposed to operate the same way for any bit depth.
-
aiff : Skip padding byte for odd-sized chunks
8 août 2016, par Diego Biurrun