ffmpeg-cvslog
Thread
Date
Earlier messages
Later messages
Messages by Thread
[FFmpeg-cvslog] [ffmpeg] avformat/http: add -request-size option (branch master)
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] swscale/x86/ops: fix MSVC compiler error (branch master)
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] configure: add pkg-config check for amr related libs (branch master)
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/tls_openssl: use SHA-256 instead of SHA-1 for self-signed cert (branch master)
Nariman-Sayed via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] swscale/swscale: fix typos (branch master)
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (86ddc8b438 -> ecb707f7e0)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/06: swscale/format: don't mark single byte formats as byte swapped
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/06: tests/swscale: disable fate-sws-ops-list on BE platforms
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/06: swscale/format: pass SwsFormat by ref instead of by value where possible
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/06: swscale/ops: reorder fields in SwsOpList
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/06: swscale/format: check pixel type in ff_sws_encode/decode_colors()
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/06: swscale/format: add assertion to guard UB
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] swscale/output: Fix some integer overflows in yuv2rgba64_full*() (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (43f1189af7 -> 47e87ed722)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/13: vulkan: reset exec context when uninitializing
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/13: swscale: add sws_test_hw_format()
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/13: vulkan: constify FFVulkanShader arg in ff_vk_exec_bind_shader
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/13: vulkan_spirv: reduce shader print level from TRACE to DEBUG
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/13: swscale: add SwsFormat.hw_format and populate it
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/13: swscale/ops: realign after adding slice_align
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/13: swscale: add SwsCompiledOp.slice_align
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/13: swscale: forward original frame pointers to ops.c backend
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/13: swscale/ops: add SwsOpBackend.hw_format
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 10/13: swscale: add a Vulkan backend for ops.c
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 11/13: swscale: add support for processing hardware frames
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 12/13: swscale/vulkan: initialize GLSL compilation and shader execution
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 13/13: Changelog: add entry about swscale Vulkan support
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (5425be53b5 -> 43f1189af7)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/06: swscale/ops_backend: implement support for optional dither indices
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/06: swscale/x86/ops: split off dither0 special case
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/06: swscale/x86/ops: don't preload dither weights
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/06: swscale/x86/ops: add support for optional dither indices
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/06: swscale/ops: allow excluding components from SWS_OP_DITHER
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/06: swscale/ops_optimizer: eliminate unnecessary dither indices
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (5fa2a65c11 -> 5425be53b5)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: configure: don't support asm without memalign
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: configure: re-enable memalign for Haiku
Adrien Destugues via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (6695528af6 -> 5fa2a65c11)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/09: swscale/ops_chain: properly mark unreachable branch
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/09: swscale/x86/ops: properly mark SWS_OP_SCALE as flexible
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/09: swscale/x86/ops: allow matching planar rw against 1-element packed fmt
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/09: swscale/ops_chain: add ability to match fixed scale factor
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/09: swscale/ops_backend: avoid UB from incorrect function signature
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/09: swscale/x86/ops: add special case for expanding bits to bytes/words
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/09: swscale/ops: avoid UB in handle_tail()
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/09: swscale/unscaled: fix packedCopyWrapper for bitstream formats
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/09: swscale/unscaled: fix rgbToRgbWrapper for YUVX
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] Changelog: add entry for recent Vulkan compute codec optimizations (branch master)
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] doc/developer: Add Forgejo as a way to send patches (branch master)
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (00d3417b71 -> 6b949407cb)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: avcodec: use int instead of enum for AVOption fields
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: avfilter: use int instead of enum for AVOption fields
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: avformat: use int instead of enum for AVOption fields
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/d3d12va_encode: Add H264 entropy coder parameter support (branch master)
Ling, Edison via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/libsvtav1: enable 2-pass encoding (branch master)
Werner Robitza via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (dc65dcec22 -> 13e95746ea)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: tests/checkasm/h264chroma: Fix initialization, range of values
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: tests/checkasm/h264chroma: Don't overalign
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: tests/checkasm/h264chroma: Add bit depth to error output
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/vvc/inter: Combine offsets early (branch master)
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/d3d12va_encode: add detailed ValidationFlags error reporting for video encoders check feature support (branch master)
stevxiao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (dc4c798970 -> 659892cda6)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: avformat/tls_mbedtls: set dtls remote addr in listen mode
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: avformat/tls_mbedtls: add dtls support
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: avformat/tls_mbedtls: generate self-signed cert and key when none is provided in listen mode
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat: Use ff_*_muxer directly (branch master)
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (145f6e5878 -> c9977acbc6)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: swscale/tests/sws_ops: print range values in the output
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: swscale/tests/sws_ops: don't print unused components in the output
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: swscale/ops: clear range values SWS_OP_{MIN,MAX}
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/wtvdec: Check that language is fully read (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/whip: use ffurl_closep instead of ffurl_close for dtls_uc (branch master)
Nariman-Sayed via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/imm5: Dont pass EAGAIN on as is (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (3827b3f1f0 -> 302f198ba5)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avcodec/interplayacm: Check input for fill_block()
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avcodec/mjpegdec: Check for multiple exif
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (ce05529180 -> 3827b3f1f0)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: tools/target_dec_fuzzer: Adjust threshold for XAN_WC3
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: tools/target_dec_fuzzer: Adjust threshold for G2M
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (538824fd84 -> ce05529180)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: tools/target_dec_fuzzer: Adjust threshold for QOI
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: tools/target_dec_fuzzer: Adjust threshold for CPIA
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (f81d6479ec -> 538824fd84)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avcodec/tmv: Move space check before buffer allocation
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avcodec/hdrdec: Check input size before buffer allocation
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (4446dfb0e3 -> f81d6479ec)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: tools/target_dec_fuzzer: Adjust threshold for BFI
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: tools/target_dec_fuzzer: Adjust threshold for MPC8
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/flashsv: Check for input space before (re)allocating frame (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/mdec: Check input space vs minimal block size (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/h264_parser: Check remaining input length in loop in scan_mmco_reset() (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] tests/swscale: don't pass fake object to av_opt_eval_* (branch master)
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (64fafd63f0 -> afdb683a3f)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/10: swscale/graph: check output plane pointer instead of pixel format
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/10: swscale/graph: move output image into separate struct
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/10: swscale/graph: simplify ff_sws_graph_run() API
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/10: swscale/graph: switch to an AVBufferRef per plane
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/10: swscale/graph: duplicate buffer dimensions in SwsPassBuffer
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/10: swscale/graph: set up palette using current input image
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/10: swscale/graph: omit memcpy() if src and dst are identical
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/10: swscale/graph: store current pass input instead of global args
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/10: swscale/graph: switch SwsPass.output to refstruct
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 10/10: swscale: avoid UB on interlaced frames
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat: remove HLS protocol (branch master)
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] swscale/tests/swscale: parse flags from string (branch master)
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (7b15039cdb -> fba9fc0c6b)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: lavc: wmadec: limit variable scopes
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: lavc: wmadec: assert channels count
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (40e0463113 -> 7b15039cdb)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/04: aacdec_tab: split up tables init
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/04: aacdec_tab: add Mps212 tables
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/04: Changelog: add changelog entry for Mps212
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/04: aacdec_usac: add support for parsing Mpsp212 (MPEG surround)
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/mov: free item_name on infe entry parsing failure (branch master)
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/exr: fix AVERROR typo (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (9bc4109b23 -> c3aa28f23d)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avformat/mov: abort if the queried item doesn't exist instead of overwriting it
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avformat/mov: check for EOF in more loops
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/tls_openssl: fix memory leak in cert_from_pem_string (branch master)
Nariman-Sayed via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (c7b5f1537d -> 53a9a34e23)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avcodec/snow: Reduce sizeof(SnowContext)
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avcodec/snow: Only allocate emu_edge_buffer for encoder
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] CONTRIBUTING.md: Add Forgejo (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] vulkan/ffv1: properly initialize the linecache (branch master)
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/jpeg2000htdec: Check Lcup and Lref (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (b22b65f2f8 -> 6c1c1720cf)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/12: avcodec/x86/vvc/mc: Avoid redundant clipping for 8bit
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/12: avcodec/x86/vvc/mc: Avoid pextr[dq], v{insert,extract}i128
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/12: avcodec/x86/vvc/mc: Avoid unused work
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/12: avcodec/x86/vvc/mc: Avoid ymm registers where possible
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/12: avcodec/x86/vvc/mc: Remove unused constants
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/12: avcodec/x86/vvc/mc: Remove always-false branches
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/12: avcodec/x86/vvc/mc,dsp_init: Avoid pointless wrappers for avg
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/12: avcodec/x86/vvc/mc,dsp_init: Avoid pointless wrappers for w_avg
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/12: avcodec/x86/vvc/of: Avoid unused register
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 11/12: avcodec/x86/vvc/of: Break dependency chain
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 12/12: avcodec/x86/vvc/dsp_init: Mark dsp init function as av_cold
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 10/12: avcodec/x86/vvc/of: Unify shuffling
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/hlsenc: Return error upon error, fix shadowing (branch master)
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/libtheoraenc: make keyframe mask unsigned and handle its larger range (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat: Bump version and add APIChanges entry (branch master)
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (cff9f29d5b -> 3be4545b67)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: avcodec/vvc/inter: Remove always-false/true checks
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: avcodec/vvc/inter: Remove redundant variable, fix shadowing
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: avcodec/vvc/inter: Deduplicate applying averaging
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (f951aa9ef3 -> cff9f29d5b)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: swscale/ops: avoid UB in ff_sws_pixel_expand()
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: swscale/ops_optimizer: add sanity checks to scale->expand conversion
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avfilter/af_loudnorm: Avoid unchecked allocation (branch master)
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (9a7e0f1052 -> a0b55a0491)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/21: avcodec/mjpegdec: remove unnecessary else
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/21: avcodec/mjpegdec: remove commented out code
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/21: avcodec/mjpegdec: improve debug message in find_marker()
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/21: avcodec/mjpegdec: move initialization of last_dc field to mjpeg_decode_scan()
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/21: avcodec/mjpegdec: improve ff_mjpeg_find_marker() for non-SOS and for THP
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/21: avcodec/mjpegdec: move handling of AVRn interlaced picture to mjpeg_decode_scan()
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/21: avcodec/mjpegdec: split mjpeg_unescape_sos() out of ff_mjpeg_find_marker()
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/21: avcodec/mjpegdec: simplify away mjpeg_unescape_sos()'s parameters
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/21: avcodec/mjpegdec: improve unescaping of SOS fields
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 10/21: avcodec/mjpegdec: find correct sizes for SOS fields
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 11/21: avcodec/mjpegdec: move SOS header fields to MJpegDecodeContext
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 14/21: avcodec/mjpegdec: split mjpeg_find_raw_scan_data() out of mjpeg_unescape_sos()
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 12/21: avcodec/mjpegdec: move MxPEG parameters from mjpeg_decode_scan() to MJpegDecodeContext
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 16/21: avcodec/mjpegdec: move vpred initialization out of loop in ljpeg_decode_rgb_scan()
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 13/21: avcodec/mjpegdec: simplify decode_scan codepaths in ff_mjpeg_decode_sos()
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 15/21: avcodec/jpegls: clear more JLSState fields inside ff_jpegls_init_state()
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 17/21: avcodec/mjpegdec: move get_bits_left() checks after handling of restart count
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 20/21: avcodec/jpeglsdec: fix decoding of jpegls files with restart markers
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 19/21: tests/fate/image: add jpegls tests with restart markers
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 18/21: avcodec/mjpegdec: unescape data for each restart marker individually
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 21/21: avcodec/mjpegdec: fix indentation and some white spaces
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (51349e31fc -> 9a7e0f1052)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/05: configure: Use per-language unknown-warnings-flags
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/05: configure: Make check for accepting warnings stricter
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/05: avutil/error: Remove size from error_stringtable
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/05: avutil/attributes_internal: Add attribute_nonstring
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/05: configure: Enable -Wunterminated-string-initialization warning
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/whip: Avoid uninitialized pointer read (branch master)
Vignesh Venkat via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (360a4025fb -> e8a07be1c2)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avformat: rtspdec: fix leaks in rtsp_read_command_reply
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avformat: rtsp: fix logging of reply sequence number
Marvin Scholz via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/rv60dec: check last_size (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (c91634dfe6 -> c9404f5b9c)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/21: swscale/ops: add ff_sws_op_list_is_noop()
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/21: tests/sws_ops: explicitly skip no-op operation lists
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/21: swscale/optimizer: remove read+write optimization
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/21: swscale/ops: fix PRINTQ snprintf buffer size
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/21: swscale/ops: also print plane order when swizzled
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/21: swscale/ops: take plane order into account during noop() check
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/21: swscale/ops: add input/output plane swizzle mask to SwsOpList
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/21: swscale/ops: lift read op metadata to SwsOpList
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 10/21: swscale/x86/ops: make the presence of a read op optional
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 11/21: swscale/ops_backend: add clear pattern for ya8 alpha
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 12/21: swscale/ops_backend: add float clear patterns
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 13/21: swscale/ops_backend: allocate block storage up-front
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 14/21: swscale/optimizer: allow commuting CLEAR past SWAP_BYTES
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 15/21: swscale/optimizer: fix unswizzle optimization
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/21: swscale/ops: reset comp flags on SWS_OP_CLEAR
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 17/21: swscale/optimizer: don't assume op lists start with read
Niklas Haas via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 16/21: swscale/optimizer: don't reject op lists without read
Niklas Haas via ffmpeg-cvslog
Earlier messages
Later messages