Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 31 Dec 2006 11:09:53 +0000 | nicodvb | use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME) |
Sun, 31 Dec 2006 11:08:27 +0000 | nicodvb | replace call to ds_read_packet() with the usual stream_read()+ds_add_packet() sequence; |
Sun, 31 Dec 2006 11:05:26 +0000 | nicodvb | added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer |
Sun, 31 Dec 2006 10:54:32 +0000 | michael | sort |
Sun, 31 Dec 2006 02:44:54 +0000 | rathann | Fix build with shared libavutil. Approved by Diego. |
Sat, 30 Dec 2006 22:43:12 +0000 | nicodvb | reindentation |
Sat, 30 Dec 2006 13:23:39 +0000 | iive | Fix double free of *http_hdr at server error. |
Fri, 29 Dec 2006 22:55:53 +0000 | gpoirier | avoid a possible confusion, as suggested by Wanderer |