OSDN Git Service
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Martin Storsjo [Mon, 8 Jun 2009 15:57:37 +0000 (17:57 +0200)]
Remove extern from table definitions
This fixes warnings when compiling as C.
Local prototype declarations are added where no suitable ones are
available in headers.
Martin Storsjo [Mon, 8 Jun 2009 15:53:52 +0000 (17:53 +0200)]
Add includes for prototype declarations of tables
Martin Storsjo [Mon, 8 Jun 2009 15:49:27 +0000 (17:49 +0200)]
Add missing const qualifier to table declarations in headers
Martin Storsjo [Mon, 8 Jun 2009 05:10:25 +0000 (07:10 +0200)]
Change another occurrance of __inline into static inline
Martin Storsjo [Wed, 20 May 2009 09:43:23 +0000 (11:43 +0200)]
Change some occurrances of __inline into static inline
This eases compilation as C, to avoid undefined or multiply defined symbols
Martin Storsjo [Wed, 20 May 2009 09:37:47 +0000 (11:37 +0200)]
Make a global const array static, to fix compilation as C
Martin Storsjo [Wed, 20 May 2009 09:36:52 +0000 (11:36 +0200)]
Make local const arrays static
Martin Storsjo [Wed, 20 May 2009 09:35:33 +0000 (11:35 +0200)]
Add #ifdef __cplusplus around a class, to make the header usable in C environments
Martin Storsjo [Wed, 20 May 2009 09:33:09 +0000 (11:33 +0200)]
Change a C++ style cast into a C style cast
Garret Pick [Sat, 30 May 2009 16:49:58 +0000 (09:49 -0700)]
Removing extraneous 2way code
Edin Hodzic [Fri, 24 Apr 2009 02:15:22 +0000 (19:15 -0700)]
A few OMA DRM handling fixes.
Add a new constructor for the AVCSampleEntry to be used when
parsing the encv atom.
Remove a duplicate delete from Ecnv::~Ecnv.
Add an AVCSampleEntry after parsing encv atom with AVC original sample
entry. This way the video can be processed correctly after decryption, e.g.
NALU length size can be returned.
Fix a couple of uninitialized variable. iDRMInfo in particular was very bad
and hard to track.
Ravi K Yenduri [Thu, 21 May 2009 14:05:45 +0000 (09:05 -0500)]
Allow an external file path to be sent to pvPlayer SDK
Garret Pick [Wed, 20 May 2009 16:58:16 +0000 (09:58 -0700)]
OpenCORE 2.04 Update. Refer to ChangeLog for details
Ravi K Yenduri [Tue, 31 Mar 2009 17:27:25 +0000 (10:27 -0700)]
Enable OpenCORE on master - part 2
Greg Sherwood [Sat, 14 Mar 2009 21:17:55 +0000 (16:17 -0500)]
Updated the mio_developers_guide
Greg Sherwood [Sat, 14 Mar 2009 21:15:51 +0000 (16:15 -0500)]
Added more details to ChangeLog, added doc on mio buffer allocation,
renamed the mio_developers_guide doc.
Garret Pick [Tue, 10 Mar 2009 21:00:00 +0000 (14:00 -0700)]
OpenCORE 2.02 Update. Refer to ChangeLog for details
Garret Pick [Tue, 24 Feb 2009 20:03:40 +0000 (12:03 -0800)]
OpenCORE 2.1 update
Android Code Review [Tue, 10 Feb 2009 03:42:26 +0000 (19:42 -0800)]
Merge
Greg Sherwood [Sat, 7 Feb 2009 01:51:36 +0000 (19:51 -0600)]
patch for oCERT_2009-002, CVE-2009-0475
ran through astyle for formatting.
Garret Pick [Fri, 6 Feb 2009 22:45:13 +0000 (14:45 -0800)]
Adding API documentation for OpenCORE 2.0 2way
Android Code Review [Fri, 6 Feb 2009 03:36:18 +0000 (19:36 -0800)]
Merge
Android Code Review [Fri, 6 Feb 2009 03:36:17 +0000 (19:36 -0800)]
Merge
Greg Sherwood [Fri, 6 Feb 2009 03:30:18 +0000 (21:30 -0600)]
Fixed a typo
Greg Sherwood [Fri, 6 Feb 2009 00:56:37 +0000 (18:56 -0600)]
Added new docs associated with OpenCORE 2.0
Brock Atchison [Wed, 4 Feb 2009 16:43:03 +0000 (10:43 -0600)]
Removing DOS text formatting from NOTICE file
Garret Pick [Wed, 28 Jan 2009 23:34:13 +0000 (15:34 -0800)]
Adding API documentation for OpenCORE 2.0
Garret Pick [Wed, 28 Jan 2009 21:19:21 +0000 (11:19 -1000)]
Re-adding files that were removed from OpenCORE 2.0 update due to
Gerrit1 bug
Brock Atchison [Thu, 22 Jan 2009 20:20:03 +0000 (14:20 -0600)]
Updating codebase to OpenCORE 2.0. More documentation on the changes to follow.
The Android Open Source Project [Tue, 20 Jan 2009 22:29:08 +0000 (14:29 -0800)]
auto import from //branches/cupcake/...@127101
The Android Open Source Project [Tue, 20 Jan 2009 22:03:57 +0000 (14:03 -0800)]
auto import from //branches/cupcake/...@127101
android-build SharedAccount [Fri, 16 Jan 2009 00:15:53 +0000 (16:15 -0800)]
Merge branch 'cupcake'
The Android Open Source Project [Fri, 16 Jan 2009 00:12:08 +0000 (16:12 -0800)]
auto import from //branches/cupcake/...@126645
The Android Open Source Project [Sat, 10 Jan 2009 02:04:15 +0000 (18:04 -0800)]
Merge branch 'cupcake'
The Android Open Source Project [Sat, 10 Jan 2009 01:51:21 +0000 (17:51 -0800)]
auto import from //branches/cupcake/...@125939
Brian Swetland [Sat, 27 Dec 2008 01:36:56 +0000 (17:36 -0800)]
don't hardcode compilation options based on product/target names
This provides a way for board files to specify libraries/flags for
hardware codecs, etc, though really this should not require compile
time options -- somebody who understands opencore should fix it to
deal with this gracefully at runtime.
This fixes the htc_dream build.
Jean-Baptiste Queru [Fri, 19 Dec 2008 15:54:54 +0000 (07:54 -0800)]
Merge commit 'remotes/korg/cupcake'
The Android Open Source Project [Thu, 18 Dec 2008 02:04:45 +0000 (18:04 -0800)]
Code drop from //branches/cupcake/...@124589
Android Code Review [Fri, 5 Dec 2008 15:47:03 +0000 (15:47 +0000)]
Merge
Ravi K Yenduri [Fri, 5 Dec 2008 15:20:25 +0000 (09:20 -0600)]
Fix for building a shared library and changing permissions
of files in <opencore>/tools_v2/build/bin and
Greg Sherwood [Mon, 1 Dec 2008 14:04:51 +0000 (08:04 -0600)]
Added the cpm_developers_guide document.
Android Code Review [Tue, 18 Nov 2008 21:37:23 +0000 (21:37 +0000)]
Merge
Brock Atchison [Tue, 18 Nov 2008 18:12:16 +0000 (12:12 -0600)]
Added new files to allow the author engine test app to build
new file: engines/author/test/src/single_core/pvaetest_node_config.h
new file: engines/author/test/src/single_core/pvaetestinput.cpp
new file: engines/author/test/src/single_core/pvaetestinput.h
Ravi K Yenduri [Sun, 9 Nov 2008 18:09:22 +0000 (12:09 -0600)]
Updates to the README file.
Greg Sherwood [Tue, 4 Nov 2008 23:55:51 +0000 (17:55 -0600)]
Added new documents for OpenCore. Modified the README
to include a reference to the documents.
Garret Pick [Thu, 30 Oct 2008 23:16:07 +0000 (16:16 -0700)]
Remove author's name and old revision history from comments in find_file script
Greg Sherwood [Mon, 27 Oct 2008 22:51:30 +0000 (17:51 -0500)]
Added README file to explain the directory structure.
Dave Sparks [Fri, 24 Oct 2008 15:22:26 +0000 (08:22 -0700)]
Add patent disclaimer
new file: codecs_v2/audio/aac/patent_disclaimer.txt
new file: codecs_v2/audio/gsm_amr/patent_disclaimer.txt
new file: codecs_v2/audio/mp3/patent_disclaimer.txt
new file: codecs_v2/audio/sbc/patent_disclaimer.txt
new file: codecs_v2/video/avc_h264/patent_disclaimer.txt
new file: codecs_v2/video/m4v_h263/patent_disclaimer.txt
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution