1. 05 Jun, 2002 7 commits
  2. 04 Jun, 2002 5 commits
  3. 03 Jun, 2002 6 commits
  4. 02 Jun, 2002 15 commits
  5. 01 Jun, 2002 3 commits
  6. 30 May, 2002 4 commits
    • philipjsg's avatar
      * Bad buffer management bug. Forgot to take care of the case · 774ddc80
      philipjsg authored
        where doubling the size of the buffer is not enough.
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@633 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      774ddc80
    • kabi's avatar
      * removed MANGLE from macros for setting constants · 5aaf37d6
      kabi authored
      * using MOVQ_WONE/MOVQ_BFE as two instruction instead of static memory value access
        as its always faster
      * PAVGB_MMX macro is using now mm6 -> mm7 is unmodified
      * replaced original pixels_xy2_mmx with new faster and equal implementation
      * replaced usage of mm7 for other then ZERO contstant in _rnd & _avg file with mm6
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@632 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      5aaf37d6
    • philipjsg's avatar
      Added Launch, FaviconURL and Redirect examples · 35c25b69
      philipjsg authored
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@631 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      35c25b69
    • philipjsg's avatar
      * New stuff and bug fixes: · 40ca3b07
      philipjsg 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.]
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@630 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      40ca3b07