Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Thu, 04 May 2006 03:00:39 +0000 | reynaldo | updates cs translation of help messages, patch by Thomas Blaha, tomasb AT kapsa-cz |
Wed, 03 May 2006 18:18:25 +0000 | nicodvb | fixed %d->PRIu64 in read_mpeg_timestamp() |
Wed, 03 May 2006 18:12:38 +0000 | nicodvb | stream_read_word() returns _unsigned_ int |
Wed, 03 May 2006 17:55:02 +0000 | nicodvb | in read_mpeg_timestamp() cast int expression to uint64_t before shifting to avoid truncation of bits and to prevent propagation of bit 1 as sign bit in pts |