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

  • fftools/ffprobe : Rename AVTextFormatContext variables (w => tfc)

    10 avril, par softworkz
    fftools/ffprobe: Rename AVTextFormatContext variables (w => tfc)
    
    Signed-off-by: softworkz <softworkz@hotmail.com>
    
    • [DH] fftools/ffprobe.c
  • avcodec/hq_hqa : Check size before initializing GetByteContext

    9 avril, par Andreas Rheinhardt
    avcodec/hq_hqa: Check size before initializing GetByteContext
    
    Enables the compiler to optimize the buf_size assert
    in bytestream2_init() away.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/hq_hqa.c
  • avcodec/hq_hqa : Remove implicit always-false checks

    9 avril, par Andreas Rheinhardt
    avcodec/hq_hqa: Remove implicit always-false checks
    
    This decoder has explicit checks.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/hq_hqa.c
  • avcodec/hq_hqa : Check available date before allocating frame

    9 avril, par Andreas Rheinhardt
    avcodec/hq_hqa: Check available date before allocating frame
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/hq_hqa.c
  • avcodec/hq_hqa : Use ff_vlc_init_from_lengths()

    9 avril, par Andreas Rheinhardt
    avcodec/hq_hqa: Use ff_vlc_init_from_lengths()
    
    This allows to avoid the codes table; furthermore, given
    that the runs fit into seven bits and level into nine,
    one can put them into one int16_t and use as symbols table
    in ff_vlc_init_from_lengths().
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/hq_hqa.c
    • [DH] libavcodec/hq_hqadata.h