<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>832</bug_id>
          
          <creation_ts>2013-09-09 16:25:24 +0200</creation_ts>
          <short_desc>GLMediaPlayer: Support multiple versions of FFMPEG/Libav, solve binary incompatibility problem</short_desc>
          <delta_ts>2013-09-09 16:53:33 +0200</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Jogl</product>
          <component>core</component>
          <version>2</version>
          <rep_platform>All</rep_platform>
          <op_sys>all</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>---</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>806</blocked>
          <everconfirmed>0</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          <cc>rami.santina</cc>
    
    <cc>sgothel</cc>
          
          <cf_type>---</cf_type>
          <cf_scm_refs>1b4edb60e8c91621d93033b8732b2cdef0e7ebe7
07201cfd793f47729caf8667acad41ed1869bf32
871c7cac1939e6c7fbcd33aa031b7861f63da6ae
248256fc8eee90f8d11f66d4b5dba8ad296653a1
ee64b0b3e47cc5d52fb3679c582d3ad0134adb9e
b5876b598ecf3eb32ceb183ecbd5d29b8885a304
1801fb8b27ad3b7b2a43c62dcf536b27c67e2f94
70fb61d39f4e40de62dd44b2d8c88d43b9efaf42
5031a42647442b71ef32041d332ed5f22d3e6ecf
15ec34db947f89b1d20043b729a09413a425de5d
87fe4c89d1b69773d62c1917594ddf7a724c6d71</cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2949</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-09-09 16:25:24 +0200</bug_when>
    <thetext>GLMediaPlayer shall support multiple major FFMPEG/Libav versions
and hence needs to solve their binary incompatibility due to:
  - diff. data types / structs
  - diff API functions</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2952</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-09-09 16:50:15 +0200</bug_when>
    <thetext>We have included libav/ffmpeg headers for:
  - libav 0.8 / ffmpeg 0.8  lavc53_lavf53_lavu51  
  - libav 9.0 / ffmpeg 1.2  lavc54_lavf54_lavu52_lavr01  
  - libav 10/ ffmpeg 2.0    lavc55_lavf55_lavu52_lavr01

We have 3 java classes adding JNI stubs for the respective implementation 
to the particular ffmpeg/libav version.

The native code uses one implementation, 
producing  3 objects per class (diff. name-space) 
using c-preprocessor concatenation (cpp templates).</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>