Mercurial > mplayer.hg
log libmpdemux/demux_ty.c @ 27864:ab92ea15c414
age | author | description |
---|---|---|
Wed, 14 May 2008 18:01:51 +0000 | diego | Use standard license headers with standard formatting. |
Tue, 29 Jan 2008 15:11:38 +0000 | reimar | Use defines to give names to the different seek flags. |
Sun, 13 Jan 2008 16:00:39 +0000 | reimar | Make all demuxer_desc_t const, thus moving them to .rodata |
Sat, 15 Sep 2007 13:25:56 +0000 | reimar | Avoid one more code duplication |
Sat, 15 Sep 2007 12:13:45 +0000 | reimar | get rid of pointless size parameter for tmf_load_chunk |
Sat, 15 Sep 2007 11:56:24 +0000 | reimar | Avoid using demux->stream->end_pos, it rarely does any good. |
Sat, 15 Sep 2007 11:44:51 +0000 | reimar | Slightly simplify IsValidAudioPacket |