Timeline
03/19/99:
- 14:08 Changeset [2302] by
- - String matching to correlate wave in/out with mixer. Seems happy enough …
- 11:56 Changeset [77] by
- MSVC does not support strtok_r. Replaced with strtok.
- 10:31 Changeset [76] by
- - Memory leak in overlapping_words fixed.
- 09:08 Changeset [75] by
- Added overlapping_words which returns the number of overlapping words in …
03/18/99:
- 14:28 Changeset [2301] by
- - Typo corrections for mixer port stuff was at home and none of the …
- 10:29 Changeset [2300] by
- - Fix for audio interfaces that fail init. (Soundcard came out of my …
- 09:08 Changeset [2299] by
- - Port selection mods to fit in with audio interface changes.
03/17/99:
- 16:54 Changeset [2298] by
- - Mods to sgi interface - sgi compiler warnings addressed, picky, picky, …
- 16:21 Changeset [2297] by
- - Added bug note - cannot match mixers to wave in/out devices when …
- 15:34 Changeset [830] by
- Moved all winsock.h dependencies into config.h file - commented out of …
- 15:20 Changeset [829] by
- Added IFDEF's fill out ipv6_mreq struct correctly for Dassault, Solaris7 …
- 14:54 Changeset [828] by
- Added additional code and ifdef's for Microsoft IPv6
- 14:41 Changeset [827] by
- Added graceful exit when no ipv6 support compiled in.
- 12:26 Changeset [2296] by
- - Fixed sparc audio interfaces to align with new mixer port code.
- 10:07 Changeset [2295] by
- - Attempt to constrain windows better by calculating average wifdth per …
- 08:57 Changeset [2294] by
- - Now reclaim used write buffers before performing write, rather than …
03/16/99:
- 14:24 Changeset [2293] by
- - 2 memory leaks in mixer control overlooked. Fixed. - Purge quotes from …
- 14:02 Changeset [2292] by
- - Loopback slotted back into Win32 driver interface.
- 12:43 Changeset [2291] by
- - First pass at input line gain and mute control without string matching. …
03/15/99:
- 22:42 Changeset [2290] by
- - Now remove bitmaps from control buttons before updating label. - Changed …
- 22:37 Changeset [2289] by
- - Added more debugging code. - Still not working (grrr!).
- 14:46 Changeset [2288] by
- - Moving towards new mix interface. Not quite there yet, but need to …
- 09:20 Changeset [2287] by
- The long winded problem is that the string matching code to locate the …
03/13/99:
- 17:02 Changeset [2286] by
- - Bug in vanilla encoder with variable frame codecs - it was packing state …
- 14:48 Changeset [2285] by
- - Error in bit packing when packed length equals the length buffer being …
03/12/99:
- 13:56 Changeset [2284] by
- - Now link against tk.res - Provides graphics for checkbuttons, icon, …
03/11/99:
- 16:29 Changeset [2283] by
- - Added check for 3d enabled and can decode if format incompatible and …
- 15:35 Changeset [2282] by
- - Fix to fix - missed compiler warning!
- 15:20 Changeset [2281] by
- - Hopefully fixed RTCP problems arising from deletion and entries and …
- 11:35 Changeset [74] by
- - Removed debug message from purge string. Happy this works.
- 11:33 Changeset [1105] by
- /DEF screws things up it exports symbol defs for dll preparation. …
- 11:06 Changeset [2280] by
- - Type warnings resolved for vc6.0.
- 08:48 Changeset [1104] by
- - Added /DEF to linker options for tcl library. Should fix imported …
03/10/99:
- 19:57 Changeset [2279] by
- - Now flush device after changing read parameters. Recommended in Sun …
- 17:22 Changeset [2278] by
- - Added audio_non_block to the audio_open sequence. Not necessary on most …
- 17:18 Changeset [2277] by
- Changed sparc_audio_wait_for to wait for only 1 select. Was waiting until …
- 16:08 Changeset [2276] by
- Updates for win32 Colin
- 14:47 Changeset [73] by
- Fix compilation on Win32 WARNING -- the format of the mbus registry …
03/08/99:
- 23:08 Changeset [2275] by
- - start of test framework for debugging redundancy.
- 22:20 Changeset [2274] by
- - Using sentinel in sample type conversions, rather than redundant 3rd …
- 20:34 Changeset [2273] by
- - First pass at redundancy decoder. Debugging and fixes to follow. - …
03/07/99:
- 20:57 Changeset [2272] by
- Process mbus messages whilst we are updating the ui, else we overflow the …
- 20:54 Changeset [2271] by
- Debugging code; fix indentation in places (someone's been using the MS …
- 20:04 Changeset [2270] by
- Mu -> � :-) (okay, so I got bored whilst working on other stuff...)
- 19:24 Changeset [2269] by
- Syncing: - redundancy set, get parameters. - codec string length checking …
03/05/99:
- 16:43 Changeset [2268] by
- Add -Wno-implicit-int since the Solaris7 header files are crap.
- 16:42 Changeset [2267] by
- Fix ambiguous if statement which egcs-1.1.1 disliked.
- 16:37 Changeset [72] by
- Fixes for compilation on Solaris7
03/03/99:
- 23:28 Changeset [2266] by
- - First pass at redundant encoder for 3.3. - No hooks into app yet, and no …
- 16:42 Changeset [2265] by
- - 2 bit masking bugs in g726-40 decoder fixed. Pretty happy all G726 …
- 00:40 Changeset [2264] by
- - Oops forgot to add interface files for G726. Here they are…
- 00:39 Changeset [2263] by
- - Added Sun's G726 coder (was 72x but now unified in 726). - Moved dvi …
03/02/99:
- 10:27 Changeset [2262] by
- Fix typos in codec descriptions
02/28/99:
- 23:53 Changeset [71] by
- Updates to RTCP sending code…
02/27/99:
- 16:42 Changeset [2261] by
- - File re-organization in preparation for redundancy channel coder. - …
- 10:46 Changeset [2260] by
- - Remap codecs now checks codec being mapped is not one of encodings being …
02/25/99:
- 02:31 Changeset [2259] by
- - Most of the stuff in the ui for payload mapping (one job that should …
- 01:35 Changeset [2258] by
- - ui_update_codec updates specific codec info in ui. Used for passing …
02/24/99:
- 19:24 Changeset [2257] by
- - Consistency in codec long names - now all end Mono / Stereo. Some were …
- 13:42 Changeset [2256] by
- - Codecs sent to ui only at start up. - ui works out which redundant …
- 09:29 Changeset [2255] by
- Fed up and frustrated with audio processing, trying to break ui by moving …
02/23/99:
- 22:22 Changeset [2254] by
- - Removed output channels from audio device settings. Format user selects …
- 20:51 Changeset [2253] by
- - Receive codec now ignores requested codec if not mapped to a payload.
- 20:43 Changeset [2252] by
- - Added -codecs command line flag to dump list of codec names, channel, …
- 18:01 Changeset [2251] by
- - Fixed bug in source_create in decode path planning.
- 15:26 Changeset [2250] by
- - Bug in size mapping when converting from device format to tool format …
- 08:59 Changeset [2249] by
- - Changed select and wait for mechanism as in non device blocking mode …
02/22/99:
- 22:33 Changeset [2248] by
- - Buffer conversion code inside audio interface for converting between …
- 08:56 Changeset [2247] by
- - Added memchk to codec_state_store_expand. - When changing primary codec …
02/21/99:
- 23:32 Changeset [2246] by
- - Had "weird" problem with cushion size adjustment when not receiving …
- 13:12 Changeset [2245] by
- Remove references assert.h, since it's in config_*.h now. Fix compiler …
- 12:48 Changeset [2244] by
- Documentation updates (no, really) Cleanup on main.c Colin
- 12:48 Changeset [70] by
- Fix -optimize option.
- 11:49 Changeset [2243] by
- Cleanup some of the conference bus stuff... the UI is now only processed …
02/20/99:
- 12:10 Changeset [2242] by
- - Included codec_types.h in audio.h.
- 11:58 Changeset [1221]
- This commit was manufactured by cvs2svn to create tag 'release_8_0_3ucl3'.
- 11:58 Changeset [1220]
- This commit was manufactured by cvs2svn to create tag 'rat_4_0_0'.
- 11:58 Changeset [1219] by
- - Added parentheses around to address msvc warning.
- 11:36 Changeset [2241] by
- - Added source flush if mix fails (source sample rate change). - Added …
02/19/99:
- 19:23 Changeset [2240] by
- - Added back functions to get playout delay and amount of audio buffered. …
- 18:22 Changeset [2239] by
- - Added back filtering so if source does not have converter enabled and …
- 15:43 Changeset [2238] by
- - Removed session encoding[0] dependancy from mix_create since it …
- 11:31 Changeset [2237] by
- Many changes here. The really important deal is the audio device setup …
- 00:48 Changeset [69] by
- Minimal support for sending RTCP packets (empty RR followed by CNAME). It …
02/18/99:
- 19:32 Changeset [68] by
- Fix buffer overrun problem.
- 19:32 Changeset [2236] by
- Change addressing scheme to match new (upcoming) spec
- 19:27 Changeset [67] by
- Remove channel ID from mbus code.
- 19:26 Changeset [2235] by
- Remove channel ID from mbus_init()
- 18:00 Changeset [66] by
- syncing up…
- 16:27 Changeset [65] by
- RTP updates... - code cleanup - calculates avg_rtcp_size correctly - …
- 14:11 Changeset [2234] by
- Remove support for multiple mbus channels. Note that the session struct …
02/17/99:
- 23:06 Changeset [2233] by
- - Separated sample buffer operations into audio_util.c from audio.c since …
- 15:34 Changeset [2232] by
- Reception report processing was using the sender report SSRC, which caused …
Note: See TracTimeline
for information about the timeline view.
