aboutsummaryrefslogtreecommitdiff
path: root/api/video_codecs
AgeCommit message (Expand)Author
2022-04-29New enum ScalabilityMode.Niels Möller
2022-04-27Avoid more usage of implicit conversion from scoped_refptr<T> to T*Niels Möller
2022-04-25Remove dependency on rtc_base_approved from most targetsFlorent Castelli
2022-04-24Move event_tracer out of rtc_base_approvedFlorent Castelli
2022-04-11Added OnResolutionChange to EncoderSelectorInterface.philipel
2022-04-06Reduce libvpx VP9 complexity setting on <= 2 core machines.Erik Språng
2022-04-05Remove //rtc_base:stringutils from public depsFlorent Castelli
2022-04-05Remove //rtc_base:refcount from public depsFlorent Castelli
2022-04-05Remove //rtc_base:macromagic from public depsFlorent Castelli
2022-04-05Remove //rtc_base:logging from public depsFlorent Castelli
2022-04-05Fix fallback implementation nameJohannes Kron
2022-03-16New VideoEncoderFactoryTemplate.philipel
2022-02-21Refactor encoder-complexity param in VideoCodec w/backward compatibility“Michael
2022-02-09Reland: Added support for H264 YUV444 (I444) decoding.Stefan Mitic
2022-01-29Revert "Added support for H264 YUV444 (I444) decoding."Henrik Boström
2022-01-17Replace ABSL_FALLTHROUGH_INTENDED with c++17 attributeDanil Chapovalov
2022-01-13Added support for H264 YUV444 (I444) decoding.Stefan Mitic
2021-11-18Delete obsolete method QueryVideoEncoderNiels Möller
2021-11-16Delete support for has_internal_sourceNiels Möller
2021-11-15Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHEDArtem Titov
2021-11-04Remove usage of INFO alias for LS_INFO in log messagesHarald Alvestrand
2021-11-01Make AV1X constants privateEmil Lundmark
2021-10-19Proper assignment of FEC setting to encoders in SoftwareFallbackWrapper.Jiwon Jung
2021-10-14Revert "Added support for H264 YUV444 (I444) decoding."Ilya Nikolaevskiy
2021-10-14Added support for H264 YUV444 (I444) decoding.Stefan Mitic
2021-09-14Replace AV1X with AV1Sergey Silkin
2021-09-01Delete decoder specific buffer_pool_size from webrtc::VideoCodecDanil Chapovalov
2021-08-31Delete deprecated VideoDecoder::InitDecodeDanil Chapovalov
2021-08-30Remove media/base/h264_profile_level_id.* and media/base/vp9_profile.hJohannes Kron
2021-08-30Remove deprecated signature of VideoDecoderFactory::QueryCodecSupportJohannes Kron
2021-08-19Change VideoDecoderFactory::QueryCodecSupport to use reference_scalingJohannes Kron
2021-08-14Move check for number_of_cores parameter validitityDanil Chapovalov
2021-08-12Migrate software fallback wrapper to new VideoDecoder::ConfigureDanil Chapovalov
2021-08-10Use backticks not vertical bars to denote variables in commentsArtem Titov
2021-08-10Introduce new api to initialize VideoDecoderDanil Chapovalov
2021-08-02Add optional is_qp_trusted property for EncoderInfo.Qiu Jianlin
2021-07-26Use backticks not vertical bars to denote variables in comments for /apiArtem Titov
2021-07-13Change how alignment requirements are processedIlya Nikolaevskiy
2021-06-30Fix -Wunreachable-code-aggressive.Peter Kasting
2021-06-01Fix incorrect fps_allocation printed by EncoderInfo::ToString()Erik Språng
2021-04-30Reland "Removed VideoDecoderFactory::LegacyCreateVideoDecoder and VideoReceiv...philipel
2021-04-27Add QueryCodecSupport() to VideoEncoderFactory and VideoDecoderFactoryJohannes Kron
2021-04-21Add codec comparison function to SdpVideoFormatJohannes Kron
2021-04-20Move h264_profile_level_id and vp9_profile to api/video_codecsJohannes Kron
2021-03-16Reland "Reland "Enable quality scaling when allowed""Sergey Silkin
2021-03-11Revert "Reland "Enable quality scaling when allowed""Ilya Nikolaevskiy
2021-03-11Reland "Enable quality scaling when allowed"Sergey Silkin
2021-03-06Revert "Reland "Enable quality scaling when allowed""Guido Urdaneta
2021-03-04Reland "Enable quality scaling when allowed"Sergey Silkin
2021-03-04Revert "Enable quality scaling when allowed"Björn Terelius