git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
fate/vcodec : Add MagicYUV tests
11 avril, par Andreas Rheinhardt -
avcodec/magicyuvenc : Fix setting nb_slices
11 avril, par Andreas Rheinhardtavcodec/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>
-
libpostproc : deprecate the AMD 3DNow ! define
11 avril, par Sean McGovern -
avcodec/decode : Only use ff_progress_frame_get_buffer() with blank input
11 avril, par Andreas Rheinhardtavcodec/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>
-
fftools/textformat : Extract and generalize textformat api from ffprobe.c
11 avril, par softworkzfftools/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