log

age author description
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!
Fri, 14 Sep 2007 17:39:48 +0000 reimar Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)
Fri, 14 Sep 2007 17:08:02 +0000 reimar Another ty simplification
Fri, 14 Sep 2007 17:06:04 +0000 reimar Remove unused variable
Fri, 14 Sep 2007 17:04:36 +0000 reimar tmf_totalsize is not used either, remove it
Fri, 14 Sep 2007 17:03:26 +0000 reimar More simplifications
Fri, 14 Sep 2007 17:00:09 +0000 reimar Get rid of some quite pointless variables
Fri, 14 Sep 2007 16:58:31 +0000 reimar Move boundary check before use!
Fri, 14 Sep 2007 16:50:42 +0000 voroshil pthreads support is required for teletext
Fri, 14 Sep 2007 16:45:52 +0000 reimar Remove unused tmf_totalchunks
Fri, 14 Sep 2007 16:44:52 +0000 reimar Simplify EOF handling
Fri, 14 Sep 2007 16:42:46 +0000 reimar Simplify tmf_filetooffset
Fri, 14 Sep 2007 16:21:12 +0000 reimar Small simplifications
Fri, 14 Sep 2007 16:12:33 +0000 reimar 10l, placed terminating 0 at the wrong place.
Fri, 14 Sep 2007 16:12:02 +0000 reimar Avoid strlcpy, tar headers already have space to ensure 0-termination
Fri, 14 Sep 2007 16:04:12 +0000 reimar Do not ignore last chunk in .tmf files, it will cause part of the file to be
Fri, 14 Sep 2007 15:52:46 +0000 reimar Cosmetics: remove lots of useless () and {}.
Fri, 14 Sep 2007 15:33:21 +0000 reimar Use CHUNKSIZE define in a few more places
Fri, 14 Sep 2007 15:28:47 +0000 reimar Simplify ty_extensionis
Fri, 14 Sep 2007 15:19:45 +0000 reimar Make demux_ty internal functions static
Fri, 14 Sep 2007 15:12:46 +0000 reimar Use strtol instead of horribly suboptimal ty_octaltodecimal
Fri, 14 Sep 2007 14:45:08 +0000 reimar Fix ESD check: use an ESD function to actually check linking and do
Fri, 14 Sep 2007 14:19:22 +0000 reimar sigill_handler_sse is not needed and can not compile on 64 bit systems
Fri, 14 Sep 2007 13:49:28 +0000 reimar Do not check for X86_FXSR_MAGIC define, it is missing in newer
Fri, 14 Sep 2007 13:43:06 +0000 reimar Remove unused sigfpe handler
Fri, 14 Sep 2007 13:25:20 +0000 reimar Remove test for SSE exception support that has been commented out since ages.
Fri, 14 Sep 2007 12:52:13 +0000 reimar Fix off-by-one error if fsize is odd (does handling that case even make sense?)
Fri, 14 Sep 2007 12:47:15 +0000 reimar Mark DTS tables as const
Fri, 14 Sep 2007 12:39:02 +0000 reimar Fix 10l typo in syncword
Fri, 14 Sep 2007 08:56:04 +0000 reimar Improved comments, based on patches by Ulion [ulion2002 gmail com]
Fri, 14 Sep 2007 08:54:06 +0000 reimar Simplify and fix big-endian hwac3 header generation code.
Thu, 13 Sep 2007 18:36:04 +0000 reimar Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGR
Thu, 13 Sep 2007 17:13:27 +0000 voroshil Fix missing reset/initialization (with tv parameters) of
Thu, 13 Sep 2007 17:06:36 +0000 ben added monkey audio file extensions to extension table
Thu, 13 Sep 2007 16:13:37 +0000 voroshil Move AM_MEDIA_TYPE structure definition to mediatype.h.
Thu, 13 Sep 2007 15:18:57 +0000 reimar Check wLongsPerEntry before using it.
Thu, 13 Sep 2007 14:12:06 +0000 diego Remove useless preprocessor check, _WINGDI_H is never defined.
Thu, 13 Sep 2007 13:47:22 +0000 uau Add support for FFmpeg Monkey's Audio decoder
Thu, 13 Sep 2007 13:16:30 +0000 diego warning fixes:
Thu, 13 Sep 2007 11:23:32 +0000 reimar Replace constant by appropriate define
Thu, 13 Sep 2007 08:50:21 +0000 diego Remove leading underscores from multiple inclusion guards,
Thu, 13 Sep 2007 00:17:52 +0000 diego Fix include path.
Wed, 12 Sep 2007 23:42:30 +0000 diego Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined.
Wed, 12 Sep 2007 23:16:39 +0000 diego cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.
Wed, 12 Sep 2007 23:14:55 +0000 diego Remove useless #ifndef, __WINE_WINGDI_H is never defined.
Wed, 12 Sep 2007 23:13:53 +0000 diego Remove redundant multiple inclusion guard.
Wed, 12 Sep 2007 17:59:31 +0000 reimar DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at the
Wed, 12 Sep 2007 17:57:40 +0000 voroshil r24423: Implementation of tv:// driver autodetection.
Wed, 12 Sep 2007 17:53:41 +0000 voroshil r24423: Implementation of tv:// driver autodetection.
Wed, 12 Sep 2007 15:30:22 +0000 diego Consistently use path as multiple inclusion guard.
Wed, 12 Sep 2007 14:54:08 +0000 Gabrov synced with r24423
Wed, 12 Sep 2007 08:49:25 +0000 diego Add missing #include to fix compilation.
Wed, 12 Sep 2007 06:59:36 +0000 reimar Do not replace _ by - if x86_64 is given in --target.
Tue, 11 Sep 2007 11:41:10 +0000 gpoirier sync w/r24423
Mon, 10 Sep 2007 23:14:17 +0000 cehoyos Fix indentation after r24367.
Mon, 10 Sep 2007 23:09:19 +0000 kraymer r24294: suboption consistency, add fixme document -vivo suboptions
Mon, 10 Sep 2007 18:55:52 +0000 voroshil Revert r24424.
Mon, 10 Sep 2007 18:27:45 +0000 voroshil Fix for:
Mon, 10 Sep 2007 18:07:25 +0000 voroshil Fix for a lot of
Mon, 10 Sep 2007 17:09:35 +0000 voroshil Implementation of tv:// driver autodetection.
Mon, 10 Sep 2007 16:17:13 +0000 diego cosmetics: Add comments to some #endif preprocessor directives.
Mon, 10 Sep 2007 15:38:11 +0000 diego warning fixes:
Mon, 10 Sep 2007 15:33:40 +0000 diego warning fix:
Mon, 10 Sep 2007 15:32:11 +0000 diego warning fix:
Mon, 10 Sep 2007 15:27:23 +0000 diego warning fixes:
Mon, 10 Sep 2007 14:43:19 +0000 voroshil Fix for:
Mon, 10 Sep 2007 14:29:44 +0000 voroshil Fix for:
Mon, 10 Sep 2007 13:50:03 +0000 voroshil Proper fix for:
Mon, 10 Sep 2007 13:30:22 +0000 diego cosmetics: Fix silly typo.
Mon, 10 Sep 2007 13:29:14 +0000 diego warning fix:
Mon, 10 Sep 2007 13:28:00 +0000 diego warning fixes:
Mon, 10 Sep 2007 13:19:46 +0000 diego warning fix:
Mon, 10 Sep 2007 13:17:29 +0000 diego warning fixes:
Mon, 10 Sep 2007 13:16:44 +0000 diego warning fixes:
Mon, 10 Sep 2007 13:10:44 +0000 diego warning fixes:
Mon, 10 Sep 2007 13:08:46 +0000 diego warning fixes:
Mon, 10 Sep 2007 13:06:54 +0000 diego warning fixes:
Mon, 10 Sep 2007 13:03:20 +0000 diego warning fixes:
Mon, 10 Sep 2007 12:54:32 +0000 diego warning fix:
Mon, 10 Sep 2007 12:51:26 +0000 diego warning fixes:
Mon, 10 Sep 2007 11:41:26 +0000 diego warning fixes:
Mon, 10 Sep 2007 11:34:58 +0000 diego warning fixes:
Mon, 10 Sep 2007 11:31:51 +0000 diego warning fixes:
Mon, 10 Sep 2007 11:28:55 +0000 diego warning fix:
Mon, 10 Sep 2007 11:10:50 +0000 diego warning fix:
Mon, 10 Sep 2007 10:57:40 +0000 diego warning fix:
Mon, 10 Sep 2007 08:47:55 +0000 cehoyos Revert the part of r24389 that broke compilation of mencoder.