Mercurial > mplayer.hg
log libmpdemux/muxer_mpeg.c @ 21205:8e957660fb4d
age | author | description |
---|---|---|
Tue, 21 Nov 2006 22:09:58 +0000 | nicodvb | permit muxing to raw pes (VDR uses this) |
Sun, 22 Oct 2006 10:32:59 +0000 | nicodvb | if no stream could be muxed flush_buffers() returns 0: prevents while(1) stall at the end |
Wed, 11 Oct 2006 15:28:54 +0000 | diego | Remove duplicate min/max macro definition. |
Sat, 02 Sep 2006 19:00:30 +0000 | nicodvb | forgotten to pass the crc32 be2me_32() |
Sat, 08 Jul 2006 17:28:36 +0000 | diego | Remove unused variables, patch by Stefan Huehner stefan at huehner org. |
Sun, 18 Jun 2006 16:40:29 +0000 | nicodvb | try to reduce the distance between consecutive frames with pts to no more than 0.4 seconds (required by dvds) |
Sun, 18 Jun 2006 10:39:09 +0000 | nicodvb | prevent buffer overflow in the STD; simplified fill_packet() (moving part of the code to get_packet_stats()) |