log

age author description
Sun, 23 Jul 2006 10:10:06 +0000 ben use mpeg packetizer helpers for sending lpcm packets
Sun, 23 Jul 2006 09:56:05 +0000 ben removed now unnecessary define
Sun, 23 Jul 2006 09:55:28 +0000 ben removed now unnecessary variable
Sun, 23 Jul 2006 09:32:04 +0000 nicodvb reuse send_mpeg_lpcm_packet() instead of the old packetizer
Sun, 23 Jul 2006 09:05:10 +0000 reimar Take start time into consideration when calculation percentage position
Sun, 23 Jul 2006 08:35:18 +0000 nicodvb in decode_audio() memset(0) unused memory in buf before returning
Sun, 23 Jul 2006 07:52:51 +0000 nicodvb don't do the work of mp_get_mp3_header() and, as a side effect, prevent a deadlock due to a missed cnt++
Sat, 22 Jul 2006 22:14:14 +0000 nicodvb the value returned by decode_audio() must be the amount of _decoded_ bytes (finally it's beginning t work: no more toomanypackets... message)
Sat, 22 Jul 2006 18:57:56 +0000 diego cosmetics/punctuation/spelling
Sat, 22 Jul 2006 14:40:14 +0000 ben rename rtsp.c to stream_rtsp.c for consistency with other input modules
Sat, 22 Jul 2006 14:35:49 +0000 rathann Native MPEG4 SP/ASP/AP support in Matroska.
Sat, 22 Jul 2006 13:54:33 +0000 ben fix compilation if DVB is not defined
Sat, 22 Jul 2006 10:42:57 +0000 ben display the right MPEG packet type
Sat, 22 Jul 2006 10:39:00 +0000 ben use new mpeg_packetizer helpers
Sat, 22 Jul 2006 10:07:04 +0000 nicodvb my_write() must return the bytes written