Menu

Tree [6f7e3d] donut-x86 /
 History

HTTPS access


File Date Author Commit
 android 2009-11-04 PacketVideo CM PacketVideo CM [d75901] CORE_8.000.1.1_RC4 version updates for sdkinfo ...
 baselibs 2009-10-01 PacketVideo CM PacketVideo CM [95a4df] RIO-7470: Add build macro for turning compiler ...
 build_config 2009-11-04 PacketVideo CM PacketVideo CM [1b9f34] RIO-7800: Fix library dependecies in streaming ...
 codecs_v2 2009-11-04 PacketVideo CM PacketVideo CM [c96e96] RIO-6026: Unit test framework for OMXEncTestApp...
 doc 2009-11-04 PacketVideo CM PacketVideo CM [d75901] CORE_8.000.1.1_RC4 version updates for sdkinfo ...
 engines 2009-11-04 PacketVideo CM PacketVideo CM [d75901] CORE_8.000.1.1_RC4 version updates for sdkinfo ...
 extern_libs_v2 2009-05-01 James Dong James Dong [d06c29] Incorporate all the changes in external/opencor...
 extern_tools_v2 2009-05-20 Garret Pick Garret Pick [d22a8e] OpenCORE 2.04 Update. Refer to ChangeLog for d...
 fileformats 2009-11-04 PacketVideo CM PacketVideo CM [c96e96] RIO-6026: Unit test framework for OMXEncTestApp...
 modules 2009-10-01 PacketVideo CM PacketVideo CM [95a4df] RIO-7470: Add build macro for turning compiler ...
 nodes 2009-11-04 PacketVideo CM PacketVideo CM [c96e96] RIO-6026: Unit test framework for OMXEncTestApp...
 oscl 2009-10-21 PacketVideo CM PacketVideo CM [31f68c] RIO-7751: Remove win32 code from OSCL
 protocols 2009-11-04 PacketVideo CM PacketVideo CM [1ccaf8] RIO-7887: Wrong sequence numbers from video par...
 pvmi 2010-01-26 Chih-Wei Huang Chih-Wei Huang [6f7e3d] fix build broken (vtable not found for some cla...
 tools_v2 2009-10-29 PacketVideo CM PacketVideo CM [5150c5] RIO-7805: Top-level Android.mk to include $(PV_...
 Android.mk 2009-10-29 PacketVideo CM PacketVideo CM [5150c5] RIO-7805: Top-level Android.mk to include $(PV_...
 Android_system_extras.mk 2009-05-01 James Dong James Dong [d06c29] Incorporate all the changes in external/opencor...
 ChangeLog 2009-08-13 Garret Pick Garret Pick [a6a9a9] OpenCORE 2.05 Update. Refer to ChangeLog for d...
 Config.mk 2009-10-21 PacketVideo CM PacketVideo CM [e6a834] RIO-6805: Changes in logging for Android
 NOTICE 2009-05-01 James Dong James Dong [d06c29] Incorporate all the changes in external/opencor...
 README 2009-05-01 James Dong James Dong [d06c29] Incorporate all the changes in external/opencor...
 quick_start.txt 2009-09-03 PacketVideo CM PacketVideo CM [3743d4] Get rid of conditionals in 2way compilation fil...

Read Me

    Welcome to OpenCORE

OpenCORE is the multimedia framework of Android 
originally contributed by PacketVideo.  It provides 
an extensible framework for multimedia rendering and 
authoring and video telephony (3G-324M).

The following is a brief overview of the directory 
structure to make it easier to understand the organization.
Below is a list of the top-level directories along with a brief
note about the contents.

__
  |-- android  [Contains the components the interface OpenCORE with 
  |             other parts of Android]   
  |-- baselibs [Contains basic libraries for data containers, MIME string
  |             handling, messaging across thread boundaries, etc]
  |-- build_config [Contains top-level build files used to build the libraries
  |                 outside of Android]
  |-- codecs_v2 [Contains the implementations of PV's audio and video 
  |              codecs as well as the OpenMax IL interface layer]
  |-- doc       [Contains the documentation required to interface with
  |              OpenCORE]
  |-- engines   [Contains the implementation of the player and author 
  |              engines as well as a utility for metadata.]
  |-- extern_libs_v2 [Contains 3rd-party libraries used by OpenCORE. 
  |                   Currently this directory contains header files 
  |                   defining the Khronos OpenMax IL interface]
  |-- extern_tools_v2 [Contains 3rd-party tools used to build OpenCORE
  |                    indpendently of the Android build system]
  |-- fileformats  [Contains the libraries for parsing a variety of
  |                 fileformats including mp4/3gp,mp3,wav,aac.]
  |-- modules [Contains build files for aggregating low-level libraries]
  |-- nodes     [Contains the OpenCORE framework "nodes", which is 
  |              the abstraction used to implement independent multimedia 
  |              processing units that can be connected in a flow graph]
  |-- oscl      [This is the Operating System Compatibility Layer which 
  |              provides the mapping OS APIs as well as some basic 
  |              data structures and utilities.]
  |-- protocols [Contains parsers and composers for a variety of network
  |              protocols such as HTTP, RTP/RTCP, RTSP, and SDP]
  |-- pvmi     [Contains fundamental definitions that make up OpenCORE.
  |             The directory name is an abbreviation of PacketVideo 
  |             Multimedia Infrastructure]
  |-- tools_v2  [Contains tools used to build the libraries outside of Android]

Within each library the following directory structure, with a few exceptions,
to organize the files:

__
  |-- build
    |-- make    <- makefile to build outside of Android is here       
  |-- doc       <- directory for any documentation specific to this lib
  |-- include   <- header files that are part of the external interface go here
  |-- src       <- source and internal header files of the library
  |-- test      <- test code (follows a similar structure.
    |-- build
      |-- make
    |-- include
    |-- src

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.