Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2011-07-14 19:53:11 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-07-14 19:53:11 +0400
commit4b616e3b7c79b34ea29d62caa2116ed274713a38 (patch)
treef9083c4bf19b5df59324e27db306b0e2f7009649 /src/filters/transform/MpaDecFilter/faad2
parent9d042ba4e8c0ee43a173134aa755317b5f3e3629 (diff)
legacy branch: merge r3209-r3382 from trunk (the translations aren't up to date with any implications this may have)legacy
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/legacy@3383 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform/MpaDecFilter/faad2')
-rw-r--r--src/filters/transform/MpaDecFilter/faad2/ChangeLog178
-rw-r--r--src/filters/transform/MpaDecFilter/faad2/NEWS7
-rw-r--r--src/filters/transform/MpaDecFilter/faad2/TODO2
-rw-r--r--src/filters/transform/MpaDecFilter/faad2/libfaad/common.h2
-rw-r--r--src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcproj680
-rw-r--r--src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcxproj19
6 files changed, 12 insertions, 876 deletions
diff --git a/src/filters/transform/MpaDecFilter/faad2/ChangeLog b/src/filters/transform/MpaDecFilter/faad2/ChangeLog
index e57e345ca..774ce3148 100644
--- a/src/filters/transform/MpaDecFilter/faad2/ChangeLog
+++ b/src/filters/transform/MpaDecFilter/faad2/ChangeLog
@@ -1,171 +1,7 @@
-2009-02-02 - Version 2.7
- - DAB+ support
- - Use public headers internally to prevent duplicate declarations
- - Explicitly typedef all types as signed
- - Made sure MAIN prediction can't be started after the first frame
- - Lot's of compilation issues solved
- - Bugfix in SBR envelope border calculation
-
-21 january 2005 gpascutto(at)nero.com
- - hcr.c, drm_dec.c: updates for DRM PS standard, error resilience changes
- - reverted above error resilience changes
-
-8 december 2004 mbakker(at)nero.com
- - ps_dec.c, ps_syntax.c: PS fixes (OPD huffman table and modulo decoding)
-
-6 december 2004 gpascutto(at)nero.com
- - drm_dec.c, drm_dec.h, sbr_dec.c: DRM PS Standards update
-
-5 december 2004 gpascutto(at)nero.com
- - syntax.c, hcr.c, decoder.c, sbr_syntax.c, specrec.c:
- Improved (DRM) error resilience
-
-18 october 2004 mbakker(at)nero.com
- - sbr_dec.c, sbr_hfadj.c, common.h: fixed Low Power SBR decoding
-
-18 october 2004 mbakker(at)nero.com
- - main.c: added "quiet" option to frontend
-
-5 october 2004 mbakker(at)nero.com
- - decoder.c: skip ID3 tags in library
-
-24 september 2004 mbakker(at)nero.com
- - syntax.c,h, lt_predict.c, mp4.c, decoder.c:
- Added stereo DRM support, removed fake scalable support
-
-21 september 2004 mbakker(at)nero.com
- - specrec.c, bits.h, common.h, error.h, sbr_hfadj.h, structs.h,
- decoder.c, error.c, hcr.c, sbr_dec.c, sbr_hfadj.c, sbr_syntax.c, syntax.c:
- Improved error detection and handling.
-
-16 september 2004 mbakker(at)nero.com
- - specrec.c, bits.h, common.h, error.h, sbr_hfadj.h, structs.h,
- decoder.c, error.c, hcr.c, sbr_dec.c, sbr_hfadj.c, sbr_syntax.c, syntax.c:
- Improved error detection and handling.
-
-8 september 2004 mbakker(at)nero.com
- - specrec.c: fixed compilation without PS
-
-4 september 2004 mbakker(at)nero.com
- - sbr_fbt.c, sbr_hfgen.c: fixed possible lockup with bad data.
-
-4 september 2004 mbakker(at)nero.com
- - cfft.c,h, common.c,h, filtbank.c,h, mdct.h, sbr_qmf.h, structs.h, decoder.c, specrec.c:
- Removed USE_SSE
-
-4 september 2004 gpascutto(at)nero.com
- - specrec.c: small optimizations to inverse quant
-
-3 september 2004 mbakker(at)nero.com
- - neaacdec.h, decoder.c, syntax.c, structs.h: added output flag for PS
-
-3 september 2004 mbakker(at)nero.com
- - common.c: added log2_fix()
-
-28 august 2004 gpascutto(at)nero.com
- - sbr_syntax.c: bugfix with PS_DEC and DRM_PS defines
-
-21 august 2004 mbakker(at)nero.com
- - cfft.c, cfft_tab.h: added size 128 fixed point FFT tables for HVXC
-
-18 august 2004 mbakker(at)nero.com
- - sbr_syntax.c: allow only 1 PS data element per SBR extension data
-
-18 august 2004 gpascutto(at)nero.com
- - specrec.c: safeguard against PS suddenly going on
-
-4 august 2004 gpascutto(at)nero.com
- - drm_dec.c: make sure we still copy to the right channel if there's no data
-
-2 august 2004 gpascutto(at)nero.com
- - hcr.c: bugfix
-
-31 july 2004 gpascutto(at)nero.com
- - hcr.c: Rewritten and optimized
-
-29 july 2004 mbakker(at)nero.com
- - /mp4ff/mp4ff.c,mp4atoms.c: support video decoding better
-
-28 july 2004 gpascutto(at)nero.com
- - drm_dec.*, sbr_dec.c, syntax.c: improved error concealment
-
-27 july 2004 gpascutto(at)nero.com
- - sbr_dec.c, sbr_syntax.c: duplicate code removal
-
-25 july 2004 gpascutto(at)nero.com
- - syntax.c: re-enable SBR CRC checking for DRM
-
-22 july 2004 gpascutto(at)nero.com
- - drm_dec.*: changed delay filter to 2 samples plus fractional delay, as in normal PS AAC
- (DRM standard is wrong here)
-
-2 july 2004 mbakker(at)nero.com
- - huffman.c: Implemented VCB11 error concealment
-
-22 june 2004 mbakker(at)nero.com
- - ps_dec.c: Removed samplerate dependancy in PS, likely to be updated in corrigendum
-
-15 june 2004 mbakker(at)nero.com
- - sbr_dct.c,h: Removed huge ugly DCT_4_64...
- - sbr_qmf.c: replaced DCT_IV in qmf synthesis
-
-13 june 2004 mbakker(at)nero.com
- - ps_dec.c: Fixed fixed point code, no more cos() and sin() used
-
-7 june 2004 mbakker(at)nero.com
- - sbr_*.c,h: Overall speedups and improvements in SBR code.
-
-4 june 2004 gpascutto(at)nero.com
- - drm_dec.c: Fixed a bug in the standard (PAN mixing)
-
-3 june 2004 mbakker(at)nero.com
- - ps_syntax.c: fixed a bug in one of the huffman tables
-
-2 june 2004 gpascutto(at)nero.com
- - drm_dec.c: Fully working fixed point support
-
-27 may 2004 mbakker(at)nero.com
- - sbr_qmf.c, sbr_dec.h: Fixed fixed point problems with downsampled QMF
-
-17 may 2004 mbakker(at)nero.com
- - syntax.c, decoder.c: Added some logging output
-
-17 may 2004 mbakker(at)nero.com
- - mp4atom.c: Fixed an issue with broken MP4 files
-
-16 may 2004 mbakker(at)nero.com
- - ps_dec.c: fixed point: forgot to convert a few multiplies
-
-14 may 2004 mbakker(at)nero.com
- - sbr_*.c: reduced memory usage
-
-6 may 2004 mbakker(at)nero.com
- - common.c: added some bit tricks and fixed point log2/pow2
- - sbr_hfadj.c: log2/pow2 based gain calculation for SBR
- - sbr_hfgen.c: use block exponent instead of stupid search to find max value
-
-5 may 2004 mbakker(at)nero.com
- - decoder.c, neaacdec.h, decoder.h: added extra decode function to which a
- buffer can be provided. Instead of the library providing a buffer.
-
-5 may 2004 mbakker(at)nero.com
- - mdct.c: fixed fixed point MDCT with framesizes 960, 480, 120
-
-2 may 2004 mbakker(at)nero.com
- - mdct_tab.h, mdct.c: Added tables for MDCT, for increased accuracy in fixed point
- - specrec.c: Moved quantisation, scaling and reordering to 1 function
-
-20 april 2004 gpacutto(at)nero.com
- - drm_dec.c, drm_dec.h: Don't do PS processing if no data was read this frame.
- Fix for bitstread reading bug in specification.
-
-15 april 2004 mbakker(at)nero.com
- - sbr_hfadj.c: fixed buffer overflow
- - multiple: fixed some eVC problems
-
-12 april 2004 mbakker(at)nero.com
- - common.h, ps_dec.c: Updates for PS fixed point, should completely work now
-
-12 april 2004 gpascutto(at)nero.com
- - drm_dec.c, drm_dec.h: eliminated sqrt and SA mapping/dequantization from DRM PS decoder
-
+2009-02-02 - Version 2.7
+ * DAB+ support
+ * Use public headers internally to prevent duplicate declarations
+ * Explicitly typedef all types as signed
+ * Made sure MAIN prediction can't be started after the first frame
+ * Lot's of compilation issues solved
+ * Bugfix in SBR envelope border calculation
diff --git a/src/filters/transform/MpaDecFilter/faad2/NEWS b/src/filters/transform/MpaDecFilter/faad2/NEWS
deleted file mode 100644
index a18a5228e..000000000
--- a/src/filters/transform/MpaDecFilter/faad2/NEWS
+++ /dev/null
@@ -1,7 +0,0 @@
-
-6 February 2004
- - FAAD2 version 2.0 released
-
-25 July 2003
- - Release version with SBR decoding
-
diff --git a/src/filters/transform/MpaDecFilter/faad2/TODO b/src/filters/transform/MpaDecFilter/faad2/TODO
deleted file mode 100644
index e78a92577..000000000
--- a/src/filters/transform/MpaDecFilter/faad2/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-
-- Not much...
diff --git a/src/filters/transform/MpaDecFilter/faad2/libfaad/common.h b/src/filters/transform/MpaDecFilter/faad2/libfaad/common.h
index 56875851f..bd89d068d 100644
--- a/src/filters/transform/MpaDecFilter/faad2/libfaad/common.h
+++ b/src/filters/transform/MpaDecFilter/faad2/libfaad/common.h
@@ -346,7 +346,7 @@ char *strchr(), *strrchr();
#ifdef __ICL /* only Intel C compiler has fmath ??? */
- #include <mathf.h>
+ //#include <mathf.h> //custom mpc-hc comment out
#define sin sinf
#define cos cosf
diff --git a/src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcproj b/src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcproj
deleted file mode 100644
index 0de859e0a..000000000
--- a/src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcproj
+++ /dev/null
@@ -1,680 +0,0 @@
-<?xml version="1.0" encoding="windows-1250"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="libfaad"
- ProjectGUID="{5EFCFACB-1835-422C-ACDA-E3B3A2F51387}"
- RootNamespace="libfaad"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="4"
- InheritedPropertySheets="..\..\..\..\..\common.vsprops;..\..\..\..\..\release.vsprops"
- UseOfMFC="1"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\include"
- PreprocessorDefinitions="NDEBUG;WIN32;_LIB"
- WarningLevel="1"
- DisableSpecificWarnings="4047"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1043"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- ConfigurationType="4"
- InheritedPropertySheets="..\..\..\..\..\common.vsprops;..\..\..\..\..\release.vsprops"
- UseOfMFC="1"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\include"
- PreprocessorDefinitions="_WIN64;NDEBUG;_LIB"
- EnableEnhancedInstructionSet="0"
- WarningLevel="1"
- DisableSpecificWarnings="4047"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1043"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="4"
- InheritedPropertySheets="..\..\..\..\..\common.vsprops;..\..\..\..\..\debug.vsprops"
- UseOfMFC="1"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\include"
- PreprocessorDefinitions="_DEBUG;WIN32;_LIB"
- WarningLevel="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1043"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- ConfigurationType="4"
- InheritedPropertySheets="..\..\..\..\..\common.vsprops;..\..\..\..\..\debug.vsprops"
- UseOfMFC="1"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\include"
- PreprocessorDefinitions="_WIN64;_LIB;_DEBUG"
- WarningLevel="1"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1043"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\bits.c"
- >
- </File>
- <File
- RelativePath=".\cfft.c"
- >
- </File>
- <File
- RelativePath=".\common.c"
- >
- </File>
- <File
- RelativePath=".\decoder.c"
- >
- </File>
- <File
- RelativePath=".\drc.c"
- >
- </File>
- <File
- RelativePath=".\drm_dec.c"
- >
- </File>
- <File
- RelativePath=".\error.c"
- >
- </File>
- <File
- RelativePath=".\filtbank.c"
- >
- </File>
- <File
- RelativePath=".\hcr.c"
- >
- </File>
- <File
- RelativePath=".\huffman.c"
- >
- </File>
- <File
- RelativePath=".\ic_predict.c"
- >
- </File>
- <File
- RelativePath=".\is.c"
- >
- </File>
- <File
- RelativePath=".\lt_predict.c"
- >
- </File>
- <File
- RelativePath=".\mdct.c"
- >
- </File>
- <File
- RelativePath=".\mp4.c"
- >
- </File>
- <File
- RelativePath=".\ms.c"
- >
- </File>
- <File
- RelativePath=".\output.c"
- >
- </File>
- <File
- RelativePath=".\pns.c"
- >
- </File>
- <File
- RelativePath=".\ps_dec.c"
- >
- </File>
- <File
- RelativePath=".\ps_syntax.c"
- >
- </File>
- <File
- RelativePath=".\pulse.c"
- >
- </File>
- <File
- RelativePath=".\rvlc.c"
- >
- </File>
- <File
- RelativePath=".\sbr_dct.c"
- >
- </File>
- <File
- RelativePath=".\sbr_dec.c"
- >
- </File>
- <File
- RelativePath=".\sbr_e_nf.c"
- >
- </File>
- <File
- RelativePath=".\sbr_fbt.c"
- >
- </File>
- <File
- RelativePath=".\sbr_hfadj.c"
- >
- </File>
- <File
- RelativePath=".\sbr_hfgen.c"
- >
- </File>
- <File
- RelativePath=".\sbr_huff.c"
- >
- </File>
- <File
- RelativePath=".\sbr_qmf.c"
- >
- </File>
- <File
- RelativePath=".\sbr_syntax.c"
- >
- </File>
- <File
- RelativePath=".\sbr_tf_grid.c"
- >
- </File>
- <File
- RelativePath=".\specrec.c"
- >
- </File>
- <File
- RelativePath=".\ssr.c"
- >
- </File>
- <File
- RelativePath=".\ssr_fb.c"
- >
- </File>
- <File
- RelativePath=".\ssr_ipqf.c"
- >
- </File>
- <File
- RelativePath=".\syntax.c"
- >
- </File>
- <File
- RelativePath=".\tns.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\analysis.h"
- >
- </File>
- <File
- RelativePath=".\bits.h"
- >
- </File>
- <File
- RelativePath=".\cfft.h"
- >
- </File>
- <File
- RelativePath=".\cfft_tab.h"
- >
- </File>
- <File
- RelativePath=".\common.h"
- >
- </File>
- <File
- RelativePath=".\drc.h"
- >
- </File>
- <File
- RelativePath=".\drm_dec.h"
- >
- </File>
- <File
- RelativePath=".\error.h"
- >
- </File>
- <File
- RelativePath=".\filtbank.h"
- >
- </File>
- <File
- RelativePath=".\fixed.h"
- >
- </File>
- <File
- RelativePath=".\codebook\hcb.h"
- >
- </File>
- <File
- RelativePath=".\huffman.h"
- >
- </File>
- <File
- RelativePath=".\ic_predict.h"
- >
- </File>
- <File
- RelativePath=".\iq_table.h"
- >
- </File>
- <File
- RelativePath=".\is.h"
- >
- </File>
- <File
- RelativePath=".\kbd_win.h"
- >
- </File>
- <File
- RelativePath=".\lt_predict.h"
- >
- </File>
- <File
- RelativePath=".\mdct.h"
- >
- </File>
- <File
- RelativePath=".\mdct_tab.h"
- >
- </File>
- <File
- RelativePath=".\mp4.h"
- >
- </File>
- <File
- RelativePath=".\ms.h"
- >
- </File>
- <File
- RelativePath=".\output.h"
- >
- </File>
- <File
- RelativePath=".\pns.h"
- >
- </File>
- <File
- RelativePath=".\ps_dec.h"
- >
- </File>
- <File
- RelativePath=".\ps_tables.h"
- >
- </File>
- <File
- RelativePath=".\pulse.h"
- >
- </File>
- <File
- RelativePath=".\rvlc.h"
- >
- </File>
- <File
- RelativePath=".\sbr_dct.h"
- >
- </File>
- <File
- RelativePath=".\sbr_dec.h"
- >
- </File>
- <File
- RelativePath=".\sbr_e_nf.h"
- >
- </File>
- <File
- RelativePath=".\sbr_fbt.h"
- >
- </File>
- <File
- RelativePath=".\sbr_hfadj.h"
- >
- </File>
- <File
- RelativePath=".\sbr_hfgen.h"
- >
- </File>
- <File
- RelativePath=".\sbr_huff.h"
- >
- </File>
- <File
- RelativePath=".\sbr_noise.h"
- >
- </File>
- <File
- RelativePath=".\sbr_qmf.h"
- >
- </File>
- <File
- RelativePath=".\sbr_qmf_c.h"
- >
- </File>
- <File
- RelativePath=".\sbr_syntax.h"
- >
- </File>
- <File
- RelativePath=".\sbr_tf_grid.h"
- >
- </File>
- <File
- RelativePath=".\sine_win.h"
- >
- </File>
- <File
- RelativePath=".\specrec.h"
- >
- </File>
- <File
- RelativePath=".\ssr.h"
- >
- </File>
- <File
- RelativePath=".\ssr_fb.h"
- >
- </File>
- <File
- RelativePath=".\ssr_ipqf.h"
- >
- </File>
- <File
- RelativePath=".\ssr_win.h"
- >
- </File>
- <File
- RelativePath=".\structs.h"
- >
- </File>
- <File
- RelativePath=".\syntax.h"
- >
- </File>
- <File
- RelativePath=".\tns.h"
- >
- </File>
- <Filter
- Name="codebook"
- >
- <File
- RelativePath=".\codebook\hcb_1.h"
- >
- </File>
- <File
- RelativePath=".\codebook\hcb_10.h"
- >
- </File>
- <File
- RelativePath=".\codebook\hcb_11.h"
- >
- </File>
- <File
- RelativePath=".\codebook\hcb_2.h"
- >
- </File>
- <File
- RelativePath=".\codebook\hcb_3.h"
- >
- </File>
- <File
- RelativePath=".\codebook\hcb_4.h"
- >
- </File>
- <File
- RelativePath=".\codebook\hcb_5.h"
- >
- </File>
- <File
- RelativePath=".\codebook\hcb_6.h"
- >
- </File>
- <File
- RelativePath=".\codebook\hcb_7.h"
- >
- </File>
- <File
- RelativePath=".\codebook\hcb_8.h"
- >
- </File>
- <File
- RelativePath=".\codebook\hcb_9.h"
- >
- </File>
- <File
- RelativePath=".\codebook\hcb_sf.h"
- >
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- <Global
- Name="DevPartner_IsInstrumented"
- Value="0"
- />
- </Globals>
-</VisualStudioProject>
diff --git a/src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcxproj b/src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcxproj
index c67146636..1f2d77499 100644
--- a/src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcxproj
+++ b/src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcxproj
@@ -70,15 +70,13 @@
<ClCompile>
<AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <WarningLevel>Level1</WarningLevel>
- <DisableSpecificWarnings>4047</DisableSpecificWarnings>
+ <WarningLevel>TurnOffAllWarnings</WarningLevel>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0413</Culture>
</ResourceCompile>
<Lib>
- <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
<TargetMachine>MachineX86</TargetMachine>
</Lib>
</ItemDefinitionGroup>
@@ -90,15 +88,13 @@
<AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
- <WarningLevel>Level1</WarningLevel>
- <DisableSpecificWarnings>4047</DisableSpecificWarnings>
+ <WarningLevel>TurnOffAllWarnings</WarningLevel>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0413</Culture>
</ResourceCompile>
<Lib>
- <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
<TargetMachine>MachineX64</TargetMachine>
</Lib>
</ItemDefinitionGroup>
@@ -106,14 +102,13 @@
<ClCompile>
<AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <WarningLevel>Level1</WarningLevel>
+ <WarningLevel>TurnOffAllWarnings</WarningLevel>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0413</Culture>
</ResourceCompile>
<Lib>
- <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
<TargetMachine>MachineX86</TargetMachine>
</Lib>
</ItemDefinitionGroup>
@@ -124,7 +119,7 @@
<ClCompile>
<AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_WIN64;_LIB;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <WarningLevel>Level1</WarningLevel>
+ <WarningLevel>TurnOffAllWarnings</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
@@ -132,7 +127,6 @@
<Culture>0x0413</Culture>
</ResourceCompile>
<Lib>
- <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
<TargetMachine>MachineX64</TargetMachine>
</Lib>
</ItemDefinitionGroup>
@@ -241,9 +235,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
- <ProjectExtensions>
- <VisualStudio>
- <UserProperties DevPartner_IsInstrumented="0" />
- </VisualStudio>
- </ProjectExtensions>
</Project> \ No newline at end of file