July 2021 Archives by author
Starting: Fri Jul 2 00:54:49 EEST 2021
Ending: Sat Jul 31 23:56:15 EEST 2021
Messages: 308
- [FFmpeg-cvslog] avformat: add a concat protocol that takes a line break delimited list of resources
James Almer
- [FFmpeg-cvslog] avcodec/setts_bsf: actually store the current packet's timestamps to be usable by the next
James Almer
- [FFmpeg-cvslog] avcodec/setts_bsf: add a NOPTS constant
James Almer
- [FFmpeg-cvslog] avcodec/libdav1d: use ff_decode_frame_props() to fill frame properties
James Almer
- [FFmpeg-cvslog] avcodec/libdav1d: don't repeatedly parse the same sequence header
James Almer
- [FFmpeg-cvslog] avcodec/libdav1d: parse sequence headers in extradata if available
James Almer
- [FFmpeg-cvslog] configure: clean up and fix xlib checks
James Almer
- [FFmpeg-cvslog] configure: use the correct header for the fallback libxext check
James Almer
- [FFmpeg-cvslog] ffprobe: use quotation marks in the xml header output
James Almer
- [FFmpeg-cvslog] avformat/utils: remove AVStreamInternal.orig_codec_id
James Almer
- [FFmpeg-cvslog] avutil/macos_kperf: add missing header guards
James Almer
- [FFmpeg-cvslog] cbs_h264: add support for Film Grain Characteristics SEI messages
James Almer
- [FFmpeg-cvslog] avutil/film_grain_params: add support for H.274 Film Grain Characteristics
James Almer
- [FFmpeg-cvslog] avcodec/h264_sei: parse and export Film Grain Characteristics SEI messages
James Almer
- [FFmpeg-cvslog] avcodec/h264_sei: honor the Film Grain Characteristics cancel flag
James Almer
- [FFmpeg-cvslog] avformat/concat: check the terminating character returned by av_get_token()
James Almer
- [FFmpeg-cvslog] avfilter/f_metadata: do not return the frame early if there is no metadata
Marton Balint
- [FFmpeg-cvslog] avfilter/f_metadata: do not return the frame early if there is no metadata
Marton Balint
- [FFmpeg-cvslog] cafenc: fill in avg. packet size later if unknown
Roman Beranek
- [FFmpeg-cvslog] lavu/cpu.c: Add av_force_cpu_count() to override auto-detection.
Thilo Borgmann
- [FFmpeg-cvslog] fftools/cmdutils.c: Add cmd line option to override detection of cpu count.
Thilo Borgmann
- [FFmpeg-cvslog] fftools/ffmpeg: Fix runlength for strncmp()
Thilo Borgmann
- [FFmpeg-cvslog] lavu/cpu: Use av_cpu_ prefix
Thilo Borgmann
- [FFmpeg-cvslog] avfilter/vf_v360: fix visibility test for fisheye projection
Daniel Playfair Cal
- [FFmpeg-cvslog] lavu/checkasm: add (private) kperf timing for macOS
J. Dekker
- [FFmpeg-cvslog] lavu/kperf: use ff_thread_once()
J. Dekker
- [FFmpeg-cvslog] avcodec/bsf: switch to av_get_token to parse bsf list string
Gyan Doshi
- [FFmpeg-cvslog] avfilter/fps: remove unconventional acronyms
Gyan Doshi
- [FFmpeg-cvslog] avformat/img2dec: Deduplicate AVClasses
Gyan Doshi
- [FFmpeg-cvslog] ffmpeg: add option recast_media
Gyan Doshi
- [FFmpeg-cvslog] avcodec/qsvenc: clip global_quality for ICQ modes.
Gyan Doshi
- [FFmpeg-cvslog] ffmpeg: add option readrate
Gyan Doshi
- [FFmpeg-cvslog] ffmpeg: delay readrate enforcement for decoded streams
Gyan Doshi
- [FFmpeg-cvslog] avformat/gifdec: log loop count
Gyan Doshi
- [FFmpeg-cvslog] doc/filters: note expr and eval mode support in overlay_cuda
Gyan Doshi
- [FFmpeg-cvslog] avcodec/noise_bsf: add expr support
Gyan Doshi
- [FFmpeg-cvslog] avcodec/noise_bsf: restore dropamount for backwards compatibility
Gyan Doshi
- [FFmpeg-cvslog] configure: move x264_csp_bgr check under general libx264 checks
Jan Ekström
- [FFmpeg-cvslog] {configure,avcodec/libx264}: remove separate x264_csp_bgr check
Jan Ekström
- [FFmpeg-cvslog] ffmpeg: fix order between field order autodetection and override
Jan Ekström
- [FFmpeg-cvslog] libavcodec/mpeg12dec.c: Switch to init_get_bits8 and checks return value
Thierry Foucu
- [FFmpeg-cvslog] avformat/rtsp: Fix timeout option
Andriy Gelman
- [FFmpeg-cvslog] avcodec/mjpegdec: Try to continue decoding on zero quant matrix value
Andriy Gelman
- [FFmpeg-cvslog] avformat/rtsp: Set port_off to zero for low min/max port range
Andriy Gelman
- [FFmpeg-cvslog] avformat/rtsp: Reindent after previous commit
Andriy Gelman
- [FFmpeg-cvslog] avformat/rtsp: Include rtcp in port range check
Andriy Gelman
- [FFmpeg-cvslog] avformat/argo_cvg: don't set bits_per_raw_sample
Zane van Iperen
- [FFmpeg-cvslog] avformat/argo_asf: don't set bits_per_raw_sample
Zane van Iperen
- [FFmpeg-cvslog] avformat/alp: don't set bits_per_raw_sample
Zane van Iperen
- [FFmpeg-cvslog] avformat/apm: don't set bits_per_raw_sample
Zane van Iperen
- [FFmpeg-cvslog] avformat/kvag: don't set bits_per_raw_sample
Zane van Iperen
- [FFmpeg-cvslog] avformat/pp_bnk: don't set bits_per_raw_sample
Zane van Iperen
- [FFmpeg-cvslog] avcodec/argo: use bits_per_coded_sample instead of bits_per_raw_sample
Zane van Iperen
- [FFmpeg-cvslog] avformat/argo_brp: use bits_per_coded_sample instead of bits_per_raw_sample
Zane van Iperen
- [FFmpeg-cvslog] avutil/hwcontext_videotoolbox: implement hwupload to convert AVFrame to CVPixelBuffer
Aman Karmani
- [FFmpeg-cvslog] sws: remove unnecessary braces
Anton Khirnov
- [FFmpeg-cvslog] sws: factor out updating the palette
Anton Khirnov
- [FFmpeg-cvslog] sws: reindent after previous commit
Anton Khirnov
- [FFmpeg-cvslog] sws: return an error code on invalid parameters to sws_scale()
Anton Khirnov
- [FFmpeg-cvslog] sws: factor out gamma-correct scaling
Anton Khirnov
- [FFmpeg-cvslog] sws: cosmetics
Anton Khirnov
- [FFmpeg-cvslog] sws: factor out cascaded scaling
Anton Khirnov
- [FFmpeg-cvslog] sws: cosmetics
Anton Khirnov
- [FFmpeg-cvslog] sws: initialize {src,dst}Stride2 consistently with {src,dst}2
Anton Khirnov
- [FFmpeg-cvslog] sws: group the parameters validity checks together
Anton Khirnov
- [FFmpeg-cvslog] sws: do not reallocate scratch buffers for each slice
Anton Khirnov
- [FFmpeg-cvslog] sws: separate the calls to scaled vs unscaled conversion
Anton Khirnov
- [FFmpeg-cvslog] sws: rename SwsContext.swscale to convert_unscaled
Anton Khirnov
- [FFmpeg-cvslog] sws: reset sliceDir at the end of sws_scale()
Anton Khirnov
- [FFmpeg-cvslog] sws: make checking for the start of a new frame more explicit
Anton Khirnov
- [FFmpeg-cvslog] sws: merge handling frame start into a single block
Anton Khirnov
- [FFmpeg-cvslog] sws: simplify setting sliceDir
Anton Khirnov
- [FFmpeg-cvslog] sws: move the early return for zero-sized slices higher up
Anton Khirnov
- [FFmpeg-cvslog] sws: move initializing dither_error higher up
Anton Khirnov
- [FFmpeg-cvslog] sws: move updating the palette higher up
Anton Khirnov
- [FFmpeg-cvslog] lavfi/vf_scale: pass only the private context to scale_slice()
Anton Khirnov
- [FFmpeg-cvslog] lavfi/vf_scale: forward errors from swscale
Anton Khirnov
- [FFmpeg-cvslog] Fix double write of DASH manifest in streaming mode
Kevin LaFlamme
- [FFmpeg-cvslog] avformat/mxfdec: fix frame wrapping detection for J2K essence container
Pierre-Anthony Lemieux
- [FFmpeg-cvslog] avdevice/avfoundation: remove first_audio_pts and first_pts
Steven Liu
- [FFmpeg-cvslog] libswscale: Make sws_init_context thread safe.
Peter Lundblad
- [FFmpeg-cvslog] avfilter/vf_signature: Initialize all houghspace elements
Jai Luthra
- [FFmpeg-cvslog] x86/tx_float: correctly load the transform length
Lynne
- [FFmpeg-cvslog] avfilter/vf_w3fdif: fix time base for large denominators
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_estdif: fix time base for large denominators
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_nnedi: fix time base for large denominators
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_chromanr: add also euclidean distance for calculations
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: avoid doubles in fov_from_dfov()
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add afwtdn filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_sofalizer: switch to TX FFT from avutil
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_headphone: switch to TX FFT from avutil
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: switch to TX FFT from avutil
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: fix hz scale with legend enabled
Paul B Mahol
- [FFmpeg-cvslog] configure: remove sofalizer triggering of avcodec dependency
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: fix not rendering all channels with fscale=log:mode=separate
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fillborders: add another mode
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_pseudocolor: add solar preset
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_anlmdn: add longer names of filter options
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_threshold: add support for commands
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_afwtdn: add forgotten break statement
Paul B Mahol
- [FFmpeg-cvslog] avfilter/f_ebur128: add all sample rates support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/f_ebur128: fix video output regression
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silenceremove: add support for more sample formats
Paul B Mahol
- [FFmpeg-cvslog] avformat/yuv4mpegenc: add support for yuva444p
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silenceremove: make window also depends on input sample format
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_pseudocolor: add three more presets
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_concat: fix EOF timestamp
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_afftdn: switch to TX FFT from avutil
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showcqt: switch to TX FFT from avutil
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showfreqs: switch to TX FFT from avutil
Paul B Mahol
- [FFmpeg-cvslog] avfilter/[vf_nnedi, vf_estdif]: check interlaced flag on correct frame
Kacper Michajłow
- [FFmpeg-cvslog] libavformat/rtsp.c: Reply to GET_PARAMETER requests
Hayden Myers
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for theora
Michael Niedermayer
- [FFmpeg-cvslog] tools/cws2fws: Check read() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/ftp: Check for av_strtok() failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/j2kenc: Check for av_strtok() failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/lpc: check for zero err in normalization in compute_lpc_coefs()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Fix handling of huge default durations
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: move maximum variables into function
Michael Niedermayer
- [FFmpeg-cvslog] swscale/slice: Check slice for allocation failure
Michael Niedermayer
- [FFmpeg-cvslog] swscale/output: Implement dither none for yuv2rgb_write_full()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Use full chroma interpolation for rgb4/8 and dither none
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacdec_template: Avoid some invalid values to be set by decode_audio_specific_config_gb()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/slice: Fix wrong return on error
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/exr: Check uncompressed_size against max_pixels
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: Check size for shrinking
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: do not ignore errors in mov_metadata_hmmt()
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Fuzz skip_frame
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Set extradata for the parser
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Fuzz AV_CODEC_FLAG2_EXPORT_MVS
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Fuzz FF_DEBUG_*
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_mestimate: Check b_count
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_fftdnoiz: Use lrintf() in export_row8()
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/af_drmeter: Check that there is data
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Avoid undefined overflow in time_offset calculation
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for libvorbis
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Fix extradata duplication
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Fix incorrect overflow detection in mov_read_sidx()
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust the threshold for VP3
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust the threshold for VP5
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for VP6F
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aaccoder: Add minimal bias in search_for_ms()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/aiffdec: Check for size overflow in header parsing
Michael Niedermayer
- [FFmpeg-cvslog] avformat/asfdec_f: Check sizeX against padding
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avidec: fix position overflow in avi_load_index()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/bfi: check nframes
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dsfdec: Change order of operations in bitrate computation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dsicin: Check packet size for overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/sbgdec: Check for overflow in timestamp preparation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: Use 64bit in new_pos computation
Michael Niedermayer
- [FFmpeg-cvslog] fate/ffprobe: Verify ffprobe XML output against schema file
Tobias Rapp
- [FFmpeg-cvslog] avfilter/af_astats: Only print header lines when values are to be printed
Tobias Rapp
- [FFmpeg-cvslog] avformat: Add internal flags for AV(In|Out)putFormat
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat: Redo cleanup of demuxers upon read_header() failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/4xm: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aadec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aaxdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avidec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/ape: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aqtitledec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/assdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/av1dec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/brstm: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/concatdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/dashdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hls: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/icodec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/jacosubdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/jvdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/libgme: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/libopenmpt: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/lrcdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mccdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/microdvddec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mlvdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpeg: Simplify cleanup after reading vobsub header fails
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpl2dec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpsubdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mxfdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/nsvdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/nutdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/oggdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/omadec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/paf: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/pjsdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/pp_bnk: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/realtextdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/rmdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/samidec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sccdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/segafilm: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sierravmd: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/srtdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/stldec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewerdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewer1dec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tedcaptionsdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tiertexseq: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/vapoursynth: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/vividas: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/vplayerdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/wc3movie: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webvttdec: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/xmv: Simplify cleanup after read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/Makefile: Add missing rawdec dependency for IPU demuxer
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/Makefile: Remove rawdec dependency from aptx, codec2 demuxers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aptxdec: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/asfenc: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/codec2: Remove unused AVClass with wrong category
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/flacdec, takdec: Use FFRawDemuxerContext directly
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/flvdec: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/g726: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hashenc: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/img2dec: Make ff_img2pipe_options static
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/img2dec: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/movenc: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpegenc: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/oggenc: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/pcmdec: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/rawdec: Deduplicate AVClasses based upon ff_raw_options
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/rawdec: Deduplicate AVClasses based upon ff_rawvideo_options
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/segment: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/v210: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/Makefile: Fix standalone build of adpcm_argo encoder
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ac3dec_float: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ac3enc: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/g726: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libcodec2: Remove AVClass for decoder
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libwebpenc: Deduplicate options, AVClass, pix_fmts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Deduplicate ff_mpv_generic_options-based AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pngenc: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/proresenc_anatoliy: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/proresenc_anatoliy: Deduplicate pix_fmts arrays
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/textdec: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/img2dec: Fix typo in AVClass name
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close)
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg: Fix declaration-after-statement warning
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libavcodec.v: Tighten export whitelist
Andreas Rheinhardt
- [FFmpeg-cvslog] Avoid calling functions repeatedly via FFMIN
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/internal: Mark ff_filter_get_nb_threads() as av_pure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dsd_tablegen: Merge header into dsd.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcmenc: Use smaller scope for some variables
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcmenc: #if disabled code away, fix build without ADPCM_ARGO
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcmenc: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcmenc: Don't include disabled AVCodecs
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcm: Use smaller scope for some variables
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcm: Fix indentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcm: Disable dead code
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcm: Don't include disabled AVCodecs
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcm_data: Fix type mismatch for ff_adpcm_afc_coeffs
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcm_data: Move tables only used by adpcm.c to it
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Stop including bsf.h in avcodec.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Stop including channel_layout.h in avcodec.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Don't include errno.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Don't include hwcontext.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Don't include cpu.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/lossless_videodsp: Improve included headers
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/internal, swresample/audioconvert: Remove cpu.h inclusions
Andreas Rheinhardt
- [FFmpeg-cvslog] Remove obsolete version.h inclusions
Andreas Rheinhardt
- [FFmpeg-cvslog] Remove unnecessary mem.h inclusions
Andreas Rheinhardt
- [FFmpeg-cvslog] Remove unnecessary avassert.h inclusions
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec: Remove some unnecessary mpegvideo.h inclusions
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/g729postfilter.h: Include acelp_pitch_delay.h
Andreas Rheinhardt
- [FFmpeg-cvslog] Remove/replace some unnecessary avcodec.h inclusions
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tableprint_vlc: Fix building with hardcoded tables
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/yuv4mpegdec: Use table instead of repeated "else if"
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_shufflepixels: Check ff_get_video_buffer()
Andreas Rheinhardt
- [FFmpeg-cvslog] tools/graph2dot: Don't use sizeof(AVFilterGraph), check allocation
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix crash with too big STSZ atoms
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Remove pointless EOF checks
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aviobuf: Make ff_read_line_to_bprint() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/common, macros: Move several macros from common.h to macros.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/error: Include macros.h for MKTAG
Andreas Rheinhardt
- [FFmpeg-cvslog] (postproc|swresample)/version: Don't include libavutil/avutil.h
Andreas Rheinhardt
- [FFmpeg-cvslog] postproc/postprocess: Remove legacy cruft
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: use pkg-config for xlib/Xv
Timo Rothenpieler
- [FFmpeg-cvslog] lavfi/dnn_backend_openvino.c: Fix Memory Leak in execute_model_ov
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_tf: TaskItem Based Inference
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_tf: Add TFInferRequest and TFRequestItem
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_tf: Request-based Execution
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_tf: Separate function for filling RequestItem
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_tf: Separate function for Completion Callback
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_tf: Error Handling
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_openvino.c: Fix Memory Leak in execute_model_ov
Shubhanshu Saxena
- [FFmpeg-cvslog] lavfi/dnn_backend_ov: Rename RequestItem to OVRequestItem
Shubhanshu Saxena
- [FFmpeg-cvslog] libavformat/rtpdec_rfc4175: Check for zero pgroup before mod
Kyle Schwarz
- [FFmpeg-cvslog] fftools/ffmpeg: fix -t inaccurate recording time
Shiwang.Xie
- [FFmpeg-cvslog] mov: Pick up "com.apple.quicktime.artwork" as cover art
Martin Storsjö
- [FFmpeg-cvslog] mov: Don't export unknown/unhandled metadata types as if they were UTF8
Martin Storsjö
- [FFmpeg-cvslog] avformat/oggparsevorbis: Update end_trimming for the last packet
Guangyu Sun
- [FFmpeg-cvslog] libavcodec/vorbisenc: Add missing initial_padding
Guangyu Sun
- [FFmpeg-cvslog] fate/oggvorbis: Fix tests after fixing AV_PKT_DATA_SKIP_SAMPLES
Guangyu Sun
- [FFmpeg-cvslog] fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames option
Keyun Tong
- [FFmpeg-cvslog] avfilter/dnn_filter_common: Use const where appropriate
Limin Wang
- [FFmpeg-cvslog] qsvenc_hevc: allow user set more coding options
Haihao Xiang
- [FFmpeg-cvslog] qsvenc: Value '0' is not a valid value for parameter GopOptFlag
Haihao Xiang
- [FFmpeg-cvslog] avutil/mips: Use MMI_{L, S}QC1 macro in {SAVE, RECOVER}_REG
Jiaxun Yang
- [FFmpeg-cvslog] avcodec/mips: Use MMI marcos to replace Loongson3 instructions
Jiaxun Yang
- [FFmpeg-cvslog] avutil/mips: Use $at as MMI macro temporary register
Jiaxun Yang
- [FFmpeg-cvslog] avcodec/mips: cabac.h provide fallback for wsbh instruction
Jiaxun Yang
- [FFmpeg-cvslog] lavfi/signature: fix always true expression
Valerii Zapodovnikov
- [FFmpeg-cvslog] lavc:libsvtav1: Update SVT-AV1 new repo
Jun Zhao
- [FFmpeg-cvslog] avformat/udp: fix check for pthread_cond_wait return value
Zhao Zhili
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 63f11a8 ffmpeg-web/robots.txt: attempt to keep spiders out of dynamically generated git content
ffmpeg-git at ffmpeg.org
Last message date:
Sat Jul 31 23:56:15 EEST 2021
Archived on: Sat Jul 31 23:56:20 EEST 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).