git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
fate/tests/flvenc : add missing ffprobe dependency to fate-enhanced-flv-multitrack
17 janvier, par James Almer -
avformat/avformat : also clear FFFormatContext packet queue when closing a muxer
17 janvier, par James Almeravformat/avformat: also clear FFFormatContext packet queue when closing a muxer packet_buffer is used in mux.c, and if a muxing process fails at a point where packets remained in said queue, they will leak. Fixes ticket #11419 Signed-off-by: James Almer <jamrial@gmail.com>
-
avcodec/hevc/hevcdec : Don't add to null pointer
16 janvier, par Vitaly Bukaavcodec/hevc/hevcdec: Don't add to null pointer `POS(1,` and `POS(2,` may trigger UBSAN report: "runtime error: applying non-zero offset 304 to null pointer" Looks like values are not used without `chroma_format_idc`, so maybe there is no other issues than the UB. Can't reproduce with "fate". Signed-off-by: Vitaly Buka <vitalybuka@google.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
avcodec/svq1enc : restrict Altivec acceleration to big-endian POWER configurations
16 janvier, par Sean McGovernavcodec/svq1enc: restrict Altivec acceleration to big-endian POWER configurations This was disabled in da60b99a8857d5ca236f32c1799a066e0135a866 and then accidentally re-enabled in 172b0e2e88832822632841e8e0d3794f974cbc93. The code in question was never properly adapted for litte-endian mode. refs: trac/10955 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
avcodec/amfenc : Fix max rate control log message
16 janvier, par Araz Iusubov