Timeline
11/24/99:
- 19:56 Changeset [2959] by
- - Packet spike defense. Sounds good with spikes on sessions tested so …
- 18:25 Changeset [2958] by
- And change them all to be uint32, etc
- 18:09 Changeset [316] by
- Cosmetic fixes
- 18:05 Changeset [315] by
- Fixes for the uint32_t mess
- 16:58 Changeset [314] by
- Sigh. Starting to change to uint..._t instead. Don't update yet.
- 16:39 Changeset [313] by
- More encryption fixes…
- 16:12 Changeset [312] by
- - uint32 -> u_int32_t
- 15:59 Changeset [2957] by
- This is revolting…
- 15:50 Changeset [311] by
- Sigh. Linux has u_int32_t but Solaris/FreeBSD have uint32_t. Workaround.
- 13:10 Changeset [2956] by
- Global change of integer types, and removal of compatibility defines: …
- 13:02 Changeset [310] by
- - Fix uninitialized use of session->last_update in RTP code - Fix …
11/22/99:
- 15:20 Changeset [2955] by
- - Playout calc revisions: only update transit if: (a) source is new. …
11/21/99:
- 21:45 Changeset [2954] by
- - Added endian define hacks for rtp library. - To write an autoconf …
- 21:44 Changeset [2953] by
- - Fixes for compilation with -fbounds-checking.
- 21:26 Changeset [309] by
- - Added test for WORDS_BIGENDIAN to bottom of acconfig.h. Now defines …
- 10:17 Changeset [2952] by
- - gcc -O uninitialization bug workaround.
11/20/99:
- 17:06 Changeset [308] by
- Use AC_DEFINE() instead of adding -DDEBUG or -DDEBUG_MEM to CFLAGS. Add …
- 15:32 Changeset [307] by
- - size_t cast for strlen when -fbound-checking.
- 15:31 Changeset [306] by
- - Added: --enable-bounds --enable-debug --enable-debug-mem
- 15:30 Changeset [305] by
- - compiler warning about uninitialized vars fixed.
- 15:30 Changeset [304] by
- - rtp_[sg]etopt no longer have aborts. - both rtp_[sg]etopt return TRUE on …
- 15:12 Changeset [303] by
- Quality Control... - rtp_get_opt did not always return value. - okay, …
11/19/99:
- 16:53 Changeset [2951] by
- - Moved participant sequencer into persistent database entry rather than …
- 09:33 Changeset [2950] by
- - Removed refs to sp->cur_ts in source_process packets. - Moved …
- 00:15 Changeset [302] by
- Make sure to get MD5* functions from libcommon as opposed to the …
11/18/99:
- 22:49 Changeset [301] by
- Use GNU autoconf for configuration. All OS-specific #if's should migrate …
- 15:18 Changeset [2949] by
- - Yet another repair tweak.
- 14:51 Changeset [2948] by
- - More repair fixes. Only got half of last set in (have 2 copies of …
- 14:26 Changeset [2947] by
- - Refinements in repair decision. - Tidied up debug message from mixer.
- 14:10 Changeset [2946] by
- - Removed unnecessary debug messages.
- 02:16 Changeset [2945] by
- - Added user note field. End of UI tweaks.
- 01:21 Changeset [2944] by
- Core dumps on exit overspilled the barrel. Temporary fixes for issues to …
- 00:58 Changeset [2943] by
- - Fixed div by zero bug (doh!) in source_get_skew when no samples decoded. …
11/17/99:
- 22:28 Changeset [2942] by
- - All panels now consistent. What a waste of time at the wrong time…
- 21:56 Changeset [2941] by
- - About panel now consistent with main panel. Only Options window to go.
- 21:29 Changeset [977] by
- Tidied up command line option specification string - which is passed …
- 21:26 Changeset [976] by
- Fixed bug in constructor - In initialising an array it overstepped by one …
- 18:13 Changeset [2940] by
- - File Window now consistent with user info and main panel.
- 17:35 Changeset [2939] by
- - stats panel tweaks.
- 17:19 Changeset [2938] by
- - Added skew to stats panel. - Made stats panel consistent with UI. - …
- 15:59 Changeset [2937] by
- - Changed source processing to use next_played rather than last_played. …
11/16/99:
- 22:47 Changeset [300] by
- Actually fill buffer with random data, as opposed to just using whatever …
- 18:27 Changeset [2936] by
- - Removed annoying debug messages.
- 17:49 Changeset [2935] by
- - Automatically destroy participant windows with source.remove
- 17:20 Changeset [2934] by
- - Added bps to ui and update messages.
- 15:34 Changeset [2933] by
- - Lost bold font. - Tidied up front panel.
- 11:06 Changeset [2932] by
- - Removed {show,hide}_audio_busy and ui handling for such. Not used and …
- 10:44 Changeset [2931] by
- - Added ts_to_us. Useful for logging.
- 10:43 Changeset [299] by
- - Added check for HOME environment variable before doing getpwuid. Order …
11/12/99:
- 18:13 Changeset [2930] by
- - Added emergency buffer adaptation. When playing classical music (for …
- 10:56 Changeset [2929] by
- - Use WaitForSingleObject? on event that never gets signalled rather than …
11/11/99:
- 18:43 Changeset [2928] by
- - Fix for machines without CD. Need to check what we are changing from …
- 18:17 Changeset [2927] by
- - Oops. Was freeing packet 5 lines prematurely. Hazards of cutting a …
- 18:04 Changeset [2926] by
- - Fix for converted bitmaps. Awk script didn't work properly, probably …
- 17:57 Changeset [2925] by
- - Added dual formatting for MSVC.
- 17:50 Changeset [2924] by
- - Added extra select in main_ui. Just to block and conserve CPU. - When …
- 16:37 Changeset [2923] by
- - Reversed out last changes.
- 16:23 Changeset [2922] by
- - More UI tweaks. If people hate it we change it back. I prefer this …
- 15:24 Changeset [2921] by
- - ui tweaks. Removed some dead wood. Tidied up input out selection stuff …
- 13:20 Changeset [2920] by
- - Fixed bandwidth estimator, was commented out after playout calc shift. - …
- 12:45 Changeset [2919] by
- - Sync MODS - Save and restore audio input and output ports when …
- 11:41 Changeset [2918] by
- - Added VAT trick of subtracting a few of frame durations when marker …
- 09:55 Changeset [2917] by
- - Errata 1. Do not adjust avg_transit when doing buffer skew adaptation …
11/10/99:
- 18:31 Changeset [2916] by
- - Use avg_transit if close to transit time of last packet. It's the …
- 18:11 Changeset [2915] by
- - Removed commented out debugging code.
- 18:00 Changeset [2914] by
- - Revised skew adaptation. Now compares transit time in use with …
- 13:38 Changeset [2913] by
- - Changed playout buffer length estimation to use transit times and …
- 13:11 Changeset [298] by
- Adding things to MODS, so I don't forget what we have to implement... …
- 12:42 Changeset [2912] by
- - Moved all packet processing out of rtp_callback.c and into …
11/09/99:
- 19:17 Changeset [2911] by
- - Added avg_transit. This is the only way to estimate clock skew. Using …
- 18:34 Changeset [297] by
- - Removed btree_get_element_count. Superfluous.
- 18:28 Changeset [296] by
- - Added btree_get_max_key and btree_get_element_count.
11/08/99:
- 22:10 Changeset [295] by
- Additional fixes from Markus, which got missed before... Colin
- 05:07 Changeset [294] by
- ******important****** You MUST delete your ~/.mbus file (or the registry …
11/07/99:
- 20:15 Changeset [293] by
- version -> 1.0.10 (I have mbus patches from Markus Germeier which I will …
11/06/99:
- 14:21 Changeset [2910] by
- - Added back default port.
- 14:04 Changeset [2909] by
- - Loosen argument check slightly.
- 14:00 Changeset [2908] by
- *** IMPORTANT *** - Changed luigi_audio_drain to reset, sync, and read …
11/05/99:
- 18:09 Changeset [975]
- This commit was manufactured by cvs2svn to create tag …
- 18:09 Changeset [974] by
- new version - experimental
- 18:09 Changeset [973] by
- Updated for version 1.1.0
- 18:06 Changeset [972] by
- Changed number of layers option to use '-j'
- 18:06 Changeset [2907] by
- - Added signal handler to main_control.c. - Changed main_engine signal …
- 17:45 Changeset [971] by
- Extended buffers for cmd line parsing
- 14:47 Changeset [970] by
- Updated to use packet buffer
- 14:22 Changeset [2906] by
- ->4.1.2
- 14:20 Changeset [2905] by
- - check if the user supplied any command line arguments. - Added usage. …
- 13:46 Changeset [969] by
- Updated VC++ project files for layered codec's and pvh. Also generated new …
- 13:43 Changeset [968] by
- Added info about UCL
- 13:39 Changeset [967] by
- Added layer and PVH support
- 13:39 Changeset [966] by
- Updated for new packet buffer class
- 13:10 Changeset [965] by
- Added command line options for layered support
- 12:30 Changeset [964] by
- Altered to use new packet buffer class from MASH
- 12:27 Changeset [963] by
- Added for pvh codec
- 11:48 Changeset [962] by
- Added new packet buffer class (from MASH) for layered support.
- 11:46 Changeset [961] by
- Packet buffer files from MASH - RTP specific so that when a new packet …
- 11:44 Changeset [960] by
- Modified to support new packet buffer class.
- 11:43 Changeset [959] by
- New PVH codec from MASH, plus associated files (pvh-huff.c/h were …
- 11:36 Changeset [958] by
- Modified to suuport use of new packet buffers (from MASH) with layered …
- 11:33 Changeset [957] by
- ALtered for Layered support using new packet buffer from MASH. So encoders …
- 11:29 Changeset [2904] by
- - Fix converter_steps. Oops, was returning wrong value and causing core …
- 11:24 Changeset [956] by
- Adding layered support and PVH codec rtp.h - RTP_PT_PVH/LDCT added …
- 11:17 Changeset [955] by
- net.cpp - made send (pb) call send(data,len), commented out send(const …
- 11:16 Changeset [954] by
- Removed spurious debug messages.
- 11:15 Changeset [953] by
- Adding layered support and PVH codec: cf-main.tcl - new rtp_types for …
- 11:12 Changeset [952] by
- Added new buffer handling classes taken from MASH: pktbuf-rtp.h class …
- 11:09 Changeset [2903] by
- # Gain sliders use scale widget and this invokes it's -command option # …
11/04/99:
- 19:39 Changeset [2902] by
- - Added tvar, a function to watch changes to variables and trace stack. …
- 14:47 Changeset [2901] by
- - Added debug messages to verify echo suppression transitions. It works …
11/03/99:
- 11:59 Changeset [2900] by
- - Added echo suppression back.
11/02/99:
- 17:28 Changeset [2899] by
- Code eugenics. Replaced big case statement selection lists with define …
- 16:42 Changeset [2898]
- This commit was manufactured by cvs2svn to create tag 'rat_4_1_1'.
- 16:42 Changeset [2897] by
- Fix "make tgz" target
- 16:37 Changeset [2896] by
- debugging updates for the weird bug.
- 16:25 Changeset [292]
- This commit was manufactured by cvs2svn to create tag …
- 16:25 Changeset [291]
- This commit was manufactured by cvs2svn to create tag 'rat_4_1_1'.
- 16:25 Changeset [290]
- This commit was manufactured by cvs2svn to create tag 'nte_2_0'.
- 16:25 Changeset [289]
- This commit was manufactured by cvs2svn to create tag 'common_1_0_9'.
- 16:25 Changeset [288] by
- Added release date
- 16:25 Changeset [2895] by
- Added release date
- 16:22 Changeset [2894] by
- - Don't load render3D setting.
- 15:40 Changeset [287] by
- Delete RTP database entries which haven't been heard from for more than 5 …
- 00:12 Changeset [286] by
- Fix small bug in previous…
- 00:03 Changeset [285] by
- Update rtp_setopt() and rtp_getopt(). Remove rtp_weak_validation()
11/01/99:
- 21:55 Changeset [2893] by
- Unix compilation fixes…
- 16:46 Changeset [2892] by
- - More linkage tweaks. - Warning changes to win32 audio device write fn.
- 15:47 Changeset [2891] by
- - Assorted linkage re-jingles. Link necessary libraries only. - Moved …
- 15:30 Changeset [2890] by
- Add InstallShield? config file.
- 15:16 Changeset [2889] by
- Note that layering is broken. Remove those bugs we've fixed.
- 15:15 Changeset [2888] by
- Implement "-pt" option
- 15:05 Changeset [2887] by
- Fix -allowloopback option
- 15:03 Changeset [2886] by
- Fix audio.channel.repair() processing
- 14:43 Changeset [2885] by
- Implement "-repair" option, and cleanup inconsistent mbus messages.
- 14:33 Changeset [2884] by
- Implement -sync
- 14:31 Changeset [2883] by
- Implement -agc and -silence options.
- 14:24 Changeset [2882] by
- - Added tuple structure for mbus command reception handling.
- 14:11 Changeset [2881] by
- Headers for previous…
- 14:11 Changeset [2880] by
- Remove 500 lines of unused option parsing code from session.c
- 14:04 Changeset [2879] by
- Implement "-r codec/offset" command line option to enable redundancy.
- 13:46 Changeset [2878] by
- MODS…
- 13:40 Changeset [2877] by
- Fix passing mbus addresses to the routines which deal with the UI.
- 13:35 Changeset [2876] by
- Sigh. Helps if you get the arguments in the right order…
- 13:23 Changeset [2875] by
- - added echo suppression and audio loopback messages and updates.
- 13:00 Changeset [2874] by
- Implement "-f codec" option in the controller. Need to update the media …
- 12:53 Changeset [2873] by
- - More ui consistency updates. agc, playout limits, etc
- 12:06 Changeset [2872] by
- Implement -K/-crypt option (the underlying RTP library doesn't support it …
- 12:00 Changeset [2871] by
- Implement -C option (change to session_t, so you'll probably have to …
- 11:52 Changeset [2870] by
- - Added ui_update_{repair,converter} to ui_initial_settings.
- 11:44 Changeset [2869] by
- - Compiler warning fixes in mbus_engine.c (uninitialized vars if …
- 11:35 Changeset [2868] by
- Reorder command line argument parsing code so that we send the message to …
10/31/99:
- 19:19 Changeset [2867] by
- Major changes to the initialization and rendezvous code, to remove race …
- 19:16 Changeset [284] by
- Add mbus_rendezvous_waiting() and mbus_rendezvous_go() to enable easy …
10/30/99:
- 11:14 Changeset [2866] by
- - Put cont_toged check into source_process packets. Added check for …
- 10:00 Changeset [2865] by
- - Put initialize sp->cur_ts in main_engine immediately after device …
- 08:33 Changeset [2864] by
- - Now initialize sp->cur_ts in session_init. I believe this fixes …
10/29/99:
- 11:12 Changeset [283] by
- Ignore ECONNREFUSED in net_udp.c
10/28/99:
- 16:31 Changeset [2863] by
- Fix version number
- 15:16 Changeset [2862] by
- More windows fixes…
- 14:39 Changeset [2861] by
- More cleanups to the UI code... should now exit cleanly.
- 14:21 Changeset [2860] by
- Cleaning it up.... move some more command parsing into C, rather than Tcl.
- 12:53 Changeset [2859] by
- Moving the Tcl/Tk initialisation earlier. This is the start of a series of …
10/27/99:
- 12:10 Changeset [2858] by
- - Fixed two step conversion logic. I must have broke it a while ago and …
10/26/99:
- 17:11 Changeset [2857] by
- Random windows updates…
- 15:30 Changeset [2856] by
- Multiprocess version now runs (well, crawls...) under windows. :-) Colin
10/25/99:
- 10:49 Changeset [2855] by
- - Unrolled stereo upsampling loops and fixed 1 sample overrun.
Note: See TracTimeline
for information about the timeline view.
