Chouquette's blog

To content | To menu | To search

Wednesday, April 14 2010

VLMC 0.1.0 released !

Good news everyone !

The first pre-pre-...-pre-alpha of VLMC just has been released for win32. Please keep in mind that this is realy just about testing, and is not intented to be fully functionnal. Many bugs can occur, even crash, and using it may lead to an early end of the world.

If you're willing to test it though, you can find it there : ftp://ftp.videolan.org/pub/videolan...

Please, and I really meen it : please keep in mind that we're currently only two developpers, and that vlmc is developped in our free time. Before yelling at us because vlmc didn't work the way you expected it to, think twice (and maybe more). Instead, if you find a bug, even the smallest one, if you feel something needs improvements, if you think of a nice feature, or if you're willing to help us, please do ! Open up tickets (www.vlmc.org), send us patches, come and discuss with us on IRC :)

Have as many fun as possible testing VLMC !

Wednesday, March 17 2010

VLMC: More infos on release process

As this seems to bother many people, here are some update on the VLMC release :)

Continue reading...

Monday, March 15 2010

VLMC, On the way to the release

Hi folks,

Just a quick post to inform you of the current VLMC state...

Continue reading...

Tuesday, March 9 2010

What about VLMC ?

Hi everyone,

Long time since last post... at this time, VLMC wasn't abble to render anything, and was pretty much all about loading videos... and doing nothing with it....So what now ?

Continue reading...

Monday, May 25 2009

GSoC : Day 1

Here we start :)

This is the first real GSoC post, hurray \o/

Continue reading...

Monday, May 11 2009

Recent VLC patches

Hi,

This is a follow up from the previous post, and a little more :)

Continue reading...

Thursday, April 30 2009

Using VLC with Qt-Creator

QtCreator is great, really really great, so why don't using it when browsing/editing/patching vlc source code ? This article is based on the original Jean-Baptiste Kempf post, in the vlc-devel mailing list.

Continue reading...

Getting into VLC source code

As VLMC is built uppon VLC, I'll frequently have to take a closer look at the source code... At the moment, we have an annoying bug : when we ask for a media player to play a media, it's supposed to fire a "libvlc_MediaPlayerPlaying" somehow (at least it works for most of the media), but it doesn't with a specific mpeg file... let's try understanding why o//

Continue reading...