]> git.sesse.net Git - vlc/log
vlc
16 years agocheck if media_list_player->media_list is null before locking - fixes #1524
Filippo Carone [Mon, 17 Mar 2008 22:19:25 +0000 (23:19 +0100)]
check if media_list_player->media_list is null before locking - fixes #1524

16 years agoUpdate pot file
Christophe Mutricy [Mon, 17 Mar 2008 20:53:27 +0000 (20:53 +0000)]
Update pot file

on't forget to do it when you delete files else it breaks make dist

16 years agoFix #1487
Rafaël Carré [Mon, 17 Mar 2008 20:32:09 +0000 (21:32 +0100)]
Fix #1487

Don't use an object after releasing it

16 years agoDon't leak vlc_bool_t through libvlc-control
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:20:33 +0000 (21:20 +0200)]
Don't leak vlc_bool_t through libvlc-control

This restores the ABI. It also avoids nasty issues with determining
what a native boolean is from language bindings.

16 years agoTag ABI break
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:11:40 +0000 (21:11 +0200)]
Tag ABI break

16 years agoPass trust flag to var_OptionParse
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:11:15 +0000 (21:11 +0200)]
Pass trust flag to var_OptionParse

16 years agoFix return value
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:09:07 +0000 (21:09 +0200)]
Fix return value

16 years agoRetain certain flags from input_ItemAddOpt
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:06:16 +0000 (21:06 +0200)]
Retain certain flags from input_ItemAddOpt

(Oh! another ABI break - if only vlc_input_item_t weren't public)

16 years agoCode factorization: use input_ItemAddOption
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:05:35 +0000 (21:05 +0200)]
Code factorization: use input_ItemAddOption

16 years agoVLM: use input_ItemAddOption
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:04:21 +0000 (21:04 +0200)]
VLM: use input_ItemAddOption

16 years agoUse native C/C++ boolean type
Rémi Denis-Courmont [Mon, 17 Mar 2008 18:04:45 +0000 (20:04 +0200)]
Use native C/C++ boolean type

16 years agoProvide the trust value to var_OptionParse
Rémi Denis-Courmont [Mon, 17 Mar 2008 17:57:33 +0000 (19:57 +0200)]
Provide the trust value to var_OptionParse

16 years agoSet the proper flags for item options
Rémi Denis-Courmont [Mon, 17 Mar 2008 17:38:21 +0000 (19:38 +0200)]
Set the proper flags for item options

16 years agoRe-enable m3u parsing
Rafaël Carré [Mon, 17 Mar 2008 10:46:09 +0000 (11:46 +0100)]
Re-enable m3u parsing

This check is already made by the new safe option flag (still broken, but to be fixed one day)

16 years agoTell that dst-parameter overrides new bind/path parameters.
Ilkka Ollakka [Mon, 17 Mar 2008 08:14:45 +0000 (10:14 +0200)]
Tell that dst-parameter overrides new bind/path parameters.

16 years agoAdd bind and path aliases for standard streamoutput, so you can document
Ilkka Ollakka [Fri, 14 Mar 2008 20:57:55 +0000 (22:57 +0200)]
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)

16 years agoFix warning in rawvid demxuer.
Jean-Baptiste Kempf [Mon, 17 Mar 2008 07:46:46 +0000 (00:46 -0700)]
Fix warning in rawvid demxuer.

16 years agoKill a warning.
Jean-Baptiste Kempf [Mon, 17 Mar 2008 07:42:48 +0000 (00:42 -0700)]
Kill a warning.

16 years agoREmove uninitialised variable.
Jean-Baptiste Kempf [Mon, 17 Mar 2008 07:40:27 +0000 (00:40 -0700)]
REmove uninitialised variable.

16 years agoUpdate the list of objects after a VLM import. Patch By Jean-François Massol, slightl...
Jean-Baptiste Kempf [Mon, 17 Mar 2008 00:40:33 +0000 (17:40 -0700)]
Update the list of objects after a VLM import. Patch By Jean-François Massol, slightly modified.

16 years agoRemove debug.
Jean-Baptiste Kempf [Sun, 16 Mar 2008 19:37:38 +0000 (12:37 -0700)]
Remove debug.

16 years agoLink ncurses plugin to libtinfo if available.
Pavlov Konstantin [Sun, 16 Mar 2008 22:10:02 +0000 (01:10 +0300)]
Link ncurses plugin to libtinfo if available.
Should fix builds on linuxes using that library: ALT, PLD, Fedora.

16 years agonew (failing) test for media list player (ticket #1524)
Filippo Carone [Sun, 16 Mar 2008 21:40:50 +0000 (22:40 +0100)]
new (failing) test for media list player (ticket #1524)

16 years agoHandle all memory errors in MP4 esds
Rémi Denis-Courmont [Sun, 16 Mar 2008 21:22:59 +0000 (23:22 +0200)]
Handle all memory errors in MP4 esds

16 years agoHandle memory errors in MP4 ctts - refs #1508
Rémi Denis-Courmont [Sun, 16 Mar 2008 21:17:27 +0000 (23:17 +0200)]
Handle memory errors in MP4 ctts - refs #1508

16 years agoCleanup MP4 ftyp
Rémi Denis-Courmont [Sun, 16 Mar 2008 21:16:58 +0000 (23:16 +0200)]
Cleanup MP4 ftyp

16 years agoHandle memory errors in MP4 stts - fixes #1502
Rémi Denis-Courmont [Sun, 16 Mar 2008 21:15:40 +0000 (23:15 +0200)]
Handle memory errors in MP4 stts - fixes #1502

16 years agoUpdate no-mmx patch for current ffmpeg.
Pavlov Konstantin [Sun, 16 Mar 2008 20:59:36 +0000 (23:59 +0300)]
Update no-mmx patch for current ffmpeg.

16 years agoTry compilation before interaction
Rafaël Carré [Sun, 16 Mar 2008 20:22:30 +0000 (21:22 +0100)]
Try compilation before interaction

buildbots should be able to compile asa cleanly now (unless for X-compile of course)

16 years agoInteraction are controlled by a dedicated thread
Rafaël Carré [Sun, 16 Mar 2008 19:49:26 +0000 (20:49 +0100)]
Interaction are controlled by a dedicated thread

This is not the playlist's work at all
Fix #1520

16 years agoDuring the compilation, print errors and warnings on stderr.
Rémi Duraffort [Sun, 16 Mar 2008 20:33:27 +0000 (21:33 +0100)]
During the compilation, print errors and warnings on stderr.

16 years agoRemove useless test before a delete.
Rémi Duraffort [Sat, 15 Mar 2008 19:26:02 +0000 (20:26 +0100)]
Remove useless test before a delete.

16 years agofix for libvlc_get_input_thread: check for null before locking. fixes #1522
Filippo Carone [Sun, 16 Mar 2008 18:59:47 +0000 (19:59 +0100)]
fix for libvlc_get_input_thread: check for null before locking. fixes #1522

16 years agoinitial media list player unit tests file
Filippo Carone [Sun, 16 Mar 2008 16:11:26 +0000 (17:11 +0100)]
initial media list player unit tests file

16 years agouse the sync_instance library for tests too
Filippo Carone [Sun, 16 Mar 2008 16:11:00 +0000 (17:11 +0100)]
use the sync_instance library for tests too

16 years agocentralize maven compiler plugin
Filippo Carone [Sun, 16 Mar 2008 16:10:13 +0000 (17:10 +0100)]
centralize maven compiler plugin

16 years agoRemove debug
Rafaël Carré [Sun, 16 Mar 2008 14:15:07 +0000 (15:15 +0100)]
Remove debug

16 years agogettext 0.16.1 was an unintended change - sorry
Filippo Carone [Sun, 16 Mar 2008 13:15:46 +0000 (14:15 +0100)]
gettext 0.16.1 was an unintended change - sorry

16 years agoac_prog_java* not needed anymore
Filippo Carone [Sun, 16 Mar 2008 13:12:06 +0000 (14:12 +0100)]
ac_prog_java* not needed anymore

16 years agoremove ant references on --enable-java-bindings, say users to run mvn
Filippo Carone [Sun, 16 Mar 2008 13:04:10 +0000 (14:04 +0100)]
remove ant references on --enable-java-bindings, say users to run mvn

16 years agosome basic info on how to use mvn added
Filippo Carone [Sun, 16 Mar 2008 12:45:53 +0000 (13:45 +0100)]
some basic info on how to use mvn added

16 years agoswitch to jdk 1.5
Filippo Carone [Sun, 16 Mar 2008 12:39:23 +0000 (13:39 +0100)]
switch to jdk 1.5

16 years agoswitch to jdk 1.5
Filippo Carone [Sun, 16 Mar 2008 12:22:00 +0000 (13:22 +0100)]
switch to jdk 1.5

16 years agomore info about developers/contributors
Filippo Carone [Sun, 16 Mar 2008 12:21:26 +0000 (13:21 +0100)]
more info about developers/contributors

16 years ago[PATCH] Maven2 plugins
Adrien Grand [Sun, 16 Mar 2008 12:02:00 +0000 (13:02 +0100)]
[PATCH] Maven2 plugins

Signed-off-by: Filippo Carone <littlejohn@videolan.org>
16 years agoBetter stats box in ncurses
Rafaël Carré [Sun, 16 Mar 2008 02:47:07 +0000 (03:47 +0100)]
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

16 years agoAdd assert()ions to help fighting a bug
Rafaël Carré [Sat, 15 Mar 2008 21:47:10 +0000 (22:47 +0100)]
Add assert()ions to help fighting a bug

16 years agoDo not hide bugs
Rafaël Carré [Sat, 15 Mar 2008 20:50:33 +0000 (21:50 +0100)]
Do not hide bugs

16 years agoRemove useless test before free and delete.
Rémi Duraffort [Sat, 15 Mar 2008 19:01:04 +0000 (20:01 +0100)]
Remove useless test before free and delete.

16 years agoFix DShow capture names with spaces, spotted by Andre Weber.
Jean-Baptiste Kempf [Sat, 15 Mar 2008 18:46:54 +0000 (11:46 -0700)]
Fix DShow capture names with spaces, spotted by Andre Weber.
Fix Apple iSight on windows :D

16 years agoForce to fix the size of GotoDialog.
Jean-Baptiste Kempf [Sat, 15 Mar 2008 07:35:13 +0000 (00:35 -0700)]
Force to fix the size of GotoDialog.

16 years agoCosmetic - changed negative test.
Richard Hosking [Sat, 15 Mar 2008 16:55:28 +0000 (16:55 +0000)]
Cosmetic - changed negative test.

16 years agomore media list unit tests
Filippo Carone [Sat, 15 Mar 2008 16:32:12 +0000 (17:32 +0100)]
more media list unit tests

16 years agomedia list count unit test added
Filippo Carone [Sat, 15 Mar 2008 15:33:48 +0000 (16:33 +0100)]
media list count unit test added

16 years agoAdrien added to thanks
Filippo Carone [Sat, 15 Mar 2008 15:33:18 +0000 (16:33 +0100)]
Adrien added to thanks

16 years agoignore folder contents
Filippo Carone [Sat, 15 Mar 2008 15:25:19 +0000 (16:25 +0100)]
ignore folder contents

16 years agoignore mvn generated files
Filippo Carone [Sat, 15 Mar 2008 14:34:04 +0000 (15:34 +0100)]
ignore mvn generated files

16 years agoFix very minor memory leak when using OSS for audio.
Richard Hosking [Sat, 15 Mar 2008 14:50:27 +0000 (14:50 +0000)]
Fix very minor memory leak when using OSS for audio.

16 years ago[PATCH] - maven project structure reorganization - add a exec:java goal to launch...
Adrien Grand [Sat, 15 Mar 2008 12:27:06 +0000 (13:27 +0100)]
[PATCH]  - maven project structure reorganization - add a exec:java goal to launch the VlcClient

16 years agoVery slight fixes in Open Dialog too.
Jean-Baptiste Kempf [Sat, 15 Mar 2008 03:51:07 +0000 (20:51 -0700)]
Very slight fixes in Open Dialog too.

16 years agoVery very Slight modification of Open dialog
Jean-Baptiste Kempf [Sat, 15 Mar 2008 03:42:03 +0000 (20:42 -0700)]
Very very Slight modification of Open dialog

16 years agoFix layout in VLM dialog.
Jean-Baptiste Kempf [Sat, 15 Mar 2008 03:32:44 +0000 (20:32 -0700)]
Fix layout in VLM dialog.

16 years agoFix the dialogs problem on Mac.
Jean-Baptiste Kempf [Sat, 15 Mar 2008 02:31:50 +0000 (19:31 -0700)]
Fix the dialogs problem on Mac.

16 years agoAssoDialog is not available on Mac.
Jean-Baptiste Kempf [Sat, 15 Mar 2008 02:22:25 +0000 (19:22 -0700)]
AssoDialog is not available on Mac.

16 years agoFix building with an uninstalled ffmpeg
Christophe Mutricy [Sat, 15 Mar 2008 00:00:40 +0000 (00:00 +0000)]
Fix building with an uninstalled ffmpeg

16 years agoFix #1515 - vlc.exe icon
Rafaël Carré [Fri, 14 Mar 2008 21:28:43 +0000 (22:28 +0100)]
Fix #1515 - vlc.exe icon

16 years agoFix aac decoding when muxed with ADTS headers + AudioSpecificConfig
Rafaël Carré [Fri, 14 Mar 2008 18:24:01 +0000 (19:24 +0100)]
Fix aac decoding when muxed with ADTS headers + AudioSpecificConfig

When AudioSpecificConfig is available in fmt->i_extra, faad need the ADTS headers removed

16 years agoStringListConfigControl finish -> deal with empty ppsz_list_text, same like in wx...
André Weber [Fri, 14 Mar 2008 17:48:54 +0000 (18:48 +0100)]
StringListConfigControl finish -> deal with empty ppsz_list_text, same like in wx widgets, use instead the short text

16 years agouse empty .gitignore files to track empty folders
Filippo Carone [Fri, 14 Mar 2008 08:51:44 +0000 (09:51 +0100)]
use empty .gitignore files to track empty folders

16 years agoRevert "dummy .empty files added for needed folders"
Filippo Carone [Fri, 14 Mar 2008 08:49:53 +0000 (09:49 +0100)]
Revert "dummy .empty files added for needed folders"

This reverts commit 0a7044077201ff47826bbf1f9bb596aff827a97f.

i'll use empty .gitignore files

16 years agospecify license in pom
Filippo Carone [Fri, 14 Mar 2008 08:40:14 +0000 (09:40 +0100)]
specify license in pom

16 years agoDisplay live stats in ncurses interface.
Rafaël Carré [Fri, 14 Mar 2008 13:19:00 +0000 (14:19 +0100)]
Display live stats in ncurses interface.

Activate it with hotkey 'S' ('s' is stop)

16 years agofix [0cd7064a1b656cd87e61af14b74ec6c80c341fe6] : lower case "VLC"
Rafaël Carré [Fri, 14 Mar 2008 10:22:45 +0000 (11:22 +0100)]
fix [0cd7064a1b656cd87e61af14b74ec6c80c341fe6] : lower case "VLC"

16 years agoFix AAC muxing into TS
Rafaël Carré [Fri, 14 Mar 2008 09:07:40 +0000 (10:07 +0100)]
Fix AAC muxing into TS

Add ADTS headers on top of the raw AAC frames
Use the ADTS stream type (0x0f) since LOAS isn't implemented
    This was wrong since we were streaming raw, not LOAS/LATM

16 years agoCompile fix for L4MERS on Qt4.2 :D
Jean-Baptiste Kempf [Fri, 14 Mar 2008 07:10:46 +0000 (00:10 -0700)]
Compile fix for L4MERS on Qt4.2 :D

16 years agowhen sorting playlist with artist, sort also album under artist and tracknumber on...
Ilkka Ollakka [Fri, 14 Mar 2008 06:32:49 +0000 (08:32 +0200)]
when sorting playlist with artist, sort also album under artist and tracknumber on album
I think this is good default atleast on music.

16 years agoChange button layout and behaviour in the open dialog. This avoid the Windows issue...
Jean-Baptiste Kempf [Fri, 14 Mar 2008 00:21:39 +0000 (17:21 -0700)]
Change button layout and behaviour in the open dialog. This avoid the Windows issue and should close #1455

16 years agoRemove unnecessary function that doesn't do what we want anyway.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 23:24:43 +0000 (16:24 -0700)]
Remove unnecessary function that doesn't do what we want anyway.

16 years agoForgiven in the previous commit (useless test)
Rémi Duraffort [Thu, 13 Mar 2008 23:26:42 +0000 (00:26 +0100)]
Forgiven in the previous commit (useless test)

16 years agoOne more removing session. (useless test before a free())
Rémi Duraffort [Thu, 13 Mar 2008 23:24:00 +0000 (00:24 +0100)]
One more removing session. (useless test before a free())

16 years agoUseless test before a free()
Rémi Duraffort [Thu, 13 Mar 2008 23:21:34 +0000 (00:21 +0100)]
Useless test before a free()

16 years agoRemove useless test (one more time).
Rémi Duraffort [Thu, 13 Mar 2008 23:19:57 +0000 (00:19 +0100)]
Remove useless test (one more time).

16 years agoSmaller margins.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 23:15:47 +0000 (16:15 -0700)]
Smaller margins.

16 years agoFix a layout issue, and adds space left of reset button.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 22:56:40 +0000 (15:56 -0700)]
Fix a layout issue, and adds space left of reset button.

16 years agolibvlc core release test added
Filippo Carone [Thu, 13 Mar 2008 23:12:46 +0000 (00:12 +0100)]
libvlc core release test added

16 years agomedia list initial tests added
Filippo Carone [Thu, 13 Mar 2008 23:12:10 +0000 (00:12 +0100)]
media list initial tests added

16 years agoRaffaella voice added for unit tests
Filippo Carone [Thu, 13 Mar 2008 23:06:43 +0000 (00:06 +0100)]
Raffaella voice added for unit tests

16 years agofirst unit test added
Filippo Carone [Thu, 13 Mar 2008 22:16:16 +0000 (23:16 +0100)]
first unit test added

16 years agosome more cleanup
Filippo Carone [Thu, 13 Mar 2008 21:55:51 +0000 (22:55 +0100)]
some more cleanup

16 years agoreflect current vlc version in pom
Filippo Carone [Thu, 13 Mar 2008 21:53:03 +0000 (22:53 +0100)]
reflect current vlc version in pom

16 years agobasic instructions for maven2
Filippo Carone [Thu, 13 Mar 2008 21:52:31 +0000 (22:52 +0100)]
basic instructions for maven2

16 years agojna added as a dependency
Filippo Carone [Thu, 13 Mar 2008 21:44:35 +0000 (22:44 +0100)]
jna added as a dependency

16 years agoVLCExample moved to org.videolan.jvlc.example
Filippo Carone [Thu, 13 Mar 2008 21:29:18 +0000 (22:29 +0100)]
VLCExample moved to org.videolan.jvlc.example

16 years agodummy .empty files added for needed folders
Filippo Carone [Thu, 13 Mar 2008 21:27:38 +0000 (22:27 +0100)]
dummy .empty files added for needed folders

16 years agomaven2 project structure
Filippo Carone [Thu, 13 Mar 2008 21:16:24 +0000 (22:16 +0100)]
maven2 project structure

16 years agoremove old headers in java bindings
Filippo Carone [Thu, 13 Mar 2008 21:03:18 +0000 (22:03 +0100)]
remove old headers in java bindings

16 years agochange playlist sorting to use qsort instead bubblesorting that was used.
Ilkka Ollakka [Thu, 13 Mar 2008 20:35:49 +0000 (22:35 +0200)]
change playlist sorting to use qsort instead bubblesorting that was used.

16 years agofixed warning about wrong datatypes (mdate(), pf_GetSystemInfo)
André Weber [Thu, 13 Mar 2008 18:31:36 +0000 (19:31 +0100)]
fixed warning about wrong datatypes (mdate(), pf_GetSystemInfo)

16 years agoRevert some errors in 859436564cd0b85e76b888a88205424ede9cb412 and 9630c00c6b310e1a82...
Rémi Duraffort [Thu, 13 Mar 2008 18:17:42 +0000 (19:17 +0100)]
Revert some errors in 859436564cd0b85e76b888a88205424ede9cb412 and 9630c00c6b310e1a824f0bce00de89f0f777484f

16 years agoRevert [cd2de36f617b57813c44fd94babd7fa952bccf8d]
Rafaël Carré [Thu, 13 Mar 2008 15:18:35 +0000 (16:18 +0100)]
Revert [cd2de36f617b57813c44fd94babd7fa952bccf8d]

assert that pf_control is available