Skip to content
Snippets Groups Projects
  1. Mar 25, 2024
  2. Nov 12, 2021
  3. Nov 05, 2021
  4. Oct 20, 2021
    • Chih-Yu Huang's avatar
      Merge latest version to Android master. · 78318668
      Chih-Yu Huang authored
      Bug: None
      Test: mmm external/v4l2_codec2
      Change-Id: I21d5d30ce32279dfb1cbe2b40d435d2e9707f5aa
      78318668
    • David Staessens's avatar
      v4l2_codec2 encoder: Add encoder-specific documentation. · 8ca36d56
      David Staessens authored
      This CL updates the README file accompanying the V4L2 components with
      additional information about the V4L2 encoder. Examples are added to
      show adding VP8 and VP9 encoders to the media_codecs_c2.xml file. A
      description is added containing the list of supported codecs,
      paramaters, input pixel formats and additional features.
      
      BUG: 143333813
      Test: None
      Change-Id: I085076e67146ee3fb33864b3147db8fe091022b3
      8ca36d56
  5. Jun 07, 2021
    • Chih-Yu Huang's avatar
      Update README.md · c388fdc8
      Chih-Yu Huang authored
      Bug: 170199771
      Test: none
      
      Change-Id: I701499660a772787d94aa572be81dc3b12f5fd6a
      c388fdc8
  6. Mar 29, 2021
    • Chih-Yu Huang's avatar
      V4L2ComponentStore: Avoid dynamic loading shared library · 50e77c4f
      Chih-Yu Huang authored
      Originally V4L2ComponentStore and V4L2ComponentFactory depends on each
      other. To avoid circular dependency, V4L2ComponentStore dynamically
      loads the shared library of V4L2ComponentFactory.
      
      This CL removes the dependency from V4L2ComponentFactory to
      V4L2ComponentStore, and also avoid dynamic loading the shared library.
      
      Bug: 160110846
      Test: android.media.cts.AdaptivePlaybackTest
      
      Change-Id: I864b642035ea5b1572ee1d474ad12706147cbed1
      50e77c4f
  7. Apr 20, 2020
Loading