96
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 9 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial revision More... over 21 years ago
Applied Alexandre Pereira da Silva's player manager work. Should help those with "ps" issues. More... over 21 years ago
Fixup a few things More... over 21 years ago
Solaris compile issue - change stat.c references to lstat.c More... over 21 years ago
Account for CR and LF instead of just LF in RM playlists More... over 21 years ago
Fix UI crasher FreeUI was called with uninitialized pointers Parse mplayer output to determine the actual size and play size of the media Support RealMedia with embedded rtsp streams, allows NASA TV to work needs enable-real=1 in mplayerplug-in.conf mplayer with RealMedia codecs and support Fix possible crash in NPP_Destroy Change buildPlaylist to be called from NPP_DestroyStream rather than after a magic value in NPP_Write This way we are sure we have the entire playlist downloaded. Found possible crash in smil format decode Added stat.c to make Solaris compile work Fixed bug in getURLBase Fixed handling of This->baseurl Fixed crash in ASX format handling, should fix http://www.rbcmp3.com More... over 21 years ago
Fix videotag not found omission More... over 21 years ago
Fix XML parse error on smil files that don't have seq tags. Which DTD does SMIL use? More... over 21 years ago
UI Changes More... over 21 years ago
Removed the line from the ChangeLog More... over 21 years ago
Changelog Clean More... over 21 years ago
More UI enhancements from Erich More... over 21 years ago
Fix possible buffer overflow in buildPlaylist Correct mplayer shutdown process More... over 21 years ago
Final code cleanup pre 1.2 More... over 21 years ago
Found an extra ; in the speed adjustment code that was causing med and high speeds to be off More... over 21 years ago
Proper smil format support, with nested video tags with seq tags More... over 21 years ago
Merged patch from Erich to display progress bar during download Fixed bug where video was streamed rather then downloaded, when it should be downloaded More... over 21 years ago
All unwanted streams are now cancelled and not downloaded with QT autospeed. Changed qt-speed config option from a 0-12 number to [low|medium|high], this should be final now Fixed crasher in smil format support when bitrate not specified. Fixed bug with MSN Music site where http urls are self referencing and act like MMS Streams Applied patch from Erich that reduces the amount of flicker when updating the status screen Changed Full Redraw threshhold from 50 to 80, some sites were a little crammed. More... over 21 years ago
All unwanted streams are now cancelled and not downloaded with QT autospeed. More... over 21 years ago
When keep-download=1 write mms url's into $dload-dir/playlist for reference More... over 21 years ago
QuickTime streaming, speed work Fix crasher on url http://www.video-c.co.uk/frontend/asp/microshow.asp?vidref=benn001&FileType=ADSLprog This was caused by an incorrect assumption about Quicktime MOV Reference files rmda elements can contain rmdr and rdrf in any order, files I had only showed one order. More... over 21 years ago
QuickTime streaming, speed work More... over 21 years ago
*** empty log message *** More... over 21 years ago
Fix possible crash if This->display == NULL Set parent->playlist if parent is a QT Reference file More... over 21 years ago
More Cache fill processing work More... over 21 years ago
Possible NULL pointer error in Cache fill processing fix More... over 21 years ago
Fixed minor bug when specifing vo option, gcc optimized out a variable increment in some cases Only seen when vo=x11 in config file, otherwise it worked fine. Found it when doing new screen shots, can't shoot xv output, but you can x11 Fix garbage in "Cache fill" message Rewrite DestroyStream handler, should now do all proper checks now before starting something (Fixed spiderman 2 full screen trailer, but you need lots of bandwidth ,DSL is not enough, or a huge cache setting to make it work) More... over 21 years ago
Spec fix More... over 21 years ago
Fixed missing strcpy in addToList Fixed issues with speed auto select code and with a hidden bug with hrefs More... over 21 years ago
Fixed a bug in addToList that caused a pointer to be overwritten Merge of Erich's speed code, still not working right More... over 21 years ago