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

  • mov : Remove old b-frame/video delay heuristic

    26 août 2016, par Derek Buitenhuis
    mov: Remove old b-frame/video delay heuristic
    
    This was added before edts support existed, and is no longer
    valid.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavformat/mov.c
  • mov : Remove ancient heuristic hack

    26 août 2016, par Derek Buitenhuis
    mov: Remove ancient heuristic hack
    
    This breaks files with legitimate single-entry edit lists,
    and the hack, introduced in f03a081df09f9c4798a17d7e24446ed47924b11b,
    has no link to any known sample in its commit message.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavformat/isom.h
    • [DBH] libavformat/mov.c
  • wmavoice : Simplify GetBitContext initialization

    26 août 2016, par Diego Biurrun
    wmavoice: Simplify GetBitContext initialization
    
    • [DBH] libavcodec/wmavoice.c
  • sanm : Change type of array pitch parameters to ptrdiff_t

    26 août 2016, par Diego Biurrun
    sanm: Change type of array pitch parameters to ptrdiff_t
    
    ptrdiff_t is the correct type for array pitches and similar.
    
    • [DBH] libavcodec/sanm.c
  • svq1dec : Change type of array pitch parameters to ptrdiff_t

    26 août 2016, par Diego Biurrun
    svq1dec: Change type of array pitch parameters to ptrdiff_t
    
    ptrdiff_t is the correct type for array pitches and similar.
    
    • [DBH] libavcodec/svq1dec.c