Messages by Thread
-
[FFmpeg-cvslog] avcodec/cbs_apv: don't return an error when reading empty buffers
James Almer
-
[FFmpeg-cvslog] fate: Add test for APV 422-10 profile
Mark Thompson
-
[FFmpeg-cvslog] apv_decode: Replace division with shift
Mark Thompson
-
[FFmpeg-cvslog] avformat/apvdec: Remove inappropriate INIT_CLEANUP flag
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/apv_dsp: Fix left-shift of negative value
Andreas Rheinhardt
-
[FFmpeg-cvslog] avformat/apvdec: Use ffio_read_size()
Andreas Rheinhardt
-
[FFmpeg-cvslog] avformat/apvdec: Fix seeking
Andreas Rheinhardt
-
[FFmpeg-cvslog] avformat/apvdec: Check before access
Andreas Rheinhardt
-
[FFmpeg-cvslog] doc/resampler.texi: add missing swr channel layout options
James Almer
-
[FFmpeg-cvslog] swresample/swresample_frame: fix regression in detecting changes
Paul B Mahol
-
[FFmpeg-cvslog] avformat/hls: Add cmfv and cmfa to allowed_extensions
Michael Niedermayer
-
[FFmpeg-cvslog] tests: Add stream dump test API util, use it to dump stream data for chained ogg/{vorbis, opus, flac} streams.
Romain Beauxis
-
[FFmpeg-cvslog] avformat/hls: Fix Youtube AAC
Michael Niedermayer
-
[FFmpeg-cvslog] avformat/hls: Add ec3 to allowed_extensions
Michael Niedermayer
-
[FFmpeg-cvslog] avformat/hls: add fmp4 to allowed_extensions
Michael Niedermayer
-
[FFmpeg-cvslog] avformat/hls: Point user to how to easily contribute a fix for missing extensions
Michael Niedermayer
-
[FFmpeg-cvslog] avcodec: Fix fate-checkasm-hevc_pel failed on LA.
Shiyou Yin
-
[FFmpeg-cvslog] doc/ffprobe: remove entry for show_format_entry
Gyan Doshi
-
[FFmpeg-cvslog] aarch64/h26x: optimize sao_band_filter
Zhao Zhili
-
[FFmpeg-cvslog] avformat/mov: Reduce seek when interleaved_read is disabled
Zhao Zhili
-
[FFmpeg-cvslog] avformat/http: Ensure same protocol in ff_http_do_new_request2
Zhao Zhili
-
[FFmpeg-cvslog] aarch64/h26x: Add put_hevc_pel_bi_w_pixels
Zhao Zhili
-
[FFmpeg-cvslog] avformat/hls: Fix get key file error
Zhao Zhili
-
[FFmpeg-cvslog] avcodec/bsf/h264_mp4toannexb: Fix mixed bitstream format
Zhao Zhili
-
[FFmpeg-cvslog] postproc/tests: Add test tools to .gitignore
Andreas Rheinhardt
-
[FFmpeg-cvslog] avformat/apvenc: Only allow APV
Andreas Rheinhardt
-
[FFmpeg-cvslog] avformat/apvenc: Add AVFMT_NOTIMESTAMPS flag
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/apv_decode: Fix shadowing
Andreas Rheinhardt
-
[FFmpeg-cvslog] avformat/apvenc: Remove unused header
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/apv_decode: Remove redundant log message
Andreas Rheinhardt
-
[FFmpeg-cvslog] lavf: APV muxer
Mark Thompson
-
[FFmpeg-cvslog] lavf: APV demuxer
Mark Thompson
-
[FFmpeg-cvslog] lavc: APV codec ID and descriptor
Mark Thompson
-
[FFmpeg-cvslog] lavc/cbs: APV support
Mark Thompson
-
[FFmpeg-cvslog] Changelog, doc: Add entries for new APV features
Mark Thompson
-
[FFmpeg-cvslog] lavc: APV metadata bitstream filter
Mark Thompson
-
[FFmpeg-cvslog] lavc/apv: AVX2 transquant for x86-64
Mark Thompson
-
[FFmpeg-cvslog] lavc: APV decoder
Mark Thompson
-
[FFmpeg-cvslog] postproc/postprocess_template: fix handling of first row of dering_C
Michael Niedermayer
-
[FFmpeg-cvslog] tests: Add libpostproc blocktest
Michael Niedermayer
-
[FFmpeg-cvslog] avcodec/ffv1enc: Eliminate fabs()
Michael Niedermayer
-
[FFmpeg-cvslog] fate: add stripetest
Michael Niedermayer
-
[FFmpeg-cvslog] postproc/postprocess_template: Fix reading uninitialized pixels in dering_C()
Michael Niedermayer
-
[FFmpeg-cvslog] avcodec/x86/constants: add pd_64
James Almer
-
[FFmpeg-cvslog] avcodec/magicyuv: Simplify check for RGB
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/webp: Combine allocations
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/webp: Avoid loop
Andreas Rheinhardt
-
[FFmpeg-cvslog] avformat: Use ffio_read_size() where appropriate
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/cbs: Use put_bits63()
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuv: Set properties via AVPixFmtDescriptor
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/webp: Check before allocations
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/vp6: Use fewer number of bits in run VLCs
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/webp: Switch to ff_vlc_init_from_lengths()
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/vp6: Forward error codes
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/webp: Check more directly for invalid codes
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/huffman: Switch to ff_vlc_init_from_lengths()
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/vp6: Don't initialize unused VLC tables
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/vp6: Don't reload unnecessarily often in get_vlc2()
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/ftr: Replace AVERROR_BUG that can be triggered
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/imm5: Reference H.264/HEVC decoders directly
Andreas Rheinhardt
-
[FFmpeg-cvslog] tools/target_dec_fuzzer: Remove mjpeg hack
Andreas Rheinhardt
-
[FFmpeg-cvslog] tools/target_dec_fuzzer: Assert on AVERROR_BUG
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/cri,tdsc,tiff: Use ff_mjpeg_decoder directly
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/h264_slice: insert LCEVC side data before get_buffer() call
James Almer
-
[FFmpeg-cvslog] vulkan: use _KHR suffix for push descriptor properties struct ID
Lynne
-
[FFmpeg-cvslog] tools/sidxindex: use av_err2str
Marvin Scholz
-
[FFmpeg-cvslog] rtpdec_mpeg4: Add fmtp parsing of bitrate value
Erik Linge
-
[FFmpeg-cvslog] ffbuild: fix include path for uninstalled .pc files
Marvin Scholz
-
[FFmpeg-cvslog] avfilter/drawutils: narrow variable scopes
Marvin Scholz
-
[FFmpeg-cvslog] lavfi/vf_xpsnr: use av_err2str
Marvin Scholz
-
[FFmpeg-cvslog] tools/ismindex: use av_err2str
Marvin Scholz
-
[FFmpeg-cvslog] tools/aviocat: use av_err2str
Marvin Scholz
-
[FFmpeg-cvslog] avformat/crypto: use av_err2str
Marvin Scholz
-
[FFmpeg-cvslog] tests: lavfi/drawutils: use av_err2str
Marvin Scholz
-
[FFmpeg-cvslog] avformat/dashdec: use av_err2str
Marvin Scholz
-
[FFmpeg-cvslog] vulkan: move OPT_CHAIN out of hwcontext_vulkan
Lynne
-
[FFmpeg-cvslog] hwcontext_vulkan: enable subgroupSizeControl
Lynne
-
[FFmpeg-cvslog] vulkan: check that the max number of push descriptors is not exceeded
Lynne
-
[FFmpeg-cvslog] vulkan: move feature<->usage mapping code outside of hwcontext_vulkan.c
Lynne
-
[FFmpeg-cvslog] avformat/takdec.c: return proper error codes for avio_read() failures
James Almer
-
[FFmpeg-cvslog] libavformat/takdec.c: Fix msan error
Thierry Foucu
-
[FFmpeg-cvslog] avcodec/vc2enc: Improve error codes
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/vp8: Maintain consistency of frame pointers
Andreas Rheinhardt
-
[FFmpeg-cvslog] avutil/log,hwcontext: Add AV_CLASS_CATEGORY_HWDEVICE
softworkz
-
[FFmpeg-cvslog] avutil/hwcontext: Add item_name function for AVHWDeviceContext
softworkz
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Switch to unchecked bytestream2 API
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Avoid PutBitContext for byte-aligned writes
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/dvbsubenc: Check nb_colors before using it
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Check in advance whether to encode a slice raw
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Avoid intermediate buffer
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/dvbsubenc: Sanity check num_rects
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Hoist check out of loop
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Simplify padding slice
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Avoid excessive logmessages
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Calculate proper packet size in advance
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Fix Huffman element probabilities
Andreas Rheinhardt
-
[FFmpeg-cvslog] fate/vcodec: Add MagicYUV tests
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Only keep in Slice what is used
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Fix setting nb_slices
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Store slice width and height
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/magicyuvenc: Restrict number of slice-planes to 256
Andreas Rheinhardt
-
[FFmpeg-cvslog] doc/filters: fix "ewa_lanczos" filter description
Niklas Haas
-
[FFmpeg-cvslog] avcodec/vulkan_{av1, h264, hevc}: demote per frame logs to AV_LOG_DEBUG
llyyr
-
[FFmpeg-cvslog] vulkan: drop bgr_workaround
Lynne
-
[FFmpeg-cvslog] ffmpeg/repo: Add dot-folders in the repository root to .gitignore
softworkz
-
[FFmpeg-cvslog] avformat/dump: Print stream start offsets for input streams
softworkz
-
[FFmpeg-cvslog] avcodec/dvbsubdec: Fix conditions for fallback to default resolution
softworkz
-
[FFmpeg-cvslog] avformat/hls demuxer: Add WebVTT subtitle support
softworkz
-
[FFmpeg-cvslog] vulkan_decode: add STORAGE flag to output images
Lynne
-
[FFmpeg-cvslog] vulkan: always enable ReadWithoutFormat/WriteWithoutFormat
Lynne
-
[FFmpeg-cvslog] avcodec/tests/mjpegenc_huffman: Also test length counts
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length
Andreas Rheinhardt
-
[FFmpeg-cvslog] fftools/textformat/avtextformat: Remove unused variable
Andreas Rheinhardt
-
[FFmpeg-cvslog] vulkan: use a single command buffer per command buffer pool
Lynne
-
[FFmpeg-cvslog] vulkan/rangecoder: minor cleanup
Lynne
-
[FFmpeg-cvslog] fate/vvc: Add vvc-wpp-single-slice-pic
Frank Plowman
-
[FFmpeg-cvslog] avcodec/libjxlenc: prevent color encoding from being set twice
Leo Izen
-
[FFmpeg-cvslog] libpostproc: update APIChanges and version for "deprecate the AMD 3DNow"
Sean McGovern
-
[FFmpeg-cvslog] doc/filters: Fix video size of mptestsrc
Zhao Zhili
-
[FFmpeg-cvslog] Revert "lavf/id3v2dec: support multiple values and TIPL frames"
Michael Niedermayer
-
[FFmpeg-cvslog] avformat/rtpdec_mpeg4: add need_parsing for rtsp AAC
Jack Lau via ffmpeg-devel
-
[FFmpeg-cvslog] avcodec/ffv1enc: Use version 3 by default (CRCs by default)
Michael Niedermayer
-
[FFmpeg-cvslog] libpostproc: deprecate the AMD 3DNow! define
Sean McGovern
-
[FFmpeg-cvslog] avformat/fifo: Check for keyframe video type before stop dropping
Arthur Grillo
-
[FFmpeg-cvslog] avcodec/ffv1enc: avoid repeating the same warning forever
Jerome Martinez
-
[FFmpeg-cvslog] avformat/id3v2: Print the unknown encoding
Michael Niedermayer
-
[FFmpeg-cvslog] configure: Clearer documentation for "disable-safe-bitstream-reader"
Michael Niedermayer
-
[FFmpeg-cvslog] tools: Fix deprecation warning in patcheck
Link Mauve
-
[FFmpeg-cvslog] fftools/textformat/avtextformat: Make close functions return void
Andreas Rheinhardt
-
[FFmpeg-cvslog] fftools/textformat/avtextformat: Add missing AVERROR()
Andreas Rheinhardt
-
[FFmpeg-cvslog] fftools/textformat/avtextformat: Initialize stuff earlier
Andreas Rheinhardt
-
[FFmpeg-cvslog] textformat/tw_avio: Remove close_on_uninit param from create_file
Andreas Rheinhardt
-
[FFmpeg-cvslog] fftools/textformat/tw_avio: Remove unused private class
Andreas Rheinhardt
-
[FFmpeg-cvslog] fftools/textformat/avtextformat: Fix segfault upon allocation error
Andreas Rheinhardt
-
[FFmpeg-cvslog] fftools/textformat/tw_avio: Don't flush unnecessarily
Andreas Rheinhardt
-
[FFmpeg-cvslog] fftools/textformat: Use "", not <> for lavu headers
Andreas Rheinhardt
-
[FFmpeg-cvslog] fftools/textformat/tw_avio: Use avio_closep()
Andreas Rheinhardt
-
[FFmpeg-cvslog] fftools/textformat/avtextformat: Simplify avtext_print_rational()
Andreas Rheinhardt
-
[FFmpeg-cvslog] avutil/hwcontext_vulkan: use the typedef'd name for the expect_assume struct
James Almer
-
[FFmpeg-cvslog] avutil/hwcontext_vulkan: check if expect_assume is supported by the header
James Almer
-
[FFmpeg-cvslog] vulkan_ffv1: fallback to upload if mapping packet fails, fix fallback
Lynne
-
[FFmpeg-cvslog] lavfi/src_movie: set pkt_timebase
Nicolas George
-
[FFmpeg-cvslog] avformat/movenc: fix setting elst/stss for IAMF with Opus
Felicia Lim
-
[FFmpeg-cvslog] avformat/iamf_writer: fix setting skip_samples and discard_padding for OPUS
Felicia Lim
-
[FFmpeg-cvslog] avcodec/decode: Only use ff_progress_frame_get_buffer() with blank input
Andreas Rheinhardt
-
[FFmpeg-cvslog] vulkan_ffv1: slightly optimize the range decoder
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: fix reset shader dependencies
Lynne
-
[FFmpeg-cvslog] vulkan_decode: only create sequence params in end_frame
Lynne
-
[FFmpeg-cvslog] vulkan: fix logging level when erroring upon creating shader module
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: init overread/corrupt fields
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: shortcut +-1 coeffs in symbol reading
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: externalize extended lookup check
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: add cached symbol reader for AMD
Lynne
-
[FFmpeg-cvslog] vulkan: add support for expect/assume
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: remove need for scratch data during setup
Lynne
-
[FFmpeg-cvslog] vulkan_shaderc/glslang: print full shaders on TRACE rather than VERBOSE
Lynne
-
[FFmpeg-cvslog] ffv1/vulkan: redo context count tracking and quant_table_idx management
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: fix left-2 sample addressing
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: cache only 2 lines when decoding RGB
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: improve buffer barrier correctness for slice state
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: allocate just as much memory for slice state as needed
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: optimize symbol reader
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: enable acceleration on Intel
Lynne
-
[FFmpeg-cvslog] vulkan_ffv1: remove unused define
Lynne
-
[FFmpeg-cvslog] hwcontext_vulkan: disable descriptor buffer extension on Intel
Lynne
-
[FFmpeg-cvslog] vulkan: remove unused field from exec pools
Lynne
-
[FFmpeg-cvslog] avcodec/mpegaudioenc_{fixed,float}: Merge encoders
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/mpegaudioenc_template: Remove always-false branch
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/mpegaudioenc: Don't pad one bit at a time
Andreas Rheinhardt
-
[FFmpeg-cvslog] swscale/x86/rgb2rgb: Deduplicate ASM constants
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/mpegaudioenc: Combine writing scale factors
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/mpegaudioenc: Avoid intermediate buffer
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/aac{enc,}tab: Deduplicate swb tables
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/mpegaudioenc: Rename MPA_encode_* -> mpa_encode_*
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/mpegaudioenc: Move PutBitContext to stack
Andreas Rheinhardt
-
[FFmpeg-cvslog] avformat/asf_tags: Deduplicate tags
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/opus/tab: Deduplicate arrays
Andreas Rheinhardt
-
[FFmpeg-cvslog] avutil/aes: Make aes_init_static() av_cold
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/aacenc: Remove always-false check
Andreas Rheinhardt
-
[FFmpeg-cvslog] avutil/aes: Use #if checks instead of if (ARCH_X86)
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/motionpixels: Avoid av_unused
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/hq_hqa: Remove implicit always-false checks
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/hq_hqa: Check available date before allocating frame
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/hq_hqa: Check size before initializing GetByteContext
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/hq_hqa: Use ff_vlc_init_from_lengths()
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/hq_hqa: Use RL-VLC table
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/hq_hqadata: Avoid relocations
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/hq_hqa: Include implicit +1 run in RL VLC table
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/hq: Include alpha in cbp VLC table
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/hq_hqa: Don't zero in small chunks, don't zero twice
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/hq{xvlc,_hqadata}: Deduplicate and hardcode cbp table
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/avcodec: Remove always-false check
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/h261dec: Set pict_type during init
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/asvenc: Don't use FF_INPUT_BUFFER_MIN_SIZE
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/h261dec: Export key frame information
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/asvenc: Use tighter MAX_MB_SIZE constant
Andreas Rheinhardt
-
[FFmpeg-cvslog] avcodec/amfenc_av1: Add B-frame QP control
Dmitrii Ovchinnikov
-
[FFmpeg-cvslog] avcodec/mediacodecdec: Reset optional fields when parse format
Zhao Zhili
-
[FFmpeg-cvslog] fftools/ffprobe: Change to use textformat api
softworkz