Search found 37 matches

Go to advanced search

by AEtH
02 Jul 2010 15:22
Forum: Development around libVLC
Topic: libvlc 1.1.0 not freeing resources
Replies: 48
Views: 4666

Re: libvlc 1.1.0 not freeing resources

I woke up this morning and... the result wasn't good. The player died after about 1500 iterations in less than 4 hours.
by AEtH
02 Jul 2010 01:13
Forum: Development around libVLC
Topic: libvlc 1.1.0 not freeing resources
Replies: 48
Views: 4666

Re: libvlc 1.1.0 not freeing resources

Yes, no prob. It usually takes about 6-8 hours to crash, so until tomorrow we will know nothing.

Good night.
by AEtH
01 Jul 2010 20:40
Forum: Development around libVLC
Topic: libvlc 1.1.0 not freeing resources
Replies: 48
Views: 4666

Re: libvlc 1.1.0 not freeing resources

Windows XP, video output set to directx.
by AEtH
01 Jul 2010 10:19
Forum: Development around libVLC
Topic: libvlc 1.1.0 not freeing resources
Replies: 48
Views: 4666

libvlc 1.1.0 not freeing resources

Hi to everyone. I'm experiencing a problem involving canvas resources. I've migrated a player from 1.0.6 to 1.1.0 without problems, but I'm experiencing some problems. I'm my aplication, there are one libvlc instance and two media players, and when the first player is playing the second one is stopp...
by AEtH
28 Jun 2010 14:31
Forum: Development around libVLC
Topic: libvlc 1.1.0 - changing aspect ratio not working
Replies: 11
Views: 2727

Re: libvlc 1.1.0 - changing aspect ratio not working

I was not having a segmentation fault, just reading adress #00000000. As you can see, I'm talking in past, with the yesterday build of 1.1.1, the problem has been solved, now libvlc_video_set_aspect_ratio works fine. I still haven't tested adding the argument with 1.1.1, using that API call solved m...
by AEtH
28 Jun 2010 01:10
Forum: Development around libVLC
Topic: libvlc 1.1.0 - changing aspect ratio not working
Replies: 11
Views: 2727

Re: libvlc 1.1.0 - changing aspect ratio not working

This may be the problem I have. I can solve the situation by handling the exception (and the function works fine), but is strange. I'll be waiting for the next release.

Thanks
by AEtH
26 Jun 2010 13:10
Forum: Development around libVLC
Topic: libvlc 1.1.0 - changing aspect ratio not working
Replies: 11
Views: 2727

Re: libvlc 1.1.0 - changing aspect ratio not working

I tried to do that, but setting the aspect ratio with libvlc_media_add_option gives the same result (nothing). On the other hand, calling libvlc_video_set_aspect_ratio keeps throwing an exeception when I call it. However, if I handhe the exception everything works fine, which is awkward. This is how...
by AEtH
24 Jun 2010 10:34
Forum: Development around libVLC
Topic: libvlc 1.1.0 - changing aspect ratio not working
Replies: 11
Views: 2727

Re: libvlc 1.1.0 - changing aspect ratio not working

The code involving the instance creation is here (delphi): var Args: array [0..2] of PChar begin args[0]:=pchar('--no-video-title-show'); args[1]:=pchar('--no-audio'); args[2]:=pchar('--aspect-ratio=16:10'); VLC := libvlc_new(3, @Args); Also, I can post an example app if it's ok, written in delphi.
by AEtH
23 Jun 2010 20:37
Forum: Development around libVLC
Topic: libvlc 1.1.0 - changing aspect ratio not working
Replies: 11
Views: 2727

libvlc 1.1.0 - changing aspect ratio not working

Hi everyone, I just found that passing the option

--aspect-ratio=width:height

to libvlc_new() is not working anymore. With 1.0.6 works well, even if you add the command-line option to vlc.exe ir works, but not as a parameter of libvlc_new().

Any ideas? A bug?

Thanks.
by AEtH
23 Jun 2010 03:06
Forum: Development around libVLC
Topic: libVLC 1.1 conversion problems
Replies: 10
Views: 1416

Re: libVLC 1.1 conversion problems

VLC cannot control fullscreen mode when embedded.
Is this a new behavior since 1.1?? Just because with 1.0.6 that's not true, VLC controls fullscreen mode even when embedded.
by AEtH
23 Jun 2010 02:22
Forum: Development around libVLC
Topic: libVLC 1.1 conversion problems
Replies: 10
Views: 1416

Re: libVLC 1.1 conversion problems

3) Mouse double clicking on the video no longer toggles the video to fullscreen?
Chris
I have the same behavior on my project, no fullscren when double clicking on the video surface.
by AEtH
23 Jun 2010 01:26
Forum: Development around libVLC
Topic: libvlc API 1.1.0 , fullscreen with doubleclick not working
Replies: 4
Views: 1601

libvlc API 1.1.0 , fullscreen with doubleclick not working

Hi everyone, I'm using libvlc.dll in delphi with a homemade wrapper. With version 1.0.5 and 1.0.6, playing a video, the mouse double click works as with VLCplayer, making the video fullscreen. I tried to do the same with libvlc 1.1.0, but double click is not working. Here is a piece of code. Is pasc...

Go to advanced search