1. 30 Apr, 2003 7 commits
  2. 29 Apr, 2003 9 commits
  3. 28 Apr, 2003 8 commits
  4. 27 Apr, 2003 11 commits
    • Gildas Bazin's avatar
      · c556378f
      Gildas Bazin authored
      * src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture() function that initializes a picture_t structure based on the given chroma and sizes.
      * modules/encoder/ffmpeg/video.c: misc improvements. Should also be able to handle more input chroma format.
      * modules/codec/rawvideo.c: a few fixes.
      * modules/access/v4l/v4l.c: misc improvments and cleanup. Should be able to handle more source chroma formats. On the fly video encoding is also working perfectly now.
      c556378f
    • Gildas Bazin's avatar
      · 15fb1485
      Gildas Bazin authored
      * src/video_output/video_output.c: small bugfix + vout_Create() is now blocking until InitThread() has been run.
      * src/video_output/vout_pictures.[ch]: added support for FOURCC I411.
      * modules/codec/rawvideo.c: support for more chroma formats.
      15fb1485
    • Gildas Bazin's avatar
      · 8c1779bb
      Gildas Bazin authored
      * modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin (using libavcodec's img_convert() facility).
        (I can finaly watch my RGB tarkin samples :))
      * modules/demux/rawdv.c: fixed a couple of compiler warnings.
      8c1779bb
    • Gildas Bazin's avatar
      · 291d3226
      Gildas Bazin authored
      * modules/demux/rawdv.c: fixes for when the video and audio sub-streams are not both selected.
      291d3226
    • Gildas Bazin's avatar
      · c74a2b3c
      Gildas Bazin authored
      * modules/misc/httpd.c: win32 fix for non-blocking sockets.
      c74a2b3c
    • Laurent Aimar's avatar
      * avi: clean up. Some standard file (ie with 1 RIFF chunk ) has OpenDML · 89475796
      Laurent Aimar authored
      index, so use it when normal index (idx1 chunk) isn't found.
      89475796
    • Laurent Aimar's avatar
      d3b03289
    • Laurent Aimar's avatar
      * avi: Support for OpenDML file. · e4ef10de
      Laurent Aimar authored
       Not tested with file size > 2Go, so report status.
      e4ef10de
    • Laurent Aimar's avatar
      020af3bf
    • Jon Lech Johansen's avatar
      5270517b
    • Gildas Bazin's avatar
      · 089782f7
      Gildas Bazin authored
      * modules/control/http.c: fixed buffer allocation problem.
      089782f7
  5. 26 Apr, 2003 5 commits