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

  • 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
  • avcodec/decode : Only use ff_progress_frame_get_buffer() with blank input

    11 avril, par Andreas Rheinhardt
    avcodec/decode: Only use ff_progress_frame_get_buffer() with blank input
    
    All users (namely HEVC) that use ff_progress_frame_alloc()
    should just use ff_thread_get_buffer(). Using
    ff_progress_frame_get_buffer() is not a must; it is merely
    a convenience wrapper.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/decode.c
    • [DH] libavcodec/hevc/refs.c
    • [DH] libavcodec/progressframe.h
  • fftools/textformat : Extract and generalize textformat api from ffprobe.c

    11 avril, par softworkz
    fftools/textformat: Extract and generalize textformat api from ffprobe.c
    
    Signed-off-by: softworkz <softworkz@hotmail.com>
    
    • [DH] fftools/textformat/avtextformat.c
    • [DH] fftools/textformat/avtextformat.h
    • [DH] fftools/textformat/avtextwriters.h
    • [DH] fftools/textformat/tf_compact.c
    • [DH] fftools/textformat/tf_default.c
    • [DH] fftools/textformat/tf_flat.c
    • [DH] fftools/textformat/tf_ini.c
    • [DH] fftools/textformat/tf_json.c
    • [DH] fftools/textformat/tf_xml.c
    • [DH] fftools/textformat/tw_avio.c
    • [DH] fftools/textformat/tw_buffer.c
    • [DH] fftools/textformat/tw_stdout.c