- b942d45 Fill fps allocation by LibaomAv1Encoder::GetEncoderInfo by Danil Chapovalov · 4 years, 3 months ago
- a68bfc5 Delete KeepBufferRefs helpers, and use of rtc::Bind. by Niels Möller · 4 years, 3 months ago
- 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years, 3 months ago
- 360da05 Remove webrtc::VideoDecoder::PrefersLateDecoding. by philipel · 4 years, 3 months ago
- 6afa794 Delete deprecated H264BitstreamParser methods by Niels Möller · 4 years, 3 months ago
- f86cf4c Add support for VideoLayersAllocation for Vp9 scv/ksvc and none scalable by Per Kjellander · 4 years, 3 months ago
- 08d2c2b Delete unneeded dependencies on the Module abstraction by Niels Möller · 4 years, 3 months ago
- 39d1f74 Decide Av1 num of threads on frame size and available cores. by Jerome Jiang · 4 years, 4 months ago
- 334b1fd VideoReceiveStream: eliminate task post in decode path. by Markus Handell · 4 years, 4 months ago
- f964dea Lower HighBitrateAV1 liabom test quality threshold by Andrey Logvin · 4 years, 4 months ago
- ebe5acb VideoCodecTextFixture and YuvFrameReader improvements. by Erik Språng · 4 years, 4 months ago
- cc02721 Extend LibvpxInterface with VP9 support and use it from LibvpxVp9Encoder by Erik Språng · 4 years, 4 months ago
- 0186d2d Splits vp9_impl into libvpx_vp9_encoder and libvpx_vp9_decoder. by Erik Språng · 4 years, 4 months ago
- cb327d9 Remove use of inter_layer_predicted in FrameBuffer2. by philipel · 4 years, 4 months ago
- 0cb7326 Stop using inter_layer_predicted flag for VP9. by philipel · 4 years, 4 months ago
- 2f0dcc8 Clean up RtpVp9RefFinder unittests. by philipel · 4 years, 4 months ago
- 3931591 Reland "Adds experimental libvpx VP9 speed settings." by Erik Språng · 4 years, 4 months ago
- ead570c Revert "Adds experimental libvpx VP9 speed settings." by Erik Språng · 4 years, 4 months ago
- 10f76ac Move RtpVp9RefFinder unittests into its own file. by philipel · 4 years, 4 months ago
- 6e71674 Adds experimental libvpx VP9 speed settings. by Erik Språng · 4 years, 4 months ago
- 39f09b4 Handle AV1 without DependencyDescriptor. by philipel · 4 years, 4 months ago
- 4e70216 Break RtpFrameReferenceFinder into descriptor specific parts. by philipel · 4 years, 4 months ago
- 4005e5a Add av1 svc configuration for target bitrates by Danil Chapovalov · 4 years, 4 months ago
- 9a5e21d in Vp8 encoder fill resolution into codec agnostic structure by Danil Chapovalov · 4 years, 4 months ago
- a62fa73 Removed unused H264 specific code from RtpFrameReferenceFinder. by philipel · 4 years, 4 months ago
- 20e4c80 Reland "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 4 months ago
- cf1308f Ignore frame type when calculating generic frame dependencies. by Danil Chapovalov · 4 years, 4 months ago
- a65d785 Don't use VP9 specific concepts to combine spatial layer frames in FrameBuffer2. by philipel · 4 years, 4 months ago
- 716a3c9 Remove unused includes from RtpFrameReferenceFinder. by philipel · 4 years, 4 months ago
- ba56ea0 Removed superfluous check in FrameBuffer2. by philipel · 4 years, 4 months ago
- 87e9909 Make video scalability mode configurable from peerconnection level. by philipel · 4 years, 5 months ago
- 06bbeb3 in Av1 encoder wrapper communicate end_of_picture flag similar to VP9 by Danil Chapovalov · 4 years, 5 months ago
- c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 5 months ago
- 649648e Move SvcRateAllocator out of codecs/vp9 and make it not vp9 specific by Danil Chapovalov · 4 years, 5 months ago
- 043725f Delete master_timing argument to VCMTiming. by Niels Möller · 4 years, 5 months ago
- 8cc6695 Reformat python files checked by pylint (part 1/2). by Mirko Bonadei · 4 years, 5 months ago
- d3a3e9e Delete internal locking in TimestampExtrapolator class. by Niels Möller · 4 years, 5 months ago
- b72cc6d Analyze quality of dropped frames in VideoProcessor. by Sergey Silkin · 4 years, 5 months ago
- 1b0d543 Removed _completeFrame since we never allow incomplete frames. by philipel · 4 years, 5 months ago
- 18e6edd Change SPS/PPS id update strategy to SPS_LISTING. by Sergey Silkin · 4 years, 5 months ago
- f8b5bfe Fix "control reaches end of non-void function" warnings by Fabien Vallée · 4 years, 5 months ago
- 347a327 Make ScalableVideoController::OnRatesUpdated pure virtual by Danil Chapovalov · 4 years, 5 months ago
- 5a04ef6 Tweaks videocodec_test threshold for arm vp8 simulcast by Erik Språng · 4 years, 5 months ago
- 111e981 Signaling for low-latency renderer algorithm by Johannes Kron · 4 years, 5 months ago
- 71002a2 Add layer skipping to L2T2_KEY_SHIFT structure by Danil Chapovalov · 4 years, 5 months ago
- 9d69cbe Changes default pacing factor to 1.1x by Erik Språng · 4 years, 5 months ago
- 42aab25 In Vp9 wrapper allow to use ScalableVideoController with simulcast structures by Danil Chapovalov · 4 years, 5 months ago
- 8203131 Support layer skipping in S2T1 structure by Danil Chapovalov · 4 years, 6 months ago
- 9f4859e Allow to set av1 scalability mode after encoder is constructed by Danil Chapovalov · 4 years, 6 months ago
- 4b18e24 Support layer skipping in key svc structures by Danil Chapovalov · 4 years, 6 months ago
- 5ad731a In VP9 wrapper fill information required to produce Dependency Descriptor by Danil Chapovalov · 4 years, 6 months ago
- da7fe39 Move scalability structures from av1 into own subfolder by Danil Chapovalov · 4 years, 6 months ago
- c85baeb Refactor ScalableVideoController::OnEncodeDone signature by Danil Chapovalov · 4 years, 6 months ago
- 602b13a Reland "NV12 support for VP8 simulcast" by Evan Shrubsole · 4 years, 6 months ago
- 1da46ab Fix quality scaler being accidentally enabled for VP9 by Ilya Nikolaevskiy · 4 years, 6 months ago
- 294729f Support layer skipping in full svc structures with 3 temporal layers by Danil Chapovalov · 4 years, 6 months ago
- 7ef8093 Revert "NV12 support for VP8 simulcast" by Guido Urdaneta · 4 years, 6 months ago
- 38e9b06 Reland "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 6 months ago
- 441dbf9 Revert "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 6 months ago
- b556b08 Allow encoders to receive preferred pixel formats from native buffers by Evan Shrubsole · 4 years, 6 months ago
- c79f1d8 Add scaling interface to VideoFrameBuffer by Ilya Nikolaevskiy · 4 years, 6 months ago
- 0abd518 Revert "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 6 months ago
- 76d3e7a NV12 support for VP8 simulcast by Evan Shrubsole · 4 years, 6 months ago
- f67bb27 Factor out common logic for full svc scalability structures by Danil Chapovalov · 4 years, 6 months ago
- e3c436b Adds field trial to set per-layer speed for libvpx vp9. by Erik Språng · 4 years, 6 months ago
- 85ddb23 Set processing time according to the decode time if provided by the decoder. by philipel · 4 years, 6 months ago
- b33a718 Support layer skipping in L2T2 scalability structure by Danil Chapovalov · 4 years, 6 months ago
- c082eba When reconfiguring VP9 restore previous input pixel format by Evan Shrubsole · 4 years, 6 months ago
- b3d539e Sets VP9 buffer size and speed based on highest active spatial layer. by Erik Språng · 4 years, 6 months ago
- b3a83ba Support layer skipping in L3T1 scalability structure by Danil Chapovalov · 4 years, 6 months ago
- f5e261a Introduce RTC_NO_UNIQUE_ADDRESS. by Mirko Bonadei · 4 years, 6 months ago
- be0aec2 Ensure FakeVp8Encoder::GetEncoderInfo() writes EncoderInfo.fps_allocation: by Per Kjellander · 4 years, 6 months ago
- b6f002b Add NV12 to libvpx wrappers output by Ilya Nikolaevskiy · 4 years, 6 months ago
- de95329 Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS by Niels Möller · 4 years, 6 months ago
- 7899e97 Accept NV12 frames into VP9 by Evan Shrubsole · 4 years, 6 months ago
- 08ae7ce Reland "Delete the non-const version of the EncodedImage::data() method." by Niels Möller · 4 years, 6 months ago
- b6103ff Test scalability structures do not suggest disabled layers by Danil Chapovalov · 4 years, 6 months ago
- 111de341 Revert "Delete the non-const version of the EncodedImage::data() method." by Marina Ciocea · 4 years, 6 months ago
- f2969fa Delete the non-const version of the EncodedImage::data() method. by Niels Möller · 4 years, 6 months ago
- d60e32a Demote method EncodedImage::capacity() to private. by Niels Möller · 4 years, 6 months ago
- a945cda Make VP9 correctly accept middle-layer singlecast by Ilya Nikolaevskiy · 4 years, 6 months ago
- ceb4495 Reland: Wires up WebrtcKeyValueBasedConfig in media engines. by Erik Språng · 4 years, 6 months ago
- ceab754 Make LibvpxVp8Encoder::GetCpuSpeed() to always read from CpuSpeedExperiment for arm. by Åsa Persson · 4 years, 6 months ago
- 4c87d83 Extend I420 frame buffer pool to also create NV12 buffers by Ilya Nikolaevskiy · 4 years, 6 months ago
- c5a74ff Add support so requested resolution alignment also apply to scaled layers. by Åsa Persson · 4 years, 6 months ago
- 9d77762 Move SampleStatsCounter to public API by Artem Titov · 4 years, 7 months ago
- 5956a17 Revert "Wires up WebrtcKeyValueBasedConfig in media engines." by Artem Titov · 4 years, 7 months ago
- 591b2ab Wires up WebrtcKeyValueBasedConfig in media engines. by Erik Språng · 4 years, 7 months ago
- 7d73c6c Explicitly enable CDEF by Emil Lundmark · 4 years, 7 months ago
- 6e04666 Adding field trials to control additional quality scaler settings by Harsh Maniar · 4 years, 7 months ago
- 869e9fb Use field trial list in CpuSpeedExperiment. by Åsa Persson · 4 years, 7 months ago
- d381eed Rename PlayoutDelay --> VideoPlayoutDelay, move to api/video/video_timing.h by Niels Möller · 4 years, 7 months ago
- 08b6364 Move ABSL_MUST_USE_RESULT at the beginning of the method decl. by Mirko Bonadei · 4 years, 7 months ago
- 91c0477 Add AV1 support to IVF reader and writer by Emil Lundmark · 4 years, 7 months ago
- cccd550 Delete unneeded dependencies on deprecated build target webrtc_common by Niels Möller · 4 years, 7 months ago
- fbb49b4 Enable Vp8VariableFramerateScreenshare by default by Ilya Nikolaevskiy · 4 years, 7 months ago
- 253fdc3 Don't do legacy conference mode temporal layer allocation on non-screenshare by Florent Castelli · 4 years, 8 months ago
- eeedb6e Add error reporting on VP8 encoder configuration error by Florent Castelli · 4 years, 8 months ago
- 2549f17 Remove RTPFragmentationHeader creation and propagation through webrtc by Danil Chapovalov · 4 years, 8 months ago
- 5b69aa6 Move definition of SpatialLayer to api/video_codecs/spatial_layer.h by Niels Möller · 4 years, 8 months ago