]> git.sesse.net Git - vlc/log
vlc
17 years agoqt4 - Main controls, small modification and implementation of fullscreen().
Jean-Baptiste Kempf [Wed, 5 Sep 2007 11:01:43 +0000 (11:01 +0000)]
qt4 - Main controls, small modification and implementation of fullscreen().

17 years agoQt4 - removing some debug.
Jean-Baptiste Kempf [Wed, 5 Sep 2007 11:00:42 +0000 (11:00 +0000)]
Qt4 - removing some debug.

17 years ago#include order
Rémi Denis-Courmont [Wed, 5 Sep 2007 06:51:54 +0000 (06:51 +0000)]
#include order

17 years agosize_t / int confusion
Rémi Denis-Courmont [Wed, 5 Sep 2007 06:51:34 +0000 (06:51 +0000)]
size_t / int confusion

17 years agoChange the format of the patch to live, since buildbot is
Bernie Purcell [Wed, 5 Sep 2007 06:03:23 +0000 (06:03 +0000)]
Change the format of the patch to live, since buildbot is
now blaming me for breaking this even though I've never
touched it.

17 years agoMove more of the code for USF subtitles decoding out into separate
Bernie Purcell [Wed, 5 Sep 2007 05:14:33 +0000 (05:14 +0000)]
Move more of the code for USF subtitles decoding out into separate
module. It has almost no code in common with normal subtitles and ASS
subtitle decoding, and this split further simplifies what belongs to
what.

17 years agoCorrect a warning on OSX
Bernie Purcell [Wed, 5 Sep 2007 01:03:01 +0000 (01:03 +0000)]
Correct a warning on OSX

17 years agoAdd additional dependancies on fontconfig so that a rebuild will
Bernie Purcell [Wed, 5 Sep 2007 01:02:34 +0000 (01:02 +0000)]
Add additional dependancies on fontconfig so that a rebuild will
be forced when the patch or the Makefile itself changes - a previous
change hasn't been picked up by buildbot, and it hasn't been
corrected on win32 builds.

17 years agoAdd fontconfig to OSX builds
Bernie Purcell [Wed, 5 Sep 2007 00:24:27 +0000 (00:24 +0000)]
Add fontconfig to OSX builds

17 years agoHopefully fix the build for windows.
Antoine Cellerier [Tue, 4 Sep 2007 21:08:56 +0000 (21:08 +0000)]
Hopefully fix the build for windows.

17 years agoDamn previous commit was even worse. I need some rest.
Jean-Paul Saman [Tue, 4 Sep 2007 20:32:16 +0000 (20:32 +0000)]
Damn previous commit was even worse. I need some rest.

17 years agoStart seamcarving video filter. I'm commiting this mainly to get it in a windows...
Antoine Cellerier [Tue, 4 Sep 2007 20:30:56 +0000 (20:30 +0000)]
Start seamcarving video filter. I'm commiting this mainly to get it in a windows build. This still needs some heavy optimisation, support for vertical resizing, colors and upscaling.

Sample command line for those who want to test: time ./vlc fake: --fake-file ~/images/NATURE-Fakarava_400x300.jpg --fake-fps 5 -I dummy --control rc -V x11 --video-filter seamcarving@s
You can change the croping by using commands like:
@s crop 200 (a crop value of 0 resets it to the default mode)

17 years agoFix minor cast mistmatches
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:26:57 +0000 (19:26 +0000)]
Fix minor cast mistmatches

17 years agoFix incorrect type size on 64bits
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:26:26 +0000 (19:26 +0000)]
Fix incorrect type size on 64bits

17 years agoFix referenced types (potentially fix crash with CGIs on 64bits)
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:25:38 +0000 (19:25 +0000)]
Fix referenced types (potentially fix crash with CGIs on 64bits)

17 years agoFix crash
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:23:37 +0000 (19:23 +0000)]
Fix crash

17 years agoFix some cast warnings
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:21:53 +0000 (19:21 +0000)]
Fix some cast warnings

17 years agoFix pointer-int casts warnings
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:20:14 +0000 (19:20 +0000)]
Fix pointer-int casts warnings

17 years agoFix some 64bits warnings
Rémi Denis-Courmont [Tue, 4 Sep 2007 19:19:22 +0000 (19:19 +0000)]
Fix some 64bits warnings

17 years agoOops forgot to print the chroma.
Jean-Paul Saman [Tue, 4 Sep 2007 13:13:27 +0000 (13:13 +0000)]
Oops forgot to print the chroma.

17 years ago* modules/demux/demuxdump.c: typo dumpper -> dumper
Dennis van Amerongen [Mon, 3 Sep 2007 21:34:56 +0000 (21:34 +0000)]
* modules/demux/demuxdump.c: typo dumpper -> dumper

17 years agoQt4 - add .mxf and .gxf to video files.
Jean-Baptiste Kempf [Mon, 3 Sep 2007 21:10:56 +0000 (21:10 +0000)]
Qt4 - add .mxf and .gxf to video files.

17 years agoPrint error when chroma is not supported
Jean-Paul Saman [Mon, 3 Sep 2007 20:26:21 +0000 (20:26 +0000)]
Print error when chroma is not supported

17 years agoCheck malloc return values.
Jean-Paul Saman [Mon, 3 Sep 2007 20:20:07 +0000 (20:20 +0000)]
Check malloc return values.

17 years agoUpdates COPYING with new FSF address, removes weird characters
Rafaël Carré [Mon, 3 Sep 2007 19:06:58 +0000 (19:06 +0000)]
Updates COPYING with new FSF address, removes weird characters

17 years agosubdir build fix
Rémi Denis-Courmont [Mon, 3 Sep 2007 16:01:40 +0000 (16:01 +0000)]
subdir build fix

17 years agoBSD make fix
Rémi Denis-Courmont [Mon, 3 Sep 2007 16:00:02 +0000 (16:00 +0000)]
BSD make fix

17 years agomisc/rand.c: cleanup and fix a stupid bug
Damien Fouilleul [Mon, 3 Sep 2007 15:14:44 +0000 (15:14 +0000)]
misc/rand.c: cleanup and fix a stupid bug

17 years agoFix cross compile of x264. The --crosscompile switch being added by the patch doesn...
Bernie Purcell [Mon, 3 Sep 2007 05:06:35 +0000 (05:06 +0000)]
Fix cross compile of x264. The --crosscompile switch being added by the patch doesn't appear to have worked for some time.

17 years agoFix wxwidgets compilation
Rafaël Carré [Sun, 2 Sep 2007 23:47:51 +0000 (23:47 +0000)]
Fix wxwidgets compilation

17 years agomisc/rand.c: actually, windows comes with a particularily comprehensive crypto library
Damien Fouilleul [Sun, 2 Sep 2007 21:47:07 +0000 (21:47 +0000)]
misc/rand.c: actually, windows comes with a particularily comprehensive crypto library

17 years agoqt4 wording.
Jean-Baptiste Kempf [Sun, 2 Sep 2007 21:41:33 +0000 (21:41 +0000)]
qt4  wording.

17 years agoQt4 - add a warning about the composite thing.
Jean-Baptiste Kempf [Sun, 2 Sep 2007 21:33:21 +0000 (21:33 +0000)]
Qt4 - add a warning about the composite thing.

17 years agoRemoves leftover of previous commit
Rafaël Carré [Sun, 2 Sep 2007 21:30:04 +0000 (21:30 +0000)]
Removes leftover of previous commit

17 years agoAdds an option to qt4 intf to set opacity for main interface, playlist, and extended...
Rafaël Carré [Sun, 2 Sep 2007 21:28:56 +0000 (21:28 +0000)]
Adds an option to qt4 intf to set opacity for main interface, playlist, and extended panels.
Note that on french locale floats are 0,x and not 0.x

17 years agoIf the podcast service discovery is already runing, update its podcast-urls variable.
Antoine Cellerier [Sun, 2 Sep 2007 21:24:53 +0000 (21:24 +0000)]
If the podcast service discovery is already runing, update its podcast-urls variable.

17 years agoRewrite parts of the podcast service discovery module and make it handle additions...
Antoine Cellerier [Sun, 2 Sep 2007 21:24:02 +0000 (21:24 +0000)]
Rewrite parts of the podcast service discovery module and make it handle additions to the url list at runtime. (deletions are not supported, without a module restart)

17 years agoAttach service discovery objects to the playlist (and remove a bunch of trailing...
Antoine Cellerier [Sun, 2 Sep 2007 21:22:32 +0000 (21:22 +0000)]
Attach service discovery objects to the playlist (and remove a bunch of trailing spaces).

17 years agoItalian l10n update by Vincenzo Reale
Christophe Mutricy [Sun, 2 Sep 2007 21:13:07 +0000 (21:13 +0000)]
Italian l10n update by Vincenzo Reale

17 years ago! It did say NON-PREDICTIBLE at the top of the file, didn't it?
Rémi Denis-Courmont [Sun, 2 Sep 2007 20:01:13 +0000 (20:01 +0000)]
! It did say NON-PREDICTIBLE at the top of the file, didn't it?

17 years agoApply "[PATCH] controls widget" by Domani Hannes. Thanks.
Antoine Cellerier [Sun, 2 Sep 2007 16:55:23 +0000 (16:55 +0000)]
Apply "[PATCH] controls widget" by Domani Hannes. Thanks.

17 years agoAdd a podcast configuration dialog to the Qt4 interface/dialogs provider.
Antoine Cellerier [Sun, 2 Sep 2007 16:17:36 +0000 (16:17 +0000)]
Add a podcast configuration dialog to the Qt4 interface/dialogs provider.

17 years agoChange the podcast-urls config option to auto save.
Antoine Cellerier [Sun, 2 Sep 2007 16:14:27 +0000 (16:14 +0000)]
Change the podcast-urls config option to auto save.

17 years ago[21716] in a Qt 4.2 compatible way.
Antoine Cellerier [Sun, 2 Sep 2007 14:34:01 +0000 (14:34 +0000)]
[21716] in a Qt 4.2 compatible way.

17 years agoAdd option to disable the Qt interface notification popup.
Antoine Cellerier [Sun, 2 Sep 2007 12:50:41 +0000 (12:50 +0000)]
Add option to disable the Qt interface notification popup.

17 years agoPartially revert [21689]. Ships AUTHORS and THANKS with windows package
Rafaël Carré [Sun, 2 Sep 2007 12:47:44 +0000 (12:47 +0000)]
Partially revert [21689]. Ships AUTHORS and THANKS with windows package

17 years agoMake the skins download url clickable in the simple preferences.
Antoine Cellerier [Sun, 2 Sep 2007 12:39:44 +0000 (12:39 +0000)]
Make the skins download url clickable in the simple preferences.

17 years agoQt4 - adding a '...' in the description... Cosmetic
Jean-Baptiste Kempf [Sun, 2 Sep 2007 10:10:00 +0000 (10:10 +0000)]
Qt4 - adding a '...' in the description... Cosmetic

17 years agoChange the web irc url here too (and split the help string on several lines).
Antoine Cellerier [Sun, 2 Sep 2007 09:34:21 +0000 (09:34 +0000)]
Change the web irc url here too (and split the help string on several lines).

17 years agoFixes
Rémi Denis-Courmont [Sun, 2 Sep 2007 09:06:57 +0000 (09:06 +0000)]
Fixes

17 years agoHandle HTTP OPTIONS
Rémi Denis-Courmont [Sun, 2 Sep 2007 08:59:59 +0000 (08:59 +0000)]
Handle HTTP OPTIONS

17 years agoDon't claim to support HTTP 1.x where x > 1
Rémi Denis-Courmont [Sun, 2 Sep 2007 08:51:01 +0000 (08:51 +0000)]
Don't claim to support HTTP 1.x where x > 1

17 years agoMissing const
Rémi Denis-Courmont [Sun, 2 Sep 2007 07:33:40 +0000 (07:33 +0000)]
Missing const

17 years agoFix warnings
Rémi Denis-Courmont [Sun, 2 Sep 2007 07:32:06 +0000 (07:32 +0000)]
Fix warnings

17 years agoFix warnings
Rémi Denis-Courmont [Sun, 2 Sep 2007 07:30:43 +0000 (07:30 +0000)]
Fix warnings

17 years agoAnother set of missing consts
Rémi Denis-Courmont [Sun, 2 Sep 2007 07:28:08 +0000 (07:28 +0000)]
Another set of missing consts

17 years agoeol:style
Rémi Denis-Courmont [Sun, 2 Sep 2007 07:26:10 +0000 (07:26 +0000)]
eol:style

17 years agoimage/png rather than application/octet-stream
Rémi Denis-Courmont [Sun, 2 Sep 2007 07:25:07 +0000 (07:25 +0000)]
image/png rather than application/octet-stream

17 years agoTypo
Rémi Denis-Courmont [Sun, 2 Sep 2007 07:23:12 +0000 (07:23 +0000)]
Typo

17 years agoAdd missing const - should fix a few Qt4 warnings
Rémi Denis-Courmont [Sun, 2 Sep 2007 07:22:32 +0000 (07:22 +0000)]
Add missing const - should fix a few Qt4 warnings

17 years agoRemove harmful MIME type
Rémi Denis-Courmont [Sun, 2 Sep 2007 07:21:02 +0000 (07:21 +0000)]
Remove harmful MIME type

17 years agoXPM are text files, not binaries
Rémi Denis-Courmont [Sun, 2 Sep 2007 07:18:33 +0000 (07:18 +0000)]
XPM are text files, not binaries

17 years agoFix automake warning
Rémi Denis-Courmont [Sun, 2 Sep 2007 07:08:20 +0000 (07:08 +0000)]
Fix automake warning

17 years agoalsa: don't start playing before at least a period has been written to the alsa device
Rafaël Carré [Sun, 2 Sep 2007 04:03:11 +0000 (04:03 +0000)]
alsa: don't start playing before at least a period has been written to the alsa device
fixes #1165

17 years agoOups
Christophe Mutricy [Sat, 1 Sep 2007 22:43:54 +0000 (22:43 +0000)]
Oups

17 years agoWe are in 2007
Christophe Mutricy [Sat, 1 Sep 2007 22:36:12 +0000 (22:36 +0000)]
We are in 2007

17 years agorand_s() is only in Win XP and latest. so use rand() until we decide to not support...
Christophe Mutricy [Sat, 1 Sep 2007 21:44:12 +0000 (21:44 +0000)]
rand_s() is only in Win XP and latest. so use rand() until we decide to not support win2000

17 years agoFix the use of commands list, tree and vars in the rc interface which were broken...
Antoine Cellerier [Sat, 1 Sep 2007 20:37:17 +0000 (20:37 +0000)]
Fix the use of commands list, tree and vars in the rc interface which were broken since [21138].

17 years agoFix segmentation fault
Rémi Denis-Courmont [Sat, 1 Sep 2007 20:04:56 +0000 (20:04 +0000)]
Fix segmentation fault

17 years agoRemove old unused code
Rémi Denis-Courmont [Sat, 1 Sep 2007 19:34:41 +0000 (19:34 +0000)]
Remove old unused code

17 years agoFactorize aggregate and non-aggregate RTSP code paths
Rémi Denis-Courmont [Sat, 1 Sep 2007 19:34:09 +0000 (19:34 +0000)]
Factorize aggregate and non-aggregate RTSP code paths

17 years agoCosmetics
Rémi Denis-Courmont [Sat, 1 Sep 2007 19:03:22 +0000 (19:03 +0000)]
Cosmetics

17 years agoUse RTP sout for RTP
Rémi Denis-Courmont [Sat, 1 Sep 2007 17:50:51 +0000 (17:50 +0000)]
Use RTP sout for RTP

17 years agoqt4: Fix help dialog (again)
Rafaël Carré [Sat, 1 Sep 2007 17:43:49 +0000 (17:43 +0000)]
qt4: Fix help dialog (again)
Uses builtin AUTHORS THANKS and COPYING files on every platform
Don't ship AUTHORS.txt and THANKS.txt on windows packages
COPYING.txt is kept since it's used in the nsis installer
Only show authors' name instead of the full AUTHORS file
Removes an empty line in THANKS to make it easier to parse without using endless pipes

17 years agoAdd myself as qt4 maintainer :D
Jean-Baptiste Kempf [Sat, 1 Sep 2007 17:36:48 +0000 (17:36 +0000)]
Add myself as qt4  maintainer :D

17 years agoImprove randomness of RTSP session ID.
Rémi Denis-Courmont [Sat, 1 Sep 2007 17:34:39 +0000 (17:34 +0000)]
Improve randomness of RTSP session ID.
Now it should not be possible to guess other people's ID.

17 years agoFix a few warnings
Rémi Denis-Courmont [Sat, 1 Sep 2007 17:32:18 +0000 (17:32 +0000)]
Fix a few warnings

17 years agoModification of THANKS about Pierre-Luc Beaudoin contributions.
Jean-Baptiste Kempf [Sat, 1 Sep 2007 17:27:50 +0000 (17:27 +0000)]
Modification of THANKS about Pierre-Luc Beaudoin contributions.

17 years agoQt4 - Jack Input UI.
Jean-Baptiste Kempf [Sat, 1 Sep 2007 17:26:17 +0000 (17:26 +0000)]
Qt4 - Jack Input UI.

17 years agoFix about.hpp generation
Rémi Denis-Courmont [Sat, 1 Sep 2007 17:10:55 +0000 (17:10 +0000)]
Fix about.hpp generation

17 years agoSeparate Makefile generation from bootstrap
Rémi Denis-Courmont [Sat, 1 Sep 2007 16:58:35 +0000 (16:58 +0000)]
Separate Makefile generation from bootstrap
so that we can update individual Makefile.am files.

17 years agoJack Input bugfixes and some more options:
Jean-Baptiste Kempf [Sat, 1 Sep 2007 16:55:47 +0000 (16:55 +0000)]
Jack Input bugfixes and some more options:
   - bug: cracking in the captured sound
   - autoconnect to inputs
   - use VLC pace
Patch by Pierre-Luc Beaudoin from Savoir-faire Linux

17 years agoQt4-help. Small modifications on the size.
Jean-Baptiste Kempf [Sat, 1 Sep 2007 16:38:57 +0000 (16:38 +0000)]
Qt4-help. Small modifications on the size.

17 years agoqt4/about: reads data from the files when they are shipped with the binary (i.e....
Rafaël Carré [Sat, 1 Sep 2007 16:36:15 +0000 (16:36 +0000)]
qt4/about: reads data from the files when they are shipped with the binary (i.e. on windows)

17 years agonet_Read(): Checks p_libvlc->b_die
Rafaël Carré [Sat, 1 Sep 2007 16:35:25 +0000 (16:35 +0000)]
net_Read(): Checks p_libvlc->b_die

17 years agoqt4: disc controls should only be shown on request.
Jean-Baptiste Kempf [Sat, 1 Sep 2007 16:29:51 +0000 (16:29 +0000)]
qt4: disc controls should only be shown on request.
To test.

17 years agoQt4 - Add a proper about section. This needs to be reviewed for i18n.
Jean-Baptiste Kempf [Sat, 1 Sep 2007 16:25:14 +0000 (16:25 +0000)]
Qt4 - Add a proper about section. This needs to be reviewed for i18n.

17 years agoFix crash (once more, this would be easily avoided by
Rémi Denis-Courmont [Sat, 1 Sep 2007 15:50:54 +0000 (15:50 +0000)]
Fix crash (once more, this would be easily avoided by
LOOKING AT THE COMPILER WARNING before -or even after- committing)

17 years agoFix signedness
Rémi Denis-Courmont [Sat, 1 Sep 2007 15:47:03 +0000 (15:47 +0000)]
Fix signedness

17 years agoFix warning
Rémi Denis-Courmont [Sat, 1 Sep 2007 15:46:09 +0000 (15:46 +0000)]
Fix warning

17 years agoFix compiler warning
Rémi Denis-Courmont [Sat, 1 Sep 2007 15:45:01 +0000 (15:45 +0000)]
Fix compiler warning

17 years agoFix (Win32) precompiler warnings
Rémi Denis-Courmont [Sat, 1 Sep 2007 15:43:37 +0000 (15:43 +0000)]
Fix (Win32) precompiler warnings

17 years agoTry to fix a compiler warning
Rémi Denis-Courmont [Sat, 1 Sep 2007 15:42:30 +0000 (15:42 +0000)]
Try to fix a compiler warning

17 years agoUse HMAC-MD5 rather than plain MD5
Rémi Denis-Courmont [Sat, 1 Sep 2007 15:41:19 +0000 (15:41 +0000)]
Use HMAC-MD5 rather than plain MD5

17 years agoRemove a big bunch of #include that are not needed anymore
Rémi Denis-Courmont [Sat, 1 Sep 2007 15:36:22 +0000 (15:36 +0000)]
Remove a big bunch of #include that are not needed anymore
(we had them because of the big vlc_symbol structure)

17 years agoAdd nonce generator vlc_rand_bytes
Rémi Denis-Courmont [Sat, 1 Sep 2007 15:32:45 +0000 (15:32 +0000)]
Add nonce generator vlc_rand_bytes

17 years agoFixup AddMD5 prototype
Rémi Denis-Courmont [Sat, 1 Sep 2007 15:19:42 +0000 (15:19 +0000)]
Fixup AddMD5 prototype

17 years agoDo not export DigestMD5; it's an internal subprocedure
Rémi Denis-Courmont [Sat, 1 Sep 2007 15:14:26 +0000 (15:14 +0000)]
Do not export DigestMD5; it's an internal subprocedure

17 years agoQt4 - help: add AUTHORS to the tabs
Jean-Baptiste Kempf [Sat, 1 Sep 2007 15:13:06 +0000 (15:13 +0000)]
Qt4 - help: add AUTHORS to the tabs

17 years agoAdds a link to cgi/irc in help
Rafaël Carré [Sat, 1 Sep 2007 15:08:57 +0000 (15:08 +0000)]
Adds a link to cgi/irc in help