1. e3044fe Add checks for buffer size in MediaCodecVideoEncoder. by Sami Kalliomäki · 8 years ago
  2. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/sdk/android/api/org/webrtc/MediaCodecVideoEncoder.java]
  3. 7cede37 Android: Add helper class VideoFrameDrawer that can render VideoFrames by magjed · 8 years ago
  4. 9bc599f Remove static/default interface method usage. by sakal · 8 years ago
  5. 160e32c Add support for RGB frames in MediaCodecVideoEncoder. by sakal · 8 years ago
  6. b5f5bdc Support Java VideoFrames in MediaCodecVideoEncoder. by sakal · 8 years ago
  7. 3fc2350 Support H.264 high profile encoding on Exynos devices. by glaznev · 8 years ago
  8. 6fac429 Use correct bitrate adjustment for Exynos VP9 HW encoder. by glaznev · 8 years ago
  9. 84ee5c6 Force keyframe for Qualcomm HW VP8 Encoder on Android L as well, reduce forced keyframe interval on Android M. by alexlau · 8 years ago
  10. 996a83c Better handling of error condition in MediaCodecVideoEncoder. by sakal · 8 years ago
  11. 7fa4a72 Increase bitrate adjustment values for VP8 Exynos encoder by Alex Glaznev · 9 years ago
  12. 295760d Reland of Android: Add field trial for Intel HW Vp8 encoder (patchset #1 id:1 of https://codereview.webrtc.org/2624143002/ ) by magjed · 9 years ago
  13. c999a08 Revert of Android: Add field trial for Intel HW Vp8 encoder (patchset #1 id:1 of https://codereview.webrtc.org/2614373004/ ) by magjed · 9 years ago
  14. cecf86e Android: Add field trial for Intel HW Vp8 encoder by magjed · 9 years ago
  15. 512f00b Force regular key frame generation for VP8 codec only. by Alex Glaznev · 9 years ago
  16. c7483a7 Force regular key frame generation when using Qualcomm VP8 HW encoder. by Alex Glaznev · 9 years ago
  17. 768c648 Move /webrtc/api/android files to /webrtc/sdk/android by magjed · 9 years ago[Renamed from webrtc/api/android/java/src/org/webrtc/MediaCodecVideoEncoder.java]
  18. b6760f9 Format all Java in WebRTC. by sakal · 9 years ago
  19. cfaca03 Add dynamic bitrate tracker and adjustment for Exynos VP8 HW encoder. by Alex Glaznev · 9 years ago
  20. c55c39d Limit initial fps value used in Android HW encoder initialization. by Alex Glaznev · 9 years ago
  21. 869dab7 Disable Intel VP8 HW encoder. by Alex Glaznev · 9 years ago
  22. 0060c56 Catch exceptions thrown by getCodecInfoAt() and getCapabilitiesForType(). by Alex Glaznev · 9 years ago
  23. d3235f0 Re-order and remove unused Java imports. by Sami Kalliomaki · 9 years ago
  24. 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/MediaCodecVideoEncoder.java]
  25. 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/MediaCodecVideoEncoder.java]
  26. 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/MediaCodecVideoEncoder.java]
  27. 269fe75 Enable VP8 and H.264 HW encoders on Exynos devices. by Alex Glaznev · 9 years ago
  28. 1aa435c Reland of Android GlDrawer: Add frame size as argument to draw functions (patchset #1 id:1 of https://codereview.webrtc.org/1950953002/ ) by ivoc · 9 years ago
  29. 1726831 Revert of Android GlDrawer: Add frame size as argument to draw functions (patchset #2 id:20001 of https://codereview.webrtc.org/1948473002/ ) by ivoc · 9 years ago
  30. 71af75d Android GlDrawer: Add frame size as argument to draw functions by magjed · 9 years ago
  31. dcd730f Enable VP9 HW encoder on Exynos devices. by Alex Glaznev · 9 years ago
  32. b24317b Fix license headers in webrtc/api. by kjellander · 9 years ago
  33. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 9 years ago[Renamed from talk/app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java]
  34. eee86a6 Add option to disable particular HW video codec from app. by Alex Glaznev · 9 years ago
  35. 48477c1 MediaCodecVideoEncoder, set timestamp on the encoder surface when drawing a texture. by perkj · 10 years ago
  36. 5125433 Android: Refactor renderers to allow apps to inject custom shaders by Magnus Jedvert · 10 years ago
  37. 03f80eb Refactor EglBase configuration. by nisse · 10 years ago
  38. 226a602 Fix problem when drawing to the Android Media encoder surface. by perkj · 10 years ago
  39. 40455d6 This cl change so that we use EGL14 where it is supported and EGL10 otherwise. The idea is to make this agnostic to an application and for WebRTC except in EGLBase. by perkj · 10 years ago
  40. 30e9182 This cl add support to encode from textures to MediaCodecVideoEncoder. by perkj · 10 years ago
  41. ad948c4 Preliminary support of VP9 HW encoder on Android. by Alex Glaznev · 10 years ago
  42. 68876f9 Introduces Android API level linting, fixes all current API lint errors. by Patrik Höglund · 10 years ago
  43. 9576e54 Reland "Prepare MediaCodecVideoEncoder for surface textures."" by perkj · 10 years ago
  44. 5c3da4b Call MediaCodec.stop() on separate thread. by Alex Glaznev · 10 years ago
  45. c6aec4b Fix HW video codec stack traces reporting. by Alex Glaznev · 10 years ago
  46. 12f6802 Revert "Prepare MediaCodecVideoEncoder for surface textures." by perkj · 10 years ago
  47. 325d414 Add option to print peer connection factory Java stack traces. by Alex Glaznev · 10 years ago
  48. 9075417 Prepare MediaCodecVideoEncoder for surface textures. by perkj · 10 years ago
  49. 69ddaef Revert "Add option to print peer connection factory Java stack traces." by Alejandro Luebs · 10 years ago
  50. b68c599 Add option to print peer connection factory Java stack traces. by Alex Glaznev · 10 years ago
  51. fd20bb3 Revert "Allow to print Java stack traces in Android camera, renderer and media codec." by Alejandro Luebs · 10 years ago
  52. 2b298de Reset media codec thread when Encoder/Decoder object is created. by Alex Glaznev · 10 years ago
  53. f0159a7 Allow to print Java stack traces in Android camera, renderer and media codec. by Alex Glaznev · 10 years ago
  54. 5975b3c Log to webrtc logging stream from java code. by Jiayang Liu · 10 years ago
  55. 2338fec Partial revert of r9936. by Alex Glaznev · 10 years ago
  56. 66f0da2 Log to webrtc logging stream from java code. by jiayl · 10 years ago
  57. 194ccea Do not use HW H.264 encoder on Nexus 7. by Alex Glaznev · 10 years ago
  58. 8a2cd3d Revert H.264 HW encoder setting to CBR mode. by Alex Glaznev · 10 years ago
  59. 0c85020 Add list of devices with HW H.264 encoder non suitable for WebRTC. by Alex Glaznev · 10 years ago
  60. 9829af4 Disable VP8 encoder HW acceleration on NVidia devices. by Alex Glaznev · 10 years ago
  61. 4ddc938 Support VP8 hardware encoding and decoding on IA devices. by glaznev@webrtc.org · 10 years ago
  62. b28474c Add H.264 HW encoder and decoder support for Android. by glaznev@webrtc.org · 10 years ago
  63. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  64. 4709887 Add HD support to Android if we detect a hardware video encoder that can be used. This Change the internal class MediaCodecVideoEncoder to have a one public method for checking if the platform is supported. It also adds &hd=true to the reqest url a hardware encoder is detected. by perkj@webrtc.org · 11 years ago
  65. 528fc65 Fixing build issue with L-sdk by henrike@webrtc.org · 11 years ago
  66. 3b67f8e Enable HW video decoding on Qualcomm devices. by glaznev@webrtc.org · 11 years ago
  67. 9967845 HW video decoding optimization to better support HD resolution: by glaznev@webrtc.org · 11 years ago
  68. a09a999 (Auto)update libjingle 73222930-> 73226398 by buildbot@webrtc.org · 11 years ago
  69. efe4b9a Add VP8 video decoding hw acceleration support to Java Peerconnection library. by glaznev@webrtc.org · 11 years ago
  70. c6c1dfd Add extra logging and latency restriction to VP8 HW encoder. by glaznev@webrtc.org · 11 years ago
  71. a40210a Add support for NVidia VP8 HW encoder. by glaznev@webrtc.org · 11 years ago
  72. f04a6ea MediaCodecVideoEncoder: limit MediaCodec bitrate to 95% of requested to avoid overshoot. by fischman@webrtc.org · 11 years ago
  73. 540acde PeerConnection(java): use MediaCodec for HW-accelerated video encode where available. by fischman@webrtc.org · 11 years ago