[FFmpeg-soc] [soc]: r2728 - aac/TODO
superdump
subversion at mplayerhq.hu
Tue Jul 8 01:44:47 CEST 2008
Author: superdump
Date: Tue Jul 8 01:44:46 2008
New Revision: 2728
Log:
Update TODO
Modified:
aac/TODO
Modified: aac/TODO
==============================================================================
--- aac/TODO (original)
+++ aac/TODO Tue Jul 8 01:44:46 2008
@@ -1,15 +1,13 @@
General:
-* Find and remove duplicate code and tables
-* Remove invalid assertions and deal with bitstream errors appropriately
-* Move variables that are unnecessarily included in the context into function or
- more isolated code blocks
+* dsputil-ize code in coupling_dependent_trans() and output_samples() as
+ appropriate
* Swap scale_bias values for C/SIMD and multiply by scale_bias as appropriate
rather than divide
Cosmetic:
-* Order functions as they are called/to match the process flow in the spec
-* Add references to the specification sections
-* Add doxygen comments to functions
-* Review Andreas' cosmetic alterations and apply good hunks one at a time
+* Find unusually capitalized keyword phrases and add abbreviations in
+ parentheses e.g. Tonal Noise Shaping (TNS)
+* Break lines over 80 characters as appropriate
+* Add notes regarding what FAAD supports that we don't
More information about the FFmpeg-soc
mailing list