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

OpenVisualCloud / SVT-AV1 / 4887 / 15
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 24 Feb 2020 06:36AM UTC
Files 469
Run time 35s
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

24 Feb 2020 05:42AM UTC coverage: 0.0%. Remained the same
COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON"

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

Source Files on job 4887.15 (COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON")
  • Tree
  • List 0
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1616
  • Travis Job 4887.15
  • dd72a787 on github
  • Prev Job for COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON" on master (#4875.15)
  • Next Job for COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON" on master (#5002.15)
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