[FFmpeg-cvslog] fftools/ffmpeg_filter: make InputFilterPriv and OutputFilterPriv private again

2025-06-01 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 28 20:12:58 2025 -0300| [6ede1e3fbfa0aae09076529ace1aa7d114d65f5f] | committer: James Almer fftools/ffmpeg_filter: make InputFilterPriv and OutputFilterPriv private again As the names imply, they are structs meant to be internal and private to

[FFmpeg-cvslog] fftools/ffmpeg_filter: make FilterGraphPriv private again

2025-06-01 Thread James Almer
ffmpeg | branch: master | James Almer | Tue May 27 23:58:09 2025 -0300| [1f034714f6e8855ff217c176168df4b64c313b63] | committer: James Almer fftools/ffmpeg_filter: make FilterGraphPriv private again As the name implies, it's a struct meant to be internal and private to the filter handling

[FFmpeg-cvslog] avcodec/lcevcdec: don't try to write to output frames directly

2025-05-22 Thread James Almer
ffmpeg | branch: release/7.1 | James Almer | Fri May 16 16:54:52 2025 -0300| [4c78a357d082b1097c4269dd1af116bb01ddc83e] | committer: James Almer avcodec/lcevcdec: don't try to write to output frames directly The buffer references may not be writable at this point, as the decoder

[FFmpeg-cvslog] avcodec/lcevcdec: don't try to write to output frames directly

2025-05-22 Thread James Almer
ffmpeg | branch: master | James Almer | Fri May 16 16:54:52 2025 -0300| [8eae65dc5c8960c9770017737d968eca2aa7f502] | committer: James Almer avcodec/lcevcdec: don't try to write to output frames directly The buffer references may not be writable at this point, as the decoder calls get_bu

[FFmpeg-cvslog] tests/fate/ac3: add a second ac3_fixed encoder test

2025-05-22 Thread James Almer
ffmpeg | branch: master | James Almer | Thu May 22 19:23:35 2025 -0300| [622a72b5ea5f2022b173355d65d513df2d75000b] | committer: James Almer tests/fate/ac3: add a second ac3_fixed encoder test Exercising the lavfi filtergraph codepath to choose the best output layout. Signed-off-by: James

[FFmpeg-cvslog] tests/fate/pixfmt: fix definition of 16bit tests

2025-05-18 Thread James Almer
ffmpeg | branch: master | James Almer | Sun May 18 18:42:55 2025 -0300| [95c43c6d0ebbac7e23cd71f5c82e15419455aba9] | committer: James Almer tests/fate/pixfmt: fix definition of 16bit tests No effect as is, but without this change, new additions to FATE_PIXFMT_16-* will not work. Signed-off-by

[FFmpeg-cvslog] doc: add htmlxref.cnf

2025-05-18 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 14 17:40:58 2025 -0300| [9fadd6ddad6e39ccdbf4c6fc761aa59bb6a48f36] | committer: James Almer doc: add htmlxref.cnf Silences warnings like filters.texi:256: warning: no htmlxref.cnf entry found for `ffmpeg-utils' Signed-off-by: James

[FFmpeg-cvslog] avcodec/libtheora: fix setting keyframe_mask

2025-05-16 Thread James Almer
ffmpeg | branch: release/4.2 | James Almer | Fri Feb 7 00:04:25 2025 -0300| [eb88a2318ef24be53b12e1d2eb225f80806b9b75] | committer: Michael Niedermayer avcodec/libtheora: fix setting keyframe_mask t_info.keyframe_granule_shift is set to the library default of 6, which is ok for gop sizes up

[FFmpeg-cvslog] avfilter/buffersrc: check for valid sample rate

2025-05-16 Thread James Almer
ffmpeg | branch: release/4.2 | James Almer | Mon Dec 30 00:25:41 2024 -0300| [20dee7be59c8f1ed8b02c89c206f56c77cff61dc] | committer: Michael Niedermayer avfilter/buffersrc: check for valid sample rate A sample rate <= 0 is invalid. Fixes an assert in ffmpeg_enc.c that assumed a valid sam

[FFmpeg-cvslog] avcodec/libtheora: fix setting keyframe_mask

2025-05-15 Thread James Almer
ffmpeg | branch: release/4.4 | James Almer | Fri Feb 7 00:04:25 2025 -0300| [22994d2ceebbece0b1eac1e8d9f5e5af87c347ba] | committer: Michael Niedermayer avcodec/libtheora: fix setting keyframe_mask t_info.keyframe_granule_shift is set to the library default of 6, which is ok for gop sizes up

[FFmpeg-cvslog] avcodec/h264_slice: insert LCEVC side data before get_buffer() call

2025-05-15 Thread James Almer
ffmpeg | branch: release/7.1 | James Almer | Mon Mar 24 13:51:15 2025 -0300| [7eaa8c110e830cb831781dad1bba8fe2365176fb] | committer: James Almer avcodec/h264_slice: insert LCEVC side data before get_buffer() call Otherwise it will not be taken into account or applied at all. Signed-off-by

[FFmpeg-cvslog] avformat/iamf_parse: increase PutBytes buffer when writing AAC extradata

2025-05-14 Thread James Almer
ffmpeg | branch: master | James Almer | Sat May 10 12:50:37 2025 -0300| [3f9420132441345b7ccd57001f230bb98f655696] | committer: James Almer avformat/iamf_parse: increase PutBytes buffer when writing AAC extradata We may write up to 43 bits, so 5 bytes is not enough. Fixes: Assertion n>=0 &

[FFmpeg-cvslog] avcodec/exr: reindent after the previous change

2025-05-13 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 14 00:17:02 2025 -0300| [038314bc6be2f35a82e9fba2228bcac2e4fee648] | committer: James Almer avcodec/exr: reindent after the previous change Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/liboapvenc: remove 4:4:4 support until it's properly handled

2025-05-08 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 7 21:40:08 2025 -0300| [244ad944e9477551b86acf35da5cc99f4d559839] | committer: James Almer avcodec/liboapvenc: remove 4:4:4 support until it's properly handled liboapv will seemingly encode correct 4:4:4 output, but report profile_idc 33,

[FFmpeg-cvslog] tests/fate/cbs: add tests for APV

2025-05-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon May 5 14:12:38 2025 -0300| [2b6303762fc0850b3bd841ebd234c336271f657c] | committer: James Almer tests/fate/cbs: add tests for APV Ensure bitexact passthrough using the apv_metadata bsf. Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avcodec/apv_decode: build the lut table only once

2025-05-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sat May 3 22:41:19 2025 -0300| [a9557c1f26f2354debb91d7b696a57326ab6fb1f] | committer: James Almer avcodec/apv_decode: build the lut table only once No reason to build the exact same table once per decoding thread. Reviewed-by: Mark Thompson Signed

[FFmpeg-cvslog] avcodec/hevc/hevcdec: ensure a bit was read when checking for alignment_bit_equal_to_one

2025-05-05 Thread James Almer
ffmpeg | branch: master | James Almer | Fri May 2 16:26:04 2025 -0300| [d34c7384351a4aeb271b22a731e109c60356f068] | committer: James Almer avcodec/hevc/hevcdec: ensure a bit was read when checking for alignment_bit_equal_to_one Prevents printing bogus errors about the value being 0, when in

[FFmpeg-cvslog] avcodec/hevc/hevcdec: move the slice header buffer overread check up in the function

2025-05-05 Thread James Almer
ffmpeg | branch: master | James Almer | Fri May 2 16:28:24 2025 -0300| [0af1d69959696aa4baab7feef361e57d62f2e3f4] | committer: James Almer avcodec/hevc/hevcdec: move the slice header buffer overread check up in the function Abort as soon as we're done reading the slice header inste

[FFmpeg-cvslog] avformat/apvdec: also look for an au_info PBU during probing

2025-05-04 Thread James Almer
ffmpeg | branch: master | James Almer | Thu May 1 14:45:11 2025 -0300| [a0349d64fdd12295b826cd8db061922bdd050175] | committer: James Almer avformat/apvdec: also look for an au_info PBU during probing If present, an Access unit information PBU must be the first in an AU. Signed-off-by: James

[FFmpeg-cvslog] avcodec/exr: add support for half-float DWAA/B compression

2025-05-04 Thread James Almer
ffmpeg | branch: master | James Almer | Thu May 1 00:24:26 2025 -0300| [d08c5527cf17fc65a80dd411c01f6ff4ea7cb7f4] | committer: James Almer avcodec/exr: add support for half-float DWAA/B compression Fixes ticket #11555. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/apv_parser: use an AVBufferRef to avoid data copying

2025-05-04 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 29 16:55:18 2025 -0300| [0cabfdc8bc324891e4301c96940bca39d504cfbf] | committer: James Almer avcodec/apv_parser: use an AVBufferRef to avoid data copying Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/cbs: add an AVBufferRef input argument to ff_cbs_read()

2025-05-04 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 29 16:54:21 2025 -0300| [4bfe9c56632a3ccdcd5c1d0c415cda0111639bf1] | committer: James Almer avcodec/cbs: add an AVBufferRef input argument to ff_cbs_read() To allow taking a reference from an existing buffer outside of AVPackets. Signed-off-by

[FFmpeg-cvslog] avformat/apvdec: don't fill container level fields with codec level info

2025-05-01 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 27 17:59:14 2025 -0300| [33d0d1c672e8d21f625eeea42444a018dbc616bb] | committer: James Almer avformat/apvdec: don't fill container level fields with codec level info This is a raw demuxer, it should not read codec level information and expo

[FFmpeg-cvslog] avcodec: add an APV parser

2025-05-01 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 27 17:57:12 2025 -0300| [c4ea4abec28dc92f9ef025cc139574ded524] | committer: James Almer avcodec: add an APV parser Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/av1dec: fix setting AVPacket->pos in Annex-B demuxer

2025-05-01 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 28 18:48:01 2025 -0300| [8ebccdf2a4f902d289f1ba0da305b5062f6e6fb0] | committer: James Almer avformat/av1dec: fix setting AVPacket->pos in Annex-B demuxer This demuxers reads encapsulation bytes before reading codec data into the output pack

[FFmpeg-cvslog] avcodec/cbs_apv: don't return an error when reading empty buffers

2025-04-30 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 29 16:57:34 2025 -0300| [e80f32f3bdd56b1b6dd13229bc026439b8efb9be] | committer: James Almer avcodec/cbs_apv: don't return an error when reading empty buffers The output will be a fragment with zero units, which is a lot more user friendly

[FFmpeg-cvslog] doc/resampler.texi: add missing swr channel layout options

2025-04-29 Thread James Almer
ffmpeg | branch: release/5.1 | James Almer | Fri Feb 17 15:22:38 2023 -0300| [cb46a097507f5fee04ee42c9efb3badffe3c98f3] | committer: Marton Balint doc/resampler.texi: add missing swr channel layout options Signed-off-by: James Almer (cherry picked from commit

[FFmpeg-cvslog] avcodec/x86/constants: add pd_64

2025-04-25 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Apr 25 23:20:58 2025 -0300| [8bb682d454990a1049a21f1f51442205ea3337e9] | committer: James Almer avcodec/x86/constants: add pd_64 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/h264_slice: insert LCEVC side data before get_buffer() call

2025-04-23 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 24 13:51:15 2025 -0300| [25b0a8e295749a60a238ba0d6fe7a3742937b6bb] | committer: James Almer avcodec/h264_slice: insert LCEVC side data before get_buffer() call Otherwise it will not be taken into account or applied at all. Signed-off-by: James

[FFmpeg-cvslog] avformat/takdec.c: return proper error codes for avio_read() failures

2025-04-21 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 21 14:06:41 2025 -0300| [b6c2498a5902766f924cc8728ac65d4fbfd95238] | committer: James Almer avformat/takdec.c: return proper error codes for avio_read() failures Suggested-by: Nicolas George Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avutil/hwcontext_vulkan: use the typedef'd name for the expect_assume struct

2025-04-15 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 15 16:52:51 2025 -0300| [0e59675698615bb57433432cf01f061a7558c41a] | committer: James Almer avutil/hwcontext_vulkan: use the typedef'd name for the expect_assume struct Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avutil/hwcontext_vulkan: check if expect_assume is supported by the header

2025-04-15 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 15 16:44:41 2025 -0300| [f29475a89ecbd7cb4b744c652a7a13a7fb9f2edb] | committer: James Almer avutil/hwcontext_vulkan: check if expect_assume is supported by the header Reviewed-by: Lynne Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] tests/fate/checkasm: add the aes test

2025-04-10 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 7 16:18:35 2025 -0300| [d79e4f6d0b7b3156ca223bf96eab3703d672a825] | committer: James Almer tests/fate/checkasm: add the aes test Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil/x86/aes: remove a few branches

2025-04-10 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 7 12:51:54 2025 -0300| [a039726c2a092c340e26b28fcc2bb3582be85d4f] | committer: James Almer avutil/x86/aes: remove a few branches The rounds value is constant and can be one of three hardcoded values, so instead of checking it on every loop, just

[FFmpeg-cvslog] avutil/aes: use pthread_once to fill the static tables

2025-04-09 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 6 20:57:58 2025 -0300| [aeed747f41fed142e60cd7d349df2be1e90deac4] | committer: James Almer avutil/aes: use pthread_once to fill the static tables Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil/dict: fix memleak in av_dict_set()

2025-04-07 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 7 19:37:49 2025 -0300| [1e5c65f5392b7d4daca0282840750987fef0a582] | committer: James Almer avutil/dict: fix memleak in av_dict_set() Regression since 19e9a203b7b8e613840b055cdf68303a4fb84581. Signed-off-by: James Almer > h

[FFmpeg-cvslog] avutil/x86/aes: ignore the upper bits in count

2025-04-06 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 6 11:00:01 2025 -0300| [a35b4e8d290eeada04773038b8dc3c7a13e8f7dc] | committer: James Almer avutil/x86/aes: ignore the upper bits in count The argument is an int. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avutil/aes_ctr: simplify incrementing the counter

2025-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 1 12:11:56 2025 -0300| [3f30ae823e27e7a60c693b52ad44b10ac2ad2823] | committer: James Almer avutil/aes_ctr: simplify incrementing the counter Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil/tests/aes_ctr: also randomize the encryption key

2025-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 3 17:51:52 2025 -0300| [2daaafafc682e90a85b59ab6cde12a7aab63e248] | committer: James Almer avutil/tests/aes_ctr: also randomize the encryption key And not just the IV. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avutil/aes_ctr: simplify and optimize av_aes_ctr_crypt()

2025-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 1 12:08:12 2025 -0300| [fe73b84879a560d69affca88ce21e61108e7c38d] | committer: James Almer avutil/aes_ctr: simplify and optimize av_aes_ctr_crypt() Process data in chunks of four or eight bytes, depending on host, instead of one at a time

[FFmpeg-cvslog] avutil/tests/aes_ctr: reindent after the previous commit

2025-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 3 17:48:30 2025 -0300| [462d35dc7232913adc29d169a7fce8bf5c9077a4] | committer: James Almer avutil/tests/aes_ctr: reindent after the previous commit Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil/tests/aes_ctr: also check the encrypted buffer

2025-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 3 17:40:35 2025 -0300| [19085287b49de6c6f6a589a4bfddafa82aa58afb] | committer: James Almer avutil/tests/aes_ctr: also check the encrypted buffer The test in its current form is just ensuring the plain text output is the same as the plain text

[FFmpeg-cvslog] avutil/tests/aes_ctr: test more than a single block worth of data

2025-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 1 14:08:12 2025 -0300| [0a34f009aaf41ff72c0489858962d9e2102d1977] | committer: James Almer avutil/tests/aes_ctr: test more than a single block worth of data This should exercise the implementation more thoroughly after an upcoming change

[FFmpeg-cvslog] avformat: remove deprecated FF_API_AVSTREAM_SIDE_DATA

2025-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:47:24 2025 -0300| [ec8e796b42bccf999fdf31c110385e2cc119b7f2] | committer: James Almer avformat: remove deprecated FF_API_AVSTREAM_SIDE_DATA Deprecated since 2023-10-06. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/vf_zscale: add support for half precision float RGB formats

2025-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 16 23:28:50 2025 -0300| [c3522716ff3fb570235672d41c3626f2f97f44d2] | committer: James Almer avfilter/vf_zscale: add support for half precision float RGB formats Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/version_major: postpone some deprecations until the next bump

2025-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 15:42:00 2025 -0300| [ef8bf6ca243f902cb03360cbeee444a922d7e42a] | committer: James Almer avformat/version_major: postpone some deprecations until the next bump They are either too recent, or are not trivial to remove. Signed-off-by: James

[FFmpeg-cvslog] fftools/ffmpeg_filter: ensure ifp is set before dereferencing it

2025-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 24 10:06:47 2025 -0300| [fee5b0a383441feadf4b48dad15caa89c1aad555] | committer: James Almer fftools/ffmpeg_filter: ensure ifp is set before dereferencing it Fixes segfaults since cbbc927a67f142a02bfc5d047c03587599ee5b55. Signed-off-by: James

[FFmpeg-cvslog] tests/filter-video: add yuvtestsrc tests for yuva444p

2025-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 31 15:45:34 2025 -0300| [67c489131187849d39b6e8b2c078734ea110de00] | committer: James Almer tests/filter-video: add yuvtestsrc tests for yuva444p Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/buffersrc: check for valid sample rate

2025-04-04 Thread James Almer
ffmpeg | branch: release/4.4 | James Almer | Mon Dec 30 00:25:41 2024 -0300| [2ec7f8ea4da98449061cb0f7e61c5d1cb4e1cc92] | committer: Michael Niedermayer avfilter/buffersrc: check for valid sample rate A sample rate <= 0 is invalid. Fixes an assert in ffmpeg_enc.c that assumed a valid sam

[FFmpeg-cvslog] libs: bump major version for all libraries

2025-04-04 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 17:47:44 2025 -0300| [b338d1b35b2b2f0e7f02972c8ec60d3df5fc4d94] | committer: James Almer libs: bump major version for all libraries Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec: remove remaining references to avcodec_close()

2025-04-04 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Apr 4 14:03:05 2025 -0300| [4ebc1f06e99117ab2b3fbd243284e2607e35dbf4] | committer: James Almer avcodec: remove remaining references to avcodec_close() Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] tests/filter-video: add rgbtestsrc tests for gbrap

2025-04-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 31 15:49:02 2025 -0300| [d1f2f8eee002b63ee95eee1ea7b81cbd0f4c7218] | committer: James Almer tests/filter-video: add rgbtestsrc tests for gbrap Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/vsrc_testsrc: also fill alpha planes with a test pattern in {rgb,yuv}testsrc

2025-04-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 31 14:34:38 2025 -0300| [cd1ec359c4766155d3a51284349e31583fa99708] | committer: James Almer avfilter/vsrc_testsrc: also fill alpha planes with a test pattern in {rgb,yuv}testsrc And add support for more formats. Signed-off-by: James Almer

[FFmpeg-cvslog] avutil: remove deprecated FF_API_FRAME_KEY

2025-03-29 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 13:58:04 2025 -0300| [1061689ad80e8e9a2f7ff8a55c955acdca4396dc] | committer: James Almer avutil: remove deprecated FF_API_FRAME_KEY Deprecated since 2023-05-04. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat: remove deprecated FF_API_ALLOW_FLUSH

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:43:55 2025 -0300| [c153238275c28ec1891df696114c152285dc9680] | committer: James Almer avformat: remove deprecated FF_API_ALLOW_FLUSH Deprecated since 2023-10-02. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec: remove deprecated FF_API_TICKS_PER_FRAME

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:12:20 2025 -0300| [7d07723db5c18bb762f8eeb2a844a677986b8dcc] | committer: James Almer avcodec: remove deprecated FF_API_TICKS_PER_FRAME Deprecated since 2023-05-15. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 14:06:40 2025 -0300| [6e80ec9dc5d7ea83c3abac641aa08ad7849c9e98] | committer: James Almer avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED Deprecated since 2023-05-18. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil/version_major: postpone some deprecations until the next bump

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 15:44:01 2025 -0300| [d6b215052b84c4142db626907631f1bc1ffb53cc] | committer: James Almer avutil/version_major: postpone some deprecations until the next bump They are too recent. Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avcodec/exr: deprecate gamma and apply_trc options

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 15 21:28:50 2025 -0300| [b6bcc1c3c26891fa7e301437eacc120cc91860eb] | committer: James Almer avcodec/exr: deprecate gamma and apply_trc options Decoders should not modify sample values, as that's the job of a library like swscale. Signed-o

[FFmpeg-cvslog] avformat: remove deprecated FF_API_GET_DUR_ESTIMATE_METHOD

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:48:16 2025 -0300| [b2564b0ab8ca84429aefd7907eb32526d07516b1] | committer: James Almer avformat: remove deprecated FF_API_GET_DUR_ESTIMATE_METHOD Deprecated since 2024-03-06. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil: remove deprecated FF_API_H274_FILM_GRAIN_VCS

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 15:29:59 2025 -0300| [97609725f8cef5cda001b4287aa4001b95946ea6] | committer: James Almer avutil: remove deprecated FF_API_H274_FILM_GRAIN_VCS Deprecated since 2024-03-23. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil: remove deprecated FF_API_VULKAN_CONTIGUOUS_MEMORY

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 14:07:14 2025 -0300| [09a57602991d47011247f2683f32a53255adcf09] | committer: James Almer avutil: remove deprecated FF_API_VULKAN_CONTIGUOUS_MEMORY Deprecated since 2023-05-28. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/version_major: postpone some deprecations until the next bump

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 15:43:40 2025 -0300| [a9d9f46e9a265caff3bd3fe2c781c5b90fb467bd] | committer: James Almer avfilter/version_major: postpone some deprecations until the next bump They are too recent. Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avcodec: remove deprecated FF_API_VDPAU_ALLOC_GET_SET

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:28:48 2025 -0300| [638690b872a982470eb985b67665fd9019a5d115] | committer: James Almer avcodec: remove deprecated FF_API_VDPAU_ALLOC_GET_SET Deprecated since 2024-03-07. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avdevice/version_major: postpone some deprecations until the next bump

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 15:44:47 2025 -0300| [8a7ce397bcbf2989f7faffba3aa89dfcc35eb779] | committer: James Almer avdevice/version_major: postpone some deprecations until the next bump They are too recent. Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avutil: remove deprecated FF_API_HDR_VIVID_THREE_SPLINE

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 13:01:30 2025 -0300| [10f199cfa5cc3bd9cc424fb99bd61a3e9890c143] | committer: James Almer avutil: remove deprecated FF_API_HDR_VIVID_THREE_SPLINE Deprecated since 2023-03-17. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil: remove deprecated FF_API_INTERLACED_FRAME

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 13:56:43 2025 -0300| [8af333188349d7eaab141bc872d98e03d03bf029] | committer: James Almer avutil: remove deprecated FF_API_INTERLACED_FRAME Deprecated since 2023-05-04. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil: remove deprecated FF_API_FRAME_PKT

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 13:43:23 2025 -0300| [ebd6d07ab9493dd2703f73c137699920896993c9] | committer: James Almer avutil: remove deprecated FF_API_FRAME_PKT Deprecated since 2023-03-20. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat: remove deprecated FF_API_LAVF_SHORTEST

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:40:35 2025 -0300| [3fd10e0cf35d8539a676846c453ac4e2685d7e74] | committer: James Almer avformat: remove deprecated FF_API_LAVF_SHORTEST Deprecated since 2023-09-18. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avdevice: remove deprecated FF_API_BKTR_DEVICE

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:52:02 2025 -0300| [a5064a72fff55c6b918861ba342b7176d8ed0c0d] | committer: James Almer avdevice: remove deprecated FF_API_BKTR_DEVICE Deprecated since 2024-02-02. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avfilter: remove deprecated FF_API_LINK_PUBLIC

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:49:16 2025 -0300| [379632bb97ef0836909358b3b136adb6511b0d06] | committer: James Almer avfilter: remove deprecated FF_API_LINK_PUBLIC Deprecated since 2024-03-08. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec: remove deprecated FF_API_BUFFER_MIN_SIZE

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:28:04 2025 -0300| [fbaa8c3a7d27fe41b3525f19ef43623149e292b7] | committer: James Almer avcodec: remove deprecated FF_API_BUFFER_MIN_SIZE Deprecated since 2024-02-20. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avdevice: remove deprecated FF_API_OPENGL_DEVICE

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:53:27 2025 -0300| [9283c5251f6a96d09b12e1b344437c885d673464] | committer: James Almer avdevice: remove deprecated FF_API_OPENGL_DEVICE Deprecated since 2024-02-28. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avdevice: remove deprecated FF_API_SDL2_DEVICE

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:54:11 2025 -0300| [17b31065f0f74711882ddd26c5ae7a15fdd910a8] | committer: James Almer avdevice: remove deprecated FF_API_SDL2_DEVICE Deprecated since 2024-02-28. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec: remove deprecated FF_API_AVCODEC_CLOSE

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:27:04 2025 -0300| [0d48da2db0b239d80c6e8b30e66211a977566588] | committer: James Almer avcodec: remove deprecated FF_API_AVCODEC_CLOSE Deprecated since 2024-02-09. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec: remove deprecated FF_API_QUALITY_FACTOR

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:29:29 2025 -0300| [bd58a68dbc8f7eac1ab3722e0267278c04ef55a5] | committer: James Almer avcodec: remove deprecated FF_API_QUALITY_FACTOR Deprecated since 2024-03-29. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/version_major: postpone some deprecations until the next bump

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 15:42:53 2025 -0300| [b439ea432077f694b103438b36341f6003d2c399] | committer: James Almer avcodec/version_major: postpone some deprecations until the next bump They are either too recent, or need more work before they can be removed. Signed

[FFmpeg-cvslog] avcodec: remove deprecated FF_API_FF_PROFILE_LEVEL

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:26:18 2025 -0300| [822432769868da325ba03774df1084aa78b9a5a0] | committer: James Almer avcodec: remove deprecated FF_API_FF_PROFILE_LEVEL Deprecated since 2023-09-06. Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec: remove deprecated FF_API_AVFFT

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:21:54 2025 -0300| [84c64e079c80b8abceb6ad10ec4753c9d5b331cc] | committer: James Almer avcodec: remove deprecated FF_API_AVFFT Deprecated since 2023-09-01. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec: remove deprecated FF_API_DROPCHANGED

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:17:53 2025 -0300| [5828624246486ad6e068550c4d27c755bcb578f9] | committer: James Almer avcodec: remove deprecated FF_API_DROPCHANGED Deprecated since 2023-07-15. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec: remove deprecated FF_API_SUBFRAMES

2025-03-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 12:16:20 2025 -0300| [c29a1cbd03d5dd6b3161e1acf9cb3511ac0a] | committer: James Almer avcodec: remove deprecated FF_API_SUBFRAMES Deprecated since 2023-05-15. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/movenccenc: add support for CENC AV1 encryption

2025-03-25 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 19 20:59:49 2025 -0300| [08e334e462c6337478c164da84cd7be718d285b9] | committer: James Almer avformat/movenccenc: add support for CENC AV1 encryption Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/cbs: allow fine tunning selection of features

2025-03-25 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Mar 21 13:55:25 2025 -0300| [5631704d83aba75c2c8b836515dd608115aa194a] | committer: James Almer avcodec/cbs: allow fine tunning selection of features Core framework and AV1 only for now. This will be useful in an upcoming commit, where CBS will be

[FFmpeg-cvslog] avcodec/cbs_av1: also store a pointer to the start of the tile group data

2025-03-25 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 19 20:58:40 2025 -0300| [3e0b38ed7ff1e9bd740c7e1d66695895146ce429] | committer: James Almer avcodec/cbs_av1: also store a pointer to the start of the tile group data This will be useful a following commit, where the offset of the Tile Group

[FFmpeg-cvslog] avcodec/ffv1enc: remove mixed declarations and code

2025-03-25 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 24 16:34:24 2025 -0300| [044664ac3bc07114996affc6fe95edd9b52f55bb] | committer: James Almer avcodec/ffv1enc: remove mixed declarations and code Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/ffv1enc: update missing Unit accesses inside av_assert2

2025-03-24 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 24 16:32:47 2025 -0300| [a4cf0979a4840cffe0fbc00821c517eabb130cf4] | committer: James Almer avcodec/ffv1enc: update missing Unit accesses inside av_assert2 Fixes compilation with assert-level=2. Signed-off-by: James Almer > h

[FFmpeg-cvslog] avcodec/ffv1enc: reduce stack usage

2025-03-24 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 24 13:24:58 2025 -0300| [702239bc500bc63c50dca16d194cb2166ad98bf4] | committer: James Almer avcodec/ffv1enc: reduce stack usage Fixes failures in some systems since 171060d5dc54d1526abde736a711ce234df632f2. This can be further improved by only

[FFmpeg-cvslog] avfilter/vf_zscale: add support for grayscale formats

2025-03-20 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 17 00:29:47 2025 -0300| [0ce405afb8df221b3a975a30b5c229449c8ed7da] | committer: James Almer avfilter/vf_zscale: add support for grayscale formats Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] swscale/output: add support for NV20

2025-03-19 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 16 17:14:20 2025 -0300| [b8dc87524908e708cc8f6362d093c47d021a4e6a] | committer: James Almer swscale/output: add support for NV20 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] swscale/input: add support for NV20

2025-03-19 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 16 16:52:29 2025 -0300| [2f856b488bfa72b0291c9710136498b8ee876485] | committer: James Almer swscale/input: add support for NV20 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil/tests/pixfmt_best: add more semi planar format tests

2025-03-19 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 16 18:30:31 2025 -0300| [f7e6070c5130644cbf0af17a9485a97e9aca051e] | committer: James Almer avutil/tests/pixfmt_best: add more semi planar format tests Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil: only duplicate hal2float and float2half in shared builds

2025-03-18 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 16 23:26:53 2025 -0300| [bf22c4cc3e005c01f50e233b1582fd1d8051aed9] | committer: James Almer avutil: only duplicate hal2float and float2half in shared builds Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/exrdec: restore applying color transfer characteristics for float16 samples

2025-03-16 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Mar 13 23:04:41 2025 -0300| [1eafbf820312d45b31907e16877ae780022598c4] | committer: James Almer avcodec/exrdec: restore applying color transfer characteristics for float16 samples Regression since 0e917389fe73c932049635d947bba076f1709589. This

[FFmpeg-cvslog] avcodec/d3d12va_encode: use the correct specifier to log size_t values

2025-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 15 21:06:33 2025 -0300| [c88614662cd3bcc102255665953e047ca0c381d7] | committer: James Almer avcodec/d3d12va_encode: use the correct specifier to log size_t values Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] swscale/swscale_unscaled: account for semi planar formats with data in the msb

2025-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Mar 14 11:25:20 2025 -0300| [819dec697a93f42dc23c4efbcf86e05bb7e128ac] | committer: James Almer swscale/swscale_unscaled: account for semi planar formats with data in the msb Fixes fate failures introduced by recent tests that exercise the faulty

[FFmpeg-cvslog] avcodec/ffv1dec: set the FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability

2025-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 15 16:09:28 2025 -0300| [3f57063c58faf6b931ebdd239ac568f77c878cc3] | committer: James Almer avcodec/ffv1dec: set the FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability Will prevent decoding frame data during probing. Signed-off-by: James Almer

[FFmpeg-cvslog] swscale/swscale_unscaled: make the fast planar copy path work with more formats

2025-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Mar 14 22:14:19 2025 -0300| [63fa1f52b9c4b37ebf7661a9851acf3ba71db303] | committer: James Almer swscale/swscale_unscaled: make the fast planar copy path work with more formats dst_depth - src_depth where the result is 6 or 7 in a high bd path means

[FFmpeg-cvslog] avfilter/vsrc_testsrc: use aligned macros for writing

2025-03-13 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 10 00:06:14 2025 -0300| [52eb0e18db27bf608403675b0a618880009a301f] | committer: James Almer avfilter/vsrc_testsrc: use aligned macros for writing Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] tests/fate/pixfmt: add conversion tests with semi planar YUV formats

2025-03-13 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 9 23:16:18 2025 -0300| [c3b60e0df73b85306c17de43063c43ea7ea82a05] | committer: James Almer tests/fate/pixfmt: add conversion tests with semi planar YUV formats Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] swscale/input: add support for UYYVYY411

2025-03-13 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Mar 6 13:57:03 2025 -0300| [228713ef5dc74b86dea91f55c3743fb075d86399] | committer: James Almer swscale/input: add support for UYYVYY411 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

  1   2   3   4   5   6   7   8   9   10   >