1. 11 Aug, 2008 7 commits
  2. 10 Aug, 2008 10 commits
  3. 09 Aug, 2008 4 commits
  4. 08 Aug, 2008 11 commits
  5. 07 Aug, 2008 7 commits
  6. 06 Aug, 2008 1 commit
    • mru's avatar
      Maintain pointer to end of AVFormatContext.packet_buffer list · 598fd2f9
      mru authored
      This changes add_to_pktbuf() to maintain a pointer to the last entry
      in the list, avoiding a linear walk-through on each call.  Before this
      change, add_to_pktbuf() could take a significant amount of time (10%
      of total decoding time), even with input files of several minutes.
      After the change, the time spent in this function is barely measurable
      with oprofile.
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14654 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      598fd2f9