git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

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

Les articles publiés sur le site

  • avcodec/cuviddec : use pre-existing chroma format information

    13 mars, par Timo Rothenpieler
    avcodec/cuviddec: use pre-existing chroma format information
    
    Fixes #11505
    
    • [DH] libavcodec/cuviddec.c
  • avcodec/aom_film_grain : Cast const away to suppress compiler warning

    12 mars, par Andreas Rheinhardt
    avcodec/aom_film_grain: Cast const away to suppress compiler warning
    
    av_frame_side_data_add() typically takes ownership of
    the provided AVBufferRef reference and therefore
    uses a parameter of type AVBufferRef**; yet with
    the AV_FRAME_SIDE_DATA_FLAG_NEW_REF, it creates
    new references instead, without touching the given
    reference. Therefore it is safe to cast const away.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/aom_film_grain.c
  • avcodec/sanm : codec4/5/33/34 decoder

    12 mars, par Manuel Lauss
    avcodec/sanm: codec4/5/33/34 decoder
    
    This codec works on 4x4 pixel tiles, which can be generated and read
    from the datastream.  They're both identical, codec5 misses a tile
    index to skip the current tile.
    Codecs33/34 are the same as 4/5 but with a different tileset generator.
    Used only in Rebel Assault 1.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
    
    • [DH] libavcodec/sanm.c
  • libavutil/hwcontext_amf : add format validation in transfer_data functions

    12 mars, par Dmitrii Ovchinnikov
    libavutil/hwcontext_amf: add format validation in transfer_data functions
    
    • [DH] libavutil/hwcontext_amf.c
  • ffbuild : read library linker objects from a file

    12 mars, par Gyan Doshi
    ffbuild: read library linker objects from a file
    
    The linker command can exceed the maximum argument limit on MinGW,
    especially for libavcodec.
    
    The objects list is now stored in a file and passed to the linker.
    
    • [DH] .gitignore
    • [DH] ffbuild/common.mak
    • [DH] ffbuild/library.mak