From: Christophe Gisquet <christophe.gisquet@gmail.com> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH 1/2] Expose and start using skip_remaining Date: Mon, 11 Sep 2023 22:43:22 +0200 Message-ID: <CAPYFPM2P86c6exfmzJ8J55cq0UZNDn0O55S4J0jFChJrCKC6xQ@mail.gmail.com> (raw) In-Reply-To: <AS8P250MB07446D836F013E7DD5B739098FEEA@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM> Hello, Le ven. 8 sept. 2023 à 00:39, Andreas Rheinhardt <andreas.rheinhardt@outlook.com> a écrit : > This is problematic, because you seem to think that bits_peek(bc, bits) > ensures that there are at least `bits` available in the cache; read_vlc* also makes that assumption? Anyway, I'd put that behaviour (of checking) under (!)UNCHECKED_BITSTREAM_READER, and effectively this is about corrupt/unsupported bitstreams. Maybe some parts of ffmpeg have been wrong for 15 years, and that should be done instead of expecting the reader desyncs and/or checks at the upper level of the loop the exhaustion of the bitstream. > https://github.com/mkver/FFmpeg/commit/fba57506a9cf6be2f4aa5eeee7b10d54729fd92a > for a way that fixes this. I can only notice now I neither have the time, nor am enough interested to embark in that scrutiny of current code. I'm OK to wait for the ffmpeg project to have decided on a solution for the specifics you are discussing. > the assumption that the > combined amount of bits consumed in any get_vlc2/GET_RL_VLC/BITS_RL_VLC > call can't exceed 32. Is this assumption actually still true now that we > have multi-vlc stuff? It doesn't change anything there: it operates as the first stage/level of any get_vlc, only it can output more than 1 symbol. > https://github.com/mkver/FFmpeg/commit/9b5a977957968c0718dea55a5b15f060ef6201dc > and > https://github.com/mkver/FFmpeg/commits/aligned32_le_bitstream_reader > are probably also of interest to you. They probably would, had I the time. My goal was really to prevent the prores and multi-symbol from bitrotting too much, but I wasn't expecting these roadblocks. I'm sorry to say I'm dropping the patch series. -- Christophe _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2023-09-11 20:43 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-09-07 19:27 [FFmpeg-devel] [PATCH 0/2] cached bistream: small improvements Christophe Gisquet 2023-09-07 19:27 ` [FFmpeg-devel] [PATCH 1/2] Expose and start using skip_remaining Christophe Gisquet 2023-09-07 22:40 ` Andreas Rheinhardt 2023-09-11 20:43 ` Christophe Gisquet [this message] 2023-09-07 19:27 ` [FFmpeg-devel] [PATCH 2/2] read_xbits: request fewer bits Christophe Gisquet 2023-09-07 22:48 ` Andreas Rheinhardt
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CAPYFPM2P86c6exfmzJ8J55cq0UZNDn0O55S4J0jFChJrCKC6xQ@mail.gmail.com \ --to=christophe.gisquet@gmail.com \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git