git.libav.org Git - libav.git/rss log

Libav master git repository

http://git.libav.org/?p=libav.git;a=summary

Les articles publiés sur le site

  • lavc : Drop deprecated global afd field

    16 mars 2017, par Vittorio Giovara
    lavc: Drop deprecated global afd field
    
    Deprecated in 08/2014.
    
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/mpeg12dec.c
    • [DBH] libavcodec/options_table.h
    • [DBH] libavcodec/pthread_frame.c
    • [DBH] libavcodec/version.h
  • lavu : Drop deprecated av_dlog macro

    16 mars 2017, par Vittorio Giovara
    lavu: Drop deprecated av_dlog macro
    
    Deprecated in 05/2015.
    
    • [DBH] libavutil/log.h
    • [DBH] libavutil/version.h
  • mpeg4audio : Make avpriv_copy_pce_data() inline

    16 mars 2017, par Anton Khirnov
    mpeg4audio: 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>
    
    • [DBH] libavcodec/aac_adtstoasc_bsf.c
    • [DBH] libavcodec/mpeg4audio.c
    • [DBH] libavcodec/mpeg4audio.h
    • [DBH] libavformat/adtsenc.c
    • [DBH] libavformat/latmenc.c
  • vf_showinfo : Display spherical properties

    15 mars 2017, par Vittorio Giovara
    vf_showinfo: Display spherical properties
    
    • [DBH] libavfilter/vf_showinfo.c
  • vf_showinfo : Simplify reporting stereo3d information

    15 mars 2017, par Vittorio Giovara
    vf_showinfo: Simplify reporting stereo3d information
    
    • [DBH] libavfilter/vf_showinfo.c