|
|
|
@4834
|
[4834]
|
3 years |
soohyunc |
print timestamp and seqno when sending XR (from data receiver)
-- this is …
|
|
|
|
@4833
|
[4833]
|
3 years |
soohyunc |
decay factor when calculating RTT is set to 0.95 (from ns-2 simulator), …
|
|
|
|
@4832
|
[4832]
|
3 years |
soohyunc |
RTT plot was a little bit hard to read the data points.
changed …
|
|
|
|
@4831
|
[4831]
|
3 years |
soohyunc |
It is critically important for TFWC (or any kind of ack-clock based CC …
|
|
|
|
@4830
|
[4830]
|
3 years |
douglask |
Few more VS 2010 fixes
|
|
|
|
@4829
|
[4829]
|
3 years |
douglask |
TargetName? wasn't set to uclmm, i.e. to generate uclmm.lib
|
|
|
|
@4828
|
[4828]
|
3 years |
douglask |
VS2010 project files that were forgotten to be checked-in
|
|
|
|
@4827
|
[4827]
|
3 years |
soohyunc |
copied Revision 4799 from mpeg branch done by Doug.
- copied log message …
|
|
|
|
@4826
|
[4826]
|
3 years |
soohyunc |
the byte-mode cwnd operation had a little mistake - Vic had to get …
|
|
|
|
@4825
|
[4825]
|
3 years |
soohyunc |
retrieve XR as much as it can, and also as fast as it can.
in order to do …
|
|
|
|
@4824
|
[4824]
|
3 years |
soohyunc |
"make realclean" really cleans up files which are not under version …
|
|
|
|
@4823
|
[4823]
|
3 years |
arowley |
Updated to work with Mingw32
|
|
|
|
@4822
|
[4822]
|
3 years |
arowley |
Forgot to run autoconf…
|
|
|
|
@4821
|
[4821]
|
3 years |
arowley |
Fixed some windows bugs that appeared when compiling on Windows 7
|
|
|
|
@4820
|
[4820]
|
3 years |
douglask |
Updated DeckLink? API IDL files to SDK 7.6
Added video\DeckLinkAPI_i.c & …
|
|
|
|
@4819
|
[4819]
|
3 years |
douglask |
Initial Visual Studio 2010 support
|
|
|
|
@4818
|
[4818]
|
3 years |
douglask |
Initial Visual Studio 2010 modifications
|
|
|
|
@4817
|
[4817]
|
3 years |
soohyunc |
We thought Vic is trying to retrieve XR (ackvec) before sending packets, …
|
|
|
|
@4816
|
[4816]
|
3 years |
soohyunc |
modified encoding time plot
|
|
|
|
@4815
|
[4815]
|
3 years |
soohyunc |
corrected a wrong comment and added (re)set_new_ack() methods.
|
|
|
|
@4814
|
[4814]
|
3 years |
soohyunc |
When TFWC is being operated by byte-mode cwnd, Vic should be able to send …
|
|
|
|
@4813
|
[4813]
|
3 years |
soohyunc |
accidently, added the same debug statement twice! - removed.
|
|
|
|
@4812
|
[4812]
|
3 years |
soohyunc |
-- TFWC's initial window size (in bytes) is set to 1460 bytes
-- TFRC …
|
|
|
|
@4811
|
[4811]
|
3 years |
soohyunc |
added a debug statement for printing sequence numbers that this AckVec? …
|
|
|
|
@4810
|
[4810]
|
3 years |
soohyunc |
forgot to comment out debug printf statement
|
|
|
|
@4809
|
[4809]
|
3 years |
soohyunc |
added TFRC's RTT update mechanism
|
|
|
|
@4808
|
[4808]
|
3 years |
soohyunc |
rename "cc_tfwc_trigger()" to "tfwc_trigger()".
|
|
|
|
@4807
|
[4807]
|
3 years |
soohyunc |
we need to pass every RTP data packet's seqno to TFRC sender as well.
|
|
|
|
@4806
|
[4806]
|
3 years |
douglask |
Add back MacOS X stuff for building universal library - 64 and 32 bit
|
|
|
|
@4805
|
[4805]
|
3 years |
douglask |
Deleted as they are generated files
|
|
|
|
@4804
|
[4804]
|
3 years |
soohyunc |
added TFRC sending and receiving mechanisms
(currently, TFRC's send rate …
|
|
|
|
@4803
|
[4803]
|
3 years |
soohyunc |
basic TFRC send/recv methods are added
- almost identical to TFWC up to …
|
|
|
|
@4802
|
[4802]
|
3 years |
soohyunc |
we didn't have to specify CtrlHandler? channel for the CC purposes.
|
|
|
|
@4801
|
[4801]
|
3 years |
soohyunc |
there was a typo when creating TfrcSndr? constructor
|
|
|
|
@4800
|
[4800]
|
3 years |
douglask |
Use HAVE_CONFIG_H preprocessor conditional for including uclconf.h,
a …
|
|
|
|
@4799
|
[4799]
|
3 years |
douglask |
Use HAVE_CONFIG_H preprocessor conditional for including uclconf.h,
a …
|
|
|
|
@4798
|
[4798]
|
3 years |
soohyunc |
added TFRC sender functions - mainly recv() method oriented.
|
|
|
|
@4797
|
[4797]
|
3 years |
soohyunc |
added necessary header files into TfrcSndr/TfrcRcvr?
and renamed …
|
|
|
|
@4796
|
[4796]
|
3 years |
soohyunc |
shut off some gcc-4.x warning messages: unused parameters
|
|
|
|
@4795
|
[4795]
|
3 years |
soohyunc |
added TFRC base class structure
|
|
|
|
@4794
|
[4794]
|
3 years |
soohyunc |
added a header file for the common variable definition
|
|
|
|
@4793
|
[4793]
|
3 years |
soohyunc |
TfwcSndr? and TfwcRcvr? were the base class for Transmitter class, making …
|
|
|
|
@4792
|
[4792]
|
3 years |
soohyunc |
there was a typo when creating bytes-mod cwnd operation.
|
|
|
|
@4791
|
[4791]
|
3 years |
soohyunc |
"make clean" didn't clean all necessary files.
|
|
|
|
@4790
|
[4790]
|
3 years |
soohyunc |
there was a mistake (when deciding this packet can be sent).
|
|
|
|
@4789
|
[4789]
|
3 years |
soohyunc |
Vic can be controlled by TFWC in byte mode:
- cwnd operates in byte mode …
|
|
|
|
@4788
|
[4788]
|
3 years |
soohyunc |
x-axis range for the cwnd graph
|
|
|
|
@4787
|
[4787]
|
3 years |
soohyunc |
EWMA packet size estimation has two coefficient
high coeff when frames …
|
|
|
|
@4786
|
[4786]
|
3 years |
soohyunc |
grep cwnd more precisely
|
|
|
|
@4785
|
[4785]
|
3 years |
soohyunc |
tagging in a right place, whether or not it is a new frame.
|
|
|
|
@4784
|
[4784]
|
3 years |
soohyunc |
create a field in pktbuf (i.e., bool tag) to indicate if this packet …
|
|
|
|
@4783
|
[4783]
|
3 years |
soohyunc |
calculated packet size using EWMA scheme
|
|
|
|
@4782
|
[4782]
|
3 years |
soohyunc |
added a mechanism to adjust "quantizer":
as long as cwnd allows: …
|
|
|
|
@4781
|
[4781]
|
3 years |
arowley |
Enabled building on mingw32 - note dx9feb2005.patch needed to patch …
|
|
|
|
@4780
|
[4780]
|
3 years |
douglask |
XML output from 'vic -Q' was not well-formed as it had two root elements. …
|
|
|
|
@4779
|
[4779]
|
3 years |
arowley |
Updated to work with mingw32
|
|
|
|
@4778
|
[4778]
|
3 years |
soohyunc |
copied Revision 4777 from the mpeg4 branch
(commit done by douglas)
Log: …
|
|
|
|
@4777
|
[4777]
|
3 years |
douglask |
With 'vic -Q' now also output the supported codecs
|
|
|
|
@4776
|
[4776]
|
3 years |
douglask |
Updated Windows build instructions.
|
|
|
|
@4775
|
[4775]
|
3 years |
douglask |
mingw related patches submitted by Andrew Rowley.
unrelated to patch, …
|
|
|
|
@4774
|
[4774]
|
3 years |
douglask |
MacOS X fix
|
|
|
|
@4773
|
[4773]
|
3 years |
douglask |
For the data sockets only, set the size of the send/recv IP buffers.
…
|
|
|
|
@4772
|
[4772]
|
3 years |
soohyunc |
corrected a mistake - this line should've been there in the first place.
|
|
|
|
@4771
|
[4771]
|
3 years |
soohyunc |
corrected a mistake - "now" is double type.
|
|
|
|
@4770
|
[4770]
|
3 years |
soohyunc |
record packet size and print
|
|
|
|
@4769
|
[4769]
|
3 years |
douglask |
x264 patch by Andrew Ford
With Andrew's x264 thread support I'm now able …
|
|
|
|
@4768
|
[4768]
|
3 years |
douglask |
Use fit_window procedure with Original size context menu entry as it work …
|
|
|
|
@4767
|
[4767]
|
3 years |
soohyunc |
no need to assign rtp header in this routine.
|
|
|
|
@4766
|
[4766]
|
3 years |
soohyunc |
variable name changed for consistency (and better reading)
|
|
|
|
@4765
|
[4765]
|
3 years |
douglask |
Extract from pthreads-win32 README:
Define PTW32_STATIC_LIB when building …
|
|
|
|
@4764
|
[4764]
|
3 years |
soohyunc |
continue from Revision 4752
(in preparation of cwnd computation in bytes)
|
|
|
|
@4763
|
[4763]
|
3 years |
soohyunc |
Subsequent to the Revision 4762... (to prevent from segfault)
had to …
|
|
|
|
@4762
|
[4762]
|
3 years |
soohyunc |
if packet re-ordering occurred before the first packet loss, then we do …
|
|
|
|
@4761
|
[4761]
|
3 years |
turam |
Properly map input pins to output pins (e.g. Winnov Videum); Select …
|
|
|
|
@4760
|
[4760]
|
3 years |
soohyunc |
added a method to return the average number of packets per video frame …
|
|
|
|
@4759
|
[4759]
|
3 years |
douglask |
Added some changes I was involved with
|
|
|
|
@4758
|
[4758]
|
3 years |
douglask |
Deleted user_hook procedure in accessgrid.tcl, identical user_hook …
|
|
|
|
@4757
|
[4757]
|
3 years |
douglask |
Put a return in to stop vic from crashing with EVO 640x480 RFC2190 H263 …
|
|
|
|
@4756
|
[4756]
|
3 years |
soohyunc |
Subsequently (Revision 4755 and 4753), we need to re-initialize state …
|
|
|
|
@4755
|
[4755]
|
3 years |
soohyunc |
-- we also need to revert to the earlier stage when TfwcSndr? received an …
|
|
|
|
@4754
|
[4754]
|
3 years |
soohyunc |
trim code looking/reading simpler
|
|
|
|
@4753
|
[4753]
|
3 years |
soohyunc |
(this commit re-writes the packet re-ordering policy done by Revision …
|
|
|
|
@4752
|
[4752]
|
3 years |
soohyunc |
-- trim unnecessary code
-- prepare cwnd computation in bytes
|
|
|
|
@4751
|
[4751]
|
3 years |
soohyunc |
fixing timer issue
|
|
|
|
@4750
|
[4750]
|
3 years |
douglask |
Inconsistency in ordering of MediaSubTypes? between SampleGrabber? and …
|
|
|
|
@4749
|
[4749]
|
3 years |
soohyunc |
remove *.tr trace files, too.
|
|
|
|
@4748
|
[4748]
|
3 years |
soohyunc |
timer's msched() parameter is in "Int" type.
previously, we've passed …
|
|
|
|
@4747
|
[4747]
|
3 years |
douglask |
Fixed pixel format conversion for DV and fallback RGB24
|
|
|
|
@4746
|
[4746]
|
3 years |
piers |
Added local (ie in VIC dir) include/lib paths for ffmpeg and x264 - Whilst …
|
|
|
|
@4745
|
[4745]
|
3 years |
piers |
Added GPL Release target
|
|
|
|
@4744
|
[4744]
|
3 years |
douglask |
Perform a 'scc.MaxOutputSize?.cy > max_height' test instead of …
|
|
|
|
@4743
|
[4743]
|
3 years |
soohyunc |
-- introduced quantizer_ variable in h.261 encoder
-- tfwc_snder trim …
|
|
|
|
@4742
|
[4742]
|
3 years |
soohyunc |
-- trim debug printing messages
|
|
|
|
@4741
|
[4741]
|
3 years |
soohyunc |
-- changed print cwnd information
previously, when there is no loss, …
|
|
|
|
@4740
|
[4740]
|
3 years |
soohyunc |
fixed configure script error
|
|
|
|
@4739
|
[4739]
|
3 years |
soohyunc |
-- corrected the skew'ed value to 10 usec.
|
|
|
|
@4738
|
[4738]
|
3 years |
soohyunc |
o there is about 4 usec time difference between Vic and Network device.
…
|
|
|
|
@4737
|
[4737]
|
3 years |
soohyunc |
Updated Tcl ui-main.tcl from mpeg4 branch
(including upto Revision 4735)
|
|
|
|
@4736
|
[4736]
|
3 years |
soohyunc |
modifed processing trace file
|
|
|
|
@4735
|
[4735]
|
3 years |
douglask |
Highlight video thumbnails with CornflowerBlue? for MacOS X Tcl/Tk 8.5 vic
|
|
|
|