An error occurred fetching the project authors.
  1. 06 Dec, 2002 1 commit
  2. 25 Nov, 2002 1 commit
  3. 14 Nov, 2002 1 commit
    • Laurent Aimar's avatar
      asf/* : Convert all u* into uint*_t · 6cd56a27
      Laurent Aimar authored
               Fix playing of some live asf, seek improvement (at least for me ;)
      but it's more some "kludge" with vlc clock than true fixes ...
      
       I will never understand how vlc clock works ....
      6cd56a27
  4. 10 Nov, 2002 1 commit
  5. 08 Nov, 2002 1 commit
    • Gildas Bazin's avatar
      · d532cf3c
      Gildas Bazin authored
      * ALL: using "%ll" in printf format strings is not portable (notably on win32) so
         we now use the I64Fx familly of macros to print 64 bits numbers (x being
         replaced by d,i,o,u,x or X).
         eg: msg_Dbg( p_this, "sample is "I64Fi" late", ll_time );
      
      * src/misc/messages.c: got rid of ConvertPrintfFormatString().
      d532cf3c
  6. 26 Oct, 2002 1 commit
    • Laurent Aimar's avatar
      · 4a0ddd5b
      Laurent Aimar authored
       * all : fix for new use of p_selected_area->i_tell.
      
       Just a word: now we cannot update anymore p_input->p_current_data
      without updating i_tell. I known that it's used for skipping some bytes in
      mp3 demux (not yet fixed), I don't known if it's used elsewhere....
      4a0ddd5b
  7. 21 Oct, 2002 1 commit
  8. 20 Oct, 2002 1 commit