aboutsummaryrefslogtreecommitdiff
path: root/modules/video_coding/video_codec_initializer.cc
AgeCommit message (Expand)Author
2021-06-01Make AV1 respect spatial layer active flag.Erik Språng
2020-12-30Add support for VideoLayersAllocation for Vp9 scv/ksvc and none scalablePer Kjellander
2020-11-27Add av1 svc configuration for target bitratesDanil Chapovalov
2020-11-18Make video scalability mode configurable from peerconnection level.philipel
2020-09-22Make VP9 correctly accept middle-layer singlecastIlya Nikolaevskiy
2020-08-17Move definition of SpatialLayer to api/video_codecs/spatial_layer.hNiels Möller
2020-08-11Prepare for deleting VideoCodec::plTypeNiels Möller
2020-08-04Reland "Only enable conference mode simulcast allocations with flag enabled"Florent Castelli
2020-08-03Revert "Only enable conference mode simulcast allocations with flag enabled"Florent Castelli
2020-08-03Only enable conference mode simulcast allocations with flag enabledFlorent Castelli
2020-06-18Fix vp9 svc singlecast mode and enable quality scaler for vp9Ilya Nikolaevskiy
2020-06-08[VP9 SVC] Round spatial layers dimensions to ensure integer scaling factors a...Ilya Nikolaevskiy
2020-04-14[Video, Svc] Remove inactive spatial layers in codec initializerIlya Nikolaevskiy
2020-02-11Ensure that the first active layer isn't disabled by too low input resolutionIlya Nikolaevskiy
2020-02-05Make RtpEncodingParameters to not reverse active flags orderIlya Nikolaevskiy
2019-12-06Reland "Add support for RtpEncodingParameters::max_framerate"Florent Castelli
2019-11-27Revert "Add support for RtpEncodingParameters::max_framerate"Florent Castelli
2019-11-25Add support for RtpEncodingParameters::max_framerateFlorent Castelli
2019-10-11Fix WebRTC-Video-MinVideoBitrate for VP9Elad Alon
2019-07-08Format almost everything.Jonas Olsson
2019-04-01Delete unneeded direct includes of common_types.hNiels Möller
2019-03-13Restore VideoCodecInitializer to use only the 1st stream maxFramerateIlya Nikolaevskiy
2019-03-06Throttle frame-rate In VP8 encoder in steady state for screenshareIlya Nikolaevskiy
2019-03-05Fix target bitrate handling for a single layer VP9 screenshareIlya Nikolaevskiy
2019-02-09H.264 temporal layers w/frame marking (PART 2/3)Johnny Lee
2019-01-25Remove rtc_base/scoped_ref_ptr.h.Mirko Bonadei
2018-12-10Activate/deactivate VP9 spatial layers.Sergey Silkin
2018-11-28[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.Yves Gerey
2018-11-28Keep bitrate constraints.Sergey Silkin
2018-11-08Reland "Use the factory instead of using the builtin code path in `VideoCodec...Jiawei Ou
2018-11-08Make the bitrate_allocator param optional to prepare for its removalOleh Prypin
2018-11-01Revert "Use the factory instead of using the builtin code path in `VideoCodec...Qingsi Wang
2018-10-31Use the factory instead of using the builtin code path in `VideoCodecInitiali...Jiawei Ou
2018-08-26Add frame rate parameter to SpatialLayer struct.Sergey Silkin
2018-07-23Exposing video bitrate allocator into APIJiawei Ou
2018-07-06Stop using VideoCodec.targetBitrate for vp8 screenshare configErik Språng
2018-06-21Generalize SimulcastEncoderAdapter, use for H264 & VP8.Sergio Garcia Murillo
2018-06-21Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapt...Mirko Bonadei
2018-06-21Implement H264 simulcast support and generalize SimulcastEncoderAdapter use f...Sergio Garcia Murillo
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-06-13Use enum class for VideoCodecMode and VideoCodecComplexity.Niels Möller
2018-06-08Revert "Move class VideoCodec from common_types.h to its own api header file."Danil Chapovalov
2018-06-08Move class VideoCodec from common_types.h to its own api header file.Niels Möller
2018-05-21Delete unneeded includes of basictypes.h.Niels Möller
2018-05-18Replace VP9 screen sharing.Sergey Silkin
2018-05-15Layering and rate allocation for VP9 screen sharing.Sergey Silkin
2018-05-02Delete nack_enabled flag in encoder configuration.Niels Möller
2018-04-25Don't expose resilience mode in VP8 and VP9 configuration.Niels Möller
2018-04-23Delete enum VP8ResilienceMode.Niels Möller
2018-04-13Use codec's bitrate limits if SVC is off.Sergey Silkin