- 28 Jan, 2006 3 commits
- 27 Jan, 2006 8 commits
-
-
zorglub authored
-
zorglub authored
* AccessOutWrite can be called with input already detached (Closes:#523)
-
Sam Hocevar authored
-
dionoea authored
-
dionoea authored
AUTHORS : add the HTTP interface rewrite
-
dionoea authored
configuration
-
dionoea authored
are printed in a vlm_message and not in a file.
-
Sam Hocevar authored
commit.
-
- 26 Jan, 2006 10 commits
-
-
Sam Hocevar authored
and goom still do not build. I successfully built a native VLC using the current contribs and the following configuration line: ./configure --disable-x11 --disable-xvideo --disable-glx --disable-gtk \ --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-mad --enable-dvbpsi --enable-a52 \ --disable-dvdplay --enable-dvdnav --enable-faad --enable-vorbis \ --enable-ogg --enable-theora --enable-faac --enable-mkv \ --enable-freetype --disable-cddax --disable-vcdx --enable-speex \ --enable-flac --disable-goom --enable-livedotcom --enable-caca \ --disable-skins2 --disable-wxwidgets --enable-modplug --enable-daap \ --enable-x264 --enable-shout --enable-twolame --enable-debug Apparently the native video output does not work yet, but sound and codecs seem rather OK.
-
Sam Hocevar authored
-
Sam Hocevar authored
name, renamed it into SSECT_TEXT (for "spectral section").
-
Sam Hocevar authored
OS X x86, because it's just an undefined function; so we use the keyword "vector" to make sure.
-
Sam Hocevar authored
properly detect CPU features on a MacIntel.
-
Sam Hocevar authored
because .align's behaviour changes across platforms: on Linux x86 ELF its argument is a byte count, on OS X x86 Mach-O it's a log2.
-
Rémi Denis-Courmont authored
-
sigmunau authored
-
sigmunau authored
This leak is triggered each time the udp access out is started, so it could be the cause of some of these "slow memleak with udp streaming" reports we have had, if these users where streaming a file in repeat
-
sigmunau authored
vlc_input.h: Fixed a not so nasty memleak recently introduced Thank you very much zorglub
-
- 24 Jan, 2006 7 commits
-
-
Christophe Mutricy authored
Still got to find a cleaner way to determine if we have Xv.so or Xv_pic, ...
-
Christophe Mutricy authored
-
zorglub authored
It is only available in debug mode. To use: stats_TimerStart( vlc_object_t* , char *name ); stats_TimerStop( vlc_object_t *, char *name ); stats_TimerDump( vlc_object_t* , char *name ) will print a line TIMER name : last_time - total_time / number of samples (average time) stats_TimersDumpAll is not implemented yet
-
dionoea authored
full of \n)
-
Sam Hocevar authored
the reserved words CXXFLAGS and LDFLAGS. * configure.ac: remove spaces inside parentheses that confuse automake. * Makefile.am: do not use both = and += inside conditionals.
-
Christophe Mutricy authored
-
hartman authored
Don't worry, it's if()'ed such that it's almost impossible for a normal PS file to trigger the hack. It worked for all my VDR PES files and was never triggered for my entire PS collection.
-
- 23 Jan, 2006 9 commits
-
-
zorglub authored
-
hartman authored
* spelling correction and debug for out of bound child boxes.
-
zorglub authored
-
Christophe Mutricy authored
Please review and improve the option text and longtext strings.
-
damienf authored
vlccontrol.cpp: fixed small mem leak
-
dionoea authored
-
dionoea authored
the subtitle was displayed fine but since aspect ratios didn't match it wasn't positioned correctly on the vout. ie: -------------- | | | | | subtit| | | -------------- ( http://people.videolan.org/~dionoea/vlcsubs.png ) now it's displayed in the center but the letters are scaled horrizontaly (which doesn't look too good ... but at least everything is displayed) ( http://people.videolan.org/~dionoea/vlcsubs2.png )
-
hartman authored
PS: It seems the YUVA blend has an UV subsample bug which can cause unwanted offsets of 1
-
dionoea authored
* : some code cleanup.
-
- 22 Jan, 2006 3 commits
-
-
hartman authored
-
dionoea authored
Could someone explain why this return was put here in the first place ?
-
sigmunau authored
Highlights: Three rendering modes: Outline, Fat outline and background Better looking Drawbacks: White only at the moment no yuva blend filter for some chromas the old renderer is available with the --freetype-yuvp option, since this is needed at least for dvbsubs encoding. (and for people with no usable blend filter)
-