1. 24 Feb, 2004 5 commits
  2. 23 Feb, 2004 10 commits
  3. 22 Feb, 2004 17 commits
  4. 21 Feb, 2004 3 commits
    • Gildas Bazin's avatar
      · acbd501e
      Gildas Bazin authored
      * modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw video input.
      acbd501e
    • Gildas Bazin's avatar
      · b6fde88e
      Gildas Bazin authored
      * include/charset.h: added "extern "C" {" for c++ modules.
      * modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.
      b6fde88e
    • Gildas Bazin's avatar
      · dbde1f5f
      Gildas Bazin authored
      * modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.
      dbde1f5f
  5. 20 Feb, 2004 5 commits
    • Gildas Bazin's avatar
      · e15880cb
      Gildas Bazin authored
      * configure.ac: what about checking for the c++ preprocessor.
      e15880cb
    • Christophe Massiot's avatar
    • Gildas Bazin's avatar
      · 94f4bb3b
      Gildas Bazin authored
      * modules/demux/a52sys.c: forgot to remove this file.
      * modules/audio_output/alsa.c: kind of a work-around for a strange bug that trashes the stack. Doesn't solve it but should be easier to track down now.
      94f4bb3b
    • Christophe Massiot's avatar
    • Christophe Massiot's avatar
      * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c : · 8c816feb
      Christophe Massiot authored
        - new ffmpeg options available from the command-line : interleaved video,
          noise reduction, rate control parameters, i_quant_factor, trellis
          quantification, mpeg4 matrix, and thread count
        - portable functions to use ffmpeg multithreading capabilities on all
          platforms
        - hurry up mode now turns off rd and trellis, and also raises the noise
          reduction parameter (thus noise reduction is mandatory with hurry up)
        - if threads=1, no ffmpeg thread is launched, but the ffmpeg encoding
          will be done in a separate thread than the packetizer and decoder
        - fixed a bug with mp3 decoding and weird ffmpeg return code
      8c816feb