Timeline
03/11/10:
- 22:59 Changeset [4684] by
- correct h264 and mpeg4 to correctly use FT_YUV_420 instead of FT_YUV_CIF, …
- 16:06 Changeset [4683] by
- (Tx buffer size) -- added a method to return the current transmission …
- 14:55 Changeset [4682] by
- -- framebase_ is composed of Y size + (U + V) size. (it's more …
03/07/10:
- 22:36 Changeset [4681] by
- Set network buffer size to 1024, if not sucessful, divide by 2 until a …
- 07:16 Changeset [4680] by
- For DirectShow? devices that can't capture < 480i, allow them to capture up …
- 06:23 Changeset [4679] by
- Handle "half", "original" and "double" resolutions when toggling a video …
- 04:43 Changeset [4678] by
- Disable sloppy focus and let the Window manger do the appropriate thing
- 03:36 Changeset [4677] by
- Chnages that were appied to TTk radio buttons weren't applied to the Tk …
03/06/10:
- 09:07 Changeset [4676] by
- Invoke restart command when a software radio button resize button is …
03/05/10:
- 20:09 Changeset [4675] by
- -- variables and funtions declaration for IP_TOS and SO_TIMESTAMP …
- 13:22 Changeset [4674] by
- One more typo I forgot to fix for 960p
- 13:12 Changeset [4673] by
- Change from SWS_FAST_BILINEAR to SWS_BILINEAR to avoid interlacing issues …
- 12:55 Changeset [4672] by
- Avoid using SWSCALE to scale 1920x1080 to 1920x1072 due to poor …
- 11:48 Changeset [4671] by
- Linux related fixes
- 01:49 Changeset [4670] by
- -- removed recv_xreport() from transmitter.cpp it is now called at …
03/04/10:
- 15:58 Changeset [4669] by
- -- printing seqno and now at the real location where the packet is …
- 15:12 Changeset [4668] by
- -- added packet reordering detection mechanism. (just detection only, …
- 15:05 Changeset [4667] by
- -- fixed buggy routines when receiving XR packets before sending packets …
03/03/10:
- 22:56 Changeset [4666] by
- Fixed typo of 9600p
- 00:02 Changeset [4665] by
- -- added methods/routines to get XR (ackvec) before sending packets every …
03/02/10:
- 22:19 Changeset [4664] by
- Remove -L/usr/lib (or -L/usr/lib64 and -L/usr/lib32) from Tcl/Tk linker …
- 19:36 Changeset [4663] by
- -- converted cc_tfwc_output() to virtual method we wanted to call …
- 18:23 Changeset [4662] by
- -- fixed segfault problem for TfwcSndr?'s Rtx Timer
- 12:44 Changeset [4661] by
- Removed dependency on ATL and atlbase.h in grabber-decklink.cpp. Added …
- 02:20 Changeset [4660] by
- -- added recv_xr() method this is to receive XR message just before …
- 00:52 Changeset [4659] by
- -- completed TFWC RTO calculation mechanism -- TFWC will go into timer-out …
03/01/10:
- 20:52 Changeset [4658] by
- -- added <stdlib.h> for the use of abort() function. -- missed to place …
- 20:29 Changeset [4657] by
- -- added a timer for calculating TFWC's retransmission timeout (To-do) …
- 13:12 Changeset [4656] by
- Initial ffmpeg's swcale support for decklink grabber
- 12:46 Changeset [4655] by
- Tcl/Tk code modifications for Blackmagic DeckLink? grabber panel
02/27/10:
- 02:48 Changeset [4654] by
- capture XR timestamp at CtrlHandler::recv() -- it could save around 0.5 …
- 01:20 Changeset [4653] by
- -- changed TfwcSndr?'s XR reception path TFWC sender can now parse …
02/26/10:
- 16:16 Changeset [4652] by
- -- changed loss detection mechanism in a simpler way (previously, we …
- 06:04 Changeset [4651] by
- Change default fallback pixelformat from MEDIASUBTYPE_RGB24 to …
02/25/10:
- 23:32 Changeset [4650] by
- printing RTT and SRTT
- 15:31 Changeset [4649] by
- gnuplot scripts for drawing (received seqno)/(dropped seqno)/cwnd/ALI etc.
- 14:57 Changeset [4648] by
- -- argv order was in error for the "asv" tool -- "o.sh" script can now …
- 14:52 Changeset [4647] by
- this tool can now specify the output file name: Usage: ./asv <desired …
- 13:56 Changeset [4646] by
- added title in gnuplot
- 02:47 Changeset [4645] by
- included TCP formula in TFRC sender
02/24/10:
- 14:09 Changeset [4644] by
- added TCP throughput equation and its inverse function
- 13:39 Changeset [4643] by
- fixed a configure script syntax error - this error has been sitting there …
02/23/10:
- 18:12 Changeset [4642] by
- removed unnecessary printf statement.
- 17:04 Changeset [4641] by
- changed file name for plotting script
- 16:22 Changeset [4640] by
- shut off printing HISTORY items
- 16:16 Changeset [4639] by
- grep cwnd and ALI information from the trace file and plot those graphs.
- 15:53 Changeset [4638] by
- fixed bugs: loss history calculation -- there was a bug to calcuate …
- 00:33 Changeset [4637] by
- printing format changes
- 00:12 Changeset [4636] by
- changed printing format
02/22/10:
- 19:26 Changeset [4635] by
- fixed sampled RTT calculation: := (now - timestamp associated with XR's …
- 18:19 Changeset [4634] by
- "experimental packet counter" to introduce a deterministic loss rate
- 17:56 Changeset [4633] by
- printing HISTORY method had an item off by one, especially HIST1.
- 09:20 Changeset [4632] by
- Disable the normal/medium button for devices that can only capture …
02/21/10:
- 02:50 Changeset [4631] by
- Needed to add call to Grabber::timeout() for Windows DeckLink? grabber, …
02/20/10:
- 02:16 Changeset [4630] by
- Startup performance boost by providing a cutdown tclInit procedure which …
- 02:07 Changeset [4629] by
- Fix for no return value error with VisualStudio?
- 00:35 Changeset [4628] by
- (1) average loss interval should be an integer variable (2) tsvec_ …
02/19/10:
- 23:36 Changeset [4627] by
- printing average loss interval
- 17:07 Changeset [4626] by
- Fixed a Tcl syntax error: there was a syntax error in Tcl (string …
- 16:51 Changeset [4625] by
- added a Tcl script for easy experiment what you can do with this script …
02/18/10:
- 23:58 Changeset [4624] by
- Updated comment on re-instated connect() call.
- 23:54 Changeset [4623] by
- Re-instated connect() call on send socket - so that the getsockname() call …
- 19:56 Changeset [4622] by
- We don't need to send AoA (Ack of Ack) on every data packet. Specially, …
- 19:14 Changeset [4621] by
- (1) TfwcSndr? had a different gettimeofday for any kind of timing related …
- 18:12 Changeset [4620] by
- Added dependency on x264.h include file to ensure x264 is made and …
02/17/10:
- 18:42 Changeset [4619] by
- modifed comments according to Revision 4617
- 18:17 Changeset [4618] by
- modified gnuplot script
- 17:36 Changeset [4617] by
- *** Vic can send packets out within the encoding loop *** as long as …
- 16:35 Changeset [4616] by
- changed a confusing variable name to a right one: o num_frame_ has …
- 16:07 Changeset [4615] by
- corrected misleading variable name: o num_frame_ is confusing as it …
02/15/10:
- 21:14 Changeset [4614] by
- sync'ed time measurement method among grabber/session …
02/14/10:
- 12:30 Changeset [4613] by
- MacOS X Tcl/Tk 8.5 GUI fixes
02/12/10:
- 14:28 Changeset [4612] by
- Transmitter::flush() shouldn't be really called by encoder. It will …
02/11/10:
- 19:33 Changeset [4611] by
- (1) changed printing to stderr instead of stdout this is because stdout …
- 19:30 Changeset [4610] by
- Transmitter timestamp and its offset.
- 19:29 Changeset [4609] by
- forgot to comment out debug message
- 19:26 Changeset [4608] by
- set timestamp offset (to align timestamp with Transmitter and Encoder)
- 17:40 Changeset [4607] by
- print out debug message to stderr instead of stdout
- 17:04 Changeset [4606] by
- print out debug message to stderr instead of stdout
- 17:02 Changeset [4605] by
- print out debug message to stderr instead of stdout
02/10/10:
- 14:32 Changeset [4604] by
- Modifications to allow redirecting the stdout of 'vic -Q' on Windows to a …
02/09/10:
- 12:58 Changeset [4603] by
- Added -Q switch to query input devices and list each device's name, ports, …
Note: See TracTimeline
for information about the timeline view.
