Timeline
Mar 23, 2025:
- 11:17 PM Ticket #11499 (Better handling for atypical streams (random attachment etc.) in ...) updated by
-
Summary, Type, Component, Version, Analyzed by developer, Cc changed
͏ Maybe it should just copy as-is. (for unknown streams) ͏ See … - 10:52 PM Ticket #10775 (More sensible HEVC handling for HLS creation) reopened by
- ͏ If the HLS protocol only supports "hvc1" in such: ͏ Probably …
- 10:30 PM Ticket #11525 (Better frame dropping logic for live streams to avoid unjustifiable ...) updated by
-
Analyzed by developer changed
͏ Probably indeed problems in FFmpeg code. ͏ Need device … - 10:19 PM Ticket #11525 (Better frame dropping logic for live streams to avoid unjustifiable ...) updated by
- 1. The same device works on macOS laptop, I haven't tried ffmpeg, but …
- 10:14 PM Ticket #11522 (Certain URI-based protocols not properly handling URI encoding) updated by
-
Summary, Keywords changed
- 10:08 PM Ticket #11522 (Certain URI-based protocols not properly handling URI encoding) updated by
-
Summary, Version, Keywords, Analyzed by developer, Cc changed
- 9:58 PM Ticket #11525 (Better frame dropping logic for live streams to avoid unjustifiable ...) updated by
-
Component, Keywords, Cc changed
͏ Consult the equipment's manufacturer (or its driver author) perhaps? - 9:40 PM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by
-
Component, Analyzed by developer, Cc changed
͏ "error" and "works" commands (comment:2) are identical. ͏ … - 8:50 PM Ticket #11508 (MediaCodec as a whole is broken) updated by
-
Cc changed
͏ "No Java virtual machine has been registered" ͏ … - 8:49 PM Ticket #11363 (MediaCodec ceased working in new Android for JVM cause) updated by
-
Summary changed
͏ See also: ͏ https://trac.ffmpeg.org/ticket/11508 ("No Java … - 3:25 PM Changeset in ffmpeg [26f2f03e] by
- swscale/x86/rgb2rgb: optimize AVX2 version of uyvytoyuv422 Currently …
- 1:14 PM Changeset in ffmpeg [fc44ccd9] by
- configure: Add EXR decoder->bswapdsp dependency Needed on BE systems. …
Mar 22, 2025:
- 10:36 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by
- Sounds good, thank you!
- 1:45 PM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by
- Yeah, I tested it with the attached file. Behaves as reported error …
- 12:43 PM Ticket #11525 (Better frame dropping logic for live streams to avoid unjustifiable ...) created by
- Summary of the bug: When I use Elgato Facecam Pro is frozen an …
- 2:45 AM Changeset in ffmpeg [9f0970ee] by
- tests/checkasm/videodsp: Don't use declare_func_emms It allows the …
- 2:35 AM Changeset in ffmpeg [c9414335] by
- avutil/libm: Only include intfloat.h when needed Signed-off-by: …
Mar 21, 2025:
- 4:58 PM Ticket #11523 (Conflicting requirements while encoding with SVTAV1) closed by
- invalid: Important part of description was ignored by me. Color format, only …
- 4:56 PM Ticket #11523 (Conflicting requirements while encoding with SVTAV1) updated by
- OH! Now I see it. `Color format, only yuv420 is supported at this …
- 4:55 PM Ticket #11523 (Conflicting requirements while encoding with SVTAV1) updated by
- You ignored the "only yuv420 is supported at this time" part, just …
- 4:55 PM Ticket #11524 (g726(le) produces clicks in encoded audio) updated by
- I analyzed samples in Audacity, and it looks like an int16 overflow …
- 4:53 PM Ticket #11523 (Conflicting requirements while encoding with SVTAV1) updated by
- Hey galad, I kinda puzzled then. Docs for …
- 4:49 PM Ticket #11523 (Conflicting requirements while encoding with SVTAV1) updated by
- SVT-AV1 can do only 4:2:0 8-bit and 4:2:0 10-bit.
- 4:45 PM Ticket #11524 (g726(le) produces clicks in encoded audio) created by
- Summary of the bug: The G726 and G726LE codecs sometimes produce …
- 4:45 PM Ticket #11523 (Conflicting requirements while encoding with SVTAV1) created by
- Summary of the bug: I'm getting warning "Incompatible pixel format …
- 4:36 PM Changeset in ffmpeg [07911023] by
- avcodec/amfenc: add smart access video option This commit adds option …
- 4:36 PM Changeset in ffmpeg [5b460bde] by
- libavutil/hwcontext_amf: add format validation in transfer_data functions
- 3:30 AM Changeset in ffmpeg [e5d62e20] by
- avdevice/sdl2: Suppress macro redefinition warning SDL2's headers …
- 3:30 AM Changeset in ffmpeg [94fd2222] by
- avcodec/mathtables: Fix inaccurate macro name Signed-off-by: Andreas …
- 3:30 AM Changeset in ffmpeg [65154ba9] by
- swscale/tests/swscale: Fix potential buffer overflow The field width …
- 3:30 AM Changeset in ffmpeg [dff498fd] by
- avutil/csp: Improve enum range comparisons The underlying integer …
- 2:33 AM Ticket #11491 (n7.1.1 fails to build with some options (but not on master), backport ...) closed by
- fixed: Cherry picked to release/7.1 branch as …
Mar 20, 2025:
- 5:02 PM Changeset in ffmpeg [0ce405af] by
- avfilter/vf_zscale: add support for grayscale formats Signed-off-by: …
- 5:02 PM Changeset in ffmpeg [c3522716] by
- avfilter/vf_zscale: add support for half precision float RGB formats …
- 12:15 PM Ticket #11522 (Certain URI-based protocols not properly handling URI encoding) updated by
- The paths for FFmpeg are mostly not URLs, even though they are …
- 8:52 AM Changeset in ffmpeg [76f09ab] by
- avcodec/webvttdec: update documentation The previous link lead to a …
- 6:10 AM Changeset in ffmpeg [b857bf9] by
- avcodec/hevc/hevcdec: Simplify access to luma plane It is always set …
- 6:10 AM Changeset in ffmpeg [4505257] by
- avcodec/proresenc_kostya: Don't cast const away needlessly The …
- 6:10 AM Changeset in ffmpeg [d76ae080] by
- avcodec/svq1enc: Don't add to NULL It is undefined behavior. Pass a …
- 6:10 AM Changeset in ffmpeg [02c16b48] by
- avcodec/snow: Don't add to NULL It is undefined behavior. Fixes …
- 6:10 AM Changeset in ffmpeg [fbcc943b] by
- avcodec/h261enc: Don't use (size_t)-1 Fixes "runtime error: addition …
- 5:37 AM Ticket #11522 (Certain URI-based protocols not properly handling URI encoding) created by
- Summary of the bug: I originally discovered this when trying to play a …
- 12:32 AM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by
- Can you share that in.mkv sample, or another one to reproduce this issue?
Mar 19, 2025:
- 8:02 PM Changeset in ffmpeg [950ad969] by
- avcodec/sanm: codec20 decoder codec20 is raw uncompressed image data. …
- 8:02 PM Changeset in ffmpeg [fd6bfaab] by
- avcodec/sanm: ignore codec45 Codec45 is used in some RA2 videos on …
- 8:02 PM Changeset in ffmpeg [b48bd233] by
- avcodec/sanm: implement STOR/FTCH for ANIMv1 Handle STOR/FTCH the …
- 7:58 PM Changeset in ffmpeg [8a045260] by
- avcodec/sanm: codec37: reimplement comp4 Compression 4 code 0 means …
- 7:58 PM Changeset in ffmpeg [fb951b26] by
- avcodec/sanm: codec4/5/33/34 decoder This codec works on 4x4 pixel …
- 7:58 PM Changeset in ffmpeg [e1fd6bc8] by
- avcodec/sanm: codec21 decoder similar to codec23, this one …
- 7:58 PM Changeset in ffmpeg [77b5a0c1] by
- avcodec/sanm: codec23 decoder This codec alternatingly skips and …
- 7:58 PM Changeset in ffmpeg [968ffbe6] by
- avcodec/sanm: codec2 decoder this codec consists of 4 byte packets: …
- 7:58 PM Changeset in ffmpeg [aa2f2be] by
- avcodec/sanm: fix codec3 codec3 is codec1 which writes zero values …
- 7:58 PM Changeset in ffmpeg [fd9b92b2] by
- avcodec/sanm: better ANIMv1 engine support - clear the front buffer …
- 7:58 PM Changeset in ffmpeg [93b0ca26] by
- avcodec/sanm: better frame size detection for old codecs The size of …
- 7:58 PM Changeset in ffmpeg [f6c6ba95] by
- avcodec/sanm: FOBJ left/top are signed values The left/top parameters …
- 7:58 PM Changeset in ffmpeg [a48dd03] by
- avcodec/sanm: disable left/top for fullscreen codecs The block-based …
- 1:42 PM Ticket #11521 (Radeon VAAPI vulkan sync issue) created by
- How to reproduce: - Start the Sunshine server (git master) that uses …
- 12:34 PM Changeset in ffmpeg [f7e6070c] by
- avutil/tests/pixfmt_best: add more semi planar format tests …
- 12:34 PM Changeset in ffmpeg [b8dc8752] by
- swscale/output: add support for NV20 Signed-off-by: James Almer …
- 12:31 PM Changeset in ffmpeg [2f856b48] by
- swscale/input: add support for NV20 Signed-off-by: James Almer …
- 12:20 PM Ticket #10786 (CODECS for HLS mux hard coded to 4) closed by
- fixed
- 11:38 AM Ticket #10786 (CODECS for HLS mux hard coded to 4) updated by
- Great job, Thanks Jack Lau fix by commit: …
- 11:20 AM Changeset in ffmpeg [1502551d] by
- avformat/hlsenc: fix CODECS Attribute hard code in hevc …
- 11:10 AM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by
- I've posted a patch to set a higher default for readrate_catchup, so …
- 10:11 AM Changeset in ffmpeg [b75b568] by
- configure: improve ar test for response files
- 12:20 AM Ticket #11520 (Build failure on riscv64/musl due to undefined __NR_riscv_hwprobe) created by
-
The build currently fails on riscv/musl because
__NR_riscv_hwprobe…
Mar 18, 2025:
- 10:06 PM Changeset in ffmpeg [c0b7f81] by
- avcodec/Makefile: Skip ffv1_vulkan.h in checkheaders unless vulkan is …
- 8:21 PM Changeset in ffmpeg [bf22c4cc] by
- avutil: only duplicate hal2float and float2half in shared builds …
- 4:41 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by
- Yes I understand. But when I'm not using the catchup parameter I would …
- 4:09 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by
- I tested with a couple of other files and I did get a lower speed with …
- 3:32 PM Ticket #11510 (Hardware accelerator failed to decode picture - Videotoolbox HEVC) updated by
- The issue is complex than I thought. It can be workarounded by …
- 3:03 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by
- Have you try a 25 fps video? By me I get different rates, when I use …
- 2:05 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by
-
Tested
-rewith a HD file and I cannot reproduce this. Test with … - 1:20 PM Waveform edited by
- remove leftover link to overlay (diff)
- 1:19 PM Waveform edited by
- audacity-like look (diff)
- 1:01 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) reopened by
- 12:45 PM Changeset in ffmpeg [81c50c33] by
- avcodec/Makefile: Only compile executor when VVC decoder is enabled …
- 12:45 PM Changeset in ffmpeg [6bd4e8bf] by
- avcodec/vvc/Makefile: Move VVC decoder->h2645data dep to lavc/Makefile …
- 12:40 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by
-
@Gyan, this patch breaks
-reand-readrate 1. When I use now … - 10:05 AM Changeset in ffmpeg [740d4009] by
- ffbuild: use response files only if ar accepts them
- 3:46 AM Ticket #11515 (Consider NV12 / P010 output pixel format support) updated by
- Software decoders still struggle with 4K VP9 sdr 8 bit on my Intel …
- 12:25 AM Ticket #11518 (Missing ff_tlog due to Commit 0978fea7fa78782377c8b537969f4df1773d82ac) closed by
- fixed: In [changeset:"2de14c3e03ed2ba56d13b726e209d0af8a548d7c/ffmpeg" …
- 12:25 AM Ticket #11519 (Undefined symbol: ff_init_float2half_tables from Commit ...) closed by
- fixed: In [changeset:"d54afd4d61479d84a82f1646778ead1dd39ba771/ffmpeg" …
- 12:21 AM Changeset in ffmpeg [2de14c3e] by
- avcodec/tableprint_vlc: fix build with --enable-hardcoded-tables …
- 12:14 AM Changeset in ffmpeg [d54afd4d] by
- avcodec/Makefile: fix build of exr decoder in odd configs Fixes #11519
- 12:12 AM Ticket #11518 (Missing ff_tlog due to Commit 0978fea7fa78782377c8b537969f4df1773d82ac) updated by
-
Description changed
- 12:08 AM Ticket #11519 (Undefined symbol: ff_init_float2half_tables from Commit ...) created by
- Using the configuration below, I got link error […] After …
- 12:00 AM Ticket #11518 (Missing ff_tlog due to Commit 0978fea7fa78782377c8b537969f4df1773d82ac) updated by
-
Description changed
Mar 17, 2025:
- 11:58 PM Ticket #11518 (Missing ff_tlog due to Commit 0978fea7fa78782377c8b537969f4df1773d82ac) created by
- Summary of the bug: In Commit …
- 10:30 PM Ticket #11515 (Consider NV12 / P010 output pixel format support) updated by
- With the notable exception of AV1, what 10-bit codecs can be decoded …
- 3:13 PM Ticket #11517 (Remuxing AAC in mpegts to non-seekable matroska fails with "Error ...) created by
- Summary of the bug: When remuxing AAC stored in mpegts to matroska and …
- 2:33 PM Changeset in ffmpeg [46da5605] by
- MAINTAINERS: add Manuel Lauss as sanm.c/smush.c Maintainer As …
- 2:26 PM Changeset in ffmpeg [2471b220] by
- avcodec/ffv1dec: Fix a YUVA issue with remaping Untested …
- 2:26 PM Changeset in ffmpeg [276854e1] by
- avcodec/ffv1: Add GRAYF16 support Sponsored-by: Sovereign Tech Fund …
- 2:26 PM Changeset in ffmpeg [b57f71f7] by
- avcodec/ffv1: Add YAF16 support Sponsored-by: Sovereign Tech Fund …
- 2:26 PM Changeset in ffmpeg [d7fa6a38] by
- avcodec/ffv1: fix remap without chroma planes Sponsored-by: Sovereign …
- 2:26 PM Changeset in ffmpeg [a8892c54] by
- avcodec/ffv1: implement remap for encode/decode_plane() Sponsored-by: …
- 2:26 PM Changeset in ffmpeg [efdf751] by
- gitattributes: End merge conflicts in Changelog Similar could be done …
- 1:26 PM Ticket #11123 (Incorrect first audio segment name when using segment_timeline while ...) updated by
- Hi, I want to know what player are you use? I see nothing wrong on my …
- 12:38 PM Ticket #11510 (Hardware accelerator failed to decode picture - Videotoolbox HEVC) updated by
-
Status changed
- 12:10 PM Changeset in ffmpeg [94beaf48] by
- avcodec/videotoolboxenc: Add AYUV as a candidate pix_fmt for HEVC …
- 10:40 AM Changeset in ffmpeg [5b9356f1] by
- swscale/swscale_unscaled: avoid nv12 <-> nv21 bug This is not handled …
- 10:40 AM Changeset in ffmpeg [8ab40ca9] by
- swscale: fix gray -> grayf32 SIGFPE swscale internals don't …
- 10:15 AM Changeset in ffmpeg [9e857e1f] by
- ffbuild: read library linker objects from a file The linker command …
- 7:51 AM Changeset in ffmpeg [6bad55eb] by
- ffv1: add a Vulkan-based decoder This patch adds a fully-featured …
- 7:51 AM Changeset in ffmpeg [caff29db] by
- FFHWAccel: add buffer_ref argument to start_frame This commit adds a …
- 7:49 AM Changeset in ffmpeg [23eb499b] by
- ffv1dec: add support for hwaccels This commit adds support for …
- 7:49 AM Changeset in ffmpeg [53ff9005] by
- vulkan: add support for AV_PIX_FMT_GBRAP32
- 7:49 AM Changeset in ffmpeg [4de023f] by
- vulkan: add ff_vk_exec_add_dep_wait_sem() This adds a function which …
- 7:49 AM Changeset in ffmpeg [f2a0bdd6] by
- vulkan: unify handling of BGR and simplify ffv1_rct
- 7:49 AM Changeset in ffmpeg [dd7cc557] by
- ffv1enc_vulkan: clip micro_version to 3 for level 4 This unbreaks …
- 7:49 AM Changeset in ffmpeg [b2ebe988] by
- ffv1enc_vulkan: refactor code to support sharing with decoder The …
- 7:49 AM Changeset in ffmpeg [d3d2e254] by
- av1dec: update hwaccel decode_params on AV1_OBU_SEQUENCE_HEADER …
- 7:49 AM Changeset in ffmpeg [82864c21] by
- vulkan_hevc: use VK_KHR_video_maintenance2 if available
- 7:49 AM Changeset in ffmpeg [53f156bc] by
- vulkan_h264: use VK_KHR_video_maintenance2 if available This avoids …
- 7:49 AM Changeset in ffmpeg [9a78ebc1] by
- vulkan_av1: use VK_KHR_video_maintenance2 if available
- 7:49 AM Changeset in ffmpeg [31176b16] by
- vulkan_decode: use VK_KHR_video_maintenance2 if available
- 7:49 AM Changeset in ffmpeg [67eb01b4] by
- hwcontext_vulkan: enable VK_KHR_video_maintenance2 Enables some fixes …
- 7:49 AM Changeset in ffmpeg [e15e85b8] by
- vulkan_decode: adjust number of async contexts created This caps the …
- 7:49 AM Changeset in ffmpeg [4495802b] by
- vulkan_decode: support multiple image views Enables non-monochrome …
- 7:49 AM Changeset in ffmpeg [491b65e3] by
- vulkan_decode: support software-defined decoders
- 7:49 AM Changeset in ffmpeg [bbb06f1f] by
- vulkan: workaround BGR storage image undefined behaviour
- 7:49 AM Changeset in ffmpeg [3c09aadc] by
- hwcontext_vulkan: allow using concurrent access images with more than …
- 7:49 AM Changeset in ffmpeg [6c9affb3] by
- hwcontext_vulkan: fix downloads; use the common host map function to …
- 7:49 AM Changeset in ffmpeg [a5b90ca] by
- vulkan: copy host-mapping buffer code from hwcontext This is useful …
- 7:49 AM Changeset in ffmpeg [ed6ee328] by
- vulkan: add ff_vk_create_imageview
- 7:49 AM Changeset in ffmpeg [7046e65e] by
- vulkan: rename ff_vk_set_descriptor_image to ff_vk_shader_update_img
- 7:49 AM Changeset in ffmpeg [49af974] by
- pixfmt: add AV_PIX_FMT_GBRAP32 This commit adds a 32-bit *integer* …
- 7:08 AM Changeset in ffmpeg [a1c6ca16] by
- doc/filters: Shift CUDA-based filters to own section.
- 5:53 AM Ticket #11516 (avformat/mov: Parse 'name' atom for title metadata) closed by
- fixed
- 5:38 AM Ticket #11516 (avformat/mov: Parse 'name' atom for title metadata) created by
-
mov_write_track_udta_tagin libavformat/movenc.c uses the 'name' … - 3:33 AM Changeset in ffmpeg [5ad86d5f] by
- avcodec: Mark init and close functions as av_cold Signed-off-by: …
- 2:59 AM Changeset in ffmpeg [81ca85a0] by
- configure: allow mixed declarations and code for Objective-C Mixing …
- 2:57 AM Changeset in ffmpeg [163e5fd8] by
- configure: fix passing Objective-C flags Passing Objective-C flags …
- 2:55 AM Ticket #6389 (Support H.265 over Adobe HTTP-FLV or RTMP) updated by
-
Resolution changed
supported by commit b76053d8bf322b197a9d07bd27bbdad14fd5bc15 - 2:46 AM Changeset in ffmpeg [3ad00ebf] by
- avcodec/mpeg12dec: Don't assert on thread_count Nothing in this …
- 2:46 AM Changeset in ffmpeg [2742de0e] by
- avcodec/mpeg12dec: Use saturated addition when combining error_count …
- 2:26 AM Changeset in ffmpeg [60f49f4d] by
- avcodec/qdm2: Use explicit overread checks instead of implicit ones …
- 2:26 AM Changeset in ffmpeg [be7642b1] by
- avcodec/qdm2, vorbisdec: Use compile-time const max_depth in get_vlc2 …
- 2:26 AM Changeset in ffmpeg [c228ae2] by
- avcodec/cfhd: Use smaller scope where appropriate Signed-off-by: …
- 2:26 AM Changeset in ffmpeg [32fba0bc] by
- avcodec/cfhd: Move GetBitContext from context to stack Its lifetime …
- 2:26 AM Changeset in ffmpeg [8a2e84dc] by
- avcodec/hqx: Simplify deriving AC table index It can be simply …
- 2:26 AM Changeset in ffmpeg [2f4f96f] by
- avcodec/hqx: Combine checks Signed-off-by: Andreas Rheinhardt …
- 2:26 AM Changeset in ffmpeg [02b5aee8] by
- avcodec/hqx: Don't zero in small chunks, don't zero twice Up until …
- 2:26 AM Changeset in ffmpeg [7d70fb35] by
- avcodec/hqx: Combine memsets Signed-off-by: Andreas Rheinhardt …
- 2:26 AM Changeset in ffmpeg [997b33f6] by
- avcodec/hqxvlc: Make dc9, dc10 VLC tables static It allows to share …
- 2:26 AM Changeset in ffmpeg [004367a0] by
- avcodec/hqx: Cache pointer to used dc table Signed-off-by: Andreas …
- 2:26 AM Changeset in ffmpeg [5dd83ecf] by
- avcodec/hqxvlc: Make cbp_vlc static This is trivial as well as …
- 2:26 AM Changeset in ffmpeg [c9d87f4a] by
- avcodec/hqx: Include hqxvlc directly This avoids having to expose …
- 2:26 AM Changeset in ffmpeg [09411fef] by
- avcodec/hqxvlc: Include implicit +1 run in RL VLC tables …
- 2:26 AM Changeset in ffmpeg [abffd931] by
- avcodec/hqxvlc: Avoid hardcoded RL VLC table hqxvlc.c contains …
- 2:26 AM Changeset in ffmpeg [49d15df] by
- avcodec/rl: Avoid temporary stack VLC array during RL VLC init …
- 2:26 AM Changeset in ffmpeg [3869862b] by
- avcodec/mpeg12: Avoid temporary stack VLC array during RL VLC init …
- 2:26 AM Changeset in ffmpeg [0facdafd] by
- avcodec/vlc: Merge VLCElem and RL_VLC_ELEM It will simplify creating …
- 2:19 AM Changeset in ffmpeg [54d582e] by
- avcodec/pcm: Avoid AVCodec.sample_fmts for decoders These fields are …
- 2:18 AM Changeset in ffmpeg [05ab7762] by
- avcodec/pcm: Reindent after the previous commit Signed-off-by: …
- 2:18 AM Changeset in ffmpeg [c6d74365] by
- avcodec/pcm: Use dedicated init function for F16LE, F24LE This avoids …
- 2:11 AM Changeset in ffmpeg [e76daf6] by
- avcodec/pcm: Don't allocate LUT when unused Instead use a dedicated …
- 2:05 AM Changeset in ffmpeg [f2168f4d] by
- avcodec/pcm: Remove duplication from FFCodec define macros Also align …
- 1:58 AM Changeset in ffmpeg [485e5388] by
- avcodec/pcm: Cache sample_size value No need to go through two …
- 1:57 AM Changeset in ffmpeg [5247090b] by
- avcodec/pcm: Remove always-false check All codecs here have a valid …
Mar 16, 2025:
- 9:26 PM Ticket #11515 (Consider NV12 / P010 output pixel format support) updated by
- Replying to James: > I'm not sure i understand. Semi …
- 2:52 PM Ticket #11513 (ffmpeg fails to decode MP2 and MP3 files) updated by
-
Description changed
- 2:38 PM Changeset in ffmpeg [1eafbf82] by
- avcodec/exrdec: restore applying color transfer characteristics for …
- 2:35 PM Ticket #11515 (Consider NV12 / P010 output pixel format support) updated by
- I'm not sure i understand. Semi planar formats like NV12, P010 and …
- 2:23 PM Ticket #11515 (Consider NV12 / P010 output pixel format support) created by
- The currently used pixel formats like yuv420 and especially yuv420_10 …
- 12:55 PM Ticket #11514 (Cuvid decoder problem with deinterlacing) updated by
- If I change …
- 12:51 PM Ticket #11514 (Cuvid decoder problem with deinterlacing) created by
- Summary of the bug: After commit 99e2af4 …
- 11:33 AM Ticket #11513 (ffmpeg fails to decode MP2 and MP3 files) created by
- Using your example decode_audio.c I've compiled it using Visual Studio …
- 11:22 AM Ticket #11512 (pocketsphinx not found using pkg-config) updated by
- If the file exists at …
- 10:18 AM Ticket #11512 (pocketsphinx not found using pkg-config) reopened by
- 9:59 AM Ticket #11512 (pocketsphinx not found using pkg-config) updated by
- Replying to Timo R.: > Right in your log: > test.c:1:10: …
- 8:14 AM Ticket #11369 (Chroma error in yuv420p -> hwaccel dxva2 -> p010le on nvenc) closed by
- fixed: It seems to be fixed with todays changes. Good job everyone!
- 3:24 AM Changeset in ffmpeg [b5be0c0a] by
- avcodec/eamad: Don't store transient macroblock indices in context …
- 3:24 AM Changeset in ffmpeg [f6366cb5] by
- avcodec/eamad: Optimize processing escape codes Said escape code is …
- 3:24 AM Changeset in ffmpeg [2e5f01e0] by
- avcodec/mdec: Don't update cache unnecessarily It won't be used …
- 3:24 AM Changeset in ffmpeg [9aeb6940] by
- avcodec/mdec: Optimize processing escape codes Said escape code is …
- 3:24 AM Changeset in ffmpeg [de562e8] by
- avcodec/mdec: Remove write-only block_last_index Signed-off-by: …
- 3:24 AM Changeset in ffmpeg [461b86fe] by
- avcodec/intrax8: Stop setting write-only block_last_index These …
- 3:24 AM Changeset in ffmpeg [1a564c1a] by
- avcodec/vc1_block: Stop setting write-only block_last_index It is …
- 3:24 AM Changeset in ffmpeg [594b97e4] by
- avcodec/mpegvideo_dec: Mark init, flush, close functions as av_cold …
- 3:24 AM Changeset in ffmpeg [248a6578] by
- avcodec/msmpeg4enc: Inline constant Signed-off-by: Andreas Rheinhardt …
- 12:06 AM Changeset in ffmpeg [c8861466] by
- avcodec/d3d12va_encode: use the correct specifier to log size_t values …
Note:
See TracTimeline
for information about the timeline view.
