Displaying 2 results from an estimated 2 matches for "pixellinesearch".
2005 Oct 28
2
Invalid read of size 1...
Hi all.
I'm here again :)
The small leak in my app is gone.
I'm going on with it, now I grab a frame from a video device and I
encode it with Theora...
The debugger ( valgrind ) says:
...
==2782== Invalid read of size 1
==2782== at 0x1B94B0BD: PixelLineSearch (scan.c:1482)
==2782== by 0x1B94B35A: PixelLineSearch (scan.c:1597)
==2782== by 0x1B94B447: LineSearchScorePixel (scan.c:1643)
==2782== by 0x1B94B5A4: LineSearchScoreRow (scan.c:1714)
==2782== by 0x1B94C10B: AnalysePlane (scan.c:2244)
==2782== by 0x1B94C357: YUVAnalyseFrame (scan.c:2...
2006 May 30
1
libtheora 1.0 alpha 6 release
...ases/theora/
Changes since the 1.0 alpha 5 release:
* Merge theora-mmx simd acceleration (x86_32 and x86_64)
* Major RTP payload specification update
* Minor format specification updates
* Fix some spurious calls to free() instead of _ogg_free()
* Fix invalid array indexing in PixelLineSearch()
* Improve robustness against invalid input
* General warning cleanup
* The offset_y member now means what every application thought
it meant (offset from the top). This will mean some old files
(those with a non-centered image created with a buggy encoder)
will disp...