search for: overreading

Displaying 20 results from an estimated 30 matches for "overreading".

Did you mean: overheating
2012 May 08
1
[PATCH] Add missing functions to VorbisComment class + a few other things
--- On Tue, 5/8/12, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote: > Honestly, I really doubt this is a bug in valgrind :-). How > were you testing > this? Well, I've read that there have been bugs in valgrind, were SSE optimized versions of strlen() do guaranteed safe overreads of memory, but valgrind wasn't aware the overreads were safe. Anyway, it seems easy to
2017 Oct 31
2
[Bug 13112] New: receive_xattr heap overread with non null terminated name and xattr filter
https://bugzilla.samba.org/show_bug.cgi?id=13112 Bug ID: 13112 Summary: receive_xattr heap overread with non null terminated name and xattr filter Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2005 Jun 20
5
Port forwarding to different Port?
Hi! I guess I just overread the part I need, I checked the FAQ and online-documentation, but could not find the solution for my problem: I have a server with 1 external IP and a LAN behind, where I need ports to be forwarded like this: external 1.2.3.4:81 forwarded to internal 192.168.1.1:80 external 1.2.3.4:82 forwarded to internal 192.168.1.2:80 and so on .. (for configuring/accessing the
2008 Mar 16
0
Accurate or Not
I accidentaly re-ripped some of my CDs and did take this as a chance to do some comparison. Here is what I have found for on of the songs. Peak level 100.0% Track quality 100.0% Copy CRC C8F5065F Track not present in database Used drive : _NEC DVD_RW ND-3500AG Adapter: 0 ID: 1 Read mode : Secure with NO C2, accurate stream, disable cache Combined read/write offset correction
2005 May 06
1
CAPI on ptp with variable length digits in phonenumber: SOLUTION for EICON
Hello! I finally found a working solution. calling divactrl with the parameter -n [0..20] gives the DID-length means, if you wanna have 123-XXX in digit-wise mode, then call divactrl load -c 1 -n 3 -f ETSI and the card will wait for n digits. regards, Sebastian -----Urspr?ngliche Nachricht----- Von: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]
2012 Oct 02
0
[LLVMdev] [PROPOSAL] Adding support for -fstack-protector-strong
On 10/1/12 9:26 PM, Magee, Josh wrote: > Hello, > > I plan to implement "Stack Smashing Protection - Strong" support in LLVM. > Below is a description of this feature and an overview of the implementation > plan. I have divided up the implementation into stages that can be delivered > incrementally. > > I'm looking for any feedback (suggestions, requests,
2012 May 07
3
[PATCH] Add missing functions to VorbisComment class + a few other things
Attached is a patch that adds 5 missing FLAC__metadata_object_vorbiscomment_* functions to the VorbisComment class. In my previous message I stated 8 functions were missing, but on closer inspection, 3 of those belong in the VorbisComment::Entry class, and 2 of them already have equivalent functions in there. The last one (FLAC__metadata_object_vorbiscomment_entry_matches()) does not, but I have
2013 Jul 01
2
About Decode Streaming
...latency possible you could force a > small block size or let the encoding PC signal the decoding PC when a block > is finished, so the decoding process can be sure there is a full block in > the buffer. > > Oh, and you might take a look at the reading callback, maybe that one is > overreading the buffer? > > I hope that helps. > > > On 01-07-13 17:51, Burak Or?un ?zkablan wrote: > > Martijn, > > I encode a one second captured audio data in my PC and send it to other > PC as encoded. This is OK. > I want to decode data in other PC and play it but when I...
2007 Sep 05
1
VP6 issues in Swfdec
Hi, I'm one of the Swfdec[1] Flash player developers. As you may be aware, Flash uses VP6 as a possible video decoder. Someone recently grabbed all of the videos at http://pown.alluc.org and threw them at ffmpeg. Surprisingly, lots of them killed the vp6 decoder and in turn my browser. I'll attached a series of patches for issues that I could fix myself, and point out issues I could not
2013 Jul 01
3
About Decode Streaming
Hi, I am developing an audio network system and using boost, OpenAL and FLAC library in C/C++. I can stream raw audio data over network but I want to encode audio before streaming in current PC and decode after streaming in other PC because of bandwidth limit. I run your sample codes, encode.c and decode.c, about file encode / decode. Then, I run streaming encode / decode with two different
2006 Nov 06
1
[PATCH] Re: Strangeness with OggFlac files
On Tue, Nov 07, 2006 at 06:31:04AM +1100, Erik de Castro Lopo wrote: > I haven't tested it, but I don't think just setting packet.e_o_s > is sufficient to close the stream. The forced ogg_stream_flush() > is required. libogg checks the e_o_s flag (and has always done so, according to svn) so you shouldn't have to call ogg_stream_flush() except when you want to force a page
2002 Oct 18
0
Demultiplexer API with a static number of streams
Hi, just to prevent me from overreading something, I have a question and probably the only possible solution, but I would appreciate if someone could tell me if there is a better solution. I am currently implementing an Ogg demultiplexer for a media API, where the demultiplexer plugin has to provide a static number of logical streams...
2014 Aug 07
2
Global number of matches
Hi, is there a way to get the number of all possible matches for a specific query? Some api call like Xapian::doccount Xapian::Enquire::get_number_of_matches(); Best wishes Wilm
2012 Oct 02
5
[LLVMdev] [PROPOSAL] Adding support for -fstack-protector-strong
Hello, I plan to implement "Stack Smashing Protection - Strong" support in LLVM. Below is a description of this feature and an overview of the implementation plan. I have divided up the implementation into stages that can be delivered incrementally. I'm looking for any feedback (suggestions, requests, etc) before I actually begin the work. Thank you! Josh
2013 Oct 06
1
Encoder off by one
If you encode with int iByteSizeEncoded = opus_encode(m_enc, m_ShortsInput, (1920/sizeof(short)), m_EncodedBytes, (960*6)); ... the byte size is 120. I thought that an odd value like 359 has to be a fault on my side. I thought it would be a multiple of something. So 359 is really correct??? Thank you for clearing this up. Am 06.10.2013 16:50, schrieb Jean-Marc Valin: > Why
2005 May 09
0
AW: CAPI on ptp with variable length digits inphonenumber: SOLUTION for EICON
the interesting fact is, it works. I dunno why. but it works :o -----Urspr?ngliche Nachricht----- Von: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Im Auftrag von bladerunner Gesendet: Freitag, 6. Mai 2005 15:56 An: Asterisk Users Mailing List - Non-Commercial Discussion Betreff: Re: [Asterisk-Users] CAPI on ptp with variable length digits
2013 Jul 01
0
About Decode Streaming
.... If you want the lowest latency possible you could force a small block size or let the encoding PC signal the decoding PC when a block is finished, so the decoding process can be sure there is a full block in the buffer. Oh, and you might take a look at the reading callback, maybe that one is overreading the buffer? I hope that helps. On 01-07-13 17:51, Burak Or?un ?zkablan wrote: > Martijn, > > I encode a one second captured audio data in my PC and send it to > other PC as encoded. This is OK. > I want to decode data in other PC and play it but when I am decoding > data with...
2012 Apr 05
2
[PATCH 2/2] V2: Use a single definition of MIN and MAX in sources
--- configure.ac | 7 +++++ src/libFLAC/bitreader.c | 12 ++------- src/libFLAC/bitwriter.c | 8 ++---- src/libFLAC/fixed.c | 18 +++++-------- src/libFLAC/format.c | 8 ++---- src/libFLAC/include/private/macros.h | 29 ++++++++++++++++++++ src/libFLAC/metadata_iterators.c | 17 +++---------
2007 Mar 30
3
Linux Active Directory Integration Problem
Hi, I am getting the problem to access shared folder when I am using Dual boot operating System. Let say I have two operating system on the same machine. 1) XP and the name of the machine in xp environment is "XYZ" 2)Cent OS (Linux) and the name of the machine in Linux environment is "ABC" both operating system share the same static IP address. the problem appear when I have
2011 Aug 09
2
Feed decoder from c++ std::stream
Hi! I am working on an application that reads audio data from files, and runs it through some user defined filters. The filters basically all derive from some base filter and have methods start(), update() and finish(). The start routine performs any initialization required by the filter, and finish() does the clean up. In between, I simply read the file piece by piece into a buffer using