Menu

#12 tivodecode-0.4.4.tar.bz2 inc TS support

open
nobody
tivodecode (7)
5
2013-08-18
2013-05-14
No

Not my numbering, not my work. The author of this version wishes to remain anonymous. No change list, but this version works better on TS files than previous versions. Missing tdcat, etc. -- I use it in conjunction with 0.2pre4 for complete functionality.

Discussion

  • William McBrine

    William McBrine - 2013-05-14
     
  • William McBrine

    William McBrine - 2013-05-14

    Also note that this version is C++ rather than C.

     
  • Lauri Mylläri

    Lauri Mylläri - 2013-08-18

    There seems to be a buffer overflow in TiVoStreamChunk::read. I've seen chunk type 0 and 1 with chunkSize>dataSize+12.

    Changing pData allocation to the following fixes the problem:

    pData = new UINT8[chunkSize-size()];

     

Log in to post a comment.