1. 14 8月, 2012 1 次提交
  2. 20 7月, 2008 1 次提交
  3. 25 4月, 2008 1 次提交
  4. 08 3月, 2006 2 次提交
  5. 13 12月, 2005 1 次提交
  6. 09 11月, 2005 1 次提交
    • M
      [PATCH] dvb: fix bug in demux that caused lost mpeg sections · b3967d6c
      Mark Adams 提交于
      Fix a bug in the software demux which causes large MPEG sections to be lost
      when they follow very small sections.
      
      The problem happens when two sections begin in the same transport packet.  The
      dvb_demux code resets its buffer only before the first of these sections.
      This means that when the second (or subsequent) section begins, there is up to
      182 bytes of buffer space already used.  If the following section is close to
      the maximum size, it currently won't fit in the (4096-byte) buffer and is
      thrown away.
      
      The fix is simply to enlarge the buffer by the size of one transport packet
      and correct one usage of the SECFEED_SIZE definition where what is really
      meant is the maximum size of a section.
      Signed-off-by: NMark Adams <mark147m@gmail.com>
      Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
      Cc: Johannes Stezenbach <js@linuxtv.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      b3967d6c
  7. 10 9月, 2005 4 次提交
  8. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4