Search found 11 matches

Go to advanced search

by rafalm23
02 Dec 2010 17:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc + gstreamer
Replies: 6
Views: 3961

Re: vlc + gstreamer

BCM70015

in which version of vlc will be included? can you post links?
by rafalm23
02 Dec 2010 16:35
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc + gstreamer
Replies: 6
Views: 3961

Re: vlc + gstreamer

Crystal HD decoder has plugin for gstreamer

from readme.txt crystal hd driver:

[...]
"Playback support for H.264 and other codecs using the default media players for Ubuntu and Meego. This includes support for GStreamer based applications."
[...]
by rafalm23
02 Dec 2010 09:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc + gstreamer
Replies: 6
Views: 3961

vlc + gstreamer

Hello,
Is it possible to use gstreamer library with vlc? if yes, how?

regards,
R.M.
by rafalm23
25 Nov 2010 18:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: DVB - transponder hotbird 13E 10.892GHz dosn't work
Replies: 1
Views: 939

Re: DVB - transponder hotbird 13E 10.892GHz dosn't work

but when i use szap and mplayer all programs on 10.892 works OK, vlc 1.1.5
by rafalm23
25 Nov 2010 18:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: DVB - transponder hotbird 13E 10.892GHz dosn't work
Replies: 1
Views: 939

DVB - transponder hotbird 13E 10.892GHz dosn't work

Hello, I have dvb-s usb tuner and everything works except 10.892 frequency on hotbird 13E, why? vlc_playlist.m3u: #EXTINF:0,CYFRA+ PR(CYFRA +) FREE #EXTVLCOPT:program=4844 dvb-s://adapter=2,frequency=10892000,srate=27500000,voltage=18 on 10.892 tunning is OK, but streams video and audio are not pres...
by rafalm23
03 Jan 2009 17:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc 0.9.8a - how can i enable multithreaded decoding x264
Replies: 10
Views: 1498

Re: vlc 0.9.8a - how can i enable multithreaded decoding x264

Hello, I added to function decoded_slice(...) mb_y = 20 before for(;;) oryginal: http://img393.imageshack.us/img393/7206/screenav5.png with mb_y=20: http://img371.imageshack.us/img371/3759/screenmbyqs1.png should be: http://img387.imageshack.us/img387/8664/screenshouldbeci7.png ok, i know, i must in...
by rafalm23
03 Jan 2009 10:01
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc 0.9.8a - how can i enable multithreaded decoding x264
Replies: 10
Views: 1498

Re: vlc 0.9.8a - how can i enable multithreaded decoding x264

I would like to implement 2-threaded single-slice ffh264 decoding, but I need basic information "how to" h264.c: static int decode_slice(struct AVCodecContext *avctx, void *arg) { [...] s->mb_y = 20; //this is my - when i set this video have atrifacts (next field is based on previous?) for...
by rafalm23
28 Dec 2008 20:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc 0.9.8a - how can i enable multithreaded decoding x264
Replies: 10
Views: 1498

Re: vlc 0.9.8a - how can i enable multithreaded decoding x264

VLC does not support this at the moment. i' m added to function decode_init: static av_cold int decode_init(AVCodecContext *avctx){ avctx->thread_count = 2; [...] } but this dosn't work maybe you know? where to add "avctx->thread_count = 2" ? (for fast support multithreaded x264 vlc decod...
by rafalm23
28 Dec 2008 20:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc 0.9.8a - how can i enable multithreaded decoding x264
Replies: 10
Views: 1498

Re: vlc 0.9.8a - how can i enable multithreaded decoding x264

No, newest version of libavcodec isn't multithreaded. fmpeg/libavcodec/h264.c: static void free_tables(H264Context *h){ [...] for(i = 0; i < h->s.avctx->thread_count; i++) { [...] } } static int frame_start(H264Context *h){ { [...] for(i = 0; i < s->avctx->thread_count; i++) [...] } "as the ti...
by rafalm23
25 Dec 2008 17:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc 0.9.8a - how can i enable multithreaded decoding x264
Replies: 10
Views: 1498

vlc 0.9.8a - how can i enable multithreaded decoding x264

Hello,
Newest version of ffmpeg/libavcodec x264 decoder has support for multithreaded decoding, how can i enable it in vlc 0.9.8a?

Thank You,
R.M.

Go to advanced search