[FFmpeg-devel] is libswscale maintained?

2024-09-10 Thread Andrew Randrianasulu
I can't find entry about it in ffmpeg/MAINTAINERS bugs meanwhile exist https://trac.ffmpeg.org/ticket/3345 https://trac.ffmpeg.org/ticket/7978 I often saw suggestion to use -vf zscale but this is not default, and z.img upstream seems to be in suspended animation: https://github.com/sekrit-twc/z

Re: [FFmpeg-devel] is libswscale maintained?

2024-09-10 Thread Andrew Randrianasulu
On Wed, Sep 11, 2024 at 3:21 AM Michael Niedermayer wrote: > > Hi > > On Wed, Sep 11, 2024 at 02:45:59AM +0300, Andrew Randrianasulu wrote: > > I can't find entry about it in ffmpeg/MAINTAINERS > > I do try to maintain swscale. But iam surely happy if others help >

[FFmpeg-devel] Fwd: patch for 44.1/32 khz pcm input in pcm dvd encoder

2024-01-22 Thread Andrew Randrianasulu
-- Forwarded message - От: Andrew Randrianasulu Date: вс, 21 янв. 2024 г., 06:49 Subject: patch for 44.1/32 khz pcm input in pcm dvd encoder To: FFmpeg user questions , Cinelerra.GG < c...@lists.cinelerra-gg.org> relative to ffmpeg.git

Re: [FFmpeg-devel] [RFC/PATCH] doc/developer: clarify the criterion for removing deprecated APIs

2024-01-29 Thread Andrew Randrianasulu
пн, 29 янв. 2024 г., 13:55 Anton Khirnov : > Quoting Michael Niedermayer (2024-01-28 23:47:06) > > On Sun, Jan 28, 2024 at 01:28:36PM +0100, Anton Khirnov wrote: > > > Previously, the implicit standard was to wait 2 years before > deprecation > > > and removal, but it has been widely agreed at dev

Re: [FFmpeg-devel] Fwd: patch for 44.1/32 khz pcm input in pcm dvd encoder

2024-01-29 Thread Andrew Randrianasulu
g? https://lists.cinelerra-gg.org/pipermail/cin/2024-January/007907.html I even had idea to use PS2 emulator to check (DVD video supposed to work there since some time) but ran into qt6 being build dependency ... so I shelved this idea for now Thank you > > On Mon, Jan 22, 2024 at 3:59 AM Andre

Re: [FFmpeg-devel] Fwd: patch for 44.1/32 khz pcm input in pcm dvd encoder

2024-01-30 Thread Andrew Randrianasulu
пн, 29 янв. 2024 г., 22:08 Andrew Randrianasulu : > On Mon, Jan 29, 2024 at 8:16 PM Marth64 wrote: > > > > Hi, out of curiosity, I did not know 44.1/32 is supported on DVD PCM. > Does > > this type of output work on an actual DVD player? > At least this pdf br

Re: [FFmpeg-devel] Fwd: patch for 44.1/32 khz pcm input in pcm dvd encoder

2024-01-30 Thread Andrew Randrianasulu
Cirrus Logic application note from 2001 that mentions 32khz pcm operation. Yet it looks more like external amplifier/decoder part, not something integrated into dvd player itself? (input stream via S/PDIF) https://pdf.dzsc.com/9/28162.pdf > On Tue, Jan 30, 2024 at 2:17 PM Andrew Randrianasulu

Re: [FFmpeg-devel] Fwd: patch for 44.1/32 khz pcm input in pcm dvd encoder

2024-01-30 Thread Andrew Randrianasulu
ср, 31 янв. 2024 г., 04:49 Andrew Randrianasulu : > > > вт, 30 янв. 2024 г., 23:21 Marth64 : > >> Interesting, thanks. My thought was to see if this is allowed for >> DVD-Video vs DVD-Audio only which are different application layer. I can >> try to run a PS2 test

Re: [FFmpeg-devel] is libswscale maintained?

2024-09-14 Thread Andrew Randrianasulu
ср, 11 сент. 2024 г., 05:44 Stephen Hutchinson : > On 9/10/24 7:45 PM, Andrew Randrianasulu wrote: > > I often saw suggestion to use -vf zscale but this is not default, and > z.img > > upstream seems to be in suspended animation: > > > > https://github.com/sekrit-t

Re: [FFmpeg-devel] is libswscale maintained?

2024-09-14 Thread Andrew Randrianasulu
On Wed, Sep 11, 2024 at 12:20 PM Niklas Haas wrote: > > On Wed, 11 Sep 2024 02:45:59 +0300 Andrew Randrianasulu > wrote: > > I can't find entry about it in ffmpeg/MAINTAINERS > > > > bugs meanwhile exist > > > > https://trac.ffmpeg.org/ticket/

Re: [FFmpeg-devel] nuv1 in avi

2024-10-08 Thread Andrew Randrianasulu
ffplay/ffprobe now seems to recognize my file On Tue, Oct 8, 2024 at 3:03 PM Andrew Randrianasulu wrote: > I was experimenting with mencoder > > taskset -c 0 qemu-i386 -cpu pentium /usr/bin/mencoder -ovc nuv -oac copy > raw.avi -o nuv.avi -of avi -noodml > > and it created in

[FFmpeg-devel] nuv1 in avi

2024-10-08 Thread Andrew Randrianasulu
I was experimenting with mencoder taskset -c 0 qemu-i386 -cpu pentium /usr/bin/mencoder -ovc nuv -oac copy raw.avi -o nuv.avi -of avi -noodml and it created interesting avi file. ffprobe -i nuv.avi [avi @ 0x8e124c0] Could not find codec parameters for stream 0 (Video: none (NUV1 / 0x3156554E),

Re: [FFmpeg-devel] [PATCH 10/14] swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats

2024-09-29 Thread Andrew Randrianasulu
вс, 29 сент. 2024 г., 14:01 Christophe Gisquet : > Hi, > > Le sam. 28 sept. 2024 à 18:16, Ramiro Polla a > écrit : > > I think you missed that the internal representation (the contents of > > dst) is 15 bits for bit_depth <= 14, and 19 bits for bit_depth > 14. > > It is confusing, but when I say

[FFmpeg-devel] profile vs vprofile in 7.1?

2024-10-22 Thread Andrew Randrianasulu
We tried to update cinelerra-gg to ffmpeg 7.1 and ran into two problems: First, vf_scale now declares dynamic input and was filtered out by code in cinelerra/pluginfclient.C int flag_mask = AVFILTER_FLAG_DYNAMIC_INPUTS | AVFILTER_FLAG_DYNAMIC_OUTPUTS; if( filter->flags & flag_mask ) return AV

[FFmpeg-devel] mediacodec and qsv not really hwaccels ?

2024-09-23 Thread Andrew Randrianasulu
I tried to trivially add qsv/mediacodec decode to cinelerra-gg, but discovered that I can't use it like vaapi/vdpau/cuda because (?) qsv/mediacodec not listed in ffmpeg/libavcodec/hwconfig.h and (for h264) in ffmpeg/libavcodec/h264dec.c so on decoding I get (in termux, cingg compiled with system

Re: [FFmpeg-devel] nuv1 in avi

2024-10-15 Thread Andrew Randrianasulu
вс, 13 окт. 2024 г., 14:40 Anton Khirnov : > Quoting Andrew Randrianasulu (2024-10-08 14:03:13) > > I was experimenting with mencoder > > > > > > > > what do you think? ;) > > why oh oh god why? > Because mplayer (and mencoder) was first program I s

Re: [FFmpeg-devel] [PATCH] swscale/ppc: remove AltiVec acceleration for YUV->RGB conversions

2024-11-15 Thread Andrew Randrianasulu
чт, 14 нояб. 2024 г., 23:38 Sean McGovern : > Even on a reasonably modern POWER9 (ppc64le), it does not function > correctly. > I was under impression it was mostly developed and used on older G4/G5 cpus (big endian) --- > libswscale/ppc/Makefile | 1 - > libswscale/ppc/swscale

[FFmpeg-devel] qsvenc.c & AV_CODEC_FLAG_INTERLACED_DCT

2024-11-21 Thread Andrew Randrianasulu
Hello. Recently I teached cinelerra-gg to use qsv encoders in ffmpeg (libavcodec) and some test were working but some not. We nailed it down to top-field first material, like HDV files. bff files like consumer version of DV and progressive worked fine. I looked at source and ... I thought cond

[FFmpeg-devel] Please do proper Release Candidates

2025-02-27 Thread Andrew Randrianasulu
Otherwise it just feels like random snapshot everyone downstream must adapt to. Also, PLEASE add API changelog in future release announcements on website, I want to see what broken in each release. Right now it looks like only "positive" end of news openly publicized. Be honest, post other end of