Tags: Kwiboo/FFmpeg
Tags
WIP: avcodec: Add V4L2 Request API av1 hwaccel
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]>
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
libavformat: rtsp: fix using rtp protocol where sources option is not… … retained
PreviousNext