{5} Assigned, Active Tickets by Owner (Full Description) (4 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

anonymous

Ticket Summary Component Milestone Type Severity Created
Description
#208 Heather standards AnnodexFirefoxExtension Beta 5 enhancement blocker 2006-01-11

When the "next clip" or "previous clip" buttons are used and there is no next or previous clip, firefox crashes.

For firefox 1.0.7 on windows.


conrad

Ticket Summary Component Milestone Type Severity Created
Description
#391 audio only content streaming is not possible (causes a cpu usage of 100% on the server) mod_annodex enhancement normal 2006-05-16

If audio only content is accessed apache2 causes 100% CPU usage and streams continuously odd data until you restart apache2.

Therefore the audio only playback in the firefox plugin is not possible and a attempt will freeze the apache2 server.

An sample URL: http://media.aidabrowser.com/medium/CSIRO/sciweb/00-4-5.anx

You should try a wget on this file when mod_annodex is enabled - you will see that apache2 sends a endless data stream and cause a 100% cpu usage. wget on this file works fine if mod_annodex is not enabled.


#419 speex: use of static speex modes fails on Windows libfishsound defect normal 2008-10-06

Here's a problem with the speex support: There's a line like

/* XXX: set wb, nb, uwb modes */ /* These modes are declared const in speex 1.1.x, hence the explicit cast */ mode = (SpeexMode? *)&speex_wb_mode;

in speex.c in the trunk. This causes linker errors on windows. Please replace this with the following code:

/* XXX: set wb, nb, uwb modes */ /* These modes are declared const in speex 1.1.x, hence the explicit cast */ mode = (SpeexMode? *)speex_lib_get_mode(SPEEX_MODEID_WB);

It works for me, but I don't know whether it will work with speex < 1.2beta (that's the version I have installed) and whether it will work on an os != win32.

-Matthias


wiking

Ticket Summary Component Milestone Type Severity Created
Description
#421 Colours in liboggplay are wrong liboggplay defect normal 2008-10-06

The background in this video is gray in liboggplay, but white in other players:

http://www.bluishcoder.co.nz/5lt9e4ayf7oe.ogg


Note: See TracReports for help on using and creating reports.