]> git.sesse.net Git - vlc/log
vlc
16 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

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

16 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

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

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

16 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

16 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].

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

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

16 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

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

16 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

16 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

16 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

16 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.

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

16 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.

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

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

16 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.

16 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

16 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.

16 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)

16 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

16 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.

16 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.

16 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)

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

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

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

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

16 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

16 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

16 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)

16 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

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

16 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

16 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

16 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

16 years agoqt4/dialogs: svn:keywords set to Id
Rafaël Carré [Sat, 1 Sep 2007 14:55:55 +0000 (14:55 +0000)]
qt4/dialogs: svn:keywords set to Id

16 years agoReverts 21658 as it's totally wrong
Rafaël Carré [Sat, 1 Sep 2007 14:45:29 +0000 (14:45 +0000)]
Reverts 21658 as it's totally wrong

16 years agoQt4 - More Help.
Jean-Baptiste Kempf [Sat, 1 Sep 2007 14:39:41 +0000 (14:39 +0000)]
Qt4 - More Help.

16 years agoDSO friendliness
Rémi Denis-Courmont [Sat, 1 Sep 2007 14:11:39 +0000 (14:11 +0000)]
DSO friendliness

16 years agorc: non blocking input read
Rafaël Carré [Sat, 1 Sep 2007 14:09:58 +0000 (14:09 +0000)]
rc: non blocking input read

16 years agoAnother set of useless if statements
Rémi Denis-Courmont [Sat, 1 Sep 2007 14:08:39 +0000 (14:08 +0000)]
Another set of useless if statements

16 years ago- do not check "always true" case
Rémi Denis-Courmont [Sat, 1 Sep 2007 14:07:18 +0000 (14:07 +0000)]
- do not check "always true" case
- fix a small memory leak

16 years agoRemove unsupported profiles
Rémi Denis-Courmont [Sat, 1 Sep 2007 14:00:49 +0000 (14:00 +0000)]
Remove unsupported profiles

16 years agoqt4: forces plastique style temporarily
Rafaël Carré [Sat, 1 Sep 2007 13:54:36 +0000 (13:54 +0000)]
qt4: forces plastique style temporarily

16 years agoDo not implicitly encourage raw TS over UDP-Lite, DCCP and friends
Rémi Denis-Courmont [Sat, 1 Sep 2007 13:52:25 +0000 (13:52 +0000)]
Do not implicitly encourage raw TS over UDP-Lite, DCCP and friends

16 years agoOSDMenu: add to the CAT_VIDEO category to have tweaking in the preferences.
Jean-Baptiste Kempf [Sat, 1 Sep 2007 13:42:55 +0000 (13:42 +0000)]
OSDMenu: add to the CAT_VIDEO category to have tweaking in the preferences.

16 years agoFix RTP/TS sequence number regression
Rémi Denis-Courmont [Sat, 1 Sep 2007 13:42:00 +0000 (13:42 +0000)]
Fix RTP/TS sequence number regression

16 years agoFix undefined variable use
Rémi Denis-Courmont [Sat, 1 Sep 2007 13:37:08 +0000 (13:37 +0000)]
Fix undefined variable use

16 years agoSubtitles: same. Reput the correct new modifications.
Jean-Baptiste Kempf [Sat, 1 Sep 2007 13:33:25 +0000 (13:33 +0000)]
Subtitles: same. Reput the correct new modifications.

16 years agoSubtitles: attempt to get the history back.
Jean-Baptiste Kempf [Sat, 1 Sep 2007 13:32:26 +0000 (13:32 +0000)]
Subtitles: attempt to get the history back.

16 years agohotkey: Stop the playlist on Quit
Rafaël Carré [Sat, 1 Sep 2007 13:10:04 +0000 (13:10 +0000)]
hotkey: Stop the playlist on Quit

16 years agoAdd svn:ignore to live and live555 in extras, since we do it with ffmpeg and x264
Jean-Baptiste Kempf [Sat, 1 Sep 2007 13:03:38 +0000 (13:03 +0000)]
Add svn:ignore to live and live555 in extras, since we do it with ffmpeg and x264

16 years agoRemove DCCP from the list; it's not working yet
Rémi Denis-Courmont [Sat, 1 Sep 2007 12:58:51 +0000 (12:58 +0000)]
Remove DCCP from the list; it's not working yet

16 years agoSpatializer: set the svn:keywords to Id.
Jean-Baptiste Kempf [Sat, 1 Sep 2007 12:57:24 +0000 (12:57 +0000)]
Spatializer: set the svn:keywords to Id.

16 years agoTry to set a correct svn:ignore
Jean-Baptiste Kempf [Sat, 1 Sep 2007 12:53:57 +0000 (12:53 +0000)]
Try to set a correct svn:ignore

16 years agoQt4 - remove the 'pink sliders' effect
Jean-Baptiste Kempf [Sat, 1 Sep 2007 12:33:33 +0000 (12:33 +0000)]
Qt4 - remove the 'pink sliders' effect

16 years agoSpatializer: add the remaining files, add a correct check in configure, fix dist
Jean-Baptiste Kempf [Sat, 1 Sep 2007 12:27:48 +0000 (12:27 +0000)]
Spatializer: add the remaining files, add a correct check in configure, fix dist

16 years agoqt4 - fix temporary the compilation.
Jean-Baptiste Kempf [Sat, 1 Sep 2007 12:15:21 +0000 (12:15 +0000)]
qt4 - fix temporary the compilation.

16 years agoQt4 - Spatializer and other audio filter from biodun SoC => Extended panel.
Jean-Baptiste Kempf [Sat, 1 Sep 2007 11:59:10 +0000 (11:59 +0000)]
Qt4 - Spatializer and other audio filter from biodun SoC => Extended panel.

16 years ago* set svn:keywords correctly and fixed some minor stuff here and there
Felix Paul Kühne [Sat, 1 Sep 2007 11:57:33 +0000 (11:57 +0000)]
* set svn:keywords correctly and fixed some minor stuff here and there

16 years agoSpatializer audio filter: activate it for compilation, since it should not produce...
Jean-Baptiste Kempf [Sat, 1 Sep 2007 11:50:22 +0000 (11:50 +0000)]
Spatializer audio filter: activate it for compilation, since it should not produce many warnings...

16 years agoSpatializer: spaces and tab!!!
Jean-Baptiste Kempf [Sat, 1 Sep 2007 11:37:15 +0000 (11:37 +0000)]
Spatializer: spaces and tab!!!

16 years agoSpatializer audio filter, work for Google Summer of Code, by Isaac Biodun Osunkunle...
Jean-Baptiste Kempf [Sat, 1 Sep 2007 11:30:58 +0000 (11:30 +0000)]
Spatializer audio filter, work for Google Summer of Code, by Isaac Biodun Osunkunle: osunkunle --- gmail.com
This is the first part of his work.

16 years agoDestroys hotkey interface when Quit action is requested
Rafaël Carré [Sat, 1 Sep 2007 11:06:38 +0000 (11:06 +0000)]
Destroys hotkey interface when Quit action is requested

16 years agoAdd a nice target here also
Christophe Mutricy [Fri, 31 Aug 2007 22:40:32 +0000 (22:40 +0000)]
Add a nice target here also

16 years agoAdd a nice target
Christophe Mutricy [Fri, 31 Aug 2007 22:31:04 +0000 (22:31 +0000)]
Add a nice target

16 years agoWoody is past history
Christophe Mutricy [Fri, 31 Aug 2007 22:16:19 +0000 (22:16 +0000)]
Woody is past history

16 years agoAdd some --with-ffmpeg-libfoo. Patch by Siegfried Wagner
Christophe Mutricy [Fri, 31 Aug 2007 22:14:08 +0000 (22:14 +0000)]
Add some --with-ffmpeg-libfoo. Patch by Siegfried Wagner

16 years agoUpdates the news
Rafaël Carré [Fri, 31 Aug 2007 21:57:07 +0000 (21:57 +0000)]
Updates the news

16 years agoUse libav*-uninstalled.pc to get the ldflags for ffmpeg when we use --with-ffmpeg...
Christophe Mutricy [Fri, 31 Aug 2007 21:22:41 +0000 (21:22 +0000)]
Use libav*-uninstalled.pc to get the ldflags for ffmpeg when we use --with-ffmpeg-tree to link statically

16 years agoImplement dummy RTSP GET_PARAMETER so that clients can "ping"
Rémi Denis-Courmont [Fri, 31 Aug 2007 21:08:00 +0000 (21:08 +0000)]
Implement dummy RTSP GET_PARAMETER so that clients can "ping"

16 years agoCleanup RTCP SR support a little bit
Rémi Denis-Courmont [Fri, 31 Aug 2007 20:11:51 +0000 (20:11 +0000)]
Cleanup RTCP SR support a little bit

16 years agoRemove the broken kludge that should not be needed.
Rémi Denis-Courmont [Fri, 31 Aug 2007 19:22:45 +0000 (19:22 +0000)]
Remove the broken kludge that should not be needed.
Can't test if it now works (no GNOME here)

16 years agoDequeue "dummy" signals
Rémi Denis-Courmont [Fri, 31 Aug 2007 19:21:37 +0000 (19:21 +0000)]
Dequeue "dummy" signals

16 years agoAnother round of MTU fixes (review welcome)
Rémi Denis-Courmont [Fri, 31 Aug 2007 16:44:21 +0000 (16:44 +0000)]
Another round of MTU fixes (review welcome)

16 years agoFixes commit [21610]
Rafaël Carré [Fri, 31 Aug 2007 16:37:56 +0000 (16:37 +0000)]
Fixes commit [21610]

16 years agoAdd a const
Rémi Denis-Courmont [Fri, 31 Aug 2007 16:31:38 +0000 (16:31 +0000)]
Add a const

16 years agoUse common RTP header formatting for RTP/TS
Rémi Denis-Courmont [Fri, 31 Aug 2007 16:30:29 +0000 (16:30 +0000)]
Use common RTP header formatting for RTP/TS

16 years agoSame as previous commit
Rémi Denis-Courmont [Fri, 31 Aug 2007 16:21:50 +0000 (16:21 +0000)]
Same as previous commit

16 years agoIncrease MTU too lowest legal MTU when it is really too small
Rémi Denis-Courmont [Fri, 31 Aug 2007 16:19:52 +0000 (16:19 +0000)]
Increase MTU too lowest legal MTU when it is really too small

16 years agoUse 1400 rather than 1500 as default *application-layer* MTU to be on the
Rémi Denis-Courmont [Fri, 31 Aug 2007 16:19:25 +0000 (16:19 +0000)]
Use 1400 rather than 1500 as default *application-layer* MTU to be on the
safe side

16 years agoSilent hack to avoid crash when MTU is too small
Rémi Denis-Courmont [Fri, 31 Aug 2007 16:07:37 +0000 (16:07 +0000)]
Silent hack to avoid crash when MTU is too small

16 years agoRemove thresh and funman as they are now in AUTHORS. Gniark gniark!
Rémi Denis-Courmont [Fri, 31 Aug 2007 15:58:30 +0000 (15:58 +0000)]
Remove thresh and funman as they are now in AUTHORS. Gniark gniark!
(jb, pdherbemont are missing by the way)

16 years agoSupport up to 9 channel with Vorbis
Rémi Denis-Courmont [Fri, 31 Aug 2007 15:54:20 +0000 (15:54 +0000)]
Support up to 9 channel with Vorbis
Patch from Pierre-Luc Beaudoin

16 years agoDocument signal handling
Rémi Denis-Courmont [Fri, 31 Aug 2007 11:21:43 +0000 (11:21 +0000)]
Document signal handling

16 years agoFix RTSP Content-Base header and SDP session control attribute
Rémi Denis-Courmont [Fri, 31 Aug 2007 11:04:13 +0000 (11:04 +0000)]
Fix RTSP Content-Base header and SDP session control attribute
to always include a valid server address

16 years agoUnblocks SIGCHLD at the beginning of the thread
Rafaël Carré [Fri, 31 Aug 2007 10:54:10 +0000 (10:54 +0000)]
Unblocks SIGCHLD at the beginning of the thread

16 years agoUnblocks SIGCHLD in qt4 thread
Rafaël Carré [Fri, 31 Aug 2007 10:44:43 +0000 (10:44 +0000)]
Unblocks SIGCHLD in qt4 thread

16 years agoFix crash due to mtu being equal to 0
Rafaël Carré [Fri, 31 Aug 2007 10:32:50 +0000 (10:32 +0000)]
Fix crash due to mtu being equal to 0

16 years agoQt4 - Main Interface: Advanced buttons are correctly integrated, cosmetic,
Jean-Baptiste Kempf [Fri, 31 Aug 2007 10:30:48 +0000 (10:30 +0000)]
Qt4 - Main Interface: Advanced buttons are correctly integrated, cosmetic,
      cleanup and fixes.

16 years agoQt4 - move the VISIBLE() define to qt4.hpp to use it everywhere.
Jean-Baptiste Kempf [Fri, 31 Aug 2007 10:29:48 +0000 (10:29 +0000)]
Qt4 - move the VISIBLE() define to qt4.hpp to use it everywhere.

16 years agoQt4 - Menus: small changes, mainly cosmetic.
Jean-Baptiste Kempf [Fri, 31 Aug 2007 10:28:05 +0000 (10:28 +0000)]
Qt4 - Menus: small changes, mainly cosmetic.

16 years agoIf too much frames have been dropped, then only decode I frames for a while and see...
Jean-Paul Saman [Fri, 31 Aug 2007 08:51:53 +0000 (08:51 +0000)]
If too much frames have been dropped, then only decode I frames for a while and see if you can catch up with decoding other frames as well.

16 years agoHonor --ffmpeg-skip-frame setting when used with --ffmpeg-hurry-up.
Jean-Paul Saman [Fri, 31 Aug 2007 08:51:44 +0000 (08:51 +0000)]
Honor --ffmpeg-skip-frame setting when used with --ffmpeg-hurry-up.

16 years agomedia_discoverer.c: Raise an exception on error.
Pierre d'Herbemont [Fri, 31 Aug 2007 07:18:41 +0000 (07:18 +0000)]
media_discoverer.c: Raise an exception on error.

16 years agoVLC.xcodeproj: Fix framework header location.
Pierre d'Herbemont [Fri, 31 Aug 2007 07:14:26 +0000 (07:14 +0000)]
VLC.xcodeproj: Fix framework header location.