log

age author description
Sun, 16 Sep 2007 09:00:45 +0000 reimar Fix typo in comment
Sat, 15 Sep 2007 21:26:20 +0000 ben reverted useless r24539
Sat, 15 Sep 2007 20:17:22 +0000 ben added monkey audio fourcc in wave header
Sat, 15 Sep 2007 19:33:58 +0000 reimar Add support for cook audio (though most .rm files don't work with lavf
Sat, 15 Sep 2007 18:44:54 +0000 ben avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf <fox at geexbox dot org>)
Sat, 15 Sep 2007 18:42:26 +0000 ben fix screen width and height calculation on nvidia vidix (patch by Guillaume Lecerf (fox at geexbox dot org)
Sat, 15 Sep 2007 18:13:56 +0000 uau getch2: Fix incorrect test
Sat, 15 Sep 2007 17:53:15 +0000 ben prevent some vidix drivers to get compiled on powerpc, they are not intended to work
Sat, 15 Sep 2007 17:51:45 +0000 ben restored vidix build on powerpc
Sat, 15 Sep 2007 17:51:05 +0000 ben the IN/OUT PORT 8/16/32 functions rely on inb/inw/inl/outb/outw/outl that are not available on alpha and powerpc architectures
Sat, 15 Sep 2007 16:45:38 +0000 ben this flag needs to be defined for pread() on powerpc
Sat, 15 Sep 2007 16:42:50 +0000 ben ifdef one variable that is not used with alpha and powerpc architectures
Sat, 15 Sep 2007 16:39:39 +0000 reimar Copy AC-3 bsmod field into IEC data-type field as required by the specs
Sat, 15 Sep 2007 16:30:39 +0000 reimar Handle swab when input length is odd (treat it as if there was an additional
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
Sat, 15 Sep 2007 11:41:47 +0000 reimar Simplify another two ifs into one
Sat, 15 Sep 2007 11:35:35 +0000 reimar Make one mp_msg call out of 3
Sat, 15 Sep 2007 11:33:31 +0000 reimar Simpler and more robust tar parsing
Sat, 15 Sep 2007 11:03:38 +0000 reimar Get rid of bloated ty_extension function
Sat, 15 Sep 2007 10:59:27 +0000 reimar Do not uselessly name structs
Sat, 15 Sep 2007 10:58:06 +0000 reimar Remove another variable and reorder to avoid wasting space due to alignment
Sat, 15 Sep 2007 10:55:30 +0000 reimar PTS should be passed as int64_t to demux_ty_CopyToDemuxPacket
Sat, 15 Sep 2007 10:54:37 +0000 reimar Remove now useless parameters from demux_ty_CopyToDemuxPacket
Sat, 15 Sep 2007 10:52:36 +0000 reimar Remove more unused code and variables
Sat, 15 Sep 2007 10:07:08 +0000 diego cosmetics: Fix typo in function name.
Sat, 15 Sep 2007 09:57:00 +0000 nicodvb removed unused members from dvdnav_priv_t
Sat, 15 Sep 2007 09:13:24 +0000 nicodvb Removed dead code related to stills.
Sat, 15 Sep 2007 08:49:58 +0000 ben updated changelog with recent monkey audio decoder support
Sat, 15 Sep 2007 07:46:38 +0000 zuxy Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.h
Fri, 14 Sep 2007 21:17:48 +0000 reimar live recordings can contain 0-size type 0 chunks, ignore them instead
Fri, 14 Sep 2007 21:03:08 +0000 reimar Move some more variable declarations
Fri, 14 Sep 2007 20:59:05 +0000 reimar Remove tabs and trailing whitespace
Fri, 14 Sep 2007 20:49:36 +0000 reimar A few more useless ()
Fri, 14 Sep 2007 20:48:04 +0000 reimar Minor simplifications
Fri, 14 Sep 2007 20:41:32 +0000 reimar Further simplify demux_ty_FindESHeader
Fri, 14 Sep 2007 20:37:30 +0000 reimar Optimize demux_ty_FindESHeader
Fri, 14 Sep 2007 20:18:00 +0000 reimar Remove some commented-out debugging code
Fri, 14 Sep 2007 20:09:39 +0000 reimar Fix demux_ty_FindESHeader so it won't overread
Fri, 14 Sep 2007 20:08:42 +0000 reimar Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader
Fri, 14 Sep 2007 19:55:09 +0000 reimar Remove unused demux_ty_FindESPacket parameter
Fri, 14 Sep 2007 19:53:09 +0000 reimar Simplify demux_ty_FindESHeader
Fri, 14 Sep 2007 19:46:54 +0000 reimar Move variable declarations into the block where they are used
Fri, 14 Sep 2007 19:34:17 +0000 reimar Another piece of duplicate code
Fri, 14 Sep 2007 19:30:25 +0000 reimar Avoid a big piece of duplicated code
Fri, 14 Sep 2007 19:13:47 +0000 reimar Get rid of more code duplication
Fri, 14 Sep 2007 19:07:50 +0000 reimar Simplify XDS handling
Fri, 14 Sep 2007 18:58:32 +0000 reimar Reduce code duplication
Fri, 14 Sep 2007 18:54:14 +0000 reimar Greatly simplify IsValidAudioPacket, though this might break something
Fri, 14 Sep 2007 18:50:25 +0000 reimar Simplify IsValidAudioPacket
Fri, 14 Sep 2007 18:40:57 +0000 reimar Do not misuse a_streams for private info, demuxer->priv is for that!
Fri, 14 Sep 2007 18:32:34 +0000 reimar Use AV_RB24
Fri, 14 Sep 2007 18:31:14 +0000 reimar get rid of pointless pesFileId variables
Fri, 14 Sep 2007 18:26:55 +0000 reimar Simplify AV_RB32 / 256 -> AV_RB24
Fri, 14 Sep 2007 18:23:13 +0000 reimar Use AV_RB32 instead of tivobuffer2hostlong
Fri, 14 Sep 2007 18:19:10 +0000 reimar Yet more cosmetics
Fri, 14 Sep 2007 18:03:36 +0000 reimar Move timestamps to int64_t and use MP_NOPTS_VALUE
Fri, 14 Sep 2007 17:56:22 +0000 reimar Demuxers are _not_ supposed to set ds->pts!