git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
lavc : Drop deprecated global afd field
16 mars 2017, par Vittorio Giovara -
lavu : Drop deprecated av_dlog macro
16 mars 2017, par Vittorio Giovara -
mpeg4audio : Make avpriv_copy_pce_data() inline
16 mars 2017, par Anton Khirnovmpeg4audio: Make avpriv_copy_pce_data() inline The function currently accepts a PutBitContext and a GetBitContext, which hardcodes their sizes into the lavc ABI. Since the function is quite small and only called in a few places, the simplest solution is making it inline, thus avoiding a runtime dependency completely. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
vf_showinfo : Display spherical properties
15 mars 2017, par Vittorio Giovara -
vf_showinfo : Simplify reporting stereo3d information
15 mars 2017, par Vittorio Giovara