Search found 18 matches

Go to advanced search

by katiem
29 Jan 2014 15:33
Forum: VLC media player for Linux and friends Troubleshooting
Topic: SMTube and VLC Playlist
Replies: 5
Views: 2575

Re: SMTube and VLC Playlist

Hi, I've just tested (the above) with commit 9f7bfd93e3a749a2912adda6380370310cd4dffa on Tue, 28 Jan 2014 and the problem appears to remain. Kind regards.
by katiem
24 Jan 2014 20:57
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libbluray build with oracle/sun java 6
Replies: 1
Views: 410

libbluray build with oracle/sun java 6

Hi, as from commit 11c40410cb4dbf0505dff826e748e2b7c13ea4eb (Mon, 20 Jan 2014 ~ 'Add support for relative paths to File.exists()') libbluray no longer builds with J2SE java 6. The build errors out with "/libbluray-11c4041/src/libbluray/bdj/build.xml:23: Compile failed; see the compiler error ou...
by katiem
09 Nov 2013 17:54
Forum: VLC media player for Linux and friends Troubleshooting
Topic: SMTube and VLC Playlist
Replies: 5
Views: 2575

Re: SMTube and VLC Playlist

Smtube pipes youtube to vlc using '--meta-title=...', as can be seen if you look in smtubes' source code (/src/players.cpp). As an experiment I renamed a couple of video files to "test_movie_1.flv" and "test_movie_2.mp4". I then opened a terminal and opened vlc with 'vlc --meta-t...
by katiem
13 Oct 2013 02:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Equalizer not working in recent builds...
Replies: 1
Views: 854

Equalizer not working in recent builds...

Hi! I haven't used the equalizer functionality of Vlc much, so hadn't noticed it wasn't working (at least for me). If I click on 'enable' it would appear to activate, yet there would be no alteration of tonal quality/ preamp gain etc. I rebuilt vlc a couple of times (backtracking git commits) until ...
by katiem
21 May 2013 18:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Building libbluray with oracle/sun java 6
Replies: 3
Views: 581

Re: Building libbluray with oracle/sun java 6

It builds fine now. Thank you very much!

Regards.
by katiem
19 May 2013 18:25
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Building libbluray with oracle/sun java 6
Replies: 3
Views: 581

Building libbluray with oracle/sun java 6

Hi, I didn't know where to report this so thought I'd drop a note here. As from commit a594d770726518f7101acaaea324e9e1e81f4ab6 (Fri, 10 May 2013) [Fixed "java.lang.UnsupportedOperationException: PERPIXEL_TRANSLUCENT translucency is not supported"] Libbluray no longer builds with J2SE java...
by katiem
30 Apr 2013 19:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Regarding building with contrib and live555...
Replies: 3
Views: 505

Re: Regarding building with contrib and live555...

O.k. thanks for your reply... I've just tried a vlc rebuild with a contrib rebuild as from post 2 above with the patch to revert the commit in question, and all is well (no errors/everything plays). So it doesn't appear to be a libmatroska mismatch as suggested (as far as i can tell), so it might be...
by katiem
30 Apr 2013 18:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Regarding building with contrib and live555...
Replies: 3
Views: 505

Re: Regarding building with contrib and live555...

O.k., well after the rejection of original bug report (above), I removed vlc. Then removed libmatroska2 & libmatroska-dev packages from system. Rebuilding contrib I watched the contrib folder fill up, noticing the order that different libraries were built. I noticed that libmatroska was added an...
by katiem
30 Apr 2013 15:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Regarding building with contrib and live555...
Replies: 3
Views: 505

Regarding building with contrib and live555...

Hi, I've opened a bug report regarding building with contrib (and observation with possibly similair issue with live555): https://trac.videolan.org/vlc/ticket/8538 As in the report I mentioned patching vlc to revert this commit: http://git.videolan.org/?p=vlc.git;a=commit;h=8ac45478b4cddfb3ea83feefb...
by katiem
28 Apr 2013 21:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Snag with apple trailers
Replies: 1
Views: 435

Re: Snag with apple trailers

Sorry, forget to say I'd opened a bug report recently:

https://trac.videolan.org/vlc/ticket/8523
by katiem
28 Apr 2013 21:43
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Snag with apple trailers
Replies: 1
Views: 435

Snag with apple trailers

Does anyone else using/testing vlc git have 'Apple Trailers' missing in the playlist menu (under the heading of "Internet")? If its missing, look in vlc source for '/vlc/share/lua/sd/appletrailers.lua' and add it to '/usr/lib/vlc/lua/sd' and restart vlc (and see if it appears in the menu)....
by katiem
28 Apr 2013 20:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Some xvid files play back jerkily
Replies: 3
Views: 444

Re: Some xvid files play back jerkily

Just logged on to say that this problem has been resolved with commit e8c82fb8a9ea01dbc6b1dd98b527d2afce98e82d (avcodec: do not use deprecated reordered_opaque) on Sun, 28 Apr 2013. I've rebuilt vlc and tested with aforementioned files which now play properly. A big thanks to 'Team Vlc' for resolvin...
by katiem
15 Apr 2013 13:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Fix for building vlc git master with gcc 4.4/4.5
Replies: 1
Views: 561

Fix for building vlc git master with gcc 4.4/4.5

In /vlc/modules/video_filter/deinterlace/algo_x.c Find the lines (around line 500 or so): #ifdef CAN_COMPILE_MMXEXT VLC_MMX static inline void XDeintBand8x8MMXEXT( uint8_t *dst, int i_dst, uint8_t *src, int i_src, const int i_mbx, int i_modx ) and remove the line 'VLC_MMX' Vlc now builds, and as far...
by katiem
12 Apr 2013 19:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Some xvid files play back jerkily
Replies: 3
Views: 444

Some xvid files play back jerkily

Hi, I've uploaded a sample file called 'Xvid_jerky_1.avi' which exhibts jerky/stuttery playback with newer versions of Libav. This problem seems to start with Libav commit '759001c534287a96dc96d1e274665feb7059145d', commit title is "lavc decoders: work with refcounted frames". If I build v...

Go to advanced search