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

  • avformat/avidec : Ignore duplicate GAB2

    9 mai, par Michael Niedermayer
    avformat/avidec: Ignore duplicate GAB2
    
    Fixes: memleak
    Fixes: 398401912/clusterfuzz-testcase-minimized-ffmpeg_dem_AVI_fuzzer-4669849976766464
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/avidec.c
  • libavformat/oggdec.{c, h} : Implement packet skip on packet return value of 1

    9 mai, par Romain Beauxis
    libavformat/oggdec.{c, h}: Implement packet skip on packet return value of 1
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/oggdec.c
    • [DH] libavformat/oggdec.h
  • libavformat/oggdec.h : Document packet function return value.

    9 mai, par Romain Beauxis
    libavformat/oggdec.h: Document packet function return value.
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/oggdec.h
  • fftools/ffmpeg : move elapsed time counter to the end of the status line

    9 mai, par Marton Balint
    fftools/ffmpeg: move elapsed time counter to the end of the status line
    
    Elapsed time is much less important than the actual progress, and I am guessing
    several ffmpeg CLI frontends use the existing status line for showing progress,
    so putting a new field in the beginning is less optimal anyway.
    
    Related to ticket #11582.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>
    
    • [DH] fftools/ffmpeg.c
  • avformat/wavdec : increase requested probe score for codec probe

    8 mai, par Marton Balint
    avformat/wavdec: increase requested probe score for codec probe
    
    Codec probing was primarily added to the wav demuxer to support DTS-in-wav
    files, but DTS probing functions return AVPROBE_SCORE_EXTENSION+1, so we can be
    a bit more strict with the required score.
    
    This fixes MP3 misdetections for some wav files.
    
    Fixes ticket #11581.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>
    
    • [DH] libavformat/wavdec.c