Timeline



Oct 24, 2022:

8:05 PM Ticket #9947 (Misbehaving Curves Filter) closed by Michael Koch
fixed: 65f96a965af415300f7533c75940eeae4e3a2287
7:20 PM Ticket #4364 (Support for DNG (RAW)) updated by Michael Koch
Replying to Balling: > >P.S. Does anybody have a DNG test …
6:11 PM Changeset in ffmpeg [d7c3e52] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/integer: Use '|' instead of '+' where it is more natural …
5:04 PM Ticket #4364 (Support for DNG (RAW)) updated by Balling
>P.S. Does anybody have a DNG test image with known colors? RAW …
4:04 PM Changeset in ffmpeg [9a6cdd1b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/integer: Fix undefined left shifts of negative numbers …
2:28 PM Changeset in ffmpeg [f49375f2] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/aes: Don't use out-of-bounds index Up until now, av_aes_init() …
2:28 PM Changeset in ffmpeg [73930e4f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/aes: Don't use misaligned pointers The AES code uses …
2:28 PM Changeset in ffmpeg [7c5d256c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/motion_est_template: Avoid using last + 1 element of array …
2:28 PM Changeset in ffmpeg [c7615523] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/snow_dwt: Fix left shifts of negative numbers Affected the …
2:27 PM Ticket #9988 (Resolution metadata for JPEG with orientation) updated by Jozef Chutka
Description changed
2:26 PM input.jpg attached to Ticket #9988 by Jozef Chutka
2:26 PM Ticket #9988 (Resolution metadata for JPEG with orientation) created by Jozef Chutka
In the current version (N-108614-g37ee36f689-20221011) of FFmpeg and …
11:00 AM Ticket #9985 (Flipping an image with sws_scale crashes in arm64) updated by diogo.r
Nope, it doesn't crash anymore if I call av_force_cpu_flags(0). …
8:23 AM Ticket #9517 (Null pointer dereference) updated by Carl Eugen Hoyos
Keywords changed
7:40 AM Ticket #9987 (Example issue in vide_decode.c) created by enrico vittorini
In the decode_video.c example the statement codec = …
7:04 AM Hardware/QuickSync edited by wenbin,chen
(diff)
6:13 AM Ticket #4364 (Support for DNG (RAW)) updated by Michael Koch
If anybody has DNG images from other cameras which weren't yet …
5:30 AM Changeset in ffmpeg [d79c2401] by Haihao Xiang <haihao.xiang@intel.com>
doc/encoders: Add doc for av1_qsv Add doc for av1_qsv. …
5:30 AM Changeset in ffmpeg [dc9e4789] by Haihao Xiang <haihao.xiang@intel.com>
libavcodec/qsvenc_av1: add av1_qsv encoder It is available only when …
12:00 AM Changeset in ffmpeg [874a6f20] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: set thread names
12:00 AM Changeset in ffmpeg [a2f59138] by Anton Khirnov <anton@khirnov.net>
lavf: set internal thread names
12:00 AM Changeset in ffmpeg [5f82447d] by Anton Khirnov <anton@khirnov.net>
lavc/pthread_frame: set worker thread names
12:00 AM Changeset in ffmpeg [f66e7946] by Anton Khirnov <anton@khirnov.net>
lavu/thread: add an internal function for setting thread name …

Oct 23, 2022:

11:23 PM Changeset in ffmpeg [5ec9d26b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Don't use ScanTable where unnecessary For the …
10:47 PM Changeset in ffmpeg [33b838aa] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Move ASM-offset warning to its proper place …
10:47 PM Changeset in ffmpeg [b76f07b8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/eatgq: Move transient GetByteContext from context to stack …
10:47 PM Changeset in ffmpeg [7f456917] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/idctdsp: Move ScanTable to mpegvideo Only used there. …
10:47 PM Changeset in ffmpeg [de133d22] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/wmv2dec: Remove unnecessary ScanTables Only …
10:47 PM Changeset in ffmpeg [da93e4fb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/speedhqdec: Only keep what is used from ScanTable Namely …
10:47 PM Changeset in ffmpeg [69f46ff5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mjpegenc_common: Only pass what is used from ScanTable Namely …
10:47 PM Changeset in ffmpeg [3cdfb146] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mjpegdec: Only keep what is used from ScanTable Namely …
10:47 PM Changeset in ffmpeg [5975bb7f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mimic: Only keep what is used from ScanTable Namely …
10:47 PM Changeset in ffmpeg [60c3516] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mdec: Only keep what is used from ScanTable Namely …
10:47 PM Changeset in ffmpeg [ec2b07db] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/intrax8: Only keep what is used from ScanTable Namely …
10:47 PM Changeset in ffmpeg [9f64b067] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g2meet: Pre-permute quantization tables Allows to avoid a …
10:47 PM Changeset in ffmpeg [f1a7bf02] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g2meet: Only keep what is used from ScanTable Namely …
10:47 PM Changeset in ffmpeg [250d5563] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cavs: Only keep what is needed from IDCTDSP-API Namely …
10:47 PM Changeset in ffmpeg [b1bcff3a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dnxhddec: Only keep what is used from ScanTable Namely …
10:47 PM Changeset in ffmpeg [1da5da19] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/asvdec: Only keep what is used from ScanTable Namely …
10:47 PM Changeset in ffmpeg [0702fefd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/agm: Only keep what is used from ScanTable Namely …
10:46 PM Changeset in ffmpeg [ee0e03fe] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/idctdsp: Add function to apply permutation to array It is the …
10:46 PM Changeset in ffmpeg [0d53d92e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/imm4: Remove useless ScanTable Also rename the scantable …
10:46 PM Changeset in ffmpeg [4c9dee6e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aic: Remove useless ScanTable Reviewed-by: Peter Ross …
10:46 PM Changeset in ffmpeg [3cabe958] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/eatqi: Don't use IDCTDSP-API unnecessarily The eatqi decoder …
10:46 PM Changeset in ffmpeg [a8f34f0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/eatgq: Don't use IDCTDSP-API unnecessarily The eatgq decoder …
10:46 PM Changeset in ffmpeg [c262245f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/eamad: Don't use IDCTDSP-API unnecessarily The eamad decoder …
10:15 PM Changeset in ffmpeg [ba85e0ce] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
configure: Add idctdsp dependency to codecs that need it Currently …
9:42 PM Changeset in ffmpeg [a14c5af5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/snowenc: Fix invalid left shift of negative numbers Affected …
6:51 PM Changeset in ffmpeg [882a1706] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
lavu/hwcontext_vaapi: Fix type specifier for uintptr_t Fixes a format …
6:45 PM Changeset in ffmpeg [fc410ce5] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
lavf/hevc: Fix type specifiers, missed in 8b5d1553 Fixes several …
4:56 PM Ticket #9986 (Compilation fails with -Werror=format compiling vaapi on 32bit) updated by Carl Eugen Hoyos
Keywords changed
Type specifier fixed in 882a17068fd8e62c7d38c14e6fb160d7c9fc446a
11:56 AM Ticket #9986 (Compilation fails with -Werror=format compiling vaapi on 32bit) updated by goffioul
I indicated initially 2 errors: one with Wincompatible-pointer-types …
11:31 AM Ticket #9986 (Compilation fails with -Werror=format compiling vaapi on 32bit) updated by Carl Eugen Hoyos
Keywords, Component, Summary changed
If this is really the only error - as indicated by you - it is trivial …
11:29 AM Ticket #9986 (Compilation fails with -Werror=format compiling vaapi on 32bit) updated by Carl Eugen Hoyos
Priority, Keywords, Version, Component, Summary changed
11:15 AM Ticket #9986 (Compilation fails with -Werror=format compiling vaapi on 32bit) updated by goffioul
Please learn that the extra compilation flags were just a mean to an …
10:12 AM Ticket #9986 (Compilation fails with -Werror=format compiling vaapi on 32bit) updated by Carl Eugen Hoyos
Keywords changed
You claimed that this ticket is Android-related and you forgot to tell …
10:08 AM Ticket #4364 (Support for DNG (RAW)) updated by Carl Eugen Hoyos
I have implemented this and will send a patch.
9:53 AM Ticket #4364 (Support for DNG (RAW)) updated by Michael Koch
A possible algorithm for cropping could work as follows. The …
9:49 AM Ticket #9986 (Compilation fails with -Werror=format compiling vaapi on 32bit) updated by goffioul
As the relevant code in libavutil/hwcontext_vaapi.c hasn't changed …
9:37 AM Ticket #4364 (Support for DNG (RAW)) updated by Michael Koch
FFmpeg fails to import a DNG image which was taken by a Panasonic GH5S …
5:45 AM Ticket #9986 (Compilation fails with -Werror=format compiling vaapi on 32bit) updated by Carl Eugen Hoyos
Please test current FFmpeg git head, the only version supported on …

Oct 22, 2022:

6:28 PM Ticket #9986 (Compilation fails with -Werror=format compiling vaapi on 32bit) created by goffioul
When compiling ffmpeg 5.1.2 with AOSP (seen with Android-11 and …
5:35 PM Changeset in ffmpeg [65f96a96] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_curves: add PCHIP interpolator and interp option summary: …
3:35 PM Changeset in ffmpeg [993e3a6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avocdec/cbs_internal: Rename …
3:28 PM Changeset in ffmpeg [543ef831] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cbs: Remove CBS_CONTENT_TYPE_POD It is equivalent to …
2:21 PM Ticket #9981 (Build fails due to duplicate read_file() with libass.) closed by Carl Eugen Hoyos
fixed: Fixed in 4cfffdd5519516ee7b6b440920d0aededc4bc06f
2:20 PM Ticket #9976 (fftdenoiz gives corrupt results) updated by Carl Eugen Hoyos
Priority, Keywords, Version changed
Fixed in ff3c7086867b78d6bd6c96ddef02886aba381633
10:11 AM Ticket #9976 (fftdenoiz gives corrupt results) closed by Elon Musk
fixed: Fixed and improved edges filtering in master.
10:04 AM Changeset in ffmpeg [ff3c7086] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_fftdnoiz: improve filtering at edges

Oct 21, 2022:

8:54 PM Changeset in ffmpeg [c655749d]n3.2.19 by Michael Niedermayer <michael@niedermayer.cc>
Update for 3.2.19 Signed-off-by: Michael Niedermayer …
8:19 PM Changeset in ffmpeg [efee81be] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dstdec: Check for overflow in build_filter() Fixes: signed …
8:19 PM Changeset in ffmpeg [2b9ab807] by Michael Niedermayer <michael@niedermayer.cc>
avformat/spdifdec: Use 64bit to compute bit rate Fixes: signed …
8:19 PM Changeset in ffmpeg [a9fcab5c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/xwma: Use av_rescale() for duration computation Fixes: …
8:19 PM Changeset in ffmpeg [fa4fdc7f] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rmdec: check tag_size Fixes: signed integer overflow: …
8:19 PM Changeset in ffmpeg [f8074b79] by Michael Niedermayer <michael@niedermayer.cc>
avformat/nutdec: Check fields Fixes: signed integer overflow: …
8:19 PM Changeset in ffmpeg [c91ed5ee] by Michael Niedermayer <michael@niedermayer.cc>
avformat/dxa: avoid bpc overflows Fixes: signed integer overflow: …
8:19 PM Changeset in ffmpeg [2dacd939] by Michael Niedermayer <michael@niedermayer.cc>
avformat/cafdec: Check that nb_frasmes fits within 64bit Fixes: …
8:19 PM Changeset in ffmpeg [7e635723] by Michael Niedermayer <michael@niedermayer.cc>
avformat/asfdec_o: Limit packet offset avoids overflows with it …
8:19 PM Changeset in ffmpeg [89914fa8] by Michael Niedermayer <michael@niedermayer.cc>
avformat/ape: Check frames size Fixes: signed integer overflow: …
8:19 PM Changeset in ffmpeg [3c33d80c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/icodec: Check nb_pal Fixes: signed integer overflow: …
8:19 PM Changeset in ffmpeg [13cbb136] by Michael Niedermayer <michael@niedermayer.cc>
avformat/aiffdec: Use 64bit for block_duration use Fixes: signed …
8:19 PM Changeset in ffmpeg [596684dd] by Michael Niedermayer <michael@niedermayer.cc>
avformat/aiffdec: Check block_duration Fixes: signed integer …
8:19 PM Changeset in ffmpeg [75353c4] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/apedec: Fix integer overflow in filter_3800() Fixes: signed …
8:19 PM Changeset in ffmpeg [bce93faf] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/tta: Check 24bit scaling for overflow Fixes: signed integer …
8:19 PM Changeset in ffmpeg [45d4d7e3] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/hls: Free keys Fixes: memleak Fixes: …
8:19 PM Changeset in ffmpeg [46408a2d] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/bink: disallow odd positioned scaled blocks Fixes: out of …
8:19 PM Changeset in ffmpeg [9bf2cb6d] by Michael Niedermayer <michael@niedermayer.cc>
avformat/asfdec_o: limit recursion depth in asf_read_unknown() The …
8:19 PM Changeset in ffmpeg [f94628a3] by Michael Niedermayer <michael@niedermayer.cc>
doc/git-howto.texi: Document commit signing Signed-off-by: Michael …
8:19 PM Changeset in ffmpeg [f9aa66bc] by Michael Niedermayer <michael@niedermayer.cc>
libavcodec/8bps: Check that line lengths fit within the buffer Fixes: …
8:19 PM Changeset in ffmpeg [65831041] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/iff: Check for overflow in body_end calculation Fixes: …
8:19 PM Changeset in ffmpeg [c08f64df] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/h263dec: Sanity check against minimal I/P frame size Fixes: …
8:19 PM Changeset in ffmpeg [dc6f7e6b] by Michael Niedermayer <michael@niedermayer.cc>
MAINTAINERS: Add ED25519 key for signing my commits in the future …
8:19 PM Changeset in ffmpeg [05e0eb05] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/hevc_filter: copy_CTB() only within width&height Fixes: out …
8:19 PM Changeset in ffmpeg [2278ce50] by Michael Niedermayer <michael@niedermayer.cc>
avformat/flvdec: Check for EOF in index reading Fixes: Timeout Fixes: …
8:19 PM Changeset in ffmpeg [b0700a13] by Michael Niedermayer <michael@niedermayer.cc>
avformat/nutdec: Check get_packetheader() in mainheader Fixes; …
8:19 PM Changeset in ffmpeg [01705cc0] by Michael Niedermayer <michael@niedermayer.cc>
avformat/asfdec_f: Use 64bit for packet start time Fixes: signed …
8:19 PM Changeset in ffmpeg [6ca1a2ac] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/lagarith: Check dst/src in zero run code Fixes: out of array …
8:19 PM Changeset in ffmpeg [7e4e122c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/h264dec: Skip late SEI Fixes: Race condition Fixes: …
8:19 PM Changeset in ffmpeg [cc770893] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c() …
8:19 PM Changeset in ffmpeg [eedbc82e] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rtsp: break on unknown protocols This function needs more …
8:19 PM Changeset in ffmpeg [2e8529d2] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/hevcdsp_template: stay within tables in sao_band_filter() …
8:19 PM Changeset in ffmpeg [d81081d2] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/qpeldsp: copy less for the mc0x cases Fixes: out of array …
8:19 PM Changeset in ffmpeg [0f49789f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1dec: Limit golomb rice coded slices to width 8M This …
8:19 PM Changeset in ffmpeg [3df3d2cf] by Michael Niedermayer <michael@niedermayer.cc>
avformat/iff: simplify duration calculation Fixes: signed integer …
8:19 PM Changeset in ffmpeg [f3ac9f6f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/wnv1: Check for width =1 The decoder only outputs pixels for …
8:19 PM Changeset in ffmpeg [4b3ff3c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/sctp: close socket on errors This is untested as i have no …
8:19 PM Changeset in ffmpeg [bd7fd6a6] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/aasc: Fix indention Signed-off-by: Michael Niedermayer …
8:19 PM Changeset in ffmpeg [5c3262e8] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/qdrw: adjust max colors to array size Fixes: out of array …
8:19 PM Changeset in ffmpeg [8618061] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/alacdsp: Make intermediates unsigned Fixes: signed integer …
8:19 PM Changeset in ffmpeg [97f54cb2] by Michael Niedermayer <michael@niedermayer.cc>
avformat/aiffdec: cleanup size handling for extreem cases …
8:19 PM Changeset in ffmpeg [fc54bf15] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpeglsdec: fix end check for xfrm Fixes: out of array access …
8:19 PM Changeset in ffmpeg [e72660db] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/cdgraphics: limit scrolling to the line Fixes: out of array …
8:19 PM Changeset in ffmpeg [e631e97b] by Michael Niedermayer <michael@niedermayer.cc>
avformat/aiffdec: avoid integer overflow in get_meta() Fixes: signed …
8:19 PM Changeset in ffmpeg [1236e18a] by Michael Niedermayer <michael@niedermayer.cc>
avformat/ape: more bits in size for less overflows Fixes: signed …
8:19 PM Changeset in ffmpeg [0bb61d27] by Michael Niedermayer <michael@niedermayer.cc>
avformat/bfi: Check offsets better Fixes: signed integer overflow: …
8:19 PM Changeset in ffmpeg [c756e27a] by Michael Niedermayer <michael@niedermayer.cc>
avformat/asfdec_f: Check packet_frag_timestamp Fixes: signed integer …
8:19 PM Changeset in ffmpeg [065b3e60] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/texturedspenc: Fix indexing in color distribution …
8:19 PM Changeset in ffmpeg [d03eb6c8] by Michael Niedermayer <michael@niedermayer.cc>
avformat/act: Check ff_get_wav_header() for failure Fixes: missing …
8:19 PM Changeset in ffmpeg [23ce7312] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vsrc_mandelbrot: Check for malloc failure Reviewed-by: Paul …
7:12 PM Changeset in ffmpeg [ff3c4705] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/speedhqdec: Remove write-only AVCodecContext* Signed-off-by: …
7:12 PM Changeset in ffmpeg [7894d4c9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/metasound: Remove unnecessary headers They are used in …
7:12 PM Changeset in ffmpeg [0d1028f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/speedhq: Rename file to speedhqdec.c, move ff_rl_speedhq out …
7:12 PM Changeset in ffmpeg [1490ba6f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/metasound: Remove always-false checks The number of channels …
7:12 PM Changeset in ffmpeg [d94a445e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cyuv: Remove useless private context It just contains …
7:12 PM Changeset in ffmpeg [20a1296b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/nvdec_mjpeg: Remove always-true #if CONFIG_MJPEG_NVDEC_HWACCEL …
7:12 PM Changeset in ffmpeg [f18f8a56] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/speedhqenc: Remove always-true #if CONFIG_SPEEDHQ_ENCODER …
7:12 PM Changeset in ffmpeg [1132007d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/mj2kdec: Remove always-true #if CONFIG_MJPEG_2000_DEMUXER …
6:43 PM Ticket #9985 (Flipping an image with sws_scale crashes in arm64) updated by mkver
Can you provide a backtrace? Can you also check if the crash still …
6:11 PM Changeset in ffmpeg [da4ff1d5] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_maskedthreshold: implement diff mode To be useful for …
6:11 PM Changeset in ffmpeg [a1a87b7a] by Paul B Mahol <onemda@gmail.com>
avformat/yuv4mpegdec: increase header limit Allows demuxing UHD …
4:50 PM Ticket #9985 (Flipping an image with sws_scale crashes in arm64) created by diogo.r
Summary of the bug: Not sure if this is a bug, or if I'm just using …
4:08 PM Ticket #9808 (Curly brace characters in WebVTT subtitle files not encoded correctly) updated by tfischer
Cc changed
4:07 PM webvtt-unescape.diff attached to Ticket #9808 by tfischer
Unescaping '{' and '}'
4:07 PM Ticket #9808 (Curly brace characters in WebVTT subtitle files not encoded correctly) updated by tfischer
Component changed
I can confirm this bug. It happens when a WebVTT file is decoded in …
3:54 PM Ticket #9984 (Disable default http Headers) updated by metzger.100
Description changed
3:50 PM Ticket #9984 (Disable default http Headers) created by metzger.100
Summary of the bug: Well, I used ffmpeg to get some streams from the …
11:34 AM 0003-fix-clang32-build.patch attached to Ticket #9983 by Christoph Reiter
11:33 AM Ticket #9983 (Build error with clang on 32 bit Windows) created by Christoph Reiter
Looks like clang 15 got stricter somehow: […] Some searching …
8:13 AM Changeset in ffmpeg [4cfffdd5] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: rename read_file() to avoid conflict with libass …

Oct 20, 2022:

7:42 PM Changeset in ffmpeg [9184d3d7] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/speedhq: Check buf_size to be big enough for DC Fixes: …
7:42 PM Changeset in ffmpeg [148b98a4] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Adjust threshold for FFV1 Fixes: Timeout …
7:42 PM Changeset in ffmpeg [4df91e22] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1dec: Fail earlier if prior context is corrupted …
7:42 PM Changeset in ffmpeg [557aa777] by Michael Niedermayer <michael@niedermayer.cc>
avformat/asfdec_o: Check offset before adding index entry Fixes: …
3:34 PM Ticket #9962 (-metadata has no effect for .ogg file containing opus audio) updated by derkades
I see now, thanks. For ogg files I indeed need to set metadata for the …
12:19 PM out2.jpg attached to Ticket #9982 by Jozef Chutka
12:19 PM out1.jpg attached to Ticket #9982 by Jozef Chutka
12:17 PM input.jpg attached to Ticket #9982 by Jozef Chutka
12:17 PM Ticket #9982 (FFmpeg issues with exif rotation) created by Jozef Chutka
FFmpeg (version N-108614-g37ee36f689-20221011) filter movie ignores …
12:13 PM Ticket #4364 (Support for DNG (RAW)) updated by Balling
>P.S. Colors seem to be better in JXL than in PNG. But maybe I'm doing …
11:14 AM Ticket #1958 (mp3 24khz (in wav): overreads) updated by Balling
37efcb473f2e2e930339c176492fdc45b578448b
10:57 AM Changeset in ffmpeg [eb9153b4] by Gyan Doshi <ffmpeg@gyani.pro>
avformat/hls: fix spelling and grammar on wrap warning
10:13 AM Changeset in ffmpeg [754d52cf] by Paul B Mahol <onemda@gmail.com>
avfilter/window_func: add kaiser window
8:20 AM Ticket #1958 (mp3 24khz (in wav): overreads) closed by Elon Musk
fixed
8:06 AM Changeset in ffmpeg [37efcb47] by Paul B Mahol <onemda@gmail.com>
avcodec/mpegaudiodec_common: fix values for 24k sample rate
7:22 AM Ticket #4364 (Support for DNG (RAW)) updated by Michael Koch
There is still the problem that the PNG or JXL output images have the …
5:56 AM Changeset in ffmpeg [db42f70b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg4videodec: Reindent after the previous commit …
5:56 AM Changeset in ffmpeg [77f8d2da] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg4videodec: Remove always-true checks codec_id is always …
5:56 AM Changeset in ffmpeg [e19d1064] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg4videodec: Sync sprite_warping_accuracy between threads …
5:56 AM Changeset in ffmpeg [5d93c330] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Move sprite-related fields to Mpeg4DecContext Only …
5:56 AM Changeset in ffmpeg [4209216e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 only It is only used …
5:56 AM Changeset in ffmpeg [ac8afdb9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo_motion: Move mspel/gmc motion to mpeg4videodec.c It …
5:32 AM Changeset in ffmpeg [eb1ce6e3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpv_reconstruct_mb_template: Optimize dead code away None of …
5:29 AM Changeset in ffmpeg [7d23b350] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg12dec: Remove always-true check mpeg12dec.c is a …
5:29 AM Changeset in ffmpeg [6fe4e8fa] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Split ff_mpv_reconstruct_mb() into de/encoder part …
5:25 AM Ticket #5601 (support VQC1 ViewQuest codec) updated by Carl Eugen Hoyos
Fixed by Peter Ross in 3141dbb7adf1e2bd5b9ff700312d7732c958b8df
5:21 AM Changeset in ffmpeg [9ca312d8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Inline is_encoder in mpv_reconstruct_mb_internal() …
5:14 AM Ticket #9981 (Build fails due to duplicate read_file() with libass.) updated by Carl Eugen Hoyos
Component changed
5:09 AM Changeset in ffmpeg [409c4723] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Make inlining is_mpeg12 more flexible There are …
5:09 AM Changeset in ffmpeg [cab876f5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Ignore skip_idct for encoders It is documented to …
5:07 AM Ticket #9981 (Build fails due to duplicate read_file() with libass.) updated by Carl Eugen Hoyos
Priority, Keywords, Version changed
4:57 AM Changeset in ffmpeg [a5e59fec] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ffv1: Move ffv1_template.c inclusion to dec/enc templates …
4:57 AM Changeset in ffmpeg [f63c6c81] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegutils: Reindent after the previous commit Signed-off-by: …
4:57 AM Changeset in ffmpeg [678f1b1c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegutils: Return early in ff_draw_horiz_band() …
4:57 AM Changeset in ffmpeg [85f02c30] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Move VIDEO_FORMAT_* defines to mpeg12enc.c …
4:57 AM Changeset in ffmpeg [9e32f2eb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/h261: Use ptrdiff_t for stride Signed-off-by: Andreas …
4:57 AM Changeset in ffmpeg [10dfbb05] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Reindent after the last commit Signed-off-by: …
4:57 AM Changeset in ffmpeg [5ecf5b93] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Don't check for draw_horiz_band Some parts of …
4:57 AM Changeset in ffmpeg [5bcae525] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vc1_block: Remove dead calls to ff_mpeg_draw_horiz_band() The …
4:57 AM Changeset in ffmpeg [e0c01a6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND …
4:25 AM raw.bin attached to Ticket #9979 by cookieguru
raw vtt stream obtained from …
1:24 AM Ticket #5601 (support VQC1 ViewQuest codec) closed by pross
fixed

Oct 19, 2022:

11:26 PM Ticket #9981 (Build fails due to duplicate read_file() with libass.) created by Tim
Summary of the bug: Commit 18d6c07267994398f99b2241f577f8e7118af099
3:26 PM Ticket #9970 (h264_qsv internal bug message on valid h264 video file) closed by jorgev
worksforme: Ah thanks so much! Looks like user-error on my part, that incorrect …
2:37 PM Ticket #9980 (Can't build ffmpeg 5.1 64bits version) updated by jd750
Replying to mkver: > The bug only exists in 5.1. 5.0 and …
2:26 PM Ticket #9980 (Can't build ffmpeg 5.1 64bits version) updated by mkver
The bug only exists in 5.1. 5.0 and below were never affected, master …
2:15 PM Changeset in ffmpeg [1f63225f] by James Almer <jamrial@gmail.com>
avcodec/librav1e: support AV_CODEC_CAP_ENCODER_RECON_FRAME This bumps …
2:12 PM Ticket #9980 (Can't build ffmpeg 5.1 64bits version) updated by jd750
Replying to Carl Eugen Hoyos: > Please remember that only …
1:53 PM Ticket #9980 (Can't build ffmpeg 5.1 64bits version) updated by Carl Eugen Hoyos
Please remember that only current FFmpeg git head is supported on this …
1:52 PM Ticket #9980 (Can't build ffmpeg 5.1 64bits version) closed by Carl Eugen Hoyos
duplicate
1:40 PM Ticket #9980 (Can't build ffmpeg 5.1 64bits version) updated by mkver
Looks like the 5.1 analogue of ticket #9909. Backporting …
1:37 PM Ticket #9980 (Can't build ffmpeg 5.1 64bits version) updated by jd750
Description changed
1:29 PM Ticket #9980 (Can't build ffmpeg 5.1 64bits version) updated by jd750
Summary changed
1:27 PM config.2.log attached to Ticket #9980 by jd750
Log
1:27 PM config.log attached to Ticket #9980 by jd750
1:26 PM Ticket #9980 (Can't build ffmpeg 5.1 64bits version) updated by jd750
Summary changed
1:26 PM Ticket #9980 (Can't build ffmpeg 5.1 64bits version) created by jd750
Summary of the bug: I'm trying to build ffmpeg, the 32 bits version is …
1:13 PM Changeset in ffmpeg [f58f2389] by James Almer <jamrial@gmail.com>
avcodec/librav1e: export extradata on init() librav1e provides a …
1:13 PM Changeset in ffmpeg [d569958d] by James Almer <jamrial@gmail.com>
avcodec/librav1e: support setting sample aspect ratio Signed-off-by: …
12:42 PM Ticket #3356 (feature request: Segment HLS streams on SCTE 35 markers) updated by NickBirch
Replying to Adrian: > Replying to [comment:32 Dennis E. …
11:57 AM Ticket #8138 (load of misaligned address in libavcodec/startcode.c) updated by mkver
Resolution changed
Fixed in 30e1f5ec77530fad053730a2ffd10b8286420899.
11:48 AM Changeset in ffmpeg [30e1f5ec] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/startcode: Avoid unaligned accesses Up until now, …
9:53 AM Changeset in ffmpeg [b9058765] by Thilo Borgmann <thilo.borgmann@mail.de>
ffmpeg: Deprecate display rotation override with a metadata key Now …
9:53 AM Changeset in ffmpeg [c8892486] by Thilo Borgmann <thilo.borgmann@mail.de>
ffmpeg: Add display_{rotation, hflip, vflip} options This enables …
6:16 AM Ticket #9731 (Dashdec reports wrong duration when playing a 32 period dash) reopened by luckysk
Sorry for the delay in replying, the new address is: …
5:52 AM Ticket #9970 (h264_qsv internal bug message on valid h264 video file) updated by wenbin,chen
Hi Jorge. I can reproduce your problem. And I found the cause is that …
5:12 AM Ticket #9979 (webvtt subtitles not properly detected in DASH manifest) updated by Carl Eugen Hoyos
Priority, Keywords, Component, Type changed
5:11 AM Ticket #9979 (webvtt subtitles not properly detected in DASH manifest) updated by Carl Eugen Hoyos
Please attach the subtitle file.

Oct 18, 2022:

9:37 PM Ticket #9979 (webvtt subtitles not properly detected in DASH manifest) updated by cookieguru
Keywords changed
Possibly related: #9839
9:36 PM Ticket #9979 (webvtt subtitles not properly detected in DASH manifest) created by cookieguru
Summary of the bug: If an MPD manifest contains WebVTT subtitles …
3:49 PM Ticket #9970 (h264_qsv internal bug message on valid h264 video file) updated by jorgev
Description changed
I've added a sample file which reproduces the issue for me
3:43 PM Ticket #9970 (h264_qsv internal bug message on valid h264 video file) reopened by jorgev
1:44 PM Changeset in ffmpeg [81bc4ef1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/msmpeg4data: Mark tables as hidden This e.g. allows compilers …
1:44 PM Changeset in ffmpeg [c9d0ba9a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/jpegtables: Mark jpegtables as hidden These tables are not …
12:19 PM Changeset in ffmpeg [ff2c37d4] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_opt: Move stuff only used by ffmpeg_mux_init to it …
12:19 PM Changeset in ffmpeg [c5d7b6f4] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: move muxing queue fields from OutputStream to …
12:19 PM Changeset in ffmpeg [f0cd68ee] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: move bsf_ctx from OutputStream to MuxStream It is …
12:19 PM Changeset in ffmpeg [2266e048] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: embed OutputStream in a MuxStream This is now …
12:19 PM Changeset in ffmpeg [709b47f8] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: free output streams in of_close() Output streams are …
12:19 PM Changeset in ffmpeg [fe304c06] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: remove a cleanup block at the end of transcode() Some …
11:57 AM Changeset in ffmpeg [7ef7a222] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: remove the output_streams global Replace it with an …
11:57 AM Changeset in ffmpeg [0baed07f] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux_init: pass Muxer to new_output_stream() And …
11:57 AM Changeset in ffmpeg [18d96e87] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: reindent after previous commit
11:57 AM Changeset in ffmpeg [2dcedd9a] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: move freeing an output stream into a separate function
11:57 AM Changeset in ffmpeg [9f9bf870] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: move init_output_bsfs() to ffmpeg_mux Bitstream …
11:57 AM Changeset in ffmpeg [ee0a900e] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: move sq_mux from OutputFile to Muxer It is …
11:57 AM Changeset in ffmpeg [d6195c88] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: inline mux_free() into of_close() mux_free() is …
11:57 AM Changeset in ffmpeg [36ce335] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: inline of_muxer_init() into of_open() A separate …
11:57 AM Changeset in ffmpeg [a55ca682] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: allocate sq_pkt in setup_sync_queues() This is …
11:57 AM Changeset in ffmpeg [65d10693] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: embed OutputFile in a Muxer This is now possible …
11:57 AM Changeset in ffmpeg [24098c6] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: move Muxer and MuxStream to a new header This …
11:57 AM Changeset in ffmpeg [18d6c072] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_opt: move opening output files into a new file …
11:57 AM Changeset in ffmpeg [965bff37] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: move some stream initialization code to ffmpeg_mux …
11:57 AM Changeset in ffmpeg [731246ae] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: drop the of_ prefix from of_submit_packet() This …
11:57 AM Changeset in ffmpeg [a7028d7] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: rename submit_packet() to thread_submit_packet() …
11:57 AM Changeset in ffmpeg [d579a70] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: move output_packet() to ffmpeg_mux This function is …
11:57 AM Changeset in ffmpeg [072e3f71] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: do not unref a NULL packet The packet submitted …
8:15 AM Ticket #9977 (ELBG Posterizer creates flickering effect) updated by mkver
Priority, Keywords, Component, Reproduced by developer changed
Regression since c1a49a1264926039fabdeb1c51909fc2c34e2414.
6:40 AM Ticket #9978 (showwavespic with replace ends up with SIGSEGV) closed by KE
fixed
6:40 AM Ticket #9978 (showwavespic with replace ends up with SIGSEGV) updated by KE
Issue no longer exists in this version […]
6:15 AM ffmpeg-20221018-101515.log attached to Ticket #9978 by KE
FFmpeg Log
6:12 AM Ticket #9978 (showwavespic with replace ends up with SIGSEGV) updated by KE
I will test against the version from HEAD github. Banner I have …
6:10 AM Ticket #9978 (showwavespic with replace ends up with SIGSEGV) updated by Carl Eugen Hoyos
Please test current FFmpeg git head, the only version supported on …
5:59 AM Ticket #9978 (showwavespic with replace ends up with SIGSEGV) updated by KE
Description changed
5:58 AM ffmpeg-20221018-090829.log attached to Ticket #9978 by KE
FFMPEG log file
5:57 AM Ticket #9978 (showwavespic with replace ends up with SIGSEGV) created by KE
Summary of the bug: When generating IMAGE out of WAV, when setting …
2:20 AM Changeset in ffmpeg [3141dbb7] by Peter Ross <pross@xvid.org>
avcodec: ViewQuest VQC decoder Reviewed-by: Andreas Rheinhardt …
1:59 AM Changeset in ffmpeg [e253bc4b] by Haihao Xiang <haihao.xiang@intel.com>
lavc/qsvenc: fill the padding area qsvenc makes a copy when the input …
1:51 AM stderr.log attached to Ticket #9977 by erjiang
ffmpeg output from stderr
1:50 AM Ticket #9977 (ELBG Posterizer creates flickering effect) created by erjiang
At some point the ELBG filter changed, and now creates a flickering …

Oct 17, 2022:

7:32 PM Ticket #9877 (ffmpeg core dumped error when map webvtt subtitles) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
Crashes for example with: […] […] […] […]
7:30 PM any.mkv attached to Ticket #9877 by Carl Eugen Hoyos
7:29 PM Ticket #9877 (ffmpeg core dumped error when map webvtt subtitles) updated by Carl Eugen Hoyos
Replying to tudge: > Replying to [comment:14 Carl Eugen …
4:56 PM Ticket #9877 (ffmpeg core dumped error when map webvtt subtitles) updated by tudge
Replying to Carl Eugen Hoyos: > Can you also reproduce …
4:32 PM Ticket #6165 (FFMPEG UDP stream broken with DVB_SUBTITLE's) updated by Gregor Fuis
This issue is still present in the latest FFmpeg. Is there anyone …
10:43 AM Ticket #9968 (Certain broken MP3s may cause allocation of large amounts of memory) updated by johnt
Hi, thanks a lot for the info on that max_alloc setting! I had missed …
7:56 AM Changeset in ffmpeg [3bd0bf76] by Anton Khirnov <anton@khirnov.net>
avutil/samplefmt: document missing argument
7:56 AM Changeset in ffmpeg [3973d4fb] by Anton Khirnov <anton@khirnov.net>
avutil/aes_ctr: document some missing arguments
7:56 AM Changeset in ffmpeg [0baa6871] by Anton Khirnov <anton@khirnov.net>
avutil/aes: document some missing arguments
7:56 AM Changeset in ffmpeg [0d341379] by Anton Khirnov <anton@khirnov.net>
avcodec/bsf: document missing arguments
7:56 AM Changeset in ffmpeg [4aa04c25] by Anton Khirnov <anton@khirnov.net>
swscale: document some missing arguments
7:56 AM Changeset in ffmpeg [a76d5fec] by Anton Khirnov <anton@khirnov.net>
avutil/imgutils: document some missing arguments
7:56 AM Changeset in ffmpeg [ed2aa4e6] by Anton Khirnov <anton@khirnov.net>
avutil/crc: Add doxy for missing arguments
7:56 AM Changeset in ffmpeg [96f89cdc] by Anton Khirnov <anton@khirnov.net>
avutil/des: Add doxy for missing arguments Additionally reorder so …
7:56 AM Changeset in ffmpeg [023966d2] by Anton Khirnov <anton@khirnov.net>
avutil/avstring: Add doxy for missing argument
7:56 AM Changeset in ffmpeg [20a947f4] by Anton Khirnov <anton@khirnov.net>
avutil/frame: Add doxy for missing argument
7:56 AM Changeset in ffmpeg [3dea9adc] by Anton Khirnov <anton@khirnov.net>
avutil/rc4: Add doxy for missing arguments
7:56 AM Changeset in ffmpeg [0e7ce0d5] by Anton Khirnov <anton@khirnov.net>
avutil/uuid: Remove bogus doxy return doc The function returns void …
7:56 AM Changeset in ffmpeg [c4ff708c] by Anton Khirnov <anton@khirnov.net>
avutil/parseutils: Use inline code and properly escape For some …
7:56 AM Changeset in ffmpeg [99034037] by Anton Khirnov <anton@khirnov.net>
avutil/parseutils: Add doxy for missing arguments
7:56 AM Changeset in ffmpeg [8521a69] by Anton Khirnov <anton@khirnov.net>
avutil/hwcontext: Add doxy for missing argument
7:56 AM Changeset in ffmpeg [8bac3902] by Anton Khirnov <anton@khirnov.net>
avutil/lfg: Minor doxy improvements Use inline code for sizeof and …
7:56 AM Changeset in ffmpeg [6a1ad7a7] by Anton Khirnov <anton@khirnov.net>
avutil/lfg: Add doxy for missing argument
7:56 AM Changeset in ffmpeg [a679b87] by Anton Khirnov <anton@khirnov.net>
avutil/file: Add doxy for missing arguments
7:56 AM Changeset in ffmpeg [b850347a] by Anton Khirnov <anton@khirnov.net>
avutil/eval: Add doxy for missing arguments
7:56 AM Changeset in ffmpeg [27dbc9e7] by Anton Khirnov <anton@khirnov.net>
avutil/detection_bbox: Add doxy for missing argument
7:56 AM Changeset in ffmpeg [226dde68] by Anton Khirnov <anton@khirnov.net>
avformat/avio: Add doxy for missing argument
7:56 AM Changeset in ffmpeg [60224f20] by Anton Khirnov <anton@khirnov.net>
avfilter: Fix doxy references Doxygen does not properly form …
7:55 AM Changeset in ffmpeg [436879a2] by Anton Khirnov <anton@khirnov.net>
avutil/channel_layout: Document missing arguments
7:55 AM Changeset in ffmpeg [f824388c] by Anton Khirnov <anton@khirnov.net>
avutil/channel_layout: Use inline code for Doxy This avoids Doxygen …
7:55 AM Changeset in ffmpeg [e3c5b8c6] by Anton Khirnov <anton@khirnov.net>
avutil/camellia: Fix doxy @param typo
7:55 AM Changeset in ffmpeg [1f59e714] by Anton Khirnov <anton@khirnov.net>
swresample: Fix Doxy reference to AVOptions
7:55 AM Changeset in ffmpeg [58b86d8b] by Anton Khirnov <anton@khirnov.net>
avutil/bprint: Improve doxy documentation Declare proper group, add …
7:55 AM Changeset in ffmpeg [fe9381e] by Anton Khirnov <anton@khirnov.net>
doc/Doxyfile: Add FF_PAD_STRUCTURE to PREDEFINED The FF_PAD_STRUCTURE …
7:55 AM Changeset in ffmpeg [80c8b988] by Anton Khirnov <anton@khirnov.net>
avcodec/mediacodec: link to related documentation
7:55 AM Changeset in ffmpeg [56bbfe11] by Anton Khirnov <anton@khirnov.net>
avcodec/mediacodec: use inline code for coderefs Avoids doxy to …
7:55 AM Changeset in ffmpeg [aba8cf65] by Anton Khirnov <anton@khirnov.net>
swscale: Fix bogus doxy comment #ifdefs The intention here was …
7:55 AM Changeset in ffmpeg [88e78ec6] by Anton Khirnov <anton@khirnov.net>
avutil/csp: Fix bogus doxy filename Separate the blocks to make the …
7:55 AM Changeset in ffmpeg [6938ddb1] by Anton Khirnov <anton@khirnov.net>
avutil/stereo3d: Add file to doxy group This way the related file …
7:55 AM Changeset in ffmpeg [06bcbe14] by Anton Khirnov <anton@khirnov.net>
avutil/stereo3d: consolidate group doxy Make it a bit easier to grasp …
7:55 AM Changeset in ffmpeg [7e8d9744] by Anton Khirnov <anton@khirnov.net>
avutil/spherical: Add file to doxy group This way the related file …
7:55 AM Changeset in ffmpeg [24b610e3] by Anton Khirnov <anton@khirnov.net>
avutil/spherical: consolidate group doxy Make it a bit easier to …
7:55 AM Changeset in ffmpeg [71c45b8a] by Anton Khirnov <anton@khirnov.net>
avutil/display: Add file to doxy group This way the related file will …
7:55 AM Changeset in ffmpeg [9570a833] by Anton Khirnov <anton@khirnov.net>
avutil/display: consolidate group doxy Make it a bit easier to grasp …
7:55 AM Changeset in ffmpeg [c2c4ef6a] by Anton Khirnov <anton@khirnov.net>
avutil/aes_ctr: Add proper doxy group So it will be properly listed …
7:55 AM Changeset in ffmpeg [67298d8e] by Anton Khirnov <anton@khirnov.net>
avcodec/videotoolbox: Add proper doxy group Same as done for other HW …
7:51 AM Changeset in ffmpeg [4be6d065] by Anton Khirnov <anton@khirnov.net>
avcodec/codec_par: Add missing doxy group opening
7:51 AM Changeset in ffmpeg [295d2171] by Anton Khirnov <anton@khirnov.net>
avcodec/vdpau: Fix doxy comment typo This is clearly supposed to be a …
7:51 AM Changeset in ffmpeg [c468a8c0] by Anton Khirnov <anton@khirnov.net>
avutil/twofish: Fix doxy @param typo
7:51 AM Changeset in ffmpeg [f29dde4] by Anton Khirnov <anton@khirnov.net>
avutil/channel_layout: Group pre-defined channel layouts
7:51 AM Changeset in ffmpeg [6c2ae2e9] by Anton Khirnov <anton@khirnov.net>
avutil/channel_layout: Group deprecated functions Makes it a bit …
7:51 AM Changeset in ffmpeg [57c8722a] by Anton Khirnov <anton@khirnov.net>
avutil/channel_layout: Move to its own group Before it was cluttering …
7:51 AM Changeset in ffmpeg [2b51b182] by Anton Khirnov <anton@khirnov.net>
avutil/channel_layout: Remove bogus closing group
7:51 AM Changeset in ffmpeg [2c590382] by Anton Khirnov <anton@khirnov.net>
avcodec/avcodec: Escape Doxygen reference The # is interpreted as …
7:51 AM Changeset in ffmpeg [99f6d0bd] by Anton Khirnov <anton@khirnov.net>
avformat/avformat: Improve doxy style Mostly re-indenting and adding …
7:51 AM Changeset in ffmpeg [eb60ffb1] by Anton Khirnov <anton@khirnov.net>
swresample/swresample: Fix mismatching argument names
7:51 AM Changeset in ffmpeg [3fbf8d6e] by Anton Khirnov <anton@khirnov.net>
avutil: Fix mismatching argument names
7:51 AM Changeset in ffmpeg [1f0529ec] by Anton Khirnov <anton@khirnov.net>
avformat/avformat: Fix mismatching argument names
7:51 AM Changeset in ffmpeg [7cf22df1] by Anton Khirnov <anton@khirnov.net>
avdevice/avdevice: Fix mismatching argument name
7:51 AM Changeset in ffmpeg [ea5884e2] by Anton Khirnov <anton@khirnov.net>
avcodec: Fix Doxygen trailing brief comments The < comment is not …
7:22 AM Ticket #9567 (libavformat doesn't correctly decrypt video with hls sample-aes encryption) updated by Balling
Yes, he does.
5:24 AM Ticket #9547 (Not auto-detecting dts codec when encoding to m3u8) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if the issue is reproducible with current …
4:39 AM Changeset in ffmpeg [4d66e8c] by Lynne <dev@lynne.ee>
lavc/audiodsp: fix RISC-V V scalar product (again) The loop uses a …
3:55 AM Ticket #9567 (libavformat doesn't correctly decrypt video with hls sample-aes encryption) updated by haruka
Do you really need the exact ticket format to make this valid? I …
3:01 AM Ticket #9612 (--enable-pic flag doesn't affect the object files from assembly) updated by mkver
When the compiler builds code, it presumes that every symbol that is …
2:18 AM Ticket #9456 (ffprobe coded_width, coded_height, and all dec_ctx->properties fields ...) updated by Gregory Beauregard
Reproduced by developer changed
Replying to Carl Eugen Hoyos: > Please provide the command …
Note: See TracTimeline for information about the timeline view.