1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00
Commit Graph

13648 Commits

Author SHA1 Message Date
Derk-Jan Hartman
fb847b394c * Fix src/misc/charset on platforms without setlocale. In that case we pass NULL to FindFallbackEncoding 2006-03-15 00:40:18 +00:00
Christophe Mutricy
4f617c5ef1 ALL: Fix make distcheck
- add a modules.am for mux/rtp It is just there to please autotools nothing is built by default
	- update-po
2006-03-14 22:40:33 +00:00
Derk-Jan Hartman
3db675f530 * We are not gonna start naming options to RFCs. Let's just call it LATM, even though it's technically not correct. 2006-03-14 21:59:02 +00:00
Christophe Mutricy
2a384e3d56 contrib/Makefile: fix the rights on the bin directory
some more svn:ignore
2006-03-14 21:52:53 +00:00
Rémi Denis-Courmont
8a1cf340a5 Whoops. Disable by default for now.
Maybe the option name could be made better.
2006-03-14 21:46:18 +00:00
Rémi Denis-Courmont
9b38b9ae14 Apply RFC3016 RTP packetizer patch from Alex Antropoff
The new format is disabled by default,
so we have little risks of regression.
2006-03-14 21:42:07 +00:00
Antoine Cellerier
3c0e006d71 Fix unsigned int vs int compilation warning. 2006-03-14 14:38:45 +00:00
Antoine Cellerier
9f661f1245 Fix sub picture region x and y offset values when using
--mosaic-keep-picture with a picture that is bigger than on of the
mosaic's small rectangles.

This allows creation of mosaics like :
AAAAAABBB
A    ABBB
A    ACCC
AAAAAACCC
(where A, B and C are 3 sub streams)
2006-03-14 14:19:37 +00:00
Antoine Cellerier
cae8650f3e Looks like we didn't malloc the right size. (If this was some dirty
hack, please revert my commit and add a comment explaining why it's
needed because)

Thanks to http://forum.videolan.org/viewtopic.php?t=18285 for noticing.
2006-03-14 13:08:48 +00:00
Christophe Mutricy
e840a9de91 debian/patches: Fix the debian package creation 2006-03-14 10:01:39 +00:00
Antoine Cellerier
4c1df9c171 Fix browsing directories containing the '&' character 2006-03-13 22:43:25 +00:00
Antoine Cellerier
86385f84c1 Fix playing stuff like http://213.205.97.105:80/tf1jt/jt20d11032006.asf
which works using mmst but not mmsh (VLC only tried mmsh previously).
2006-03-13 21:51:36 +00:00
Christophe Mutricy
ce9a08c0a4 Contrib: use libshout 2.2. It should solve the .pc probem ( missing theora depedancies) 2006-03-13 16:45:00 +00:00
Rémi Denis-Courmont
6d55a24863 Change Russian charset selection 2006-03-13 10:56:56 +00:00
Rémi Denis-Courmont
6a28b19cc5 Candidate language to likely non-UTF8 code page functions 2006-03-13 10:52:32 +00:00
Clément Stenac
14a9ecc640 Add a tristate for WX playlist mode (normal/embedded/both).
For the moment, defaults to normal. (Closes:#494)
2006-03-13 07:12:18 +00:00
Derk-Jan Hartman
1d001afcc3 * Fix x264 compilation on Darwin 2006-03-13 00:54:40 +00:00
Rémi Denis-Courmont
3fdc34d5d3 * Use uint32_t instead of wchar_t to represent UTF32 characters, given wchar_t is not 32-bits on all platforms
* Cosmetic fixes
* Check for invalid UTF-32 sequence
* Accept all non-printable characters within UTF-8 strings (EnsureUTF8's job is to ensure valid UTF8 sequence, not to ensure printable characters)
2006-03-12 22:52:25 +00:00
Christophe Mutricy
e3f12b873c Missing in the previous commit + don't extract gecko-sdk each time 2006-03-12 22:46:34 +00:00
Christophe Mutricy
6e37e43319 shout: Other approach. 2006-03-12 21:59:12 +00:00
Clément Stenac
4e8cc7fd95 File mangler
This can be used to detect crashes due to bad streams (see the end of the program for the files which are tested)
2006-03-12 21:42:19 +00:00
Christophe Mutricy
de6439f8cb Add libshout on win32 2006-03-12 21:22:34 +00:00
Christophe Mutricy
e9c4ad96d9 po/*: Mea Culpa. make update-po should be run on a clean tree 2006-03-12 17:30:46 +00:00
Clément Stenac
9e8453bb8c Fix svn:ignore 2006-03-12 15:06:39 +00:00
Clément Stenac
5538983bbc Remove buggy debug 2006-03-12 14:24:54 +00:00
Rémi Denis-Courmont
5ac87d09be Always link libintl through libvlc on Win32 2006-03-12 12:44:06 +00:00
Rémi Denis-Courmont
18b4556f85 Propagate changes from previous commit 2006-03-12 10:41:31 +00:00
Rémi Denis-Courmont
738fac768f * Revert my [14546] that doesn't work
* Remove changeset thing from shared libvlc versioning until someone cares to implement it properly within the build system
2006-03-12 09:52:42 +00:00
Jean-Paul Saman
fdaae90bcc Fix compiler warning: Add missing include 2006-03-12 09:27:48 +00:00
Clément Stenac
3572ca4219 Disable update checker in Win32 until it's fixed 2006-03-12 09:12:38 +00:00
Clément Stenac
c0dd3f01cd Revert [14732] 2006-03-12 09:11:49 +00:00
Clément Stenac
97dcbccdd0 Might fix a bit update layout in win32 2006-03-12 09:08:18 +00:00
Antoine Cellerier
20a61425ce fix bluescreen description 2006-03-11 23:30:07 +00:00
Felix Paul Kühne
e87c51f9e3 * fix make dist for OSX 2006-03-11 23:29:09 +00:00
Antoine Cellerier
84d4f20b44 add note about XSPF not being in 0.8.5-test1 2006-03-11 23:23:32 +00:00
Antoine Cellerier
ec8225260d Thanks and news (see previous commit) 2006-03-11 23:21:44 +00:00
Antoine Cellerier
8e8e64419d src/playlist/loadsave.c, modules/demux/playlist/*, modules/gui/*,
modules/misc/playlist/*, modules/access/http.c: XSPF playlist support
(read and write) by Daniel Stranger. Many thanks

src/misc/modules.c, src/misc/strings.c, include/vlc_strings.h: string
handling functions.

modules/control/http/*, modules/services_discovery/upnp_intel.cpp: use
these string handling functions.
2006-03-11 23:19:59 +00:00
Christophe Mutricy
d78b7c38ea ka.po: new update by Alexander Dibebulize.
All: Run make update-po
2006-03-11 22:40:56 +00:00
Antoine Cellerier
df366fcf1d Check that destination node is really a node. 2006-03-11 21:19:12 +00:00
Rémi Denis-Courmont
94d5831bbf * Use run-time detection of UTF-8 as current charset instead of hard-coding to be if and only if Mac OS X
* Use CP1252 as a fallback instead of ISO-8859-1 (as far as printable characters are concerned, the first is a superset of the second, and it is the most commonly used charset in the west to date)
2006-03-11 19:35:22 +00:00
Rémi Denis-Courmont
711b342d7c - Fix memleak when not using Mac OS
- Error handling clean up
2006-03-11 19:25:33 +00:00
Clément Stenac
f22bfe8059 Don't use %f in RRD output (Closes:#582) 2006-03-11 19:23:58 +00:00
Clément Stenac
82d182250d A number of fixes spotted by Sébastien Raud < s d0t raud att yahoo d0t fr >
Thanks.
2006-03-11 18:34:39 +00:00
Clément Stenac
b6e2bf32ae Work around what looks like a ...
...
WX bug !
(OnActivateItem not working with enter key on Win32)

(Closes:#348)
2006-03-11 18:18:14 +00:00
Clément Stenac
0d2c5a89d7 Strings (Refs:#438) 2006-03-11 17:35:55 +00:00
Felix Paul Kühne
07d375a8e1 * updated the copyright-string 2006-03-11 17:19:37 +00:00
Clément Stenac
dbe1aecff2 Change some button orders
Hide the "OK" button in the preferences (keep "Save")
2006-03-11 13:41:49 +00:00
Clément Stenac
00d18e841a Fix crash in TS muxer. Patch by Alex Antropoff.
Thanks.

Closes: #552
2006-03-11 13:03:04 +00:00
Christophe Mutricy
bfabd662d1 codec/flac.c: fix preparse with flac 2006-03-11 01:29:05 +00:00
Rémi Denis-Courmont
7092d93f91 Tell user we disabled EPSV mode _before_ reconnecting so (s)he doesn't get confused 2006-03-10 23:19:18 +00:00