NEWS
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:6k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. dirac_0.5.0
  2. ===========
  3.   - Added C interface for the encoder application. Refer to the api 
  4.     documentation in dirac_encoder.h or in the Programmer's Guide at
  5. http://dirac.sourceforge.net/documentation/code/programmers_guide/index.htm
  6.   - Updated bitstream version. Encoder/Decoder apps in this release will not
  7.     be able to decode bitstreams generated by earlier versions.
  8.   - Improvements to Constant Quality encoding engine to improve stability.
  9.   - Speed-ups to motion compensation and wavelet transform for faster decoding
  10.   - Removed rounding errors from motion compensation.
  11.   - Fixed bugs with clipping and encoding black or white areas.
  12.   - Fixed bug with overflow in context modelling for arithmetic coding of 
  13.     HD pictures.
  14.   - Added unit tests for motion compensation classes and wavelet classes.
  15.   - The number of frames parameter is no longer required. All existing picture
  16.     header files must be recreated using make_header for this parameter to be
  17.     omitted. Otherwise, incorrect bit rates will be reported by the encoder
  18.     application.
  19.   - Updated algortihm documentation.
  20.   - Restructured libraries so that only two libraries are generated - an encoder
  21.     library and a decoder library. 'make install' will now install only the 
  22.     public API libraries and header files, the encoder and decoder apps and the
  23.     conversion and instrumentation utilities.
  24.   - Added support for building shared and/or static libraries using libtool
  25.     under UNIX, GNU/Linux.  Shared and static libraries are built by default.
  26.   - Added support for building shared or static libraries under MS Windows
  27.     using MSYS and the no cost MSVC++ 2003 toolkit. Shared libraries are built
  28.     by default.
  29.   - Added support for building the codec using MS Visual C++ .NET 2003 under
  30.     MS Windows. Options are available to build Dlls and static libraries. 
  31.     The _declspec mechanism is used to export the Encoder and Decoder public 
  32.     "C" API.
  33.   - New target 'valgrind-check' added to make under Linux.
  34.   - Build under MS Windows using nmake no longer supported.
  35.   - Bug fixes: 1050816, 1055692, 1050757, 1044503, 1044501, 1044499
  36.   - Patches Applied: 1055714, 1055707, 1061923, 1071429, 1059342
  37. dirac-0.4.3
  38. ===========
  39.   - Quality metric has changed from PSNR to one based on 4th powers of errors.
  40.     This results in pictures with more stable quality and fewer artefacts.
  41.   - Fixed bug with scaling motion vectors for non 4:4:4 formats.
  42.   - Fixed bug in encoder in downconverting a picture with odd valued dimensions
  43.   - Fixed bug in encoder in handling input with 4:1:1 chroma format.
  44.   - Fixed bug in diagnostics tool in handling input with 4:1:1 chroma format.
  45.   - Updated algorithm documentation
  46. dirac-0.4.2
  47. ===========
  48.   - Fixed bugs in writing instrumentation data while encoding which
  49.     caused the diagnostics tool to go into an infinite loop
  50.   - Fixed bug in diagnostic tool when handling reference 2 and only
  51.     one reference frame is available
  52.   - Number of frames in encoded output header is now set correctly to
  53.     the number of frames encoded.
  54.   - Fixed bug with bit-rate being miscalculated when only a section of the 
  55.     sequence is encoded.
  56.   - Fixed bug with setting DC band perceptual weight.
  57. dirac-0.4.1
  58. ===========
  59.   - Added support for build under Microsoft Windows using gnu autotools,
  60.     MSYS and no-cost MS VC++ 2003 compiler
  61.   - Fixed bug in building unit tests when older versions of cppunit are 
  62.     installed
  63.   - Fixed bugs in measurement of PSNR and motion estimation process
  64. dirac-0.4.0
  65. ===========
  66.   - Added constant quality encoding interface using PSNR
  67.      as the quality measure, and using multi-pass frame
  68.      coding
  69.   - Added Intra-frame insertion and cut detection
  70.   - Added C interface for the decoder application to allow
  71.      interfacing to player software. Refer to the api documentation
  72.      in dirac_parser.h.
  73.   - Implemented unique frame headers to facilitate bit-stream
  74.      parsing
  75.   - Added instrumentation output from encoder and an 
  76.      instrumentation display tool for visualising encoder
  77.      decisions to help with algorithmic development
  78.   - Cleansed and refactored numerous code files to add comments,
  79.      improve readability and modularity
  80.   - Added a unit testing framework based on cppunit for testing
  81.      classes 
  82.   - Fixed bug with vertical block separation always being set
  83.      to 8 pixels
  84.   - Added feature to encode only a section of input video rather
  85.      than the whole sequence
  86.   - Tweaked motion estimation parameters to improve performance,
  87.      mostly for higher-res pictures
  88.   - Included document describing the syntax of Dirac bitstream v0.1
  89.     in the doc directory.
  90.   - Fixed bug 1008694 (Out-of-tree building fails)
  91.   - Fixed header and pkconfig installation
  92.   - Updated algorithm documentation
  93. Dirac-0.3.1
  94. ===========
  95.   - Fixed compiling under Windows
  96.   - Video conversion utilites now build under Windows
  97.   - Colour conversion matrix coefficients corrected in conversion utilites
  98. Dirac-0.3.0
  99. ===========
  100.   - Added conversion utilities for going to and from RGB and 
  101.      various YUV formats, plus bitmaps
  102.   - Fixed serious artifacts when frame dimensions are not multiples of 32
  103.   - Performance speed up writing output to disk
  104.   - Changed .hdr format from binary to text for cross-platform interoperability
  105.   - Added autotest framework with simple colour-bars test
  106.   - Added format conversion, MPlayer and ImageMagick examples to README
  107.   - Added decoder support for arbitrary temporal prediction structures
  108.   - Added support for I-frame only coding
  109.   - Added support for coding with a single initial I-frame
  110.   - Extended code documentation to all major classes
  111. Dirac-0.2.0
  112. ===========
  113.   - Fixed crash when frame dimensions are not multiples of 32
  114.   - Removed dependency on XParam library
  115.   - Removed libtool for faster compiles and ease of debugging
  116.   - Included doxygen documentation of major classes
  117.   - Initial "programmer's guide" documentation - doc/dirac_algor.tex
  118. Dirac-0.1.0
  119. ===========
  120.   - Initial Sourceforge release.