1 2010-01-18 Echo Choi <echo@firefly> 2 3 * Updated version to 0.3.5 and submit for build. 4 * Updated call to Audio Manager to use stream name. 5 * Removed the check to allow decode to be called during PAUSE. 6 7 2010-01-11 Echo Choi <echo@firefly> 8 9 * Updated version to 0.3.4 10 * Updated MixCommon dependency to v 0.1.6. 11 * Updated the parameter conversion code for AAC to detect codec value from parameters. 12 * Fixed and added more enum types for AAC parameters definitions. 13 * Added methods to replace AAC parameters direct accessing. 14 * Added psPresentFlag for AAC param object. 15 * Updated gtk-doc documentation. 16 * Added get_stream_byte_decoded API. 17 18 2010-01-04 Echo Choi <echo@firefly> 19 20 * Fixed code review issues: declare const for char* 21 * Fixed code review issues: array size calculation. 22 23 2009-12-23 Echo Choi <echo@firefly> 24 25 * Added aac core operating frequency param for AAC Param object. Needed to configure HE-AAC decoder. 26 * Fixed the log message category for DRAIN debug log. 27 28 2009-11-19 Echo Choi <echo@firefly> 29 30 * Added more utility function to populate param object. 31 * Added MixAudio API to read output configuration (get params) 32 33 2009-11-18 Echo Choi <echo@firefly> 34 35 * Added return code that inform caller to interpret errno for error. 36 * Fixed more error checkings. 37 38 2009-11-17 Echo Choi <echo@firefly> 39 40 * Added default invalid value for various enumerations. 41 * Fixed some bugs in type declarations. 42 * Cleaned up code. Added pointer checks, state checks. 43 44 2009-11-15 Echo Choi <echo@firefly> 45 46 * Updated version to 0.3.3 and package for build. 47 * Fixed DRAIN state test condition. 48 49 2009-11-13 Echo Choi <echo@firefly> 50 51 * Updated MixCommon version dependency as MixAudio is using new definitions from MixCommon. 52 * Fixed issues reported by klocwork. 53 54 2009-11-11 Echo Choi <echo@firefly> 55 56 * Fixed a mem leak in the stub code. 57 58 2009-11-01 Echo Choi <echo@firefly> 59 60 * Increased version number to 0.3.2 and package for build. 61 62 2009-10-28 Echo Choi <echo@firefly> 63 64 * Renamed MPEG_FORMAT member of AAC params to MPEG_ID. 65 66 2009-10-23 Echo Choi <echo@firefly> 67 68 * Updated version to 0.3.1 for build. 69 * Added code to assign op_align to sst structure in deterministic case. 70 * Added stub code to write input bytes to file during dnr request. 71 * Fixed MixAudio::decode() method to use correct 64-bit type for decode consumed/produced. 72 73 2009-10-18 Echo Choi <echo@firefly> 74 75 * Added dbus-glib dependency. 76 * Updated AAC param object to include additonal fields for HE-AAC support. 77 78 2009-10-16 Echo Choi <echo@firefly> 79 80 * Moved mixdrmparams.* to MixCommon package. 81 * Changed mix_audio_decode API to include output parameters for bytes consumed and produceds 82 * Updated version to 0.3.0 to reflect API change in mix_audio_decode. 83 84 2009-10-08 Echo Choi <echo@firefly> 85 86 * Package for 0.2.6 build. 87 88 2009-10-02 Echo Choi <echo@firefly> 89 90 * Updated version number to 0.2.6 91 * Defined new range for error code that encapsulate errno when system calls to SST API shall fail. 92 * Added internal states to track PAUSED_DRAINING, and added code to deal with this state. 93 94 2009-08-17 Echo Choi <echo@firefly> 95 96 * Updated SST API struct to align with build 0.04.008. 97 * Added bit-mask based runtime log mechanism. 98 99 2009-08-14 Echo Choi <echo@firefly> 100 101 * Fixed return value check after DROP call. 102 * Added method to dump status upon SST call failure. 103 104 2009-08-13 Echo Choi <echo@firefly> 105 106 * Updated API definitions to sync with v0.5 documentation. 107 108 2009-08-10 Echo Choi <echo@firefly> 109 110 * Fixed stop_drop so it is called even if the state is STOPPED 111 112 113