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())
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Mon, 24 Apr 2006 14:23:03 +0000 nicodvb removed more unused stuff
Mon, 24 Apr 2006 14:04:10 +0000 nicodvb when muxing mpeg audio streams analyze the first 32 KB of data to obtain the most likely correct layer, otherwise every misdetection during parse_audio() will lead to wrong timestamps and loss of synchrony
Mon, 24 Apr 2006 09:48:57 +0000 nicodvb simplified parse_audio()
Sat, 22 Apr 2006 18:15:23 +0000 nicodvb removed more unused code and struct members
Sat, 22 Apr 2006 18:02:19 +0000 nicodvb removed unused variables
Sat, 22 Apr 2006 17:55:39 +0000 nicodvb moved inline at beginning of declaration
Sat, 22 Apr 2006 17:47:53 +0000 nicodvb finally replaced the old interleaving with the new one that respects buffering and [pd]ts<->scr constraints; don't check spriv->framebuf_used in find_best_stream()