shithub: aacdec

Download patch

ref: 6494791b6bd4bd644ca9aecb7f1b9b7ade79c925
parent: d2d85d343286e3203c194911073b5f4e7b177b30
author: Fabian Greffrath <fabian@greffrath.com>
date: Thu Dec 12 09:04:41 EST 2019

update README esp. WRT directory structure

Thanks @Jacalz for the pointer.

--- a/README
+++ b/README
@@ -48,32 +48,15 @@
 ACTIONS!
 
 
-______
-PEOPLE
-
-FAAD2 is written by:
- - M. Bakker (mbakker(at)nero.com).
-
-
-_______________
-VERSION HISTORY
-
-Sorry, try building a ChangeLog from CVS.
-
 ___________________
 DIRECTORY STRUCTURE
 
 faad2 - top level directory.
 
-   aacDECdrop - windows decoder/player with drag'n'drop functionality
+   aacDECdrop - windows decoder/player with drag'n'drop functionality.
 
-   common - generally used libraries and code.
+   docs - API documentation.
 
-      faad - general common functions like filereading and streaming
-             as well as getting info from aac files.
-
-      mp4ff - Small MP4 file format library (includes tagging abilities).
-      
    frontend - command line frontend to the FAAD2 library, also supports
               MPEG-4 file decoding.
 
@@ -80,18 +63,19 @@
    include - inlude file for the FAAD2 library.
 
    libfaad - the FAAD2 AAC decoder library including SBR.
-   
-      codebook - Huffman codebooks
 
+      codebook - Huffman codebooks.
+
    plugins - plugins for all kinds of pograms.
-   
-      in_mp4 - winamp MPEG-4 AAC file input plugin.
-      
+
+      mpeg4ip - plugin for the mpeg4ip player.
+
       QCD - Quintessential player AAC plugin.
 
       QCDMp4 - Quintessential player MP4 plugin.
 
-      xmms - xmms AAC plugin
+      xmms - xmms AAC plugin.
 
-      mpeg4ip - plugin for the mpeg4ip player
+   project/msvc - Visual Studio 2017 project files.
 
+   utils/win32 - generate "win32_ver.h" from "configure.h".