Displaying 3 results from an estimated 3 matches for "_vp_psy_clear".
2001 Jan 21
1
memory leak of libvorbis
Memory leak is brought about with the following function pair.
Specifically 'noiseoffset' is not freed.
_vp_psy_init()
_vp_psy_clear()
A problem confirmed with the following CVS snapshot.
vorbis_nightly_cvs.tgz (2001/01/21 20:37)
When you could try to confirm it is grateful.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a messag...
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
...de
vorbis_lpc_from_data
vorbis_lpc_predict
vorbis_lpc_to_lsp
vorbis_lsp_to_curve
vorbis_staticbook_destroy
vorbis_staticbook_pack
vorbis_staticbook_unpack
vorbis_window
_vorbis_window_get
_vp_ampmax_decay
_vp_couple_quantize_normalize
_vp_global_free
_vp_global_look
_vp_noisemask
_vp_offset_and_mix
_vp_psy_clear
_vp_psy_init
_vp_tonemask
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Hide-private-symbols.patch
Type: application/octet-stream
Size: 17385 bytes
Desc: not available
URL: <http://lists.xiph.org/pipermail/vorbis-dev/attachments/20180427/a5a51eeb/attach...
2006 Aug 08
1
Lancer 20060807 is out
...zation in _ve_amp.
* fix cache control code in accumulate_fit.
* fix incomplete cache control in mdct.
* remove exceptional process to zero in inspect_error.
* rearrange SSE optimized code in _encodepart.
2006/08/02 Lancer 20060802(test version for memory problem)
Changes:
* fix memory leak bug in _vp_psy_clear.
* replace GetTickCount to timeGetTime for precision.
* mdct_butterfly_first_backward is more pre-calculated now.
* modify SSE3 optimized code in mdct_butterfly_generic.
* stop forced-inlining: couple_lossless_ps, couple_lossless, precomputed_couple_point.
* introduce the lookup tables for fft'...