ChangeLog
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. 2000-07-14  Erik de Castro Lopo  <erikd@zip.com.au>
  2. * g72x.c
  3. Modified g72x_init_state () to fit in with the new structure of the code.
  4. Implemented g72x_encode_block () and g72x_decode_block ().
  5. 2000-07-12  Erik de Castro Lopo  <erikd@zip.com.au>
  6.     * g72x.h
  7.     Moved nearly all definitions and function prototypes from this file have been 
  8.     moved to private.h.
  9.     Added an enum defining the 4 different G72x ADPCM codecs.
  10.     Added new function prototypes to define a cleaner interface to the encoder 
  11.     and decoder. This new interface also allows samples to be processed in blocks
  12.     rather than on a sample by sample basis like the original code.
  13.     
  14.     * private.h
  15.     Added prototypes moved from g72x.h.
  16.     Changed struct g72x_state to a typedef struct { .. } G72x_PRIVATE.
  17.     Added fields to G72x_PRIVATE required for working on blocks of samples.
  18. 2000-06-07  Erik de Castro Lopo  <erikd@zip.com.au>
  19.     * g72x.c
  20.     Fixed all compiler warnings.
  21.     Removed functions tandem_adjust() which is not required by libsndfile.
  22.     
  23.     * g721.c
  24.     Fixed all compiler warnings.
  25.     Removed functions tandem_adjust_alaw() and tandem_adjust_ulaw () which are not 
  26.     required by libsndfile.
  27.     Removed second parameter to g721_encoder () which is not required.
  28.     * g72x.h
  29.     Removed in_coding and out_coding parameters from all functions. These allowed
  30.     g72x encoding/decoding to/from A-law or u-law and are not required by libsndfile.
  31.     Removed unneeded defines for A-law, u-law and linear encoding.
  32.     * g723_16.c
  33.     Removed second parameter (in_coding) for g723_16_encoder().    
  34.     Removed second parameter (out_coding) for g723_16_decoder().
  35.     
  36.     * private.h
  37.     New file containing prototypes and tyepdefs private to G72x code.
  38.