search for: decompressor

Displaying 20 results from an estimated 104 matches for "decompressor".

2011 Nov 11
1
[PATCH 0/9] decompressor bug fixes and cleanups
This is a collection of patches pulled over from Linux. 1: Decompressors: get rid of set_error_fn() macro 2: bzip2: Add missing checks for malloc returning NULL 3: Decompressors: remove unused function from unlzma.c 4: Decompressors: fix header validation in unlzma.c 5: Decompressors: check for read errors in unlzma.c 6: Decompressors: check for write errors in unlzma....
2011 Nov 11
0
[PATCH 5/9] Decompressors: check for read errors in unlzma.c
From: Lasse Collin <lasse.collin@tukaani.org> Return value of rc->fill() is checked in rc_read() and error() is called when needed, but then the code continues as if nothing had happened. rc_read() is a void function and it''s on the top of performance critical call stacks, so propagating the error code via return values doesn''t sound like the best fix. It seems better
2011 Nov 11
0
[PATCH 9/9] Decompressors: check input size in unlzo.c
From: Lasse Collin <lasse.collin@tukaani.org> The code assumes that the input is valid and not truncated. Add checks to avoid reading past the end of the input buffer. Change the type of "skip" from u8 to int to fix a possible integer overflow. Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Jan Beulich <jbeulich@suse.com> ---
2004 Jul 15
3
Re: Possible bug with kernel decompressor.
Matthew Schumacher wrote: > List, > > I think I found a bug here because I can repeatably get the same kernel > (checked with md5sum) to decompress and to fail with the error: > > invalid compressed format (err=2) > > --System halted > > > Here is how I can reproduce the problem: > > Boot 2.6.8-rc1 > Run md5sum on 2.6.8-rc1 kernel >
2007 Aug 04
2
2.6.22 x86_64 : kernel initial decompression hangs on vmware
...commit 1ab60e0f72f71ec54831e525a3e1154f1c092408. = > (2.6.22-rc1 hangs, 2.6.21.6 works). The problem occurs with or without = > CONFIG_RELOCATABLE enabled. > > What are the possible solutions to confirm where the problem is coming = > from ? Since I was just involved in the boot decompressor for another bug, I = took a look at this. 2.6.22 switches it to be 64-bit code. VT is very = picky about what state it can run in. Not using VT on Intel 64-bit = hardware cripples performance, running at far below normal speed, and = taking minutes to decompress the kernel, which is nearly i...
2007 Aug 04
2
2.6.22 x86_64 : kernel initial decompression hangs on vmware
...commit 1ab60e0f72f71ec54831e525a3e1154f1c092408. = > (2.6.22-rc1 hangs, 2.6.21.6 works). The problem occurs with or without = > CONFIG_RELOCATABLE enabled. > > What are the possible solutions to confirm where the problem is coming = > from ? Since I was just involved in the boot decompressor for another bug, I = took a look at this. 2.6.22 switches it to be 64-bit code. VT is very = picky about what state it can run in. Not using VT on Intel 64-bit = hardware cripples performance, running at far below normal speed, and = taking minutes to decompress the kernel, which is nearly i...
2001 Mar 31
1
Ogg Vorbis compatible with Darwin Streaming Server?
...yload Format for Vorbis Encoded Audio". My question: The Darwin Streaming Server (OpenSource and free for several plattforms) streams media with RTSP/RTP. For more information: http://www.publicsource.apple.com/projects/streaming/ I know that a QuickTime Component of Ogg Vorbis (compressor/decompressor) in progress. (Thanks guys) Could I stream Ogg Vorbis with Darwin Streaming Server? Is a Packetizer and Reassembler available (under develope)? Thanks Best regards, Markus Teschner -- Markus Teschner, mailto: markus.teschner@qfx-technologies.de qtcentral.de - QuickTime Media Center http://www...
2020 Feb 11
2
[PATCH 23/62] x86/idt: Move IDT to data segment
...to prevent clearing the > currently used IDT, move the IDT to the data segment. Ugh. At the very least this needs a comment in the code. I had a patch to fix the kernel ELF loader to clear BSS, which would fix this problem once and for all, but it didn't work due to the messy way that the decompressor handles memory. I never got around to fixing this, sadly.
2020 Feb 11
2
[PATCH 23/62] x86/idt: Move IDT to data segment
...to prevent clearing the > currently used IDT, move the IDT to the data segment. Ugh. At the very least this needs a comment in the code. I had a patch to fix the kernel ELF loader to clear BSS, which would fix this problem once and for all, but it didn't work due to the messy way that the decompressor handles memory. I never got around to fixing this, sadly.
2001 Jul 20
2
Quicktime Component
Good news all! I now have a functional version of the Quicktime Component of the Ogg Vorbis decompressor. In English: this extension will allow all Quicktime apps to play .oggs (including iTunes). I plan on posting it ASAP. I have a few problems with memory that I'd like to get cleared up first. I plan on carbonizing it as soon as it functions in classic. I'll also do a Winders version. --...
2010 May 19
4
xen4.0.0 64 bit boot "panic on cpu 0, crc errror"
Hi experts, I boot the xen4.0.0 with gpxe and boot xen 32 bit works well but when I try boot xen 64 bit, the error happens (XEN)Brought up 16 cpus (XEN) *** LOADING DOMAIN 0 *** (XEN) **************************************** (XEN) Panic on CPU 0: (XEN) crc error (XEN) **************************************** Can you give me a light? Thanks Lei -- "We learn from failure, not from
2010 May 19
4
xen4.0.0 64 bit boot "panic on cpu 0, crc errror"
Hi experts, I boot the xen4.0.0 with gpxe and boot xen 32 bit works well but when I try boot xen 64 bit, the error happens (XEN)Brought up 16 cpus (XEN) *** LOADING DOMAIN 0 *** (XEN) **************************************** (XEN) Panic on CPU 0: (XEN) crc error (XEN) **************************************** Can you give me a light? Thanks Lei -- "We learn from failure, not from
2004 Aug 06
4
Re: Compiling ices
----- Original Message ----- From: Karl Heyes <karl@pts.tele2.co.uk> To: <icecast@xiph.org> Sent: Friday, January 31, 2003 5:29 PM Subject: Re: [icecast] Re: Compiling ices <p>> On Fri, 2003-01-31 at 06:39, Marc Remijn wrote: > ... > > > Kernel output: > > > > invalid operand: 0000 > > CPU: 0 > > EIP: 0010:[<d08e25b1>]
2013 Sep 23
28
[PATCH 0/2] add LZ4 kernel decompression support
Linux 3.11 added respective support, so I think we should follow suit. 1: xen: add LZ4 decompression support 2: libxc: add LZ4 decompression support Signed-off-by: Jan Beulich <jbeulich@suse.com>
2001 Dec 31
0
Ogg Vorbis 1.0d3 available
The major new feature in 1.0d3 is the addition of an importer and a sound decompressor. This means that MacOS X and Win32 users can play sounds. MacOS 9 users will need to wait a bit more (or help me with the project) as the sound decompressor has an additional requirement that it may not allocate memory while decompressing. Some work needs to be done on the vorbis libraries to mee...
2004 Sep 14
3
Problems with Theora DirectShow filters
...nverter" can't do the conversion to YV12. 3. I found that the ffdshow raw video filter should be able to do this conversion (although I'd like to have no dependencies other than Theora and Speex). 4. When I render the Theora decode filter's output pin, DirectShow attaches an AVI decompressor, a color space converter and finally the video renderer. 5. I cannot play the filter graph. When trying to do so, GraphBuild shows: "This graph can't play", return code 0x80070000. 6. I tried to replace the AVI decompressor and the color space converter with another ffdshow raw vide...
2018 May 13
6
Dataverse
Hello. I am trying to find a way to retrieve data from Harvard Dataverse website. I usually don't have problem in web-scraping data but the problem here is that there are a bunch of data formats such as .tab, .7z and so and I just can't find a way to retrieve the data I am interested in woth an unique solution. Any hint? [[alternative HTML version deleted]]
2020 Feb 12
2
[PATCH 23/62] x86/idt: Move IDT to data segment
...t; Ugh. At the very least this needs a comment in the code. > > Yes, right, added a comment for that. > >> I had a patch to fix the kernel ELF loader to clear BSS, which would >> fix this problem once and for all, but it didn't work due to the messy >> way that the decompressor handles memory. I never got around to >> fixing this, sadly. > > Aren't there other ways of booting (Xen-PV?) which don't use the kernel > ELF loader? Dunno. I would hope the any sane loader would clear BSS before executing anything. This isn?t currently the case, though....
2020 Feb 12
2
[PATCH 23/62] x86/idt: Move IDT to data segment
...t; Ugh. At the very least this needs a comment in the code. > > Yes, right, added a comment for that. > >> I had a patch to fix the kernel ELF loader to clear BSS, which would >> fix this problem once and for all, but it didn't work due to the messy >> way that the decompressor handles memory. I never got around to >> fixing this, sadly. > > Aren't there other ways of booting (Xen-PV?) which don't use the kernel > ELF loader? Dunno. I would hope the any sane loader would clear BSS before executing anything. This isn?t currently the case, though....
2008 Jun 03
2
Age of Empires 3 crashes after intro, used to work fine
..." fixme:dxdiag:DXDiag_InitDXDiagDirectShowFiltersContainer Clsid:L"{1DA08500-9EDC-11CF-BC10-00AA00AC74F6}" fixme:dxdiag:DXDiag_InitDXDiagDirectShowFiltersContainer IEnumMoniker_Next(0x36f5370, 1, 0x36f6618) fixme:dxdiag:DXDiag_InitDXDiagDirectShowFiltersContainer Name:L"MJPEG Decompressor" fixme:dxdiag:DXDiag_InitDXDiagDirectShowFiltersContainer Clsid:L"{301056D0-6DFF-11D2-9EEB-006008039E37}" fixme:dxdiag:DXDiag_InitDXDiagDirectShowFiltersContainer IEnumMoniker_Next(0x36f5370, 1, 0x36f6a80) fixme:dxdiag:DXDiag_InitDXDiagDirectShowFiltersContainer Name:L"MPEG-I...