]>
git.sesse.net Git - vlc/log
Antoine Cellerier [Sat, 9 Sep 2006 20:19:32 +0000 (20:19 +0000)]
Also decode VP6 in flash ... this currently decodes video upside down (example file: http://samples.mplayerhq.hu/FLV/flash8/harrypotter-480x272-450-vp6.flv ). If someone knows how to tell the vout/codec to change line order ...
Antoine Cellerier [Sat, 9 Sep 2006 19:39:31 +0000 (19:39 +0000)]
FFmpeg now has VP5/VP6 decoding (flash uses special variant with codec id VP6F in ffmpeg ... this isn't used in VLC yet)
Rémi Denis-Courmont [Sat, 9 Sep 2006 13:50:07 +0000 (13:50 +0000)]
Switch net_Write to poll() to avoid fd set overflow.
Rémi Denis-Courmont [Sat, 9 Sep 2006 10:50:29 +0000 (10:50 +0000)]
Accept non-socket handles through net_Read* (closes #731)
Rémi Denis-Courmont [Sat, 9 Sep 2006 10:37:37 +0000 (10:37 +0000)]
Fix segfault. FTP access output is now somehow "tested"
Rémi Denis-Courmont [Sat, 9 Sep 2006 10:24:52 +0000 (10:24 +0000)]
More fixes
Rémi Denis-Courmont [Sat, 9 Sep 2006 10:09:15 +0000 (10:09 +0000)]
OSX compile fix
Rémi Denis-Courmont [Sat, 9 Sep 2006 10:03:06 +0000 (10:03 +0000)]
Oups
Rémi Denis-Courmont [Sat, 9 Sep 2006 09:53:34 +0000 (09:53 +0000)]
Untested FTP access output (closes #605)
Rémi Denis-Courmont [Sat, 9 Sep 2006 09:23:02 +0000 (09:23 +0000)]
Fix typo
Clément Stenac [Sat, 9 Sep 2006 09:12:23 +0000 (09:12 +0000)]
One more outdated copyright
Clément Stenac [Sat, 9 Sep 2006 09:05:11 +0000 (09:05 +0000)]
Copyright stuff
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())
Rémi Denis-Courmont [Sat, 9 Sep 2006 08:20:18 +0000 (08:20 +0000)]
Cosmetic fixes
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
Rémi Denis-Courmont [Sat, 9 Sep 2006 07:48:55 +0000 (07:48 +0000)]
Really fix SDP ordering here too (closes #716 again)
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)
Rémi Denis-Courmont [Sat, 9 Sep 2006 07:26:22 +0000 (07:26 +0000)]
Another SDP ordering fix
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)
Pavlov Konstantin [Fri, 8 Sep 2006 21:42:19 +0000 (21:42 +0000)]
ALT Linux VLC specfile
Pavlov Konstantin [Fri, 8 Sep 2006 21:30:07 +0000 (21:30 +0000)]
forgot to mention the last fortune is from #videolan
Pavlov Konstantin [Fri, 8 Sep 2006 21:27:21 +0000 (21:27 +0000)]
one more fortune
Rémi Denis-Courmont [Fri, 8 Sep 2006 19:50:25 +0000 (19:50 +0000)]
Fix SDP line ordering (closes #716)
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
Rémi Denis-Courmont [Fri, 8 Sep 2006 18:33:32 +0000 (18:33 +0000)]
Well, this time maybe
Rémi Denis-Courmont [Fri, 8 Sep 2006 18:26:50 +0000 (18:26 +0000)]
Might fix Win32 compilation
Rémi Denis-Courmont [Fri, 8 Sep 2006 18:14:25 +0000 (18:14 +0000)]
Add missing const qualifier and fix warnings
Rémi Denis-Courmont [Fri, 8 Sep 2006 18:08:39 +0000 (18:08 +0000)]
Don't rebuild the skin all the time
Rémi Denis-Courmont [Fri, 8 Sep 2006 18:07:18 +0000 (18:07 +0000)]
Actually wreak havoc to the network API.
Rémi Denis-Courmont [Fri, 8 Sep 2006 17:56:58 +0000 (17:56 +0000)]
Fixes
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()
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
Rémi Denis-Courmont [Fri, 8 Sep 2006 16:29:56 +0000 (16:29 +0000)]
More cleanup
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)
Rémi Denis-Courmont [Fri, 8 Sep 2006 16:04:29 +0000 (16:04 +0000)]
Partial cleanup and improved Windows error messages
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.
Christophe Mutricy [Thu, 7 Sep 2006 22:58:14 +0000 (22:58 +0000)]
Update-po
Christophe Mutricy [Thu, 7 Sep 2006 22:20:04 +0000 (22:20 +0000)]
We need the latest autoconf. see [16537]
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.
Derk-Jan Hartman [Thu, 7 Sep 2006 21:58:59 +0000 (21:58 +0000)]
* Improve duration calculation
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.
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.
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
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.
Antoine Cellerier [Thu, 7 Sep 2006 17:02:46 +0000 (17:02 +0000)]
:%s/\t/ /g
Damien Fouilleul [Wed, 6 Sep 2006 22:15:29 +0000 (22:15 +0000)]
vlcplugin.cpp: don't forget to increment argc
Damien Fouilleul [Wed, 6 Sep 2006 22:07:22 +0000 (22:07 +0000)]
- OpenCV video filter module by Dugal Harris
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
Christophe Mutricy [Wed, 6 Sep 2006 21:30:14 +0000 (21:30 +0000)]
Don't use the media library in the mozilla plugin
Clément Stenac [Wed, 6 Sep 2006 21:05:21 +0000 (21:05 +0000)]
Preferences categories are *not* categories. They are *user* strings.
Clément Stenac [Wed, 6 Sep 2006 21:03:03 +0000 (21:03 +0000)]
One more encoding fix
Jean-Paul Saman [Wed, 6 Sep 2006 10:02:20 +0000 (10:02 +0000)]
Typo tha -> that
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
Antoine Cellerier [Tue, 5 Sep 2006 16:42:10 +0000 (16:42 +0000)]
FFmpeg now has support for VMware's video codec.
Pavlov Konstantin [Tue, 5 Sep 2006 13:22:38 +0000 (13:22 +0000)]
link stream_out_switcher with ffmpeg libs (should fix w32 build)
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?
Clément Stenac [Tue, 5 Sep 2006 11:18:44 +0000 (11:18 +0000)]
Include errno.h
Derk-Jan Hartman [Tue, 5 Sep 2006 11:07:08 +0000 (11:07 +0000)]
* Quote add
Clément Stenac [Tue, 5 Sep 2006 07:16:17 +0000 (07:16 +0000)]
Convert items in the preferences tree to locale
Clément Stenac [Tue, 5 Sep 2006 06:09:42 +0000 (06:09 +0000)]
Split playlist include file in public/private
Damien Fouilleul [Mon, 4 Sep 2006 21:48:45 +0000 (21:48 +0000)]
input.c: fixed state (broke pause)
Christophe Mutricy [Mon, 4 Sep 2006 19:28:53 +0000 (19:28 +0000)]
New update of the Portuguese l10n
Damien Fouilleul [Mon, 4 Sep 2006 18:19:03 +0000 (18:19 +0000)]
fixed typo
Damien Fouilleul [Mon, 4 Sep 2006 18:17:10 +0000 (18:17 +0000)]
mozilla: more clean-ups
Damien Fouilleul [Mon, 4 Sep 2006 17:51:10 +0000 (17:51 +0000)]
- added input state & input rate in control APIs
Damien Fouilleul [Mon, 4 Sep 2006 17:50:19 +0000 (17:50 +0000)]
forgot that one in last commit
Damien Fouilleul [Mon, 4 Sep 2006 17:48:38 +0000 (17:48 +0000)]
- input: added intermediate state info opening & buffering
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.
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.
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.
Christophe Mutricy [Mon, 4 Sep 2006 09:27:21 +0000 (09:27 +0000)]
* Tell gettext that we use UTF-8.
* run update-po
Sam Hocevar [Sun, 3 Sep 2006 22:18:30 +0000 (22:18 +0000)]
* src/input/decoder.c: use real, nice quotes.
Felix Paul Kühne [Sun, 3 Sep 2006 22:13:20 +0000 (22:13 +0000)]
* save playback styles on Macs as well
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.
Clément Stenac [Sun, 3 Sep 2006 21:53:38 +0000 (21:53 +0000)]
Start grabbing hotkeys in Qt. Unfinished
Sam Hocevar [Sun, 3 Sep 2006 20:51:09 +0000 (20:51 +0000)]
* src/input/decoder.c: fix "unsupported fourcc" fatal error message.
Clément Stenac [Sun, 3 Sep 2006 17:43:25 +0000 (17:43 +0000)]
Fix postprocessing in menu (Closes:#659)
Clément Stenac [Sun, 3 Sep 2006 17:31:02 +0000 (17:31 +0000)]
Auto load and save media library (Closes:#433)
Clément Stenac [Sun, 3 Sep 2006 16:50:22 +0000 (16:50 +0000)]
open directory and playlist
Clément Stenac [Sun, 3 Sep 2006 16:43:26 +0000 (16:43 +0000)]
Remove useless debug, fix a bug
Clément Stenac [Sun, 3 Sep 2006 16:41:40 +0000 (16:41 +0000)]
Fix possible crash
Rémi Denis-Courmont [Sun, 3 Sep 2006 15:20:43 +0000 (15:20 +0000)]
Use LTLIBINTL instead of LIBINTL when using libtool.
Christophe Mutricy [Sun, 3 Sep 2006 15:17:11 +0000 (15:17 +0000)]
Start of the work of Ari Constancio on Portuguese localisation
Rémi Denis-Courmont [Sun, 3 Sep 2006 15:08:52 +0000 (15:08 +0000)]
Fix type-punning breakage
Rémi Denis-Courmont [Sun, 3 Sep 2006 15:01:52 +0000 (15:01 +0000)]
You shall not pass NULL to IsUTF8().
Pavlov Konstantin [Sun, 3 Sep 2006 12:41:56 +0000 (12:41 +0000)]
write comments in config file in user locale instead of utf
Rémi Denis-Courmont [Sun, 3 Sep 2006 11:51:11 +0000 (11:51 +0000)]
Another GNU makism killed
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?
Christophe Mutricy [Sat, 2 Sep 2006 23:24:38 +0000 (23:24 +0000)]
hmm One of yesterday commit broke binary compatibility.
Clément Stenac [Sat, 2 Sep 2006 22:33:44 +0000 (22:33 +0000)]
Remember random/loop/repeat
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
Antoine Cellerier [Sat, 2 Sep 2006 20:46:57 +0000 (20:46 +0000)]
Fix refcount issues and only vlc_object_find when needed
Rémi Denis-Courmont [Sat, 2 Sep 2006 20:30:53 +0000 (20:30 +0000)]
Merge [PATCH] http chunked encoding fix
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)
Antoine Cellerier [Sat, 2 Sep 2006 17:08:08 +0000 (17:08 +0000)]
Oops.
Clément Stenac [Sat, 2 Sep 2006 17:07:46 +0000 (17:07 +0000)]
Fixes for random + live search
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)
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
Christophe Mutricy [Sat, 2 Sep 2006 14:49:53 +0000 (14:49 +0000)]
Don't compile the motion plugin on win32
Dennis van Amerongen [Sat, 2 Sep 2006 14:32:19 +0000 (14:32 +0000)]
* more ouput -> output typos