ffmpeg-cvslog
Thread
Date
Earlier messages
Messages by Thread
[FFmpeg-cvslog] [ffmpeg] branch master updated (9172ab1245 -> cc3ca17127)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/18: avcodec/x86/qpeldsp: Simplify resetting output pointer
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/18: avcodec/x86/qpeldsp: Don't zero unnecessarily
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/18: avcodec/x86/qpeldsp_init: Don't use unnecessarily big stack buffer
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/18: avcodec/x86/qpeldsp_init: Specify alignment properly
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/18: avcodec/x86/qpeldsp_init: Deduplicate 8x8 and 16x16 code
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/18: avcodec/x86/constants: Move ff_pw_{15,20} to qpeldsp.asm
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/18: avcodec/x86/qpeldsp: Remove unused declaration
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/18: avcodec/x86/qpeldsp: Don't use too much stack
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/18: avcodec/x86/qpeldsp: Don't allocate stack unnecessarily
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 10/18: avcodec/x86/qpeldsp: Add SSE2 vertical lowpass functions
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 11/18: avcodec/x86/qpeldsp: Remove vertical MMXEXT mc functions
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 12/18: avcodec/x86/qpeldsp{,_init}: Use SSE2 pixels16x16_l2 functions
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 13/18: avcodec/x86/qpeldsp: Add SSSE3 size 16 horizontal filter
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 14/18: avcodec/x86/qpeldsp: Add SSSE3 size 8 horizontal filter
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 15/18: avcodec/x86/qpeldsp: Remove horizontal mmxext mc functions
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 17/18: avcodec/x86/qpeldsp_init: Mark functions as hidden
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 18/18: avcodec/x86/qpeldsp{,_init}: Use proper prefix
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 16/18: avcodec/x86/qpeldsp: Add combination of h_lowpass + l2
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] fate/filter-video: add frei0r_src test (branch master)
Stefan Breunig via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (c25673fe70 -> 3aa5d957d1)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avformat/dashdec: fix calculation and usage of cur_seq_no, fixing issue 22335
Nicolas Dato via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avformat/dashdec: fix previous commit where I inadvertently removed the case when calc_next_seg_no_from_timelines returned -1 and move_timelines wasn't called
Nicolas Dato via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/mpegts: Fix memleak of pes_filter.opaque (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (397c7c7524 -> 2e6af10481)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avformat/dashdec: copy stream groups from input representations
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avformat/dashdec: support more than one underlying stream per Representation
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (7c67748537 -> 397c7c7524)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/21: tools/indent_arm_assembly: Recognize more comment forms, for skipping lowercasing
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/21: tools/indent_arm_assembly: Don't indent "foo .req bar" lines like an instruction
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/21: libswscale/arm: Lowercase the "LSL" keyword
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/21: arm: Reindent assembly where it was off by one char
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/21: arm: Fix indentation of stray individual misaligned instructions
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/21: arm/hevcdsp: Fix misindented instructions in some macros
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/21: libavutil/arm: Fix indentation in asm.S
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/21: libswresample/arm: Change to the common indentation size
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/21: libswscale/arm: Switch consistent indentation to common style
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 10/21: arm/rv34dsp: Adjust macro argument indentation slightly
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 13/21: arm/simple_idct_arm: Reindent previously unindented code
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 11/21: arm/simple_idct_armv5te: Reindent previously consistent code to common style
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 12/21: arm/simple_idct_armv6: Reindent previously consistent assembly to shared style
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 14/21: arm/synth_filter_vfp: Fix indentation
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 15/21: arm: Reindent asm that used consistent but differing styles
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 17/21: arm/jrevdct: Indent previously unindented assembly
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 16/21: arm/hevcdsp_qpel: Reindent code that seem to lack consistent indentation
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 18/21: arm/vc1dsp: Fix a few cases of inconsistent indentation
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 20/21: tools/check_arm_indent: Add missing ;; in switch case, fix indentation
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 21/21: tools/check_arm_indent: Run formatting on arm, in addition to aarch64
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 19/21: arm/rv40dsp: Add * on comment continuation lines in prototypes
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/mov: check extradata in mov_read_dops() (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/mov: Check read size for opus extradata (branch master)
Ted Meyer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/hls_sample_encryption: add missing padding for audio setup buffer (branch release/8.1)
AdityaTeltia via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/hls_sample_encryption: add missing padding for audio setup buffer (branch release/8.0)
AdityaTeltia via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/hls_sample_encryption: add missing padding for audio setup buffer (branch release/7.1)
AdityaTeltia via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/hls_sample_encryption: add missing padding for audio setup buffer (branch release/7.0)
AdityaTeltia via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (03931e8865 -> fa3d20072b)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/04: tests/fate/libavutil: add FATE test for hdr_dynamic_vivid_metadata
marcos ashton via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/04: tests/fate/libavutil: add FATE test for buffer
marcos ashton via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/04: tests/fate/libavutil: add FATE test for tdrdi
marcos ashton via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/04: tests/fate/libavutil: add FATE test for timestamp
marcos ashton via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] libavfilter/vf_amf_common: free the frame allocated by av_frame_alloc on error (branch master)
jiangjie via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avdevice/v4l2: fix mmap_free() skipping first buffer (branch master)
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/wavdec: fix unchecked avio_read in w64_read_header (branch master)
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (0e51f7abbd -> f044c5e627)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: doc: style changes for the AVCodecParameters
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: doc: mark functions related to AVCodecParameters
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: doc: remove unclear description
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (3daf664a5a -> 0e51f7abbd)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/91: avutil: add av_fallthrough
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/91: fftools: replace fall-through comments
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/91: avcodec: replace fall-through comments
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/91: avfilter: replace fall-through comments
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/91: avformat: replace fall-through comments
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/91: swscale: replace fall-through comments
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/91: avfilter/avf_showcqt: add fall-through annotation
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/91: avfilter/vf_v360: add break
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/91: avutil: replace fall-through comments
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 10/91: avcodec/videotoolbox: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 11/91: avutil/hwcontext_videotoolbox: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 12/91: avutil/avsscanf: add break
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 14/91: avcodec/zmbv: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 15/91: avcodec/vmnc: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 13/91: avutil: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 16/91: avcodec/vc1: add break
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 17/91: avcodec/vb: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 18/91: avcodec/txd: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 19/91: swscale: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 20/91: avformat/yuv4mpegdec: return proper error
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 22/91: avformat/txd: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 21/91: avformat/ty: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 23/91: avformat/takdec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 24/91: avformat/rtmppkt: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 26/91: avformat/nuv: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 27/91: avformat/nutdec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 28/91: avformat/network: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 25/91: avformat/oggparsetheora: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 29/91: avformat/mxfenc: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 30/91: avformat/mxfdec: add fall-through annotation and break
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 31/91: avformat/mov: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 33/91: avformat/lvfdec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 32/91: avformat/matroskadec: add break
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 34/91: avformat/lmlm4: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 35/91: avformat/jacobsubdec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 36/91: avformat/idroqdec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 37/91: avformat/id3v2: add break
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 38/91: avformat/flvenc: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 39/91: avformat/flvdec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 40/91: avformat/epafdec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 41/91: avformat/electronicarts: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 42/91: avformat/concat: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 43/91: avformat/cafdec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 44/91: avformat/bethsoftvid: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 45/91: avformat/avienc: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 46/91: avformat/avidec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 47/91: avformat/aiffdec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 50/91: avcodec/wavpackdec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 48/91: avfilter/vf_negate: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 49/91: avfilter/af_biquads: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 51/91: avcodec/tiffenc: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 52/91: avcodec/tiff: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 53/91: avcodec/takdec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 54/91: avcodec/svq1dec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 56/91: avcodec/sgienc: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 55/91: avcodec/sheervideo: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 58/91: avcodec/rpza: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 57/91: avcodec/rv34: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 59/91: avcodec/psd: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 60/91: avcodec/pafvideo: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 61/91: avcodec/mpegaudio: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 62/91: avcodec/microdvddec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 63/91: avcodec/lcldec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 64/91: avcodec/lagarith: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 65/91: avcodec/jpeglsdec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 67/91: avcodec/imx: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 66/91: avcodec/jpeg2000dec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 68/91: avcodec/h264dec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 69/91: avcodec/gdv: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 70/91: avcodec/flacdsp: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 71/91: avcodec/ffv1enc: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 73/91: avcodec/dxtory: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 72/91: avcodec/eatgq: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 75/91: avcodec/dv: add break
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 74/91: avcodec/dxa: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 77/91: avcodec/dds: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 76/91: avcodec/dpxenc: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 80/91: avcodec/c39: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 78/91: avcodec/dca: add break
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 81/91: avcodec/bintext: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 79/91: avcodec/cavs: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 82/91: avcodec/bink: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 83/91: avcodec/bethsoftvideo: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 84/91: avcodec/avs: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 86/91: avcodec/ansi: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 85/91: avcodec/argo: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 87/91: avcodec/ac3dec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 88/91: avcodec/aac: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 90/91: swscale/yuv2rgb: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 91/91: configure: add implicit-fallthrough warning flags
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 89/91: avcodec/wmadec: add fall-through annotations
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec: cbs_lcevc: remove dead code (branch master)
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/rtspdec: reject non-positive ANNOUNCE Content-Length (branch master)
depthfirst-dev[bot] via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/matroskadec: fix invalid check and uninitialized memory access (branch master)
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] swscale: unref on allocation failure in frame_alloc_buffers() (branch master)
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/mov: Merge tts after building index for old-style uncompressed PCM (branch release/8.0)
Derek Buitenhuis via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (c55ab93eef -> 3cdd76ba96)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/11: avfilter/scale_eval: reject non-positive output dimensions
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/11: avfilter/vf_scale_npp: propagate ff_scale_adjust_dimensions() error
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/11: avfilter/vf_scale_cuda: propagate ff_scale_adjust_dimensions() error
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/11: avfilter/vf_scale_vt: propagate ff_scale_adjust_dimensions() error
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/11: avfilter/vf_scale_vaapi: propagate ff_scale_adjust_dimensions() error
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/11: avfilter/vf_amf_common: propagate ff_scale_adjust_dimensions() error
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 11/11: avcodec/libsvtav1: reject tiny inputs on SVT-AV1 < 3.0.0
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/11: avfilter/vf_scale_d3d12: propagate ff_scale_adjust_dimensions() error
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 10/11: fate/filter-video: add regression test for scale zero-dim rejection
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/11: avfilter/vf_libplacebo: propagate ff_scale_adjust_dimensions() error
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/11: avfilter/vf_scale_vulkan: propagate ff_scale_adjust_dimensions() error
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/x86/h264_intrapred: Replace pred8x8_horizontal_8_mmxext with SSE2 (branch master)
Zuxy Meng via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/aarch64: add NEON DCA LFE FIR filter functions (branch master)
Jeongkeun Kim via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] aarch64/vvc: Optimisations of put_chroma_hv() functions for 10/12-bit (branch master)
Georgii Zagoruiko via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (0fc1183a60 -> 9e90fa505e)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/04: fftools: ffprobe: narrow variable scopes and adjust types
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/04: fftools: ffprobe: use unsigned in print_list_fmt
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/04: fftools: ffprobe: adjust type of nb_streams
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/04: fftools: ffprobe: fix type mismatch in assert
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] swscale: ops_dispatch: fix leak on error (branch master)
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (3dd03e4d4c -> 4867d251ad)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: swscale/x86/swscale_template: Don't set use_mmx_vfilter when disabled
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: swscale/x86/yuv2yuvX: Port ff_yuv2yuvX_mmxext to SSE2
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: swscale/x86/yuv2yuvX: Simplify rotating
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (bdc0a29204 -> 3dd03e4d4c)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: avcodec/libvorbisenc: Fix leak of vorbis_comment upon error
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: avcodec/libvorbisenc: Return error upon error
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: avcodec/libvorbisenc: Cleanup on error
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/nvenc: gate MVHEVC capability check on codec_id (branch master)
Semih Baskan via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] forgejo/workflows: make labeler also removed non-applicable labels again (branch master)
Timo Rothenpieler via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg-web] Revert "security: add 78 missing CVEs from NVD reconciliation" (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg-web] branch master updated (496f0e4 -> af72986)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg-web] 01/02: web/security: More finetuning in an attempt to make it easier for us
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg-web] 02/02: security: add 78 missing CVEs from NVD reconciliation
Ruikai Peng via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avfilter/mpdecimate: fix kept-frame forwarding and error handling (branch master)
Zhao Zhili via ffmpeg-cvslog
Earlier messages