Live data from Hacker News

VLC 2.2.0 multi-releases

videolan.org

141–150 of 176 posts

Re: VLC 2.2.0 multi-releases

#141
post #120

Earlier quoted context omitted.

x86-64 is such an ABI improvement over x86-32 that it's always 10-20% faster, even with the larger size pointers. Win64's ABI is a little worse than other platforms for libavcodec, since it has some callee-saved SSE registers and everyone else is caller-saved, but still true. Hardware decoding is much more important for power savings than anything else.

Most standard video decoding code uses CPU feature detection and hand-optimized ASM for important bits, so x86-64 doesn't really add anything worthwhile for most video players and encoders - most of the magic is done in SSE/AVX codepaths anyway.

I think astrange knows what he's talking about considering he wrote chunks of those encoders and decoders.

Re: VLC 2.2.0 multi-releases

#142
Not sure if this is added, but for me the two killer features would be a network/smb file browser for being able to play from my NAS box.. and Chromecast support (already on the horizon) ... those two would be killer imho.

Re: VLC 2.2.0 multi-releases

#143
post #27

Earlier quoted context omitted.

Weird... after I opened a file using the "Media->Open File" menu item, it started appearing. (It now works even in cases where I open a file by double-clicking on it. Strange) In any case, awesome!

Not working for me :<

Me neither.

The only reason I downloaded it was for this feature. This dead simple feature which was available in 1976 (or whenever) when VHS came out. It should be in every digital player at version 1.0.

Very poor work. It's really spotty, and it shows up as a bar at the top of the window on seemingly random loads, about 10 percent of the time. Whatever video player VUZE uses works 100 percent of the time and doesn't stupidly ask you if you want to start at the last position. This seems like a feature that should take five minutes to implement and they managed to mess it up bad.

Re: VLC 2.2.0 multi-releases

#144

Not sure if this is added, but for me the two killer features would be a network/smb file browser for being able to play from my NAS box.. and Chromecast support (already on the horizon) ... those two would be killer imho.

Both are heavily under development for 3.0.0

Re: VLC 2.2.0 multi-releases

#145
post #69

Earlier quoted context omitted.

MediaLibraryKit and MobileVLCKit links on the ios page ( http://www.videolan.org/vlc/download-ios.html ) seem to be broken - not that I have any need for them, but thought you might like to know.

Will fix tonight

Done

Re: VLC 2.2.0 multi-releases

#146
post #49

There have been rumors of an upcoming release offering Chromecast support. I don't see Chromecast listed as an input media for 2.2.0. Does anyone know if this is being worked on for a future release, or am I overlooking something? edit: It may be a longer wait... https://github.com/videolan/vlc/blob/master/NEWS

Yes. We've been working on ChromeCast, and many other features for 3.0.0. It's been merged since a long time, but is not completely usable, therefore not released.

Any plan on working with Matchstick as well?

Re: VLC 2.2.0 multi-releases

#147

How come there's no 64-bit version yet? Wouldn't that improve performance for something like video-decoding? Also, it's disappointing to see there's still no native (and automatic) subtitle-seeking feature.

:~$ file `which vlc` /usr/bin/vlc: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=XXXXX, stripped

Was there a specific reason you stripped the BuildID?

Re: VLC 2.2.0 multi-releases

#150

I can't say enough good things about VLC. It has its quirks (the glitch when switching between videos in a playlist is annoying as hell), but when it comes down to it, there is nothing comparable, at any price. I use it professionally in an audiovisual company I started a few years ago, for screening films on huge screens outside, and I've tried several alternatives (often to address problems that turned out not to b…

> the glitch when switching between videos in a playlist is annoying as hell

Are you sure those are still present?

Post reply on HN