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/id3v2 : Print the unknown encoding

    11 avril, par Michael Niedermayer
    avformat/id3v2: Print the unknown encoding
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/id3v2.c
  • avcodec/magicyuvenc : Fix Huffman element probabilities

    11 avril, par Andreas Rheinhardt
    avcodec/magicyuvenc: Fix Huffman element probabilities
    
    The earlier code only used the counts from the last slice.
    The two FATE tests using slices show compression improvements
    due to this.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/magicyuvenc.c
    • [DH] tests/ref/vsynth/vsynth1-magicyuv
    • [DH] tests/ref/vsynth/vsynth_lena-magicyuv
  • fate/vcodec : Add MagicYUV tests

    11 avril, par Andreas Rheinhardt
    fate/vcodec: Add MagicYUV tests
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] tests/fate/vcodec.mak
    • [DH] tests/ref/vsynth/vsynth1-magicyuv
    • [DH] tests/ref/vsynth/vsynth2-magicyuv
    • [DH] tests/ref/vsynth/vsynth3-magicyuv
    • [DH] tests/ref/vsynth/vsynth_lena-magicyuv
  • avcodec/magicyuvenc : Fix setting nb_slices

    11 avril, par Andreas Rheinhardt
    avcodec/magicyuvenc: Fix setting nb_slices
    
    Do not derive it via av_cpu_count() in case AVCodecContext.slices
    is unset. Instead default to AVCodecContext.thread_num instead
    (which is one in case frame-threading is used and gives the actual
    number of slice threads for slice threading).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/magicyuvenc.c
  • libpostproc : deprecate the AMD 3DNow ! define

    11 avril, par Sean McGovern
    libpostproc: deprecate the AMD 3DNow! define
    
    It was left unreferenced in 1f0948272a0fcd0e4947f629b600983f3338c02f.
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libpostproc/postprocess.h
    • [DH] libpostproc/version.h