Skip to content
Snippets Groups Projects
  1. Oct 21, 2002
  2. Sep 19, 2002
  3. Sep 12, 2002
  4. Sep 01, 2002
  5. Jul 28, 2002
  6. Jul 27, 2002
  7. Jul 25, 2002
  8. Jun 10, 2002
  9. Jun 05, 2002
  10. May 30, 2002
    • Philip Gladstone's avatar
      * Bad buffer management bug. Forgot to take care of the case · 31def229
      Philip Gladstone authored
        where doubling the size of the buffer is not enough.
      
      Originally committed as revision 633 to svn://svn.ffmpeg.org/ffmpeg/trunk
      31def229
    • Philip Gladstone's avatar
      * New stuff and bug fixes: · cde25790
      Philip Gladstone authored
      * Change to dynamically allocated buffers. Should reduce memory footprint significantly
        as well as eliminate a call to av_abort!
      * Better version of WMP rate switching infrastructure. Currently turned off till
        the PTS fixes are in.
      * Added a Redirect type feature. This allows URLs served by ffserver to just
        redirect to somewhere else. You might want to do this. Really this needs to
        be enhanced -- say to handle all 404 pages.
      * Add mechanism to automatically fire up ffmpeg on ffserver start. This is turned
        on by adding the Launch keyword to the <feed> definition.
      * Add logic to take care of non-wmp user agents requesting .asf files. They now get
        a [reference] file with an appropriate mime type. This fixes the mplayer problem.
      * Make sure that we have a large buffer for the stats page.
      * Add a FaviconURL keyword to the status stream definition. If set, then it
        generates the appropriate HTML so that IE and Mozilla will display the favicon
        as appropriate. OK -- this is a pretty random feature.
      * If the ffmpeg is running as a child of ffserver, then report it's CPU usage
        on the status page. [This is linux only -- maybe somebody could do the work for
        another OS. The tricky thing is getting the 'ps' command right.]
      
      Originally committed as revision 630 to svn://svn.ffmpeg.org/ffmpeg/trunk
      cde25790
  11. May 26, 2002
    • Philip Gladstone's avatar
      * Add first cut of code to handle Windows Media Player rate switching · 3120d2a2
      Philip Gladstone authored
        requests. The current state is that at startup, WMP will get the
        best stream that it can handle. However, subsequent rate switching
        only puts a message in the log saying what the new stream ought to
        be. Solving this will be tricky. I guess that we would have to wait for
        key frames to appear in the new stream, and then switch over to it.
        Some care would be needed to deal with the PTS of the new stream
        versus the old stream.
      
      Originally committed as revision 602 to svn://svn.ffmpeg.org/ffmpeg/trunk
      3120d2a2
  12. May 25, 2002
  13. May 24, 2002
  14. May 20, 2002
  15. May 18, 2002
  16. May 17, 2002
  17. May 16, 2002
    • Philip Gladstone's avatar
      * Add code to configure the following: · 42a63c6a
      Philip Gladstone authored
        * prebuffering/preroll a live stream -- this improves startup time
        * videoqmin/videoqmax/videoqdiff -- codec parameters
        * maximum bandwidth for live streams
      * Add support for .ram and .rpm extensions mapping onto .rm
      * Make the status page show bandwidth. Also make the .asf and .rm
        links go to .asx and .ram files.
      * Make a stream only start streaming when it gets a keyframe on each
        stream. This is arguable, and it maybe ought to be restricted to
        live streams. However, since I don't think that file streams work,
        this is a step in the right direction. It improves the startup delay.
      * Log an error if we are unable to delete the temp feed file.
      
      Originally committed as revision 501 to svn://svn.ffmpeg.org/ffmpeg/trunk
      42a63c6a
  18. May 10, 2002
  19. May 09, 2002
  20. Apr 07, 2002
  21. Mar 19, 2002
  22. Feb 26, 2002
  23. Feb 18, 2002
  24. Feb 15, 2002
  25. Sep 25, 2001
  26. Aug 15, 2001
  27. Jul 22, 2001
  28. Jul 19, 2001
  29. Dec 20, 2000
Loading