Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
webrtc.googlesource.com
/
src
/
39bab5afb51a40f77fdaab1ea38b9136acae9035
/
sdk
/
android
/
api
/
org
/
webrtc
/
MediaCodecVideoDecoder.java
69540f4
Use android Nullable instead of javax Nullable
by Artem Titarenko
· 7 years ago
3d50a31
Remove redundant initializers from WebRTC Java code.
by Sami Kalliomäki
· 7 years ago
e26ff4b
Android: Transform legacy codec factories into VideoCodecFactories
by Magnus Jedvert
· 7 years ago
0f0e7a6
Android: Remove use of EGLContexts in PeerConnectionFactory
by Magnus Jedvert
· 7 years ago
80e7a7f
Android: Output VideoFrames from SurfaceTextureHelper
by Magnus Jedvert
· 7 years ago
520ca4e
Delete enum RtpVideoCodecTypes, replaced with VideoCodecType.
by Niels Möller
· 7 years ago
b9ac121
Android: Update MediaCodecVideoDecoder to output VideoFrames
by Magnus Jedvert
· 7 years ago
e7592d8
Annotate libjingle_peerconnection_java with @Nullable.
by Sami Kalliomäki
· 7 years ago
28e7107
Only allow MediaTek H264 HW Codec for O_MR1 or later
by Alex Leung
· 7 years ago
5b6891a
Add MediaTek H264 and VP8 HW Codec Support with field trial
by Alex Leung
· 8 years ago
9060eb1
Android: Generate JNI code for remaining classes in sdk/android
by Magnus Jedvert
· 8 years ago
655e196
Android: Generate JNI code for MediaCodecVideoEncoder/Decoder
by Magnus Jedvert
· 8 years ago
6062f37
Android: Fix warnings
by Magnus Jedvert
· 8 years ago
9828beb
Fix/suppress all javac warnings.
by Sami Kalliomäki
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/sdk/android/api/org/webrtc/MediaCodecVideoDecoder.java]
cca0f6c
Support H.264 high profile decoding on Exynos devices.
by glaznev
· 8 years ago
0c29de5
Android HW decoder: Limit frame size based on cropping information
by magjed
· 8 years ago
0c1d060
Enable Android H264 High profile decoder
by glaznev
· 8 years ago
768c648
Move /webrtc/api/android files to /webrtc/sdk/android
by magjed
· 9 years ago
[Renamed from webrtc/api/android/java/src/org/webrtc/MediaCodecVideoDecoder.java]
b6760f9
Format all Java in WebRTC.
by sakal
· 9 years ago
893a7ee
Support more QCOM specific color formats for Android HW decoder.
by glaznev
· 9 years ago
0060c56
Catch exceptions thrown by getCodecInfoAt() and getCapabilitiesForType().
by Alex Glaznev
· 9 years ago
d3235f0
Re-order and remove unused Java imports.
by Sami Kalliomaki
· 9 years ago
d34a711
Reland of Combine webrtc/api/java/android and webrtc/api/java/src. (patchset #1 id:1 of https://codereview.webrtc.org/2106333005/ )
by sakal
· 9 years ago
[Renamed from webrtc/api/java/src/org/webrtc/MediaCodecVideoDecoder.java]
9b0dc62
Revert of Combine webrtc/api/java/android and webrtc/api/java/src. (patchset #1 id:1 of https://codereview.webrtc.org/2111823002/ )
by Sami Kalliomaki
· 9 years ago
[Renamed from webrtc/api/android/java/src/org/webrtc/MediaCodecVideoDecoder.java]
ceefe20
Combine webrtc/api/java/android and webrtc/api/java/src.
by Sami Kalliomaki
· 9 years ago
[Renamed from webrtc/api/java/src/org/webrtc/MediaCodecVideoDecoder.java]
d570484
Decrease the amount of maximum outstanding frames for Android HW H.264 decoder.
by Alex Glaznev
· 9 years ago
a44e72c
Call java SurfaceTextureHelper.dispose from the corresponding C++ destructor.
by nisse
· 9 years ago
269fe75
Enable VP8 and H.264 HW encoders on Exynos devices.
by Alex Glaznev
· 9 years ago
6a4a03c
Add an option to soft reset HW decoder.
by Alex Glaznev
· 9 years ago
81e8e37
Android SurfaceTextureHelper: Add stopListening() function
by magjed
· 9 years ago
cedddbd
Android MediaCodecVideoDecoder: Limit measured decode time to 200ms
by magjed
· 9 years ago
b24317b
Fix license headers in webrtc/api.
by kjellander
· 9 years ago
15583c1
Move talk/app/webrtc to webrtc/api
by Henrik Kjellander
· 9 years ago
[Renamed from talk/app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java]
ae95ff3
Add more logging and fix PTS overflow for HW decoder.
by glaznev
· 9 years ago
9429148
Extra logging for HW codec.
by glaznev
· 9 years ago
eee86a6
Add option to disable particular HW video codec from app.
by Alex Glaznev
· 9 years ago
7baf79f
Temporary remove spamming MediaDecoder log
by perkj
· 10 years ago
17c0aff
Enable VP9 HW decoder on Exynos chips.
by Alex Glaznev
· 10 years ago
488e75f
Patchset 1 yet again relands without modification https://codereview.webrtc.org/1422963003/
by Per
· 10 years ago
c01c254
Revert of Android MediaCodecVideoDecoder: Manage lifetime of texture frames (patchset #12 id:320001 of https://codereview.webrtc.org/1422963003/ )
by Per
· 10 years ago
68876f9
Introduces Android API level linting, fixes all current API lint errors.
by Patrik Höglund
· 10 years ago
9cb8982
Patchset 1 is a pure
by perkj
· 10 years ago
69a7fd5
Support VP9 HW video decoding on Android.
by Alex Glaznev
· 10 years ago
5c3da4b
Call MediaCodec.stop() on separate thread.
by Alex Glaznev
· 10 years ago
8c425aa
Android: Replace EGL14 with EGL10
by magjed
· 10 years ago
c6aec4b
Fix HW video codec stack traces reporting.
by Alex Glaznev
· 10 years ago
543b6ca
Revert of "Android MediaCodecVideoDecoder: Manage lifetime of texture frames" https://codereview.webrtc.org/1378033003/
by magjed
· 10 years ago
325d414
Add option to print peer connection factory Java stack traces.
by Alex Glaznev
· 10 years ago
69ddaef
Revert "Add option to print peer connection factory Java stack traces."
by Alejandro Luebs
· 10 years ago
b68c599
Add option to print peer connection factory Java stack traces.
by Alex Glaznev
· 10 years ago
fd20bb3
Revert "Allow to print Java stack traces in Android camera, renderer and media codec."
by Alejandro Luebs
· 10 years ago
2b298de
Reset media codec thread when Encoder/Decoder object is created.
by Alex Glaznev
· 10 years ago
f0159a7
Allow to print Java stack traces in Android camera, renderer and media codec.
by Alex Glaznev
· 10 years ago
91b348c
Android MediaCodecVideoDecoder: Manage lifetime of texture frames
by Magnus Jedvert
· 10 years ago
44bf6f5
Android MediaCodecVideoDecoder: Split DecoderOutputBufferInfo into DecodedByteBuffer and DecodedTextureBuffer
by magjed
· 10 years ago
7e31937
Android MediaCodecVideoDecoder: Cleanup to prepare for texture liftime management
by Magnus Jedvert
· 10 years ago
5975b3c
Log to webrtc logging stream from java code.
by Jiayang Liu
· 10 years ago
207370f
Android MediaCodecVideoDecoder: Remove redundant useSurface arguments
by Magnus Jedvert
· 10 years ago
2338fec
Partial revert of r9936.
by Alex Glaznev
· 10 years ago
66f0da2
Log to webrtc logging stream from java code.
by jiayl
· 10 years ago
1a591dd
Android GlUtil: Add helper functions generateTexture/deleteTexture
by Magnus Jedvert
· 10 years ago
0482dcc
Enable HW H.264 decoding on Intel platforms.
by Alex Glaznev
· 10 years ago
782671f
Improve Android HW decoder error handling.
by Alex Glaznev
· 10 years ago
80cf97c
Android rendering: Move common EGL and GL functions to separate classes
by Magnus Jedvert
· 10 years ago
908e77b
Allow Java code to detect if VP8 and H.264 HW decoding is supported.
by Alex Glaznev
· 10 years ago
4ddc938
Support VP8 hardware encoding and decoding on IA devices.
by glaznev@webrtc.org
· 10 years ago
a4623d2
Fix H.264 HW decoding for Qualcomm KK devices.
by glaznev@webrtc.org
· 10 years ago
b28474c
Add H.264 HW encoder and decoder support for Android.
by glaznev@webrtc.org
· 10 years ago
8501ee6
Support VP8 HW decoding on devices with Exynos codec.
by glaznev@webrtc.org
· 10 years ago
5f93d0a
Update libjingle license statements at top of talk files for consistency
by jlmiller@webrtc.org
· 11 years ago
a8c0edd
Avoid using EGLContext class for Android 4.1 and below.
by glaznev@webrtc.org
· 11 years ago
95bacfe
Remove bad waiting code from video decoder release function.
by glaznev@webrtc.org
· 11 years ago
528fc65
Fixing build issue with L-sdk
by henrike@webrtc.org
· 11 years ago
25cc745
Switch to SW video decoder on Android after getting 2 or more
by glaznev@webrtc.org
· 11 years ago
3b67f8e
Enable HW video decoding on Qualcomm devices.
by glaznev@webrtc.org
· 11 years ago
9967845
HW video decoding optimization to better support HD resolution:
by glaznev@webrtc.org
· 11 years ago
a09a999
(Auto)update libjingle 73222930-> 73226398
by buildbot@webrtc.org
· 11 years ago
efe4b9a
Add VP8 video decoding hw acceleration support to Java Peerconnection library.
by glaznev@webrtc.org
· 11 years ago