log

age author description
Sat, 13 May 2006 14:32:37 +0000 diego Linkers, assisted by a compiler, can optimize out the string that is being
Sat, 13 May 2006 10:49:46 +0000 nicodvb where necesary, replaced all realloc() with realloc_struct() to prevent int oveflows
Sat, 13 May 2006 10:09:33 +0000 nicodvb when searching ac3 in unqualified pes_private1 streams there's no need to scan > 64 KB of data: frames can't be so far apart
Sat, 13 May 2006 09:17:21 +0000 reimar Missing terminating " causes compilation error in vo_aa
Sat, 13 May 2006 09:08:28 +0000 nicodvb prevent memleak
Sat, 13 May 2006 09:01:18 +0000 nicodvb unconditionally stop allocating memory for dvb_channel_t after 1 MB: it's unreasonably big
Sat, 13 May 2006 08:46:31 +0000 reynaldo New karaoke af
Sat, 13 May 2006 07:22:36 +0000 reynaldo Minor pre-release corrections, mostly missed caps
Sat, 13 May 2006 06:12:25 +0000 rfelker accidentally committed this overflow fix with the declaration fix before.
Sat, 13 May 2006 05:56:40 +0000 rfelker remove useless cruft (caused error tz undefined)
Sat, 13 May 2006 05:51:35 +0000 rfelker posix compliance, dont use ancient legacy name
Sat, 13 May 2006 05:48:16 +0000 rfelker 10^100l c++ declarations
Fri, 12 May 2006 22:33:42 +0000 nicodvb allocate correct extradata size
Fri, 12 May 2006 22:23:37 +0000 gpoirier Further random updates by Jerome Ferrari <jerome PIOS ferrari A lappis POIU com>
Fri, 12 May 2006 22:21:29 +0000 nicodvb raised max extradata size and refuse to store more than the limit
Fri, 12 May 2006 21:34:06 +0000 nicodvb don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE; releasing immediately audio packets (before the pes is complete) doesn't make any sense and deteriorates interleaving
Fri, 12 May 2006 20:26:05 +0000 nicodvb search ac3 in dvd substream only if pes_aligned flag is set in the pes headers, otherwise false positives are likely to occur
Fri, 12 May 2006 17:27:03 +0000 diego mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.
Fri, 12 May 2006 17:07:22 +0000 diego mlib != mediaLib
Fri, 12 May 2006 17:05:55 +0000 diego --enable-mlib should behave like all other commandline parameters.
Fri, 12 May 2006 17:04:47 +0000 diego some fixes for the VfW encoding section
Fri, 12 May 2006 09:50:14 +0000 iive enable mediaLib check execution and honnor user choise to enable mediaLib even on non-sunos system
Fri, 12 May 2006 09:20:51 +0000 diego Add missing --enable-toolame and --enable-twolame parameters.
Fri, 12 May 2006 09:13:05 +0000 diego output typo fixes
Fri, 12 May 2006 08:33:30 +0000 diego Disable mediaLib by default due to brokenness.
Fri, 12 May 2006 05:50:13 +0000 reynaldo Minor corrections partII - Final
Fri, 12 May 2006 00:11:52 +0000 reynaldo Minor corrections to spanish help messages - Part1
Thu, 11 May 2006 22:34:38 +0000 diego Fall back on the codecs subdirectory of the current directory for Real
Thu, 11 May 2006 21:12:46 +0000 diego Prefer vorbis over ffvorbis for now.
Thu, 11 May 2006 21:08:32 +0000 diego roff syntax fix
Thu, 11 May 2006 20:47:00 +0000 gpoirier like it or not, the vfw options are -(xvfw)opts, not -(vfw)opts
Thu, 11 May 2006 20:44:49 +0000 gpoirier sync with 1.1285
Thu, 11 May 2006 18:50:46 +0000 rtognimp Fix potential integer overflows in memory allocation. Patch by Reimar and me, SIZE_MAX by Rich
Thu, 11 May 2006 15:39:43 +0000 gabrov synced with 1.254
Thu, 11 May 2006 15:32:24 +0000 gabrov synced with 1.1284
Thu, 11 May 2006 15:20:08 +0000 gabrov synced with 1.29
Thu, 11 May 2006 15:16:12 +0000 gabrov synced with 1.17 (increased sync tag after English typo fix)
Thu, 11 May 2006 15:12:29 +0000 gabrov synced with 1.49
Thu, 11 May 2006 11:04:27 +0000 kraymer version bump..
Thu, 11 May 2006 11:00:26 +0000 kraymer release dedicated review Part I (lines 329 - <end>)
Thu, 11 May 2006 10:19:32 +0000 kraymer 1.284: fix vfw-related things
Thu, 11 May 2006 10:13:18 +0000 luran sync
Thu, 11 May 2006 08:05:05 +0000 diego Remove unnecessary commented out OPTFLAGS line.
Thu, 11 May 2006 05:51:26 +0000 gpoirier fix vfw-related things, patches by RC and Compn
Wed, 10 May 2006 22:59:46 +0000 diego ffvorbis no longer crashes with native demuxer.
Wed, 10 May 2006 22:56:01 +0000 nicodvb unbound demux_ogg from ad_libvorbis
Wed, 10 May 2006 22:54:24 +0000 nicodvb unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without crashes
Wed, 10 May 2006 22:06:57 +0000 nicodvb A/R changes are handled correctly by -vc mpeg12
Wed, 10 May 2006 22:03:18 +0000 nicodvb moved code to set aspect ratio for mpeg12 away from video.c and into decoder files; A/R changes work correctly with -vc mpeg12
Wed, 10 May 2006 22:00:30 +0000 diego Feed AltiVec compiler options into CFLAGS explicitly.
Wed, 10 May 2006 18:31:53 +0000 kraymer grammar fix
Wed, 10 May 2006 12:36:11 +0000 diego missing period, noticed by Christian Korff christian.korff$$@$$gmail$$.$$com
Wed, 10 May 2006 11:47:22 +0000 kraymer 10l, fix for previous commit
Wed, 10 May 2006 11:43:34 +0000 kraymer fix missing line break for MSGTR_LameCantInit
Wed, 10 May 2006 11:34:50 +0000 kraymer release dedicated review Part I (lines 1 - 328)
Wed, 10 May 2006 08:36:56 +0000 gpoirier fuse XviD entries,
Tue, 09 May 2006 22:48:56 +0000 kraymer align xml tags
Tue, 09 May 2006 22:46:43 +0000 kraymer wording
Tue, 09 May 2006 20:20:09 +0000 kraymer German translation for tvinput.xml
Tue, 09 May 2006 20:06:34 +0000 rtognimp Temporary workaround for libavcodec issues with B-frames