22
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
funny typo.. More... almost 15 years ago
legacyresample element from gst-plugins-bad-0.10.10 More... almost 15 years ago
make liveadder usage controllable with a #define More... almost 15 years ago
add PSI_FIXED_RATE envvar for controlling the fixed rate. 0 can be used to disable rate fixing (this will break echo canceling). changed the default fixed rate from 22050 to 16000, to match our speex codec. More... almost 15 years ago
add PSI_RTP_LATENCY envvar More... almost 15 years ago
when dsp is destroyed, properly unhook itself from global space even if there is no probe. also, a small thread-safety fix. More... almost 15 years ago
some clock sharing fixes More... almost 15 years ago
send pipeline clock is always the master. properly handle clock changes (this happens if recv is active and send starts/stops). properly handle clock reffing and cleanup. make PSI_NO_SHARED_CLOCK actually work. More... almost 15 years ago
when doing device rescans prior to starting send/recv operations, only rescan for input devices when sending and output devices when receiving. More... almost 15 years ago
don't use liveadder for now More... almost 15 years ago
better clock sharing handling. remove compile-time define and add support for a PSI_NO_SHARED_CLOCK environment variable, to disable shared clocks at runtime for debugging purposes More... almost 15 years ago
wrap clock sharing in a define, so it can be turned off for debugging if desired More... almost 15 years ago
qstrdup uses new[], so we have to use delete[]. wow More... almost 15 years ago
make it possible to set the ksvideosrc device-index through the PSI_KSVIDEOSRC_INDEX environment variable. this should suffice as a lame hack until we have real device enumeration support with ksvideosrc. More... almost 15 years ago
change titlebar to say "demo". don't show File menu on Mac, since it is empty. More... almost 15 years ago
report latency properly More... almost 15 years ago
unset GST_PLUGIN_PATH from the environment if manual plugin loading is used More... almost 15 years ago
for now, only apply explicit latency to audio sinks More... almost 15 years ago
obey latency_time/buffer_time values More... almost 15 years ago
maybe make non-latin file paths work? More... almost 15 years ago
lower latency audio More... almost 15 years ago
don't insert speexdsp into a video chain! More... almost 15 years ago
don't display driver name on win/mac More... almost 15 years ago
blarg, compile fix More... almost 15 years ago
allow set_caps to be called multiple times, as long as the caps are the same as before. this is needed for compatibility with ximagesink. More... almost 15 years ago
only look up what was asked for More... about 15 years ago
case insensitivity in payload-type names More... about 15 years ago
print warning if fwrite fails More... about 15 years ago
cast timestamps to gint64 before diffing More... about 15 years ago
echo cancelling works now, tested on linux More... about 15 years ago