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/huffman : Switch to ff_vlc_init_from_lengths()

    17 avril, par Andreas Rheinhardt
    avcodec/huffman: Switch to ff_vlc_init_from_lengths()
    
    Avoids having to create the codes ourselves.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/huffman.c
  • avformat/mov : Reduce seek when interleaved_read is disabled

    17 avril, par Zhao Zhili
    avformat/mov: Reduce seek when interleaved_read is disabled
    
    Don't select sample with small dts when interleaved_read is disabled.
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    
    • [DH] libavformat/mov.c
  • avcodec/magicyuvenc : Hoist check out of loop

    17 avril, par Andreas Rheinhardt
    avcodec/magicyuvenc: Hoist check out of loop
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/magicyuvenc.c
  • avcodec/magicyuvenc : Avoid excessive logmessages

    17 avril, par Andreas Rheinhardt
    avcodec/magicyuvenc: Avoid excessive logmessages
    
    AVERROR(ENOMEM) is enough.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/magicyuvenc.c
  • avcodec/magicyuvenc : Restrict number of slice-planes to 256

    17 avril, par Andreas Rheinhardt
    avcodec/magicyuvenc: Restrict number of slice-planes to 256
    
    Every frame contains an array of uint8_t with values
    0..(s->planes * s->nb_slices - 1), so this needs to fit
    into an uint8_t.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/magicyuvenc.c