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

23523 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
208d017e7c Set the proper flags for item options 2008-03-17 19:38:21 +02:00
Rafaël Carré
55083e6b6e Re-enable m3u parsing
This check is already made by the new safe option flag (still broken, but to be fixed one day)
2008-03-17 11:46:09 +01:00
Ilkka Ollakka
0e2052d5cd Tell that dst-parameter overrides new bind/path parameters. 2008-03-17 10:23:03 +02:00
Ilkka Ollakka
80a74d66eb Add bind and path aliases for standard streamoutput, so you can document
streaming (hopefully) more cleaner way like:

standard{access=http,bind=:8080,path=/myfile.ts}
equals to
standard{access=http,dst=:8080//myfile.ts}
(that extra / doesn't seem to harm and it's only visual flaw)
2008-03-17 10:23:02 +02:00
Jean-Baptiste Kempf
2f541e74db Fix warning in rawvid demxuer. 2008-03-17 00:46:46 -07:00
Jean-Baptiste Kempf
2e8d84e394 Kill a warning. 2008-03-17 00:42:48 -07:00
Jean-Baptiste Kempf
aeb7195619 REmove uninitialised variable. 2008-03-17 00:40:27 -07:00
Jean-Baptiste Kempf
af2b9b2c86 Update the list of objects after a VLM import. Patch By Jean-François Massol, slightly modified. 2008-03-16 17:40:33 -07:00
Jean-Baptiste Kempf
786adcfe4f Remove debug. 2008-03-16 17:33:42 -07:00
Pavlov Konstantin
e5979c3310 Link ncurses plugin to libtinfo if available.
Should fix builds on linuxes using that library: ALT, PLD, Fedora.
2008-03-17 01:12:59 +03:00
Filippo Carone
c87ad54056 new (failing) test for media list player (ticket #1524) 2008-03-16 22:41:06 +01:00
Rémi Denis-Courmont
99f80c178a Handle all memory errors in MP4 esds 2008-03-16 23:30:41 +02:00
Rémi Denis-Courmont
7061a05d46 Handle memory errors in MP4 ctts - refs #1508 2008-03-16 23:30:41 +02:00
Rémi Denis-Courmont
cd74f7f84a Cleanup MP4 ftyp 2008-03-16 23:30:41 +02:00
Rémi Denis-Courmont
ba67168b4a Handle memory errors in MP4 stts - fixes #1502 2008-03-16 23:30:41 +02:00
Pavlov Konstantin
1e08726cdc Update no-mmx patch for current ffmpeg. 2008-03-17 00:00:23 +03:00
Rafaël Carré
160cf0e2f7 Try compilation before interaction
buildbots should be able to compile asa cleanly now (unless for X-compile of course)
2008-03-16 21:22:30 +01:00
Rafaël Carré
55f3a9f1dc Interaction are controlled by a dedicated thread
This is not the playlist's work at all
Fix #1520
2008-03-16 20:50:21 +01:00
Rémi Duraffort
f0c27947ef During the compilation, print errors and warnings on stderr. 2008-03-16 21:34:41 +01:00
Rémi Duraffort
54c23b6619 Remove useless test before a delete. 2008-03-16 21:34:41 +01:00
Filippo Carone
10b3d6f1a2 fix for libvlc_get_input_thread: check for null before locking. fixes #1522 2008-03-16 19:59:47 +01:00
Filippo Carone
c6fabd0fc5 initial media list player unit tests file 2008-03-16 17:11:44 +01:00
Filippo Carone
9c24ad3ef1 use the sync_instance library for tests too 2008-03-16 17:11:44 +01:00
Filippo Carone
b7c2f1b54a centralize maven compiler plugin 2008-03-16 17:11:44 +01:00
Rafaël Carré
ad53a53efb Remove debug 2008-03-16 15:15:07 +01:00
Filippo Carone
a7e2dcfe29 gettext 0.16.1 was an unintended change - sorry 2008-03-16 14:15:46 +01:00
Filippo Carone
7984e32f17 ac_prog_java* not needed anymore 2008-03-16 14:12:06 +01:00
Filippo Carone
a21959aff9 remove ant references on --enable-java-bindings, say users to run mvn 2008-03-16 14:04:10 +01:00
Filippo Carone
fc14fe5dd6 some basic info on how to use mvn added 2008-03-16 13:45:53 +01:00
Filippo Carone
12c70d4b6e switch to jdk 1.5 2008-03-16 13:39:23 +01:00
Filippo Carone
a130c17fc4 switch to jdk 1.5 2008-03-16 13:22:00 +01:00
Filippo Carone
7a9a29f49f more info about developers/contributors 2008-03-16 13:21:26 +01:00
Adrien Grand
db39ed110e [PATCH] Maven2 plugins
Signed-off-by: Filippo Carone <littlejohn@videolan.org>
2008-03-16 13:02:00 +01:00
Rafaël Carré
fc3815a711 Better stats box in ncurses
Fix scrolling
Use ACS_* characters to be nicer
Only show video & audio if there is an es (or show both if there is no es, mp3 has no es)
TODO: show sout only when needed
2008-03-16 03:47:07 +01:00
Rafaël Carré
ba7e4ce0f1 Add assert()ions to help fighting a bug 2008-03-15 22:47:10 +01:00
Rafaël Carré
eb73dbd387 Do not hide bugs 2008-03-15 21:54:35 +01:00
Rémi Duraffort
b4b0a1b6f8 Remove useless test before free and delete. 2008-03-15 20:02:35 +01:00
Jean-Baptiste Kempf
31927c895c Fix DShow capture names with spaces, spotted by Andre Weber.
Fix Apple iSight on windows :D
2008-03-15 11:51:08 -07:00
Jean-Baptiste Kempf
944ddb5bc2 Force to fix the size of GotoDialog. 2008-03-15 11:51:08 -07:00
Richard Hosking
24657112e5 Cosmetic - changed negative test. 2008-03-15 17:01:07 +00:00
Filippo Carone
6b8e5d9bc6 more media list unit tests 2008-03-15 17:32:12 +01:00
Filippo Carone
72d1482365 media list count unit test added 2008-03-15 16:33:48 +01:00
Filippo Carone
ce42723bbe Adrien added to thanks 2008-03-15 16:33:18 +01:00
Filippo Carone
dbc1b9b7e5 ignore folder contents 2008-03-15 16:26:08 +01:00
Filippo Carone
850c37b468 ignore mvn generated files 2008-03-15 16:26:08 +01:00
Richard Hosking
7d3cc85d1b Fix very minor memory leak when using OSS for audio. 2008-03-15 14:50:27 +00:00
Adrien Grand
a19cac2195 [PATCH] - maven project structure reorganization - add a exec:java goal to launch the VlcClient 2008-03-15 13:27:35 +01:00
Jean-Baptiste Kempf
2d22d0e2f3 Very slight fixes in Open Dialog too. 2008-03-14 20:51:07 -07:00
Jean-Baptiste Kempf
bc5ec85a6e Very very Slight modification of Open dialog 2008-03-14 20:42:03 -07:00
Jean-Baptiste Kempf
064a983fe5 Fix layout in VLM dialog. 2008-03-14 20:32:44 -07:00