Search found 5 matches

Go to advanced search

by Defiant00
03 Feb 2007 20:21
Forum: General VLC media player Troubleshooting
Topic: Some srt comments disable subtitles
Replies: 19
Views: 16629

Just submitted it again and it worked that time...curious, but there's my patch...
by Defiant00
03 Feb 2007 19:35
Forum: VLC media player for Windows Troubleshooting
Topic: Error: "Windows cannot access ..."
Replies: 2
Views: 1473

Any chance we could get this added to the instructions on the wiki? I would have but apparently the page is locked. I did add a note about it on the discussion page for the cygwin instructions, but it'd be nice to have it mentioned right after the instruction to run make.
by Defiant00
03 Feb 2007 19:17
Forum: General VLC media player Troubleshooting
Topic: Some srt comments disable subtitles
Replies: 19
Views: 16629

Here's mine: $ svn diff Index: modules/codec/subsdec.c =================================================================== --- modules/codec/subsdec.c (revision 18691) +++ modules/codec/subsdec.c (working copy) @@ -473,6 +473,7 @@ psz_new_subtitle = malloc( strlen( psz_buffer_sub ) + 1); i_text = 0;...
by Defiant00
03 Feb 2007 04:54
Forum: General VLC media player Troubleshooting
Topic: VLC banned by gg fansubs
Replies: 7
Views: 7616

I've also submitted a patch for this at this point...

So yeah, looks like it should be fixed and available soon :)
by Defiant00
03 Feb 2007 03:50
Forum: General VLC media player Troubleshooting
Topic: Some srt comments disable subtitles
Replies: 19
Views: 16629

Well, I've also decided to finally take the plunge and get into helping out with VLC's subtitles, so it looks like I've also fixed the same thing. It does make me wonder, however, how you went about doing it rataime. All I did was add a couple other conditions within the main parsing so there isn't ...

Go to advanced search