• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

OpenVisualCloud / SVT-AV1 / 4887
0%

Build:
DEFAULT BRANCH: master
Ran 24 Feb 2020 06:36AM UTC
Jobs 1
Files 469
Run time 16min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
4887

push

travis-ci

web-flow
packetization_kernel: pack entire temproal unit for a output buffer (#1053)

* packetization_kernel: pack entire temproal unit for a output buffer

Currently, we output one frame one get ouptut, and the "show existing frame" shares the same pts with the previous frame.
This will introduce jitter to "show existing frame" and previous frame.
We should output a temporal unit a time.
A temporal unit includes one TD + zero or more undisplay frame + one display frame.
And we need to stamp a different pts for show existing frame since it is a displayable frame.

after apply this patch, ffmpeg will not report error for following test command:
ffmpeg -i 320x240.y4m -c:v libsvt_av1 -vframes 100 test.mkv  -y &&  ffmpeg -c:v libdav1d -i test.mkv -f null /dev/null

and ffmpeg will not insert td for every frame if we use following command:
ffmpeg -i 320x240.y4m -c:v libsvt_av1 -vframes 100 test.ivf  -y

We always output one temporal unit a time.
Previous complex code is not needed.
every output buffer contains one temproal unit, so the e2e unit test
can be more simpler

0 of 112465 relevant lines covered (0.0%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
15 4887.15 (COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON") 24 Feb 2020 06:36AM UTC 0
0.0
Travis Job 4887.15
Source Files on build 4887
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4887
  • dd72a787 on github
  • Prev Build on master (#4875)
  • Next Build on master (#5002)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc