Skip to content
Snippets Groups Projects
Changelog 37.4 KiB
Newer Older
  • Learn to ignore specific revisions
  • Diego Biurrun's avatar
    Diego Biurrun committed
    - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
      of AVI and ASF to DIV3.
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    - added -me option to set motion estimation method
      (default=log). suppressed redundant -hq option.
    - added options -acodec and -vcodec to force a given codec (useful for
    
    Diego Biurrun's avatar
    Diego Biurrun committed
      AVI for example)
    - fixed -an option
    - improved dct_quantize speed
    - factorized some motion estimation code
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    version 0.4.0:
    
    
    Diego Biurrun's avatar
    Diego Biurrun committed
    - removing grab code from ffserver and moved it to ffmpeg. Added
      multistream support to ffmpeg.
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    - added timeshifting support for live feeds (option ?date=xxx in the
    
    Diego Biurrun's avatar
    Diego Biurrun committed
      URL)
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    - added high quality image resize code with polyphase filter (need
    
      mmx/see optimization). Enable multiple image size support in ffserver.
    
    Diego Biurrun's avatar
    Diego Biurrun committed
    - added multi live feed support in ffserver
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    - suppressed master feature from ffserver (it should be done with an
      external program which opens the .ffm url and writes it to another
    
    Diego Biurrun's avatar
    Diego Biurrun committed
      ffserver)
    - added preliminary support for video stream parsing (WAV and AVI half
      done). Added proper support for audio/video file conversion in
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
      ffmpeg.
    
    Diego Biurrun's avatar
    Diego Biurrun committed
    - added preliminary support for video file sending from ffserver
    - redesigning I/O subsystem: now using URL based input and output
      (see avio.h)
    - added WAV format support
    - added "tty user interface" to ffmpeg to stop grabbing gracefully
    - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
    
      (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
    
    Diego Biurrun's avatar
    Diego Biurrun committed
    - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
    - added new motion estimation algorithms, log and phods (Juanjo)
    - changed directories: libav for format handling, libavcodec for
      codecs
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    version 0.3.4:
    
    
    Diego Biurrun's avatar
    Diego Biurrun committed
    - added stereo in MPEG audio encoder
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    version 0.3.3:
    
    - added 'high quality' mode which use motion vectors. It can be used in
      real time at low resolution.
    - fixed rounding problems which caused quality problems at high
    
    Diego Biurrun's avatar
    Diego Biurrun committed
      bitrates and large GOP size
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    version 0.3.2: small fixes
    
    
    Diego Biurrun's avatar
    Diego Biurrun committed
    - ASF fixes
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    - put_seek bug fix
    
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    version 0.3.1: added avi/divx support
    
    
    Diego Biurrun's avatar
    Diego Biurrun committed
    - added AVI support
    - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    - added sound for flash format (not tested)
    
    
    Fabrice Bellard's avatar
    Fabrice Bellard committed
    version 0.3: initial public release