aboutsummaryrefslogtreecommitdiff
path: root/sdk/android/src/java/org/webrtc/HardwareVideoEncoder.java
AgeCommit message (Expand)Author
2021-04-30Reland "Expose AV1 encoder&decoder from Android SDK."Yura Yaroshevich
2021-04-16Revert "Expose AV1 encoder&decoder from Android SDK."Björn Terelius
2021-04-15Expose AV1 encoder&decoder from Android SDK.Yura Yaroshevich
2020-11-04Remove remaining variables related to incomplete frames.philipel
2020-03-09Rename java VideoCodecType to VideoCodecMimeTypeDanil Chapovalov
2020-01-07Added exception handling to EncodedImage's release callback.Raman Budny
2019-11-27Fix errorprone issues preventing Chromium Roll.Mirko Bonadei
2019-09-24Add release callback and reference count to java EncodedImage classNiels Möller
2019-06-14Let HardwareVideoEncoder cache result from codec.getOutputBuffers()Niels Möller
2019-03-20Android: Expose underlying EGL context in APIMagnus Jedvert
2018-12-10Use android Nullable instead of javax NullableArtem Titarenko
2018-11-05Remove VideoEncoder::SetChannelParameters.philipel
2018-10-04Add checks to HW codecs to ensure unsupported features are not used.Sami Kalliomäki
2018-09-11Remove redundant initializers from WebRTC Java code.Sami Kalliomäki
2018-08-08Add unit tests for hardware video codecs.Sami Kalliomäki
2018-04-04Fix framerate based bitrate adjuster.Sami Kalliomäki
2018-03-22Annotate libjingle_peerconnection_java with @Nullable.Sami Kalliomäki
2018-02-23Improve Java video codec error handling.Sami Kalliomäki
2018-02-08New java ScalingSettings constructors.Niels Möller
2018-02-07Update HWVideoEncoder to reuse codec buffer instead of copying the data.Sami Kalliomäki
2017-12-12Android: Generate JNI code for remaining classes in sdk/androidMagnus Jedvert
2017-11-23Android: Shorten HardwareVideoCodec implementation names.Sami Kalliomäki
2017-11-02Fix and optimize input buffer filling in HardwareVideoEncoder.Sami Kalliomäki
2017-10-19Relax threading requirements in VideoEncoder.Sami Kalliomäki
2017-09-28Reland "Improve unit testing for HardwareVideoEncoder and fix bugs."Sami Kalliomäki
2017-09-26Revert "Improve unit testing for HardwareVideoEncoder and fix bugs."Sami Kalliomäki
2017-09-26Improve unit testing for HardwareVideoEncoder and fix bugs.Sami Kalliomäki
2017-09-15Moving src/webrtc into src/.Mirko Bonadei