log libmpdemux/mpeg_packetizer.c @ 37174:6c941fe7fc3e

age author description
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 08 Jul 2008 08:17:50 +0000 diego Use correct PRIu64 length modifier for uint64_t value, fixes the warning:
Wed, 14 May 2008 18:01:51 +0000 diego Use standard license headers with standard formatting.
Sun, 13 Jan 2008 09:34:43 +0000 nicodvb moved pes_header from file-static to send_mpeg_pes_packet_ll()
Sat, 12 Jan 2008 16:05:04 +0000 reimar Write functions used by send_mpeg_*_packet may _not_ modify data
Sat, 12 Jan 2008 15:55:52 +0000 reimar ps1_header and ps2_header should be const
Sun, 08 Oct 2006 22:43:29 +0000 rathann Fixes
Sat, 29 Jul 2006 18:41:25 +0000 nicodvb re-added forgotten return in send_mpeg_lpcm_packet()
Sat, 29 Jul 2006 18:39:07 +0000 nicodvb final cleanup: implemented send_mpeg_pes_packet() and send_mpeg_lpcm_packet() using new send_mpeg_pes_packet_ll()
Sat, 29 Jul 2006 16:21:14 +0000 nicodvb ptslen was set to 5 even when no pts==0
Sat, 22 Jul 2006 10:42:57 +0000 ben display the right MPEG packet type
Sat, 22 Jul 2006 09:59:44 +0000 nicodvb cosmetics: comments and reindentation asked by gxben
Sat, 22 Jul 2006 09:45:34 +0000 nicodvb simplified mpeg packetizer used by hw mpeg decoders/vo - first round
Wed, 19 Jul 2006 22:13:50 +0000 ben moved mpeg_packetizer helpers to libmpdemux