Displaying 20 results from an estimated 900 matches similar to: "[Feature-Request] syslinux in linux kernel format"
2014 Sep 22
2
Retuning compression levels
Erik de Castro Lopo wrote:
>> Currently, compression settings are as follows
>>
>> -6, -l 8 -b 4096 -m -r 6-A tukey(0.5)
>> -7, -l 8 -b 4096 -m -e -r 6-A tukey(0.5)
>> -8, -l 12 -b 4096 -m -e -r 6-A tukey(0.5)
>>
>> I suggest the following, in case my previous patch is accepted
>>
>> -6, -l 8 -b 4096 -m -r 6 -A tukey(0.5);partial_tukey(2)
2009 Jul 19
2
Patch for chain.c32: Set default boot drive to CD drive from which ISOLINUX is booted
chain.c32 of SYSLINUX 3.82 does set the boot drive passed to the DL register to 0x80 and not to the boot drive (CD-drive).
This can be a problem if you want to chainload grldr (grub4dos bootloader) from a CD and if you want to let grldr search for its menu.lst file on the CD.
For more info:
http://www.boot-land.net/forums/index.php?showtopic=8457
This 1 line patch fixes the issue (Thanks to
2014 Jul 26
1
[PATCH] PPC/Altivec removal
Erik de Castro Lopo wrote:
>> > I'll try to power up my Linux/PPC machine in the next couple of days
>> > so I can test this.
>>
>> Any news?
>
> Sorry, haven't had a chance to set up that machine. Hopefully this
> weekend.
I have several patches, but they interfere with this ppc/altivec patch.
(one of them changes lpc.h,another changes
2014 Jun 16
3
R128gain & metaflac
I mention metaflac because there are a few shell scripts that use it to write RG tags in a flac music library on Linux. With support for Ebu R128 gain in metaflac (the calculation according to specification, not an external program) it would be easy to use, just change the cmd line for metaflac in the script. Now that metaflac supports sample rates higher than 48kHz this would be a good thing in
2009 Dec 09
0
WinVBlock 0.0.0.4 Released
For anyone interested, WinVBlock 0.0.0.4 is released. It's a Windows
driver for accessing MEMDISK instances.
http://www.boot-land.net/forums/index.php?s=&showtopic=8168&view=findpost&p=86430
http://git.etherboot.org/?p=people/sha0/winvblock.git;a=summary
Enjoy.
- Shao Miller
2014 Jun 15
0
R128gain & metaflac
Olav Sunde wrote:
> has anyone looked at adding R128gain code to metaflac so we can select
> to use this calculation for RP tags rather than replay gain?
Why metaflac only? flac is also able to calculate RG values.
And, as far as I can see R128GAIN (http://r128gain.sourceforge.net/)
is a standalone app, not a library. So probably it would be difficult
to reuse its code in flac/metaflac.
2014 Aug 02
1
[PATCH] new SSE code to calculate autocorrelation
This patch accelerates FLAC__lpc_compute_autocorrelation_intrin_sse_lag_NN
routines for AMD and newer Intel CPUs. But it's slower on older Intel CPUs.
('Newer Intel CPUs' means Core i aka Nehalem and newer)
According to tests at HA: <http://www.hydrogenaud.io/forums/index.php?s=&showtopic=101082&view=findpost&p=870753>
CPU flac -5 flac -8
2014 Sep 22
0
Retuning compression levels
> And I also suggested to consider a different setting for -7 preset:
> -7 == -l 12 -b 4096 -m -r 6 -A tukey(0.5);partial_tukey(2)
> see <http://www.hydrogenaud.io/forums/index.php?s=&showtopic=106545&view=findpost&p=871797>
>
> But it will decrease decoding speed for this preset.
Yes, that is another thing to consider. My proposal keeps the
decoding speed for
2014 Sep 22
2
Retuning compression levels
Martijn van Beurden wrote:
>> And I also suggested to consider a different setting for -7 preset:
>> -7 == -l 12 -b 4096 -m -r 6 -A tukey(0.5);partial_tukey(2)
>> see <http://www.hydrogenaud.io/forums/index.php?s=&showtopic=106545&view=findpost&p=871797>
>>
>> But it will decrease decoding speed for this preset.
>
> Yes, that is another thing
2014 Jun 16
0
R128gain & metaflac
As far as I know, R128 as ReplayGain isn't really considered
final yet (see
http://wiki.hydrogenaud.io/index.php?title=ReplayGain_2.0_specification
for example), so it would probably be a bit early to update this
in the FLAC source.
op 16-06-14 10:15, Olav Sunde schreef:
> I mention metaflac because there are a few shell scripts that
> use it to write RG tags in a flac music
2010 Jan 09
2
chain.c32 add grldr= command for Grub4dos
$ git log -p
commit d8c5e94803fa01f0d52475a50b69681ad3135700
Author: Gert Hulselmans <kimmik999999 at yahoo.co.uk>
Date: Sat Jan 9 15:30:49 2010 +0100
chain.c32: Add grldr= command for Grub4dos
grldr of Grub4dos wants the partition number in DH:
0xff: whole drive
0-3: primary partitions
4-*: logical partitions
diff --git a/com32/modules/chain.c
2014 Jun 19
3
Problems in flac-website Git files.
1) changelog.html
"Add ability to handle utf8 filenames on Windows (large set of patches from Janne Hyv?rinen)"
AFAIK Windows internally uses UTF-16LE, not UTF-8. IMHO it's better to use
a general word 'Unicode' instead of 'utf8'.
2) documentation_bugs.html
"The following are major known bugs in the current (1.2.1) release:"
1.2.1 is not the current
2014 Jun 15
3
R128gain & metaflac
Hi
has anyone looked at adding R128gain code to metaflac so we can select to use this calculation for RP tags rather than replay gain?
Best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20140615/1c1ca9c9/attachment.htm
2010 Mar 11
1
Recovery console doesn't work in chain.c32 3.85 or 3.86-pre1
The Windows recovery console doesn't work with chain.c32 3.85 or 3.86-pre1.
COM32 chain.c32
APPEND cmldr=/cmldr
Initially reported by cdob at:
http://www.boot-land.net/forums/index.php?showtopic=10487#entry94001
It did work fine with the: "chain.c32: Handle nonlinear logical partitions"
patch.
The following patch broke the recovery console hack:
chain.c32: add option to set hidden
2009 Feb 26
4
chainboot from grub to syslinux in logical partition
For reasons I won't get into, I need to use grub (not grub4dos, super
grub, or any other variant) as multiboot loader on a USB thumb drive,
but I also need some of the partitions to contain bootable content from
syslinux-based ISOs. All of these syslinux partitions must be logical
rather than primary partitions and they will not be the first partition
on the drive. Porting the syslinux
2005 Apr 11
2
Volume changing à la MP3Gain?
Hullo,
There's a program called mp3gain which can be used to alter the volume
of an MP3 file in 1.5 dB steps. I once heard somewhere (I can't
remember *where*, but I swear) that something similar is possible with
Vorbis files, but in approximately 2.2 dB steps.
Is this true, or is my memory at fault? If it's possible to change the
volume of a Vorbis 1.0 file, could someone please
2014 Jul 23
2
[PATCH] PPC/Altivec removal
Erik de Castro Lopo wrote:
> lvqcl wrote:
>
>> The most problematic parts are 3 and 4 since I cannot directly
>> test them neither on Darwin PPC nor on Linux PPC.
>
> I'll try to power up my Linux/PPC machine in the next couple of days
> so I can test this.
Any news?
2007 Sep 25
1
win32 installer 1.2.1a vs 1.2.1b
hi
I have just downloaded the win32 installer 1.2.1b and uninstalled my
previous version 1.2.1a.
But I don't see any difference in both installers: they both have flac
frontend and flac tester and the command line tools flac.exe and
metaflac.exe. So can somebody tell me please what the difference is between
1.2.1a and 1.2.1b?
thx
-------------- next part --------------
An HTML attachment was
2018 Jul 06
2
help booting iso's?
Hi. I prefer using the syslinux boot loader and recently undertook a
project of creating a multiboot USB drive that boots using syslinux. The
aim is to create a medium from which various live linux environments can
be run for things like system maintenance, installation, and perhaps
demonstration. I anticipate using this multiboot USB drive on mostly
legacy, BIOS systems, if that matters.
As
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
Hello all
I have installed "syslinux" as follows:
Microsoft(R) Windows 98
(C)Copyright Microsoft Corp 1981-1999.
C:\WINDOWS>format o: /s
C:\WINDOWS>format o: /s
WARNING, ALL DATA ON DISK
DRIVE O: WILL BE LOST!
Proceed with Format (Y/N)?y
Checking existing disk format.
Formatting 967.98M
Format complete.
System transferred
Volume label (11 characters, ENTER for none)?