An error occurred fetching the project authors.
  1. 10 Jul, 2004 1 commit
  2. 25 Apr, 2004 6 commits
  3. 23 Apr, 2004 2 commits
  4. 15 Apr, 2004 1 commit
  5. 09 Apr, 2004 1 commit
  6. 05 Apr, 2004 1 commit
  7. 11 Mar, 2004 1 commit
  8. 07 Mar, 2004 2 commits
  9. 06 Mar, 2004 4 commits
  10. 03 Mar, 2004 2 commits
    • Gildas Bazin's avatar
      · c87d50dd
      Gildas Bazin authored
      * ALL: changed the prototype of module_Need() to accept a "strict" boolean argument.
      If "strict" is true and a module name is provided then module_Need() will only look for the specified module
      If "strict" is false, then module_Need() will first look for the specified module and if it wasn't found, will continue with the other modules with the same "capability".
      c87d50dd
    • Christophe Massiot's avatar
      * modules/codec/ffmpeg/encoder.c: · 9e4b5e02
      Christophe Massiot authored
        - use AV_NOPTS_VALUE instead of 0 when it's available
        - reworked the hurry-up mode to start with disabling the B frames first
        - reworked the hurry-up mode to remove my thread mess
        - check that we don't feed ffmpeg with twice the same PTS (crashes ffmpeg)
        - correctly flag the picture types
      
      * modules/stream_out/transcode.c:
        - use AV_NOPTS_VALUE instead of 0 when it's available
        - copy block_t::i_flags to sout_buffer_t::i_flags (temporary)
      9e4b5e02
  11. 24 Feb, 2004 1 commit
    • Gildas Bazin's avatar
      · 2c0ea284
      Gildas Bazin authored
      * modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.
      2c0ea284
  12. 21 Feb, 2004 1 commit
    • 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
  13. 20 Feb, 2004 3 commits
  14. 18 Feb, 2004 1 commit
  15. 12 Feb, 2004 1 commit
    • Gildas Bazin's avatar
      · d2e4386e
      Gildas Bazin authored
      * modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24.
      d2e4386e
  16. 30 Jan, 2004 1 commit
  17. 25 Jan, 2004 1 commit
    • Gildas Bazin's avatar
      · eed2a24c
      Gildas Bazin authored
      * modules/stream_out/*: coding style changes + strings review.
      eed2a24c
  18. 19 Jan, 2004 3 commits
  19. 17 Jan, 2004 2 commits
    • Gildas Bazin's avatar
      · 83455b12
      Gildas Bazin authored
      * modules/stream_out/transcode.c: fixed segfault.
      83455b12
    • Gildas Bazin's avatar
      · 9ded8607
      Gildas Bazin authored
      * modules/stream_out/transcode.c: fixed mem leak.
      9ded8607
  20. 07 Jan, 2004 1 commit
    • Gildas Bazin's avatar
      · b3dc4442
      Gildas Bazin authored
      * src/playlist/*: fixed memory leaks.
      * modules/codec/rawvideo.c: fixed dts/pts problem and added support for fourcc IYUV.
      * modules/stream_out/transcode.c: added support for fourcc IYUV.
      b3dc4442
  21. 03 Jan, 2004 1 commit
    • Gildas Bazin's avatar
      · db294cb0
      Gildas Bazin authored
      * modules/stream_out/transcode.c: added YV12 raw video fourcc (chroma planes will likely be inverted though).
      db294cb0
  22. 14 Dec, 2003 1 commit
  23. 08 Dec, 2003 1 commit
    • Gildas Bazin's avatar
      * modules/stream_out/transcode.c: added a floating point "scale" option for... · 9bdee3da
      Gildas Bazin authored
      * modules/stream_out/transcode.c: added a floating point "scale" option for video transcoding. When specified, you don't need to specify the width and height of the output video.
       Also changed the width and height options so that if only one of them is specified, the other one is calculated automatically so as to keep the aspect ratio of the video.
      * modules/mux/ogg.c: fixed crash when removing streams.
      * modules/codec/theora.c: for now the theora encoder requires a width and height which are multiple of 16.
      
      9bdee3da
  24. 07 Dec, 2003 1 commit