- 28 Jan, 2006 11 commits
-
-
Sigmund Augdal Helberg authored
Some files uses an empty (only holding a space) subtitle to mark the end of the previous subtitle. These caused a little gray box to appear with --freetype-effect 3 before this change
-
Clément Stenac authored
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
-
Clément Stenac authored
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
Should fix issues when schedules add or delete new schedules. Closes:#510 Also fixes a minor memleak in schedule creation/deletion
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
This is a quick hack, which should in the end be merged in a way to expose stats
-
Clément Stenac authored
-
- 27 Jan, 2006 8 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
* AccessOutWrite can be called with input already detached (Closes:#523)
-
Sam Hocevar authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
AUTHORS : add the HTTP interface rewrite
-
Antoine Cellerier authored
configuration
-
Antoine Cellerier 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
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg 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
-
Sigmund Augdal Helberg 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
-
Clément Stenac 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
-
Antoine Cellerier 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
-
Derk-Jan 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 4 commits
-
-
Clément Stenac authored
-
Derk-Jan Hartman authored
* spelling correction and debug for out of bound child boxes.
-
Clément Stenac authored
-
Christophe Mutricy authored
Please review and improve the option text and longtext strings.
-