Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com
Sign in
webrtc
/
src
/
HEAD
/
modules
/
video_coding
6db6f17
[AV1] Drop repeat frames on enhancement layers.
by Erik Språng
· 25 hours ago
58888d6
Add RTC_DCHECK for immutable field-trials
by Jonas Oreland
· 3 days ago
368088b
Remove deprecated jni_zero constructor usage in sdk/android
by Byoungchan Lee
· 5 days ago
d3fcfe0
Support mixed-codec simulcast in SimulcastEncoderAdapter
by Shigemasa Watanabe
· 5 days ago
edaebd6
Use injected clock instead of global clock when Environment available
by Evan Shrubsole
· 12 days ago
180423f
Extract encode method of libaom av1 encoder.
by Erik Språng
· 12 days ago
a2dba43
Implement external scaling/premapping for video
by Ilya Nikolaevskiy
· 3 weeks ago
3c9a550
clang-tidy: apply bugprone-argument-comment
by Philipp Hancke
· 4 weeks ago
0c5b0d6
psnr: tweak sampling rate to make a new measurement every second more likely
by Philipp Hancke
· 4 weeks ago
cb9c945
clang-tidy: apply modernize-use-designated-initializer to common_video media modules/video_coding video/
by Philipp Hancke
· 4 weeks ago
81d959c
Move FrameInstrumentationEvaluation to api/video/corruption_detection.
by Erik Språng
· 5 weeks ago
d79dd43
Refactor FrameInstrumentationData and expose it in api/
by Erik Språng
· 5 weeks ago
23eec04
Propagate clock into VP8 ScreenshareLayers helper
by Danil Chapovalov
· 5 weeks ago
dead53b
NackRequester: Remove unused enum value
by Rasmus Brandt
· 6 weeks ago
9ebd1ce
Guard PSNR stats with rtc_video_psnr build flag
by Philipp Hancke
· 6 weeks ago
c0426db
Propagate clock into VP8Decoder::QpSmoother
by Danil Chapovalov
· 6 weeks ago
684e849
Create api/video/corruption_detection directory.
by Erik Språng
· 6 weeks ago
8e8480d
Calculate video encode PSNR (in supported codecs)
by Philipp Hancke
· 7 weeks ago
5f2da8d
clang-tidy: tidy-readability-redundant-declaration
by Philipp Hancke
· 7 weeks ago
d26ff67
Reformat gn files
by Philipp Hancke
· 8 weeks ago
f7ecdbe
av1: use AOM_FRAME_IS_KEY instead of AOM_EFLAG_FORCE_KF
by Philipp Hancke
· 8 weeks ago
213119e
Apply clang-tidy readability-redundant-smartptr-get
by Philipp Hancke
· 8 weeks ago
ddaa5fa
Modernize deprecated headers in modules/
by Philipp Hancke
· 9 weeks ago
ef33274
Use strong time type for metrics::kMinRunTime constant
by Danil Chapovalov
· 10 weeks ago
78fc106
IWYU modules/video_coding/codecs/h264/
by Philipp Hancke
· 10 weeks ago
4b42b47
constexpr-ify unit tests more
by Philipp Hancke
· 2 months ago
d950a7f
Move frame instrumentation evaluation to using callback.
by Erik Språng
· 3 months ago
81f4e78
constexpr-ify unit tests
by Philipp Hancke
· 3 months ago
6d7602d
Always copy color space on decoder output
by Ilya Nikolaevskiy
· 3 months ago
10fab30
Reduce usage of public sources in build files
by Danil Chapovalov
· 3 months ago
5682d46
Tighten environment_construction poison
by Danil Chapovalov
· 3 months ago
00b714e
IWYU modules/ partially and remove legacy ECN alias
by Philipp Hancke
· 3 months ago
6eae1ac
Add hard outlier rejection to `TimestampExtrapolator`
by Rasmus Brandt
· 3 months ago
e893a74
Delete ExplicitKeyValueConfig alias
by Danil Chapovalov
· 3 months ago
4690e0b
Delete ScopedKeyValueConfig and ScopedFieldTrials as unused
by Danil Chapovalov
· 3 months ago
d1475bd
Add and use CreateTestFieldTrialsPtr function for convinience and clarity
by Danil Chapovalov
· 3 months ago
78c6e91
IWYU: Android files including jni.h
by Philipp Hancke
· 3 months ago
a350cfe
Remove StableTargetRateExperiment and usage of TargetTransferRate.stable_target_bitrate from Video allocation and encoder
by Per K
· 3 months ago
2eca959
clang-tidy: llvm-namespace-comment,readability-static-definition-in-anonymous-namespace
by Philipp Hancke
· 3 months ago
c6d7e6c
clang-tidy: modernize-use-override
by Philipp Hancke
· 3 months ago
9d0ec0b
Add support for field trial-based parameterization of `TimestampExtrapolator`.
by Rasmus Brandt
· 3 months ago
81bf91a
IWYU: include third_party in vp8/vp9 paths (and fix the script)
by Philipp Hancke
· 3 months ago
770d6c8
Remove redundant webrtc:: prefixes in modules/video_coding
by Harald Alvestrand
· 3 months ago
062fdc0
Remove redundant webrtc:: prefixes in modules/video_coding/codecs/h264
by Harald Alvestrand
· 4 months ago
086c2de
Add JitterEstimator::Config::{nack_limit, nack_count_timeout}
by Rasmus Brandt
· 4 months ago
9511e49
Propagate field trials in modules/video_coding unittests
by Danil Chapovalov
· 4 months ago
2b89a50
Propagate field trials in VideoCodecTestFixture
by Danil Chapovalov
· 4 months ago
f466fa7
Cleanup arraysize usage in modules/rtp_rtcp and video
by Danil Chapovalov
· 4 months ago
4ecf111
Remove system_wrappers/../sleep.*
by Fredrik Solenberg
· 4 months ago
f5318fd
[cleanup] Replace uses of NULL with nullptr
by Evan Shrubsole
· 4 months ago
4d52fa9
Remove CpuInfo from system_wrappers
by Fredrik Solenberg
· 4 months ago
5bd374cd
[cleanup] Fix redundant webrtc name specifier
by Evan Shrubsole
· 5 months ago
48ca125
[cleanup] Fix redundant webrtc name specifier
by Evan Shrubsole
· 5 months ago
1ccfd19
turn rtc_source_set with cc files into rtc_library
by Philipp Hancke
· 5 months ago
50db723
Revert "IWYU modules/video_coding/codecs/h264"
by Jonas Oreland
· 5 months ago
9eca82b
Pass lower resolution image to libaom av1 encoder.
by Ilya Nikolaevskiy
· 5 months ago
d66b2f9
IWYU modules/video_coding/codecs/h264
by Philipp Hancke
· 5 months ago
e04118d
Disallow deprecated namespaces on build bots
by Evan Shrubsole
· 5 months ago
cf9dd0b
Stop using third_party/base64
by Evan Shrubsole
· 5 months ago
aa5bec2
Use webrtc name specifier instead of rtc/cricket in modules/video_coding
by Evan Shrubsole
· 5 months ago
defb216
Pass lower resolution image to libvpx vp9 encoder.
by Ilya Nikolaevskiy
· 5 months ago
70e40c5
Delete unused forwarding header
by Danil Chapovalov
· 6 months ago
a49e334
IWYU modules/video_coding
by Philipp Hancke
· 6 months ago
945e517
Move cricket namespace to webrtc
by Evan Shrubsole
· 6 months ago
3672d60
Migrate template alias nullability annotations to macros.
by Mirko Bonadei
· 6 months ago
8f7678f
Move rest of rtc namespace except ios and clashes to webrtc namespace
by Evan Shrubsole
· 6 months ago
daf96cf
Migrate most of rtc_base/ to webrtc namespace
by Evan Shrubsole
· 6 months ago
ecde63e
Do not crop to render resolution by default
by Sergey Silkin
· 6 months ago
f145333
avoid shadowing codec_name in video codec test fixture
by Philipp Hancke
· 6 months ago
fe203b4
Fix video shadowing issues
by Philipp Hancke
· 6 months ago
2f64c71
Add field trial to control cropping in dav1d wrapper
by Sergey Silkin
· 6 months ago
6a9a1ae
Move thread.h to webrtc namespace
by Evan Shrubsole
· 6 months ago
652c771
Move time_utils.h and crypto_random.h to webrtc namespace
by Evan Shrubsole
· 6 months ago
39c1c7e
Move event.h to webrtc namespace
by Evan Shrubsole
· 6 months ago
de8429e
Migrate absl variant to std in WebRTC
by Danil Chapovalov
· 6 months ago
a903885
Fix some shadow issues
by Philipp Hancke
· 6 months ago
723e219
Deliver render resolution
by Sergey Silkin
· 6 months ago
e4b09d7
Move tests and fakes to webrtc namespace
by Evan Shrubsole
· 6 months ago
7729906
Write frame level stats in all codec tests
by Sergey Silkin
· 6 months ago
1bd545a
Revert "fix: h26x packet buffer video artifacts"
by Philip Eliasson
· 7 months ago
7e54bb9
Remove unused constant
by Rasmus Brandt
· 7 months ago
6738e57
Move base64.h to webrtc namespace
by Evan Shrubsole
· 7 months ago
75b8277
Don't use SvcRateAllocator for in VP9 encoder in simulcast case
by Ilya Nikolaevskiy
· 7 months ago
d01d07d
Move weak_ptr.h to webrtc namespace
by Evan Shrubsole
· 7 months ago
9494d02
Move moving_average.h to webrtc namespace
by Evan Shrubsole
· 7 months ago
45c998d
Revert "Fix tests not building/failing when rtc_libvpx_build_vp9=false"
by Ilya Nikolaevskiy
· 7 months ago
ef95b20
Move safe_conversions.h to webrtc namespace
by Evan Shrubsole
· 7 months ago
23cef4e
Fix tests not building/failing when rtc_libvpx_build_vp9=false
by Tal Benesh
· 7 months ago
6faae82
Move exp_filter.h to webrtc namespace
by Evan Shrubsole
· 7 months ago
034aa92
Move encoder_stream_factory.h to webrtc namespace
by Evan Shrubsole
· 7 months ago
fa0bcb0
Move histogram_percentile_counter.h to webrtc namespace
by Evan Shrubsole
· 7 months ago
e90ab59
Revert "Move resources to resources/BUILD.gn."
by Jeremy Leconte
· 7 months ago
7dea26d
Move resources to resources/BUILD.gn.
by Jeremy Leconte
· 7 months ago
0ebd67f
Move string_builder.h to webrtc namespace
by Evan Shrubsole
· 7 months ago
0a70f47
Delete WebRTC-LibaomAv1Encoder-AdaptiveMaxConsecDrops
by Sergey Silkin
· 7 months ago
6d2579e
Update H.265 single-cast bitrate limits.
by Qiu Jianlin
· 7 months ago
d964a54
Cleanup WebRTC-Vp9ExternalRefCtrl field trial
by Danil Chapovalov
· 7 months ago
0b48e61
Enable post-encode frame drop in libaom AV1 encoder
by Sergey Silkin
· 7 months ago
87b7c1a
Reduce warning logging when minimum playout delay exceed maximum
by Danil Chapovalov
· 8 months ago
eafee5e
fix: h26x packet buffer video artifacts
by k-wasniowski
· 8 months ago
Next »