michaelni changed the topic of #ffmpeg-devel to: Welcome to the FFmpeg development channel | Questions about using FFmpeg or developing with libav* libs should be asked in #ffmpeg | This channel is publicly logged | FFmpeg 7.1.1 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
<mkver>
Does swscale have any alignment requirements for the strides and pointers?
marcj has joined #ffmpeg-devel
cone-979 has joined #ffmpeg-devel
<cone-979>
ffmpeg Andreas Rheinhardt master:0401ca714a27: avcodec/asvenc: Don't waste bits encoding non-visible part
<cone-979>
ffmpeg Andreas Rheinhardt master:05a5e2b5761f: avcodec/asvenc: Combine writing bits
<cone-979>
ffmpeg Andreas Rheinhardt master:a5ff6ea32d9a: avcodec/asvenc: Simplify writing extradata
<cone-979>
ffmpeg Andreas Rheinhardt master:ef95a8d7b5be: avcodec/mpegvideo_enc: Use av_unreachable() for unreachable code
<cone-979>
ffmpeg Andreas Rheinhardt master:ded08d0b1bb4: avcodec/msmpeg4dec: Use av_unreachable() for unreachable code
<cone-979>
ffmpeg Andreas Rheinhardt master:0d73ce4bc489: avcodec/h263dec: Use av_unreachable() for unreachable code
<cone-979>
ffmpeg Andreas Rheinhardt master:7ae20272b79e: avcodec/pcm: Use av_unreachable() for unreachable code
<mkver>
Is it the AV_COPY128? It should actually be properly aligned.
<cone-979>
ffmpeg Andreas Rheinhardt master:99187419676d: avcodec/mpegvideo_enc: Set gob_index once during init
<cone-979>
ffmpeg Andreas Rheinhardt master:a0a136e57b9d: avcodec/h263dec: Move calculating gob_index to {intel,itu}h263dec.c
<cone-979>
ffmpeg Andreas Rheinhardt master:f887a2b00615: avcodec/mpeg4videodec: Don't initialize unused parts of RLTables
<cone-979>
ffmpeg Andreas Rheinhardt master:295abb1fdc06: avcodec/mpegvideo_enc: Reduce stack usage
<cone-979>
ffmpeg Andreas Rheinhardt master:d75a398d00c2: avcodec/mpeg4videoenc: Simplify creating LUT
<cone-979>
ffmpeg Andreas Rheinhardt master:2a59cb0c8248: avcodec/mpeg4video: Nuke ff_mpeg4_init_rl_intra()
<cone-979>
ffmpeg Andreas Rheinhardt master:f7bd2a5af87b: avcodec/mpeg4videoenc: Remove no-output code
<cone-979>
ffmpeg Andreas Rheinhardt master:7267e4dab82a: avcodec/mpeg4videoenc: Split writing blocks into intra and inter
<cone-979>
ffmpeg Andreas Rheinhardt master:6af1bcb18034: avcodec/mpeg4videoenc: Use smaller scope for variable
<cone-979>
ffmpeg Andreas Rheinhardt master:eb5d900f87fa: avcodec/mpeg4videodec: Remove unnecessary ff_xvid_idct_init()
<cone-979>
ffmpeg Andreas Rheinhardt master:6349a3324dd8: avcodec/xvididct: Remove always-true checks
<cone-979>
ffmpeg Andreas Rheinhardt master:2e8a3e664504: avcodec/idctdsp: Only try to initialize xvid idct if it is used
<cone-979>
ffmpeg Andreas Rheinhardt master:f2c04fd5870a: avcodec/mpegvideo_dec: Document which codecs take which codepath
<cone-979>
ffmpeg Andreas Rheinhardt master:778c0a48fa46: avcodec/mpegvideo_dec: Simplify check for unquantizing inter blocks
<cone-979>
ffmpeg Andreas Rheinhardt master:ed73675832ed: avcodec/mpegvideo: Move mpeg_quant to {Mpeg4Dec,MPVEnc}Context
<cone-979>
ffmpeg Andreas Rheinhardt master:8987c293908b: avcodec/mpegvideo: Check h263_aic, not h263_plus for allocating dc_val
<cone-979>
ffmpeg Andreas Rheinhardt master:da5c2a419b6d: avcodec/ituh263enc: Don't use h263_plus field
<cone-979>
ffmpeg Andreas Rheinhardt master:ac1e6d21718e: avcodec/mpegvideo: Remove h263_plus
<cone-979>
ffmpeg Andreas Rheinhardt master:43a69886b216: avcodec/mpeg4videodec: Use union to save space
jamrial has quit []
mkver has quit [Ping timeout: 245 seconds]
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 276 seconds]
BradleyS has quit [Read error: Connection reset by peer]
BradleyS has joined #ffmpeg-devel
BradleyS has quit [Client Quit]
BradleyS has joined #ffmpeg-devel
BradleyS has quit [Read error: Connection reset by peer]
BradleyS has joined #ffmpeg-devel
BradleyS has quit [Quit: quit]
Anthony_ZO has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
<fflogger>
[newticket] Andrew-R: Ticket #11609 ([avcodec] Vulkan ffv1 hw decode broken at least for 1920x1080 test file) created https://trac.ffmpeg.org/ticket/11609
IndecisiveTurtle has quit [Ping timeout: 272 seconds]
tufei_ has joined #ffmpeg-devel
tufei__ has quit [Ping timeout: 264 seconds]
microlappy has joined #ffmpeg-devel
omegatron has joined #ffmpeg-devel
microlappy has quit [Quit: Konversation terminated!]
microlappy has joined #ffmpeg-devel
microlappy has quit [Quit: Konversation terminated!]
cone-818 has joined #ffmpeg-devel
<cone-818>
ffmpeg Coia Prant master:df967d095ae6: configure: Use MSYSTEM_CARCH for default arch on msys2
mkver has joined #ffmpeg-devel
Kei_N_ has quit [Read error: Connection reset by peer]
Kei_N has joined #ffmpeg-devel
Anthony_ZO has quit [Quit: Anthony_ZO]
Anthony_ZO has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
<ePirat>
haasn, do you know how I use query_formats in a filter to set pixel formats? seems there is no ff_set_common_pixfmts
<haasn>
ePirat: ff_set_common_formats
<ePirat>
haasn, if I understand that correctly it would not work for multimedia filter
<ePirat>
as it uses AVMEDIA_TYPE_UNKNOWN internally, applying pixelformats to any link, even audio
<ePirat>
so my audio links would end up with some garbage format in them…
<haasn>
ah, true
<haasn>
then just ff_formats_ref it onto the relevant input/outputs
<haasn>
ff_set_common_pixfmt is just a wrapper for doing that
<ePirat>
maybe we should add ff_set_common_pixfmts that just applies to video, intended to set pixel formats?
<ePirat>
ff_set_common_formats seems like a nice footgun for multimedia filters…
<ePirat>
as it reads like it would do what you want but doesnt
NotWarcop has quit [Remote host closed the connection]
wyatt8740 has quit [Quit: ZNC got killed or something else has gone wrong, probably.]
Warcop has joined #ffmpeg-devel
wyatt8740 has joined #ffmpeg-devel
<cone-818>
ffmpeg Henrik Gramner master:eda0ac7e5f09: avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 10bpc inverse transforms
Anthony_ZO has quit [Ping timeout: 276 seconds]
System_Error has quit [Remote host closed the connection]
thardin has quit [Ping timeout: 268 seconds]
System_Error has joined #ffmpeg-devel
minimal has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
ccawley2011_ has joined #ffmpeg-devel
ccawley2011__ has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 244 seconds]
ccawley2011 has joined #ffmpeg-devel
ccawley2011_ has quit [Ping timeout: 244 seconds]
ccawley2011_ has joined #ffmpeg-devel
ccawley2011__ has quit [Ping timeout: 244 seconds]
ccawley2011__ has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 244 seconds]
ccawley2011_ has quit [Ping timeout: 265 seconds]
ccawley2011__ has quit [Ping timeout: 244 seconds]
TheVibeCoder has joined #ffmpeg-devel
<TheVibeCoder>
Do not trust single word from your "Leader" - he contacted me via e-mail only once long, long ago.
<jamrial>
TheVibeCoder: sorry for this whole situation
<ePirat>
Ah great my noop filter still has cases where its broken…
<ePirat>
if I chain two, it explodes again…
<TheVibeCoder>
in EOF?
<ePirat>
yeah
<ePirat>
time to bring back all the debug logging again…
<TheVibeCoder>
:)
<ePirat>
how many engineers does it take to write one activate function…
<another|>
How many engineers does it take to write one noop filter /s
tufei_ has quit [Ping timeout: 264 seconds]
thardin has joined #ffmpeg-devel
<jamrial>
haasn: can you address the ff_xyz12Torgb48 comment thread?
<JEEB>
haasn: responded to The Thread, sorry that it took this long. been quite a bit of time, and somehow in my head the overhead of replying to an email is often overly large (as opposed to giving "just quick notes" on IRC or so)
Faeez has quit [Ping timeout: 240 seconds]
tufei has joined #ffmpeg-devel
TheVibeCoder has quit [Quit: Client closed]
cone-818 has quit [Quit: transmission timeout]
tufei has quit [Remote host closed the connection]
ngaullier has quit [Remote host closed the connection]
<fflogger>
[newticket] oldshev: Ticket #11610 ([swscale] scale with reference prevents video to be scaled with a second scale filter instance) created https://trac.ffmpeg.org/ticket/11610
Traneptora has quit [Quit: Quit]
Kwiboo has quit [Ping timeout: 245 seconds]
<cone-542>
ffmpeg Lynne master:c395ad7c2cdc: vulkan_ffv1: small cleanup for golomb