]> git.sesse.net Git - vlc/log
vlc
17 years agoRevert commit that breaks bootstrap/aclocal (v2.60, latest release).
Rémi Denis-Courmont [Sun, 16 Jul 2006 19:37:56 +0000 (19:37 +0000)]
Revert commit that breaks bootstrap/aclocal (v2.60, latest release).
That has been annoying quite a bunch of users[1] including buildbots
and myself.

[1] http://forum.videolan.org/viewtopic.php?t=21059

17 years agoDon't duplicate check for automake 1.7
Rémi Denis-Courmont [Sun, 16 Jul 2006 19:16:48 +0000 (19:16 +0000)]
Don't duplicate check for automake 1.7

17 years agoUse nice apostrophe
Rémi Denis-Courmont [Sun, 16 Jul 2006 18:10:22 +0000 (18:10 +0000)]
Use nice apostrophe

17 years ago * src/libvlc.c: fixed comment.
Sam Hocevar [Sun, 16 Jul 2006 16:06:29 +0000 (16:06 +0000)]
  * src/libvlc.c: fixed comment.

17 years ago* removed useless include
Felix Paul Kühne [Sat, 15 Jul 2006 19:50:58 +0000 (19:50 +0000)]
* removed useless include

17 years ago* implemented a ctrl-click menu for the vouts (refs #302)
Felix Paul Kühne [Sat, 15 Jul 2006 19:47:29 +0000 (19:47 +0000)]
* implemented a ctrl-click menu for the vouts (refs #302)
- currently loaded through rightMouseUp because rightMouseDown, etc. don't register any NSRightMouseDowns. If anybody got an idea why, I would be willing to change this of cause, since the current way is quite slower in the user's experience.
- the Snapshot item doesn't work yet (it triggers the fullscreen-event)
- localisation support is complete

Any comments and wanteds for further items are welcome :)

17 years agocheck that p_pic->pf_release != NULL before calling it
Antoine Cellerier [Sat, 15 Jul 2006 14:53:58 +0000 (14:53 +0000)]
check that p_pic->pf_release != NULL before calling it

17 years agoSplit the distort video filter module into several video filter2 modules.
Antoine Cellerier [Fri, 14 Jul 2006 22:58:41 +0000 (22:58 +0000)]
Split the distort video filter module into several video filter2 modules.

17 years agoRemove unneeded include
Antoine Cellerier [Fri, 14 Jul 2006 22:06:57 +0000 (22:06 +0000)]
Remove unneeded include

17 years ago * m4: added libtool macro files. Na.
Sam Hocevar [Fri, 14 Jul 2006 21:36:11 +0000 (21:36 +0000)]
  * m4: added libtool macro files. Na.

17 years agoInvert is now a "video filter2"
Antoine Cellerier [Fri, 14 Jul 2006 21:33:23 +0000 (21:33 +0000)]
Invert is now a "video filter2"

17 years agoAdjust is now a "video filter2"
Antoine Cellerier [Fri, 14 Jul 2006 21:32:43 +0000 (21:32 +0000)]
Adjust is now a "video filter2"

17 years agoRemove double .gnutls from HAVE_WIN32 and UNIX targets
Jean-Paul Saman [Fri, 14 Jul 2006 11:18:29 +0000 (11:18 +0000)]
Remove double .gnutls from HAVE_WIN32 and UNIX targets

17 years agoFix dist
Christophe Mutricy [Thu, 13 Jul 2006 22:41:07 +0000 (22:41 +0000)]
Fix dist

17 years agoRevert [16011] until someone svn add the concerned files.
Christophe Mutricy [Thu, 13 Jul 2006 20:47:49 +0000 (20:47 +0000)]
Revert [16011] until someone svn add the concerned files.

17 years agoReally fix goom for fc4
Jean-Paul Saman [Thu, 13 Jul 2006 15:31:29 +0000 (15:31 +0000)]
Really fix goom for fc4

17 years ago * src/Makefile.am: made the dist rule independent of --enable-libtool.
Sam Hocevar [Thu, 13 Jul 2006 15:25:56 +0000 (15:25 +0000)]
  * src/Makefile.am: made the dist rule independent of --enable-libtool.

17 years agoDisable MMX support goom for now since it doesn't compile and is probably broken.
Jean-Paul Saman [Thu, 13 Jul 2006 15:22:58 +0000 (15:22 +0000)]
Disable MMX support goom for now since it doesn't compile and is probably broken.

17 years agoFix live555 compilation in contrib
Jean-Paul Saman [Thu, 13 Jul 2006 15:13:10 +0000 (15:13 +0000)]
Fix live555 compilation in contrib

17 years agoAnother extra boilerplate
Rémi Denis-Courmont [Thu, 13 Jul 2006 14:29:00 +0000 (14:29 +0000)]
Another extra boilerplate

17 years agoWork-around for Winsock
Rémi Denis-Courmont [Thu, 13 Jul 2006 14:19:35 +0000 (14:19 +0000)]
Work-around for Winsock

17 years agoqt4/*: buildsytem fix + cosmetic+ copyright dates + svn Id
Christophe Mutricy [Thu, 13 Jul 2006 13:51:05 +0000 (13:51 +0000)]
qt4/*: buildsytem fix + cosmetic+ copyright dates + svn Id

17 years ago * Added SVN ignore flags to src/ subdirectories.
Sam Hocevar [Thu, 13 Jul 2006 13:41:54 +0000 (13:41 +0000)]
  * Added SVN ignore flags to src/ subdirectories.

17 years ago* implement the error panel correctly (for the records: not < 10.3 compatible)
Felix Paul Kühne [Thu, 13 Jul 2006 12:06:22 +0000 (12:06 +0000)]
* implement the error panel correctly (for the records: not < 10.3 compatible)

17 years ago * bootstrap: strip library version from modules.
Sam Hocevar [Thu, 13 Jul 2006 11:48:47 +0000 (11:48 +0000)]
  * bootstrap: strip library version from modules.

17 years agoBeginning of menus implementation
Clément Stenac [Thu, 13 Jul 2006 11:21:23 +0000 (11:21 +0000)]
Beginning of menus implementation
Fix a make dist bug

17 years ago * modules/control/hotkeys.c: nawak.
Sam Hocevar [Thu, 13 Jul 2006 10:32:06 +0000 (10:32 +0000)]
  * modules/control/hotkeys.c: nawak.

17 years agoRemoved unused variable pi_gamma
Jean-Paul Saman [Wed, 12 Jul 2006 18:49:35 +0000 (18:49 +0000)]
Removed unused variable pi_gamma

17 years agoRTSP rewind and fastforward support (Scale option). Almost entirely rewritten a patch...
Jean-Paul Saman [Wed, 12 Jul 2006 18:48:21 +0000 (18:48 +0000)]
RTSP rewind and fastforward support (Scale option). Almost entirely rewritten a patch from K. Staring <Qdk _at_ quickdekay dot net>.

17 years agoget rid of unresolved symbols
Pavlov Konstantin [Wed, 12 Jul 2006 15:49:13 +0000 (15:49 +0000)]
get rid of unresolved symbols

17 years ago * src/Makefile.am: fixed sed commands.
Sam Hocevar [Wed, 12 Jul 2006 15:38:08 +0000 (15:38 +0000)]
  * src/Makefile.am: fixed sed commands.

17 years ago * src/Makefile.am: reverted addition of vlc_devices.h, it was already done.
Sam Hocevar [Wed, 12 Jul 2006 15:01:55 +0000 (15:01 +0000)]
  * src/Makefile.am: reverted addition of vlc_devices.h, it was already done.

17 years ago * Updated changelog.
Sam Hocevar [Wed, 12 Jul 2006 13:54:29 +0000 (13:54 +0000)]
  * Updated changelog.

17 years ago * src/Makefile.am: yay, another missing file in Makefile.am (vlc_devices.h).
Sam Hocevar [Wed, 12 Jul 2006 13:51:51 +0000 (13:51 +0000)]
  * src/Makefile.am: yay, another missing file in Makefile.am (vlc_devices.h).

17 years ago * m4/Makefile.am: added more missing files. olleh buglroz!
Sam Hocevar [Wed, 12 Jul 2006 13:23:26 +0000 (13:23 +0000)]
  * m4/Makefile.am: added more missing files. olleh buglroz!

17 years ago * m4/Makefile.am: added missing files to the distribution. happy bootstrap.
Sam Hocevar [Wed, 12 Jul 2006 13:04:37 +0000 (13:04 +0000)]
  * m4/Makefile.am: added missing files to the distribution. happy bootstrap.

17 years ago * src/audio_output/common.c: moved message around so that it compiles.
Sam Hocevar [Wed, 12 Jul 2006 12:34:07 +0000 (12:34 +0000)]
  * src/audio_output/common.c: moved message around so that it compiles.

17 years ago * src/audio_output/common.c: added error message upon invalid initialisation.
Sam Hocevar [Wed, 12 Jul 2006 12:27:06 +0000 (12:27 +0000)]
  * src/audio_output/common.c: added error message upon invalid initialisation.

17 years agoMissing header in EXTRA_DIST
Clément Stenac [Wed, 12 Jul 2006 11:29:30 +0000 (11:29 +0000)]
Missing header in EXTRA_DIST

17 years ago* Patch to add ATSC support by Dennis Lou
Benjamin Pracht [Tue, 11 Jul 2006 19:12:18 +0000 (19:12 +0000)]
* Patch to add ATSC support by Dennis Lou
* This is untested, but shouldn't have any adverse effect at least
* Any feedback much welcomed

17 years ago* fix make dist
Felix Paul Kühne [Tue, 11 Jul 2006 10:49:50 +0000 (10:49 +0000)]
* fix make dist

17 years ago* updated the po-files, started some work on the German translation, a minor string...
Felix Paul Kühne [Mon, 10 Jul 2006 21:30:31 +0000 (21:30 +0000)]
* updated the po-files, started some work on the German translation, a minor string fix and removal of an untranslatable string

17 years ago* when possible use the PTS for GET_TIME and GET_LENGTH. Note that this isn't always...
Derk-Jan Hartman [Mon, 10 Jul 2006 20:52:57 +0000 (20:52 +0000)]
* when possible use the PTS for GET_TIME and GET_LENGTH. Note that this isn't always reliable. If you want you can disable it.

17 years ago* fixed typo pointed out by Dirk Stegemann on the forum
Felix Paul Kühne [Mon, 10 Jul 2006 18:46:46 +0000 (18:46 +0000)]
* fixed typo pointed out by Dirk Stegemann on the forum

17 years ago#transcode{vfilter=...} only works with video filter2 filters.
Antoine Cellerier [Sun, 9 Jul 2006 15:01:13 +0000 (15:01 +0000)]
#transcode{vfilter=...} only works with video filter2 filters.

17 years agoHave a module_string less confusing
Christophe Mutricy [Sat, 8 Jul 2006 21:42:12 +0000 (21:42 +0000)]
Have a module_string less confusing

17 years agoClean up
Christophe Mutricy [Sat, 8 Jul 2006 21:20:00 +0000 (21:20 +0000)]
Clean up

17 years agoFix compilation. It inserts the playlist only in tree view local.
Christophe Mutricy [Sat, 8 Jul 2006 21:19:17 +0000 (21:19 +0000)]
Fix compilation. It inserts the playlist only in tree view local.

17 years ago* complete clean-up
Felix Paul Kühne [Sat, 8 Jul 2006 19:13:50 +0000 (19:13 +0000)]
* complete clean-up

17 years ago* unified the GUI-presented string
Felix Paul Kühne [Sat, 8 Jul 2006 19:12:11 +0000 (19:12 +0000)]
* unified the GUI-presented string

17 years agoFix stats collecting
Christophe Mutricy [Sat, 8 Jul 2006 19:11:05 +0000 (19:11 +0000)]
Fix stats collecting

17 years ago* use intf_IntfProgress instead of intf_UserProgress to test the interaction-implemen...
Felix Paul Kühne [Sat, 8 Jul 2006 18:32:41 +0000 (18:32 +0000)]
* use intf_IntfProgress instead of intf_UserProgress to test the interaction-implementations. Additionally, it's nicer here IMO, so we might keep it this way.

17 years agoSome infrastructure work for playlist autoload/autosave
Clément Stenac [Sat, 8 Jul 2006 17:28:51 +0000 (17:28 +0000)]
Some infrastructure work for playlist autoload/autosave

17 years ago* added the Google Video Playlist file-type
Felix Paul Kühne [Sat, 8 Jul 2006 16:30:21 +0000 (16:30 +0000)]
* added the Google Video Playlist file-type

17 years agocosmetic changes + compilation fixes
Mohammed Adnène Trojette [Sat, 8 Jul 2006 12:51:10 +0000 (12:51 +0000)]
cosmetic changes + compilation fixes

17 years agoImprove embedded video output
Clément Stenac [Sat, 8 Jul 2006 11:16:46 +0000 (11:16 +0000)]
Improve embedded video output
Skeleton for interaction
Fix window settings save

17 years agoFix some crashes
Clément Stenac [Sat, 8 Jul 2006 11:16:20 +0000 (11:16 +0000)]
Fix some crashes

17 years agoSome legal boilerplate.
Rémi Denis-Courmont [Sat, 8 Jul 2006 09:31:56 +0000 (09:31 +0000)]
Some legal boilerplate.
Some files missing.

17 years agoFix segfault (thanks to zorglub for the hint)
Antoine Cellerier [Fri, 7 Jul 2006 21:27:14 +0000 (21:27 +0000)]
Fix segfault (thanks to zorglub for the hint)

17 years agoAdd Google Video Playlist parsing support (stuff like http://video.google.com/videogv...
Antoine Cellerier [Fri, 7 Jul 2006 20:24:11 +0000 (20:24 +0000)]
Add Google Video Playlist parsing support (stuff like http://video.google.com/videogvp?docid=... )

17 years agoAdd a b_restart flag to indicate this option take effect only after a restart.
Christophe Mutricy [Thu, 6 Jul 2006 23:23:59 +0000 (23:23 +0000)]
Add a b_restart flag to indicate this option take effect only after a restart.
Break binary compatibility

17 years agovout.m: change in fullscreen behaviour
Damien Fouilleul [Thu, 6 Jul 2006 23:19:12 +0000 (23:19 +0000)]
vout.m: change in fullscreen behaviour
- toggle fullscreen mode when double clicking on video.
- allow menu autoshow/autohide when moving cursor in or out the menu area while in fullscreen mode

17 years ago* Fix SDP file parsing of the SAP module.
Derk-Jan Hartman [Thu, 6 Jul 2006 20:43:21 +0000 (20:43 +0000)]
* Fix SDP file parsing of the SAP module.

17 years agoFix 2005 changelog
Clément Stenac [Thu, 6 Jul 2006 11:15:31 +0000 (11:15 +0000)]
Fix 2005 changelog

17 years ago * doc/fortunes.txt: Fixed layout. We need quality quotes.
Sam Hocevar [Thu, 6 Jul 2006 10:26:39 +0000 (10:26 +0000)]
  * doc/fortunes.txt: Fixed layout. We need quality quotes.

17 years agopartial Arabic translation.
Mohammed Adnène Trojette [Thu, 6 Jul 2006 10:09:47 +0000 (10:09 +0000)]
partial Arabic translation.
Courtesy from Zayed Al-Saidi <zayed ÷ alsaidi × gmail ÷ com>.

17 years ago[Untested] Save interface position
Clément Stenac [Wed, 5 Jul 2006 18:12:55 +0000 (18:12 +0000)]
[Untested] Save interface position

17 years agounicode.c: Fix MB2MB() by removing spurious ';'. Thanks to ericx on IRC.
Christophe Mutricy [Wed, 5 Jul 2006 11:12:06 +0000 (11:12 +0000)]
unicode.c: Fix MB2MB() by removing spurious ';'. Thanks to ericx on IRC.

17 years agolink visual plugin against math library
Pavlov Konstantin [Tue, 4 Jul 2006 15:23:04 +0000 (15:23 +0000)]
link visual plugin against math library

17 years ago * modules/control/motion.c: control VLC with laptop built-in motion sensors.
Sam Hocevar [Tue, 4 Jul 2006 14:06:44 +0000 (14:06 +0000)]
  * modules/control/motion.c: control VLC with laptop built-in motion sensors.

17 years ago * modules/demux/mkv.cpp: fixed a pointer cast bug.
Sam Hocevar [Tue, 4 Jul 2006 12:55:43 +0000 (12:55 +0000)]
  * modules/demux/mkv.cpp: fixed a pointer cast bug.

17 years ago * modules/stream_out/transcode.c: improve error message verbosity.
Sam Hocevar [Tue, 4 Jul 2006 12:28:23 +0000 (12:28 +0000)]
  * modules/stream_out/transcode.c: improve error message verbosity.

17 years ago * modules/video_filter/transform.c: minor coding improvement.
Sam Hocevar [Tue, 4 Jul 2006 12:26:08 +0000 (12:26 +0000)]
  * modules/video_filter/transform.c: minor coding improvement.

17 years ago* you didn't see anything
Felix Paul Kühne [Mon, 3 Jul 2006 11:20:02 +0000 (11:20 +0000)]
* you didn't see anything

17 years ago* implemented a non-blocking progress-bar in the main interface; needs testing (close...
Felix Paul Kühne [Mon, 3 Jul 2006 10:38:09 +0000 (10:38 +0000)]
* implemented a non-blocking progress-bar in the main interface; needs testing (closes #475)

17 years agos/Shoutcast/QTL/
Antoine Cellerier [Sun, 2 Jul 2006 17:47:26 +0000 (17:47 +0000)]
s/Shoutcast/QTL/

17 years agoAdd QuickTime Media Link parsing. FIXME: Optional attributes (like fullscreen, volume...
Antoine Cellerier [Sun, 2 Jul 2006 17:28:15 +0000 (17:28 +0000)]
Add QuickTime Media Link parsing. FIXME: Optional attributes (like fullscreen, volume, quitwhendone ...) are parsed but aren't used.

17 years agomake sure that we don't use deleted objects
Clément Stenac [Sun, 2 Jul 2006 09:22:05 +0000 (09:22 +0000)]
make sure that we don't use deleted objects

17 years ago* Move sgimb demux to the playlist demux, and port it to the new playlist API
Derk-Jan Hartman [Sat, 1 Jul 2006 19:23:39 +0000 (19:23 +0000)]
* Move sgimb demux to the playlist demux, and port it to the new playlist API

17 years agoPreliminary embedded vout implementation
Clément Stenac [Sat, 1 Jul 2006 18:34:03 +0000 (18:34 +0000)]
Preliminary embedded vout implementation

17 years agofix indentation and memory leak introduced in 19564.
Pavlov Konstantin [Sat, 1 Jul 2006 10:13:13 +0000 (10:13 +0000)]
fix indentation and memory leak introduced in 19564.
do not use vlc_t to store psz_pidfile

17 years agosupport for creating pid files when going daemon mode.
Pavlov Konstantin [Fri, 30 Jun 2006 16:34:46 +0000 (16:34 +0000)]
support for creating pid files when going daemon mode.
Someone should really review it as it is my first experience in C.

17 years ago* fix an issue with stats on inputstreams (this fixes the check for update crash)
Derk-Jan Hartman [Thu, 29 Jun 2006 22:04:35 +0000 (22:04 +0000)]
* fix an issue with stats on inputstreams (this fixes the check for update crash)
- also fixed a similar potential issue on subtitles.
- lesson for today: Be careful when you use p_parent of an object.
- i chose not to use vlc_object_find, but yield/release instead because of the speed implications.

17 years ago* MPNG support
Derk-Jan Hartman [Thu, 29 Jun 2006 20:52:30 +0000 (20:52 +0000)]
* MPNG support

17 years ago* modules/codec/dmo/dmo.c: if an aspect ratio was specified in the input format then...
Dennis van Amerongen [Thu, 29 Jun 2006 20:15:57 +0000 (20:15 +0000)]
* modules/codec/dmo/dmo.c: if an aspect ratio was specified in the input format then force it

17 years agoFix a regression in r15404 causing people to experience artefacts and lost lock
Sigmund Augdal Helberg [Thu, 29 Jun 2006 17:55:14 +0000 (17:55 +0000)]
Fix a regression in r15404 causing people to experience artefacts and lost lock

17 years agoFinnally got rid of the old m3u module. RIP
Sigmund Augdal Helberg [Thu, 29 Jun 2006 17:31:28 +0000 (17:31 +0000)]
Finnally got rid of the old m3u module. RIP

17 years ago* New ASX parser
Derk-Jan Hartman [Thu, 29 Jun 2006 15:27:26 +0000 (15:27 +0000)]
* New ASX parser
  - some elements are not yet supported.
  - it could perhaps use a little bit more cleaning.

In the basics. It just works :D

17 years ago* HTTP 1.0 is not seekable
Derk-Jan Hartman [Thu, 29 Jun 2006 13:55:23 +0000 (13:55 +0000)]
* HTTP 1.0 is not seekable
* Set Connection:Close for HTTP 1.1 streams that are not continious

17 years agoadd the volume icons
Christophe Mutricy [Wed, 28 Jun 2006 22:11:36 +0000 (22:11 +0000)]
add the volume icons

17 years agovarious fixes
Clément Stenac [Wed, 28 Jun 2006 21:50:59 +0000 (21:50 +0000)]
various fixes

17 years ago* Fix a potential buffer overflow, UTF-8'ify session name in a previous unhandled...
Derk-Jan Hartman [Wed, 28 Jun 2006 20:03:15 +0000 (20:03 +0000)]
* Fix a potential buffer overflow, UTF-8'ify session name in a previous unhandled case.

17 years ago* Fix some sap SD memleaks. more to follow
Derk-Jan Hartman [Wed, 28 Jun 2006 19:02:37 +0000 (19:02 +0000)]
* Fix some sap SD memleaks. more to follow

17 years agofix compile for builddir != srcdir
Christophe Mutricy [Wed, 28 Jun 2006 18:57:20 +0000 (18:57 +0000)]
fix compile for builddir != srcdir

17 years agoCompile fix
Clément Stenac [Wed, 28 Jun 2006 15:16:23 +0000 (15:16 +0000)]
Compile fix

17 years agoMostly fix GME meta
Clément Stenac [Wed, 28 Jun 2006 14:36:39 +0000 (14:36 +0000)]
Mostly fix GME meta

17 years agoGra. Fix most of TS meta
Clément Stenac [Wed, 28 Jun 2006 14:24:22 +0000 (14:24 +0000)]
Gra. Fix most of TS meta

17 years agoForgot that for Qt
Clément Stenac [Wed, 28 Jun 2006 14:22:04 +0000 (14:22 +0000)]
Forgot that for Qt

17 years agoIcons
Clément Stenac [Wed, 28 Jun 2006 13:16:45 +0000 (13:16 +0000)]
Icons

18 years agoTheora framesize calculation patch by Kevin H. Patterson (kevpatt at khptech dot...
Jean-Paul Saman [Tue, 27 Jun 2006 13:32:30 +0000 (13:32 +0000)]
Theora framesize calculation patch by Kevin H. Patterson (kevpatt at khptech dot com)