]> git.sesse.net Git - vlc/log
vlc
17 years agoFix segfault. FTP access output is now somehow "tested"
Rémi Denis-Courmont [Sat, 9 Sep 2006 10:37:37 +0000 (10:37 +0000)]
Fix segfault. FTP access output is now somehow "tested"

17 years agoMore fixes
Rémi Denis-Courmont [Sat, 9 Sep 2006 10:24:52 +0000 (10:24 +0000)]
More fixes

17 years agoOSX compile fix
Rémi Denis-Courmont [Sat, 9 Sep 2006 10:09:15 +0000 (10:09 +0000)]
OSX compile fix

17 years agoOups
Rémi Denis-Courmont [Sat, 9 Sep 2006 10:03:06 +0000 (10:03 +0000)]
Oups

17 years agoUntested FTP access output (closes #605)
Rémi Denis-Courmont [Sat, 9 Sep 2006 09:53:34 +0000 (09:53 +0000)]
Untested FTP access output (closes #605)

17 years agoFix typo
Rémi Denis-Courmont [Sat, 9 Sep 2006 09:23:02 +0000 (09:23 +0000)]
Fix typo

17 years agoOne more outdated copyright
Clément Stenac [Sat, 9 Sep 2006 09:12:23 +0000 (09:12 +0000)]
One more outdated copyright

17 years agoCopyright stuff
Clément Stenac [Sat, 9 Sep 2006 09:05:11 +0000 (09:05 +0000)]
Copyright stuff

17 years agoMore cosmetic
Rémi Denis-Courmont [Sat, 9 Sep 2006 08:27:55 +0000 (08:27 +0000)]
More cosmetic
(nice reinvention of the while() loop, but I prefer while())

17 years agoCosmetic fixes
Rémi Denis-Courmont [Sat, 9 Sep 2006 08:20:18 +0000 (08:20 +0000)]
Cosmetic fixes

17 years agoDon't use someone's else domain in our default values
Rémi Denis-Courmont [Sat, 9 Sep 2006 08:19:23 +0000 (08:19 +0000)]
Don't use someone's else domain in our default values

17 years agoReally fix SDP ordering here too (closes #716 again)
Rémi Denis-Courmont [Sat, 9 Sep 2006 07:48:55 +0000 (07:48 +0000)]
Really fix SDP ordering here too (closes #716 again)

17 years ago* Add multicast source filter (RFC4570),
Rémi Denis-Courmont [Sat, 9 Sep 2006 07:43:58 +0000 (07:43 +0000)]
* Add multicast source filter (RFC4570),
  so that one day we may be able to use IGMPv3/MLDv2 with VLC streams,
* Add recvonly attribute
* Really fix ordering (c= then t= then a=)
* Put type attribute as a session attribute (as per RFC4566)

17 years agoAnother SDP ordering fix
Rémi Denis-Courmont [Sat, 9 Sep 2006 07:26:22 +0000 (07:26 +0000)]
Another SDP ordering fix

17 years agoAdd vcrop, vzoom and vratio commands to the rc interface (code duplication is horribl...
Antoine Cellerier [Fri, 8 Sep 2006 22:41:45 +0000 (22:41 +0000)]
Add vcrop, vzoom and vratio commands to the rc interface (code duplication is horrible ... i know)

17 years agoALT Linux VLC specfile
Pavlov Konstantin [Fri, 8 Sep 2006 21:42:19 +0000 (21:42 +0000)]
ALT Linux VLC specfile

17 years agoforgot to mention the last fortune is from #videolan
Pavlov Konstantin [Fri, 8 Sep 2006 21:30:07 +0000 (21:30 +0000)]
forgot to mention the last fortune is from #videolan

17 years agoone more fortune
Pavlov Konstantin [Fri, 8 Sep 2006 21:27:21 +0000 (21:27 +0000)]
one more fortune

17 years agoFix SDP line ordering (closes #716)
Rémi Denis-Courmont [Fri, 8 Sep 2006 19:50:25 +0000 (19:50 +0000)]
Fix SDP line ordering (closes #716)

17 years agoComplete(?) migration to net_strerror/net_errno
Rémi Denis-Courmont [Fri, 8 Sep 2006 19:00:04 +0000 (19:00 +0000)]
Complete(?) migration to net_strerror/net_errno
for nicer Win32 error messages

17 years agoWell, this time maybe
Rémi Denis-Courmont [Fri, 8 Sep 2006 18:33:32 +0000 (18:33 +0000)]
Well, this time maybe

17 years agoMight fix Win32 compilation
Rémi Denis-Courmont [Fri, 8 Sep 2006 18:26:50 +0000 (18:26 +0000)]
Might fix Win32 compilation

17 years agoAdd missing const qualifier and fix warnings
Rémi Denis-Courmont [Fri, 8 Sep 2006 18:14:25 +0000 (18:14 +0000)]
Add missing const qualifier and fix warnings

17 years agoDon't rebuild the skin all the time
Rémi Denis-Courmont [Fri, 8 Sep 2006 18:08:39 +0000 (18:08 +0000)]
Don't rebuild the skin all the time

17 years agoActually wreak havoc to the network API.
Rémi Denis-Courmont [Fri, 8 Sep 2006 18:07:18 +0000 (18:07 +0000)]
Actually wreak havoc to the network API.

17 years agoFixes
Rémi Denis-Courmont [Fri, 8 Sep 2006 17:56:58 +0000 (17:56 +0000)]
Fixes

17 years agoReallow file descriptor above FD_SETSIZE since we now use poll()
Rémi Denis-Courmont [Fri, 8 Sep 2006 17:53:14 +0000 (17:53 +0000)]
Reallow file descriptor above FD_SETSIZE since we now use poll()

17 years agoExperimental poll()-capable merge of net_Read, net_ReadNonBlock and net_Select
Rémi Denis-Courmont [Fri, 8 Sep 2006 17:51:58 +0000 (17:51 +0000)]
Experimental poll()-capable merge of net_Read, net_ReadNonBlock and net_Select

17 years agoMore cleanup
Rémi Denis-Courmont [Fri, 8 Sep 2006 16:29:56 +0000 (16:29 +0000)]
More cleanup

17 years agoAdd message for most of the Winsock errors
Rémi Denis-Courmont [Fri, 8 Sep 2006 16:26:49 +0000 (16:26 +0000)]
Add message for most of the Winsock errors
(not compile tested, but since no one else wanted to do such a boring commit,
 you can't complain)

17 years agoPartial cleanup and improved Windows error messages
Rémi Denis-Courmont [Fri, 8 Sep 2006 16:04:29 +0000 (16:04 +0000)]
Partial cleanup and improved Windows error messages

17 years ago * modules/stream_out/rtp.c:
Sam Hocevar [Fri, 8 Sep 2006 15:48:21 +0000 (15:48 +0000)]
  * modules/stream_out/rtp.c:
    + Remove SDP file when bailing out. Patch by Fabrice Ollivier.

17 years agoUpdate-po
Christophe Mutricy [Thu, 7 Sep 2006 22:58:14 +0000 (22:58 +0000)]
Update-po

17 years agoWe need the latest autoconf. see [16537]
Christophe Mutricy [Thu, 7 Sep 2006 22:20:04 +0000 (22:20 +0000)]
We need the latest autoconf. see [16537]

17 years ago* Reset access->info.b_eof when we search. After you have read up untill the end...
Derk-Jan Hartman [Thu, 7 Sep 2006 22:01:06 +0000 (22:01 +0000)]
* Reset access->info.b_eof when we search. After you have read up untill the end, (like ps does), you can search back to the beginning, provided the access module allows this.

17 years ago* Improve duration calculation
Derk-Jan Hartman [Thu, 7 Sep 2006 21:58:59 +0000 (21:58 +0000)]
* Improve duration calculation

17 years agoImplement net_SetDSCP() to set Diffserv code point on a socket.
Rémi Denis-Courmont [Thu, 7 Sep 2006 19:49:30 +0000 (19:49 +0000)]
Implement net_SetDSCP() to set Diffserv code point on a socket.

17 years agoMake GnuTLS use pthread directly rather than VLC's API when appropriate.
Rémi Denis-Courmont [Thu, 7 Sep 2006 19:23:03 +0000 (19:23 +0000)]
Make GnuTLS use pthread directly rather than VLC's API when appropriate.
This would be needed if libvlc is ever embedded in an application that
also uses GnuTLS.

17 years ago- Check x509 certificates start and end date (*ahem*)
Rémi Denis-Courmont [Thu, 7 Sep 2006 19:09:27 +0000 (19:09 +0000)]
- Check x509 certificates start and end date (*ahem*)
- Some cleanup

17 years agoRequire more recent GnuTLS and get rid of broken algos.
Rémi Denis-Courmont [Thu, 7 Sep 2006 18:27:41 +0000 (18:27 +0000)]
Require more recent GnuTLS and get rid of broken algos.

17 years ago:%s/\t/ /g
Antoine Cellerier [Thu, 7 Sep 2006 17:02:46 +0000 (17:02 +0000)]
:%s/\t/    /g

17 years agovlcplugin.cpp: don't forget to increment argc
Damien Fouilleul [Wed, 6 Sep 2006 22:15:29 +0000 (22:15 +0000)]
vlcplugin.cpp: don't forget to increment argc

17 years ago- OpenCV video filter module by Dugal Harris
Damien Fouilleul [Wed, 6 Sep 2006 22:07:22 +0000 (22:07 +0000)]
- OpenCV video filter module by Dugal Harris

17 years agoUse the "video filter2" capability for transcode's vfilter option so we don't get...
Clément Stenac [Wed, 6 Sep 2006 21:32:39 +0000 (21:32 +0000)]
Use the "video filter2" capability for transcode's vfilter option so we don't get vfilter1.
We need to fix the --video-filter option to accept both vfilter1 and vfilter2 and react correctly

17 years agoDon't use the media library in the mozilla plugin
Christophe Mutricy [Wed, 6 Sep 2006 21:30:14 +0000 (21:30 +0000)]
Don't use the media library in the mozilla plugin

17 years agoPreferences categories are *not* categories. They are *user* strings.
Clément Stenac [Wed, 6 Sep 2006 21:05:21 +0000 (21:05 +0000)]
Preferences categories are *not* categories. They are *user* strings.

17 years agoOne more encoding fix
Clément Stenac [Wed, 6 Sep 2006 21:03:03 +0000 (21:03 +0000)]
One more encoding fix

17 years agoTypo tha -> that
Jean-Paul Saman [Wed, 6 Sep 2006 10:02:20 +0000 (10:02 +0000)]
Typo tha -> that

17 years ago* quick n dirty fix to get the OSX builds compiling for now
Felix Paul Kühne [Tue, 5 Sep 2006 21:11:46 +0000 (21:11 +0000)]
* quick n dirty fix to get the OSX builds compiling for now

17 years agoFFmpeg now has support for VMware's video codec.
Antoine Cellerier [Tue, 5 Sep 2006 16:42:10 +0000 (16:42 +0000)]
FFmpeg now has support for VMware's video codec.

17 years agolink stream_out_switcher with ffmpeg libs (should fix w32 build)
Pavlov Konstantin [Tue, 5 Sep 2006 13:22:38 +0000 (13:22 +0000)]
link stream_out_switcher with ffmpeg libs (should fix w32 build)

17 years agoWe can build ffmpeg and stream_out_switcher as plugins when found by pkg-config.
Pavlov Konstantin [Tue, 5 Sep 2006 12:33:53 +0000 (12:33 +0000)]
We can build ffmpeg and stream_out_switcher as plugins when found by pkg-config.
Can we?

17 years agoInclude errno.h
Clément Stenac [Tue, 5 Sep 2006 11:18:44 +0000 (11:18 +0000)]
Include errno.h

17 years ago* Quote add
Derk-Jan Hartman [Tue, 5 Sep 2006 11:07:08 +0000 (11:07 +0000)]
* Quote add

17 years agoConvert items in the preferences tree to locale
Clément Stenac [Tue, 5 Sep 2006 07:16:17 +0000 (07:16 +0000)]
Convert items in the preferences tree to locale

17 years agoSplit playlist include file in public/private
Clément Stenac [Tue, 5 Sep 2006 06:09:42 +0000 (06:09 +0000)]
Split playlist include file in public/private

17 years agoinput.c: fixed state (broke pause)
Damien Fouilleul [Mon, 4 Sep 2006 21:48:45 +0000 (21:48 +0000)]
input.c: fixed state (broke pause)

17 years agoNew update of the Portuguese l10n
Christophe Mutricy [Mon, 4 Sep 2006 19:28:53 +0000 (19:28 +0000)]
New update of the Portuguese l10n

17 years agofixed typo
Damien Fouilleul [Mon, 4 Sep 2006 18:19:03 +0000 (18:19 +0000)]
fixed typo

17 years agomozilla: more clean-ups
Damien Fouilleul [Mon, 4 Sep 2006 18:17:10 +0000 (18:17 +0000)]
mozilla: more clean-ups

17 years ago- added input state & input rate in control APIs
Damien Fouilleul [Mon, 4 Sep 2006 17:51:10 +0000 (17:51 +0000)]
- added input state & input rate in control APIs

17 years agoforgot that one in last commit
Damien Fouilleul [Mon, 4 Sep 2006 17:50:19 +0000 (17:50 +0000)]
forgot that one in last commit

17 years ago- input: added intermediate state info opening & buffering
Damien Fouilleul [Mon, 4 Sep 2006 17:48:38 +0000 (17:48 +0000)]
- input: added intermediate state info opening & buffering

17 years agoAs a second effect of the recent libtool/build system commits, libvlc.dll has loose...
Christophe Mutricy [Mon, 4 Sep 2006 13:32:02 +0000 (13:32 +0000)]
As a second effect of the recent libtool/build system commits, libvlc.dll has loose the extra .a. hurray.

17 years agoWe don't use utf-8 in localisable string so drop the option.
Christophe Mutricy [Mon, 4 Sep 2006 10:43:50 +0000 (10:43 +0000)]
We don't use utf-8 in localisable string so drop the option.

17 years ago * src/input/decoder.c: sorry, I'm not allowed to put UTF-8 here.
Sam Hocevar [Mon, 4 Sep 2006 10:12:03 +0000 (10:12 +0000)]
  * src/input/decoder.c: sorry, I'm not allowed to put UTF-8 here.

17 years ago* Tell gettext that we use UTF-8.
Christophe Mutricy [Mon, 4 Sep 2006 09:27:21 +0000 (09:27 +0000)]
* Tell gettext that we use UTF-8.
* run update-po

17 years ago * src/input/decoder.c: use real, nice quotes.
Sam Hocevar [Sun, 3 Sep 2006 22:18:30 +0000 (22:18 +0000)]
  * src/input/decoder.c: use real, nice quotes.

17 years ago* save playback styles on Macs as well
Felix Paul Kühne [Sun, 3 Sep 2006 22:13:20 +0000 (22:13 +0000)]
* save playback styles on Macs as well

17 years agoTry to find seamonkey-config too.
Pavlov Konstantin [Sun, 3 Sep 2006 22:07:29 +0000 (22:07 +0000)]
Try to find seamonkey-config too.

TODO: test for xpidl in /usr/lib{,64}/seamonkey too.

17 years agoStart grabbing hotkeys in Qt. Unfinished
Clément Stenac [Sun, 3 Sep 2006 21:53:38 +0000 (21:53 +0000)]
Start grabbing hotkeys in Qt. Unfinished

17 years ago * src/input/decoder.c: fix "unsupported fourcc" fatal error message.
Sam Hocevar [Sun, 3 Sep 2006 20:51:09 +0000 (20:51 +0000)]
  * src/input/decoder.c: fix "unsupported fourcc" fatal error message.

17 years agoFix postprocessing in menu (Closes:#659)
Clément Stenac [Sun, 3 Sep 2006 17:43:25 +0000 (17:43 +0000)]
Fix postprocessing in menu (Closes:#659)

17 years agoAuto load and save media library (Closes:#433)
Clément Stenac [Sun, 3 Sep 2006 17:31:02 +0000 (17:31 +0000)]
Auto load and save media library (Closes:#433)

17 years agoopen directory and playlist
Clément Stenac [Sun, 3 Sep 2006 16:50:22 +0000 (16:50 +0000)]
open directory and playlist

17 years agoRemove useless debug, fix a bug
Clément Stenac [Sun, 3 Sep 2006 16:43:26 +0000 (16:43 +0000)]
Remove useless debug, fix a bug

17 years agoFix possible crash
Clément Stenac [Sun, 3 Sep 2006 16:41:40 +0000 (16:41 +0000)]
Fix possible crash

17 years agoUse LTLIBINTL instead of LIBINTL when using libtool.
Rémi Denis-Courmont [Sun, 3 Sep 2006 15:20:43 +0000 (15:20 +0000)]
Use LTLIBINTL instead of LIBINTL when using libtool.

17 years agoStart of the work of Ari Constancio on Portuguese localisation
Christophe Mutricy [Sun, 3 Sep 2006 15:17:11 +0000 (15:17 +0000)]
Start of the work of Ari Constancio on Portuguese localisation

17 years agoFix type-punning breakage
Rémi Denis-Courmont [Sun, 3 Sep 2006 15:08:52 +0000 (15:08 +0000)]
Fix type-punning breakage

17 years agoYou shall not pass NULL to IsUTF8().
Rémi Denis-Courmont [Sun, 3 Sep 2006 15:01:52 +0000 (15:01 +0000)]
You shall not pass NULL to IsUTF8().

17 years agowrite comments in config file in user locale instead of utf
Pavlov Konstantin [Sun, 3 Sep 2006 12:41:56 +0000 (12:41 +0000)]
write comments in config file in user locale instead of utf

17 years agoAnother GNU makism killed
Rémi Denis-Courmont [Sun, 3 Sep 2006 11:51:11 +0000 (11:51 +0000)]
Another GNU makism killed

17 years agoFurther crackdown on GNU make-isms
Rémi Denis-Courmont [Sun, 3 Sep 2006 11:44:03 +0000 (11:44 +0000)]
Further crackdown on GNU make-isms
But is the corba plugin functionnal anyway?

17 years agohmm One of yesterday commit broke binary compatibility.
Christophe Mutricy [Sat, 2 Sep 2006 23:24:38 +0000 (23:24 +0000)]
hmm One of yesterday commit broke binary compatibility.

17 years agoRemember random/loop/repeat
Clément Stenac [Sat, 2 Sep 2006 22:33:44 +0000 (22:33 +0000)]
Remember random/loop/repeat

17 years agoAdd --play-and-exit option to quit after no more items are in playlist.
Clément Stenac [Sat, 2 Sep 2006 21:22:19 +0000 (21:22 +0000)]
Add --play-and-exit option to quit after no more items are in playlist.
To be backported, but will need some manual merging (diff in vlc-devel should apply pristine to 0.8.5).
Thanks to Georgi Chorbadzhiyski for the patch

17 years agoFix refcount issues and only vlc_object_find when needed
Antoine Cellerier [Sat, 2 Sep 2006 20:46:57 +0000 (20:46 +0000)]
Fix refcount issues and only vlc_object_find when needed

17 years agoMerge [PATCH] http chunked encoding fix
Rémi Denis-Courmont [Sat, 2 Sep 2006 20:30:53 +0000 (20:30 +0000)]
Merge [PATCH] http chunked encoding fix

17 years agoUse our own pkg-config macro. So we don't have problems on OSX (ol pkg.m4 or wrong...
Christophe Mutricy [Sat, 2 Sep 2006 19:48:49 +0000 (19:48 +0000)]
Use our own pkg-config macro. So we don't have problems on OSX (ol pkg.m4 or wrong installation)

17 years agoOops.
Antoine Cellerier [Sat, 2 Sep 2006 17:08:08 +0000 (17:08 +0000)]
Oops.

17 years agoFixes for random + live search
Clément Stenac [Sat, 2 Sep 2006 17:07:46 +0000 (17:07 +0000)]
Fixes for random + live search

17 years agosubpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value...
Antoine Cellerier [Sat, 2 Sep 2006 17:03:36 +0000 (17:03 +0000)]
subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value is VLC_FALSE), this will keep displaying the subpicture_t when the parent input is paused. This means that subtitles should now be paused when clicking on pause. (refs #29)

17 years agoRe-enable random.
Clément Stenac [Sat, 2 Sep 2006 16:59:50 +0000 (16:59 +0000)]
Re-enable random.
It is now based on a shuffled array of items, so that next + prev takes you back to what you were playing

17 years agoDon't compile the motion plugin on win32
Christophe Mutricy [Sat, 2 Sep 2006 14:49:53 +0000 (14:49 +0000)]
Don't compile the motion plugin on win32

17 years ago* more ouput -> output typos
Dennis van Amerongen [Sat, 2 Sep 2006 14:32:19 +0000 (14:32 +0000)]
* more ouput -> output typos

17 years agoMake mux_ts a plugin too.
Rémi Denis-Courmont [Sat, 2 Sep 2006 12:26:41 +0000 (12:26 +0000)]
Make mux_ts a plugin too.
Afterall, ts is a plugin, and is probably as useful if not more.

17 years agoMake theora codec a plugin
Rémi Denis-Courmont [Sat, 2 Sep 2006 12:19:59 +0000 (12:19 +0000)]
Make theora codec a plugin

17 years agoCleanup gnutls detection
Rémi Denis-Courmont [Sat, 2 Sep 2006 12:15:55 +0000 (12:15 +0000)]
Cleanup gnutls detection

17 years agoEnable libtool by default.
Rémi Denis-Courmont [Sat, 2 Sep 2006 11:20:55 +0000 (11:20 +0000)]
Enable libtool by default.
You can still disable it manually...
and well, you've had six months to fix your build system.