Skip to content
/ FFmpeg Public
forked from FFmpeg/FFmpeg

Tags: Kwiboo/FFmpeg

Tags

v4l2request-2024-v2-60e62ec

Toggle v4l2request-2024-v2-60e62ec's commit message
WIP: avcodec: Add V4L2 Request API av1 hwaccel

n7.0

Toggle n7.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michaelni Michael Niedermayer
FFmpeg 7.0 release

n6.1.1

Toggle n6.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michaelni Michael Niedermayer
FFmpeg 6.1.1 release

n6.1

Toggle n6.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michaelni Michael Niedermayer
FFmpeg 6.1 release

n6.0.1

Toggle n6.0.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michaelni Michael Niedermayer
FFmpeg 6.0.1 release

n6.0

Toggle n6.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michaelni Michael Niedermayer
FFmpeg 6.0 release

4.3.1-Matrix-Beta1

Toggle 4.3.1-Matrix-Beta1's commit message
avformat/mpegts: make sure mpegts_read_header always stops at the fir…

…st pmt

mpegts_read_header stops parsing the file at the first PMT. However the check
that ensured this was wrong because streams can also be added before the first
PMT is received (e.g. EIT).

So let's make sure we are in the header reading phase by checking if ts->pkt is
unset instead of checking if the number of streams found so far is 0.

Signed-off-by: Marton Balint <[email protected]>

4.3-Matrix-Alpha1

Toggle 4.3-Matrix-Alpha1's commit message

Verified

This commit was signed with the committer’s verified signature.
lrusak Lukas Rusak
avcodec/vaapi_h264: skip decode if pic has no slices

This fixes / workarounds https://bugs.freedesktop.org/show_bug.cgi?id=105368.
It was hit frequently when watching h264 channels received via DVB-X.
Corresponding kodi bug: xbmc/xbmc#15704

n4.3

Toggle n4.3's commit message
FFmpeg 4.3 release

4.2.2-Matrix-Alpha1

Toggle 4.2.2-Matrix-Alpha1's commit message

Verified

This commit was signed with the committer’s verified signature.
lrusak Lukas Rusak
libavformat: rtsp: fix using rtp protocol where sources option is not…

… retained