May 2021 Archives by subject
Starting: Sat May 1 01:38:13 EEST 2021
Ending: Mon May 31 15:02:58 EEST 2021
Messages: 309
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 8ccd75e web/contact: Update IRC channels
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] aacenc: make the twoloop coder the default
Lynne
- [FFmpeg-cvslog] aarch64: hevc_idct: Fix overflows in idct_dc
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc_idct: Fix overflows in idct_dc
Martin Storsjö
- [FFmpeg-cvslog] avcodec/[e]ac3enc: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/a64multienc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/a64multienc: Avoid intermediate buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/a64multienc: Don't modify AVCodecContext.global_quality
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacenc: Avoid 0 lambda
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacpsy: Avoid floating point division by 0 of norm_fac
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/adpcm: Set vqa_version before use in init
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/adpcm_psx: always fetch next byte irregardless of flag
Zane van Iperen
- [FFmpeg-cvslog] avcodec/adpcm_psx: ignore unknown flag bits
Zane van Iperen
- [FFmpeg-cvslog] avcodec/adpcmenc: Avoid copying packet data, allow direct rendering
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adxenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/allcodecs: Don't include libx264 twice in the list of codecs
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/alsdec: Fix decoding error with mono audio files
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aptxenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/audiotoolboxenc: Remove AV_CODEC_CAP_DR1
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/av1_metadata: don't store the inserted TD OBU in stack
James Almer
- [FFmpeg-cvslog] avcodec/avpacket: always initialize the new packet in avpriv_packet_list_put()
James Almer
- [FFmpeg-cvslog] avcodec/avpacket: use av_malloc() to allocate an AVPacket
James Almer
- [FFmpeg-cvslog] avcodec/avuienc: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bmpenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bmpenc: Use memcpy when data has desired endianness
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/clearvideo: Check for 0 tile_shift
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cljrenc: Don't use too big buffers, don't copy them, set CAP_DR1
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cngenc: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/codec_id: remove unnecessary offsets from AVCodecID
James Almer
- [FFmpeg-cvslog] avcodec/dcaenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dcaenc: Don't write one bit at a time
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/decode: stop trying to initialize palette values in avcodec_default_get_buffer2()
James Almer
- [FFmpeg-cvslog] avcodec/dnxhddec: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dnxhdenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dnxhdenc: Fix segfault when using too many slice threads
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dnxhdenc: Mark encoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dnxhdenc: Use av_memdup() instead of av_malloc()+memcpy()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dpxenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dv: Don't initialize RL VLC for encoder
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dv: Don't pretend VLC allocation can't fail
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dvdec: Make decoder init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dvdsubdec: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dvdsubdec: Remove unnecessary close function
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dvenc: Make encoder init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/error_resilience: cleanup mpeg2 handling
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/exr: More strictly check dc_count
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/exr: x/ymax cannot be INT_MAX
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/exrenc: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/exrenc: Mark encoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/faxcompr: Check for end of bitstream in decode_group3_1d_line() and decode_group3_2d_line()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/fitsenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/flacenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/g722enc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/g723_1enc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/g726: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h263, h263data: Move ff_h263_init_rl_inter to h263.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h263, h263data: Move ff_h263_init_rl_inter to h263.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/j2kenc: Make encoder init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Make decoder init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeglsdec: Set alpha plane in PAL8 so image is not 100% transparent
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeglsenc: Allocate buffer with fixed size only once
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeglsenc: Avoid intermediate buffer, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeglsenc: Check for invalid dimensions
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeglsenc: Remove redundant implicit checks
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeglsenc: Remove unnecessary header
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libaomenc: Avoid copying data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libcodec2: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libgsmenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libkvazaar: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libmp3lame: Avoid copying data, allow user-supplied buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libopenh264enc: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libshine: Avoid copying data, allow user-supplied buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libtheoraenc: Avoid copying data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libvorbisenc: Avoid copying data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libvpxenc: Avoid copying data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libvpxenc: Avoid one level of indentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libwebpenc: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libwebpenc_animencoder: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libx264: Avoid copying data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libx264: Fix redundant setting of caps_internal
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libx265: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxavs2: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxavs: Avoid overallocating, copying packet data
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxavs: Improve returned error codes
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ljpegenc: Mark encoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/lpc: Avoid floating point division by 0
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/metasound: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mips: Optimize function ff_h264_loop_filter_strength_msa.
gxw
- [FFmpeg-cvslog] avcodec/mips: Refine ff_h264_h_lpf_luma_inter_msa
gxw
- [FFmpeg-cvslog] avcodec/mips: Refine get_cabac_inline_mips.
Shiyou Yin
- [FFmpeg-cvslog] avcodec/mips: Restore the initialization sequence of MSA and MMI in ff_h264chroma_init_mips.
Shiyou Yin
- [FFmpeg-cvslog] avcodec/mjpegdec: Clear palette to avoid uninitialized entries
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Decode to PAL8 independant of the location of LSE
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: fix SOF check in EOI
James Almer
- [FFmpeg-cvslog] avcodec/mqc: Hardcode tables to save space
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mscc: Mark decoders as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/nellymoserenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/nuv: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/nvenc: disable s12m timestamps by default
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvenc: disable s12m timestamps by default
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/pamenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pcm-dvdenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pcm: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pngenc: Avoid copying APNG data, allow user-supplied buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pngenc: Mark encoders as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pngenc: Remove always-true check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pnmenc: Avoid intermediate buffer, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/qcelpdec: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/r210enc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/r210enc: Deduplicate pix_fmts arrays
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ra144enc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rawdec: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rawenc: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rl: Improve documentation of ff_rl_init/ff_rl_init_vlc
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/roqaudioenc: Avoid copying data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/s302menc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/sbcenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/speedhq, speedhqenc: Make codecs init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/speedhqenc: Hardcode table to save space
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tscc: Don't free uninitialized z_stream
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tscc: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ttmlenc: Don't confuse capabilities and caps_internal
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ttmlenc: Don't confuse capabilities and caps_internal
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ttmlenc: Mark encoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/twinvqdec: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/utils: don't use ff_fast_mallocz() in av_fast_padded_malloc()
James Almer
- [FFmpeg-cvslog] avcodec/utils: treat PAL8 for jpegs similar to other colorspaces
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/v210enc: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/v308enc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/v408enc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/v408enc: Deduplicate pix_fmts arrays
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/v410enc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vaapi_av1: pass full buffer size for each tile
Fei Wang
- [FFmpeg-cvslog] avcodec/vaapi_av1: pass full buffer size for each tile
Fei Wang
- [FFmpeg-cvslog] avcodec/vc1: Check remaining bits in ff_vc1_parse_frame_header()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc2enc: Allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/videotoolboxenc: #define TARGET_CPU_ARM64 to 0 if not provided by the SDK
Zane van Iperen
- [FFmpeg-cvslog] avcodec/videotoolboxenc: #define TARGET_CPU_ARM64 to 0 if not provided by the SDK
Zane van Iperen
- [FFmpeg-cvslog] avcodec/videotoolboxenc: Avoid copying data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vmdvideo: Cleanup generically upon init failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vmdvideo: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vorbisenc: Combine codebooks, avoid relocations
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vorbisenc: Don't free uninitialized pointers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vorbisenc: Mark encoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp3: Avoid code duplication when initializing coeff_vlcs
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp3: Don't try to decode VP4 when VP4 decoder is disabled
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp3: Mark decoders as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp3: Reindentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp8: Mark decoders as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp9: Cleanup generically on init failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp9: Inline function with only one caller into it
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp9: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp9: Remove excessive log messages
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/webp: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wma(dec|enc): Fix memleaks upon allocation error
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wma: Check initializing VLC
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wma: Remove nonsense volatile
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmadec: Check operations that can fail
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmadec: Forward error instead of return -1
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmadec: Mark decoders as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmaenc: Check operations that can fail
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmaenc: Mark encoders as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmalosslessdec: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmaprodec: Check ff_mdct_init() for failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmaprodec: Make decoders init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmavoice: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/xfaceenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/xwdenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/y41penc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/yuv4enc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/zmbv: Don't free uninitialized z_stream
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/zmbv: Mark decoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/zmbvenc: Avoid copying packet data, allow user-supplied buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/zmbvenc: Fix memleak upon init error
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/zmbvenc: Mark encoder as init-threadsafe
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec: be more explicit about the buffer size in get_encode_buffer documentation
James Almer
- [FFmpeg-cvslog] avcodec: Implement Acorn Replay IMA ADPCM decoder
Cameron Cawley
- [FFmpeg-cvslog] avcodec: remove leftover references to AVCodecContext.refcounted_frames
James Almer
- [FFmpeg-cvslog] avfilter/avfiltergraph: Remove NULL checks after dereferences
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/bwdif: Fix time base for large denominators
Philip Langdale
- [FFmpeg-cvslog] avfilter/dnn/dnn_backend_tf: fix cross library usage
Limin Wang
- [FFmpeg-cvslog] avfilter/guided: reindent after 93ddb9b617
Gyan Doshi
- [FFmpeg-cvslog] avfilter/guided: simplify subsampling assignment.
Gyan Doshi
- [FFmpeg-cvslog] avfilter/metadata: add intuitive labels for metadata values
Gyan Doshi
- [FFmpeg-cvslog] avfilter/vf_dnn_classify: add result check for av_frame_get_side_data
Steven Liu
- [FFmpeg-cvslog] avfilter/vf_guided: Add missing const
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_guided: Don't free frame we don't own
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_guided: Don't needlessly copy properties, fix potential NPD
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_guided: Fix leak of frames
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_identity: fix typo
Limin Wang
- [FFmpeg-cvslog] avfilter/vf_identity: remove unnecessary check
Limin Wang
- [FFmpeg-cvslog] avfilter/vf_psnr: remove unnecessary check
Limin Wang
- [FFmpeg-cvslog] avfilter/vf_scale: store the offset in a local variable before adding it
James Almer
- [FFmpeg-cvslog] avfilter/vf_ssim: remove unnecessary check
Limin Wang
- [FFmpeg-cvslog] avfilter/vf_subtitles: allow using embedded fonts
Oneric
- [FFmpeg-cvslog] avfilter/vf_vmafmotion: Check dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_yadif: Fix handing of tiny images
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/yadif: Fix time base for large denominators
Tom Boshoven
- [FFmpeg-cvslog] avfilter/yadif_cuda: Fix time base for large denominators
Philip Langdale
- [FFmpeg-cvslog] avformat/avidec: don't save a copy of the packet's AVBufferRef on DV streams
James Almer
- [FFmpeg-cvslog] avformat/avio: Check av_opt_copy() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dv: stop using av_init_packet()
James Almer
- [FFmpeg-cvslog] avformat/fifo: check for flushed packets and timeshift
Michael Niedermayer
- [FFmpeg-cvslog] avformat/flvdec: use milisecond precision for parsing timestamps
Marton Balint
- [FFmpeg-cvslog] avformat/framecrcenc: print basic side data information again
James Almer
- [FFmpeg-cvslog] avformat/hls: relay format options to segment demuxer
Gyan Doshi
- [FFmpeg-cvslog] avformat/hls: use av_strncasecmp()
Limin Wang
- [FFmpeg-cvslog] avformat/hlsenc: correct log text and supply packet details
Gyan Doshi
- [FFmpeg-cvslog] avformat/matroskadec: remove special handling of av1c extradata
Jan Ekström
- [FFmpeg-cvslog] avformat/moflex: Remove unneeded format variable
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: don't save a copy of the packet's AVBufferRef on DV streams
James Almer
- [FFmpeg-cvslog] avformat/mov: Ignore duplicate CoLL
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Limit nb_chapter_tracks to input size
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: remove special handling of av1c extradata
Jan Ekström
- [FFmpeg-cvslog] avformat/movenc: Check pal_size before use
Michael Niedermayer
- [FFmpeg-cvslog] avformat/movenc: fix writing dOps atoms
James Almer
- [FFmpeg-cvslog] avformat/mpegts: add missing sample_rate value to Opus extradata
James Almer
- [FFmpeg-cvslog] avformat/mpegtsenc: add NIT support
Ubaldo Porcheddu
- [FFmpeg-cvslog] avformat/mvdec: Check sample rate in parse_audio_var()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rpl: cosmetics
Zane van Iperen
- [FFmpeg-cvslog] avformat/rpl: Support files containing Replay IMA ADPCM audio
Cameron Cawley
- [FFmpeg-cvslog] avformat/utils: constrain the lifetime of the pointer returned by avformat_index_get_entry()
James Almer
- [FFmpeg-cvslog] avformat/utils: Fix NPD when allocating AVStreamInternal fails
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/utils: Use 64bit earlier in r_frame_rate check
Michael Niedermayer
- [FFmpeg-cvslog] avformat: add Argonaut Games CVG demuxer
Zane van Iperen
- [FFmpeg-cvslog] avformat: add Argonaut Games CVG muxer
Zane van Iperen
- [FFmpeg-cvslog] avformat: move AVStream.codec_info_nb_frames to AVStreamInternal
James Almer
- [FFmpeg-cvslog] avformat: move AVStream.last-IP_{pts,duration} to AVStreamInternal
James Almer
- [FFmpeg-cvslog] avformat: move AVStream.probe_packets to AVStreamInternal
James Almer
- [FFmpeg-cvslog] avformat: move AVStream.stream_identifier to AVStreamInternal
James Almer
- [FFmpeg-cvslog] avformat: move AVStream.{parser,need_parsing} to AVStreamInternal
James Almer
- [FFmpeg-cvslog] avio: do not export avpriv_io_{move,delete}
Anton Khirnov
- [FFmpeg-cvslog] avutil/imgutils: don't add offsets to NULL pointers
James Almer
- [FFmpeg-cvslog] avutil/mem: check for max_alloc_size in av_fast_malloc()
James Almer
- [FFmpeg-cvslog] avutil/mem: make ff_fast_malloc() internal to mem.c
James Almer
- [FFmpeg-cvslog] avutil/mem: make max_alloc_size an atomic type
James Almer
- [FFmpeg-cvslog] avutil/mem: use GCC builtins to check for overflow in av_size_mult()
James Almer
- [FFmpeg-cvslog] configure: Add missing mpegvideo dependency for IPU decoder
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: Add missing mpegvideo dependency for IPU decoder
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: dnn needs avformat
Matthias C. M. Troffaes
- [FFmpeg-cvslog] configure: fix some filter dependencies
Matthias Troffaes
- [FFmpeg-cvslog] dnn/vf_dnn_detect.c: add tensorflow output parse support
Ting Fu
- [FFmpeg-cvslog] dnn: add DCO_RGB color order to enum DNNColorOrder
Ting Fu
- [FFmpeg-cvslog] doc/encoders: update default coder for aac
Gyan Doshi
- [FFmpeg-cvslog] doc/filters: correct name for guided filter
Gyan Doshi
- [FFmpeg-cvslog] doc/filters: note order of inputs for libvmaf
Gyan Doshi
- [FFmpeg-cvslog] doc/filters: Unhedge note for sub option in guided filter
Gyan Doshi
- [FFmpeg-cvslog] doc/filters: Update commands doc for amix
Jun Zhao
- [FFmpeg-cvslog] doc/muxers: note movie_timescale option in movenc
Gyan Doshi
- [FFmpeg-cvslog] fate-aac: use the fast coder for tests
Lynne
- [FFmpeg-cvslog] fate-oggopus-demux: convert to ffprobe
Anton Khirnov
- [FFmpeg-cvslog] fate-run.sh: print stream side data in probeaudiostream()
Anton Khirnov
- [FFmpeg-cvslog] fate-ts-demux: convert to ffprobe
Anton Khirnov
- [FFmpeg-cvslog] fate-ts-opus-demux: convert to ffprobe
Anton Khirnov
- [FFmpeg-cvslog] fate-ts-small-demux: convert to ffprobe
Anton Khirnov
- [FFmpeg-cvslog] fate-webm-webvtt-remux: print packet side data in ffprobe output
Anton Khirnov
- [FFmpeg-cvslog] fate/demux: convert flv-demux to ffprobe
Anton Khirnov
- [FFmpeg-cvslog] fate/gapless: add a test for skip samples side data
Anton Khirnov
- [FFmpeg-cvslog] fate: add a more extensive test for APNG_DISPOSE_OP_BACKGROUND
Anton Khirnov
- [FFmpeg-cvslog] fate: drop the vp8-alpha test
Anton Khirnov
- [FFmpeg-cvslog] ffmpeg: return no chosen output if an uninitialized stream is unavailable
Jan Ekström
- [FFmpeg-cvslog] ffmpeg: return no chosen output if an uninitialized stream is unavailable
Jan Ekström
- [FFmpeg-cvslog] ffmpeg: stop accessing private AVStream.codec_info_nb_frames
James Almer
- [FFmpeg-cvslog] ffprobe: add option to control optional fields display
Gyan Doshi
- [FFmpeg-cvslog] ffprobe: only hash extradata when it is present
Anton Khirnov
- [FFmpeg-cvslog] ffprobe: support printing more packet side data types
Anton Khirnov
- [FFmpeg-cvslog] fix broken links to msdn documentation
Peter Ross
- [FFmpeg-cvslog] GSoC: Add guided filter
Xuewei Meng
- [FFmpeg-cvslog] GSoC: Support fast guided filter.
Xuewei Meng
- [FFmpeg-cvslog] lavc/pngdec: fix updating reference frames for APNG_DISPOSE_OP_BACKGROUND
Anton Khirnov
- [FFmpeg-cvslog] lavc/pngdec: fix updating reference frames for APNG_DISPOSE_OP_BACKGROUND
Anton Khirnov
- [FFmpeg-cvslog] lavc/videotoolboxenc: set DataRateLimits for hevc
Zhao Zhili
- [FFmpeg-cvslog] lavf/flvdec: normalize exporting date metadata
Anton Khirnov
- [FFmpeg-cvslog] lavf/framecrcenc: do not hash side data
Anton Khirnov
- [FFmpeg-cvslog] lavfi/dnn/dnn_io_proc.c: fix Improper use of negative value (NEGATIVE_RETURNS)
Guo, Yejun
- [FFmpeg-cvslog] lavfi/dnn/dnn_io_proc.c: Fix Out-of-bounds access (ARRAY_VS_SINGLETON)
Guo, Yejun
- [FFmpeg-cvslog] lavfi/dnn: add classify support with openvino backend
Guo, Yejun
- [FFmpeg-cvslog] lavfi/dnn: refine code to separate processing and detection in backends
Guo, Yejun
- [FFmpeg-cvslog] lavfi/dnn: refine dnn interface to add DNNExecBaseParams
Guo, Yejun
- [FFmpeg-cvslog] lavfi/dnn_backend_native_layer_avgpool.c: Correct Spelling of Pixel
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_native_layer_avgpool.h: Documentation
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_native_layer_conv2d.h: Documentation
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_native_layer_dense.h: Documentation
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_native_layer_depth2space.h: Documentation
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_native_layer_mathunary.h: Documentation
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_openvino.c: add InferenceItem between TaskItem and RequestItem
Guo, Yejun
- [FFmpeg-cvslog] lavfi/dnn_backend_openvino.c: Correct Pointer Type while Freeing
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_openvino.c: move the logic for batch mode earlier
Guo, Yejun
- [FFmpeg-cvslog] lavfi/dnn_backend_openvino.c: unify code for infer request for sync/async
Guo, Yejun
- [FFmpeg-cvslog] lavfi/dnn_backend_tensorflow: add multiple outputs support
Ting Fu
- [FFmpeg-cvslog] lavfi/dnn_backend_tensorflow: support detect model
Ting Fu
- [FFmpeg-cvslog] lavfi/dnn_classify: add filter dnn_classify for classification based on detection bounding boxes
Guo, Yejun
- [FFmpeg-cvslog] lavfi/dnn_filter_common.h: make filter option 'options' as deprecated
Guo, Yejun
- [FFmpeg-cvslog] lavfi/drawbox: refine code
Ting Fu
- [FFmpeg-cvslog] lavfi/vf_dnn_processing.c: fix CID 1460603
Guo, Yejun
- [FFmpeg-cvslog] libavcodec/mips: Fix specification of instruction name
Jin Bo
- [FFmpeg-cvslog] libavfilter: vf_drawbox filter support draw box with detection bounding boxes in side_data
Ting Fu
- [FFmpeg-cvslog] libavfilter: vf_drawtext filter support draw text with detection bounding boxes in side_data
Ting Fu
- [FFmpeg-cvslog] libavformat/hlsenc: fix typos in comments
Valerii Zapodovnikov
- [FFmpeg-cvslog] mips: Fix potential illegal instruction error.
Shiyou Yin
- [FFmpeg-cvslog] movenc: add movie_timescale option instead of hardcoding 1000
Justin Ruggles
- [FFmpeg-cvslog] New commits on branch master
Git System
- [FFmpeg-cvslog] Revert "avcodec/adpcm: Set vqa_version before use in init"
Michael Niedermayer
- [FFmpeg-cvslog] Revert "avcodec/mjpegdec: fix SOF check in EOI"
Michael Niedermayer
- [FFmpeg-cvslog] Revert "avcodec/mjpegdec: postpone calling ff_get_buffer() until the SOS marker"
Michael Niedermayer
- [FFmpeg-cvslog] Revert "avformat/hlsenc: compute video_keyframe_size after write keyframe"
Steven Liu
- [FFmpeg-cvslog] tests/image: remove colorspace conversion from jpegls tests
James Almer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for jpeg2000
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for TAK
Michael Niedermayer
Last message date:
Mon May 31 15:02:58 EEST 2021
Archived on: Mon May 31 15:03:08 EEST 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).