]> git.sesse.net Git - vlc/log
vlc
17 years agoLocalized the stings inside the .ui and update the po files.
Christophe Mutricy [Mon, 24 Jul 2006 21:45:56 +0000 (21:45 +0000)]
Localized the stings inside the .ui  and update the po files.

17 years ago * skins2/src/dialogs.cpp: more encoding fixes
Olivier Teulière [Mon, 24 Jul 2006 20:09:22 +0000 (20:09 +0000)]
 * skins2/src/dialogs.cpp: more encoding fixes

17 years agolibavutil/common.h was re-worked, so it doesn't need to be patched anymore
Felix Paul Kühne [Mon, 24 Jul 2006 17:55:28 +0000 (17:55 +0000)]
libavutil/common.h was re-worked, so it doesn't need to be patched anymore

17 years ago * skins2: fixed several encoding issues. In particular, it should now be
Olivier Teulière [Sun, 23 Jul 2006 22:19:46 +0000 (22:19 +0000)]
 * skins2: fixed several encoding issues. In particular, it should now be
   possible to load a skin on Windows when logged with an account containing
   non-english characters.

17 years agoFix installation of ffmpeg-svn version
Jean-Paul Saman [Sun, 23 Jul 2006 18:10:04 +0000 (18:10 +0000)]
Fix installation of ffmpeg-svn version

17 years agoRevert revision 16112
Jean-Paul Saman [Sun, 23 Jul 2006 17:51:07 +0000 (17:51 +0000)]
Revert revision 16112

17 years agoForward port of revision 16113. Fixes a bug in live555 module, that made audio packet...
Jean-Paul Saman [Sun, 23 Jul 2006 16:21:35 +0000 (16:21 +0000)]
Forward port of revision 16113. Fixes a bug in live555 module, that made audio packets (only for audio types that are not supported) being sent to the video decoder. This caused artefacts and segmentation faults in the decoder. VLC core handles the case for codec being not supported just fine, so removed the check for undefined codec.

17 years agoForward port of revision 16111
Jean-Paul Saman [Sun, 23 Jul 2006 11:04:13 +0000 (11:04 +0000)]
Forward port of revision 16111

17 years agoOops
Antoine Cellerier [Sat, 22 Jul 2006 15:41:38 +0000 (15:41 +0000)]
Oops

17 years agoadd --snapshot-prefix and --snapshot-sequential options. --snapshot-prefix lets you...
Antoine Cellerier [Sat, 22 Jul 2006 15:33:03 +0000 (15:33 +0000)]
add --snapshot-prefix and --snapshot-sequential options. --snapshot-prefix lets you choose the filename's prefix (default it "vlcsnap-"). --snapshot-sequential numbers the snapshot starting with 1 and incrementing every time.

17 years agoSome more vfilter2 stuff
Antoine Cellerier [Sat, 22 Jul 2006 14:45:25 +0000 (14:45 +0000)]
Some more vfilter2 stuff

17 years agooups missed that
Christophe Mutricy [Fri, 21 Jul 2006 21:14:35 +0000 (21:14 +0000)]
oups missed that

17 years ago* minor layout improvement
Felix Paul Kühne [Fri, 21 Jul 2006 20:36:29 +0000 (20:36 +0000)]
* minor layout improvement

17 years agocontribs: Rename the qt tarball to indicate it's a win32 binaries
Christophe Mutricy [Fri, 21 Jul 2006 15:19:35 +0000 (15:19 +0000)]
contribs: Rename the qt tarball to indicate it's a win32 binaries

17 years agoQt4 contrib fixes
Clément Stenac [Fri, 21 Jul 2006 09:42:43 +0000 (09:42 +0000)]
Qt4 contrib fixes

17 years agoAdd Qt4 to contrib
Clément Stenac [Thu, 20 Jul 2006 22:16:10 +0000 (22:16 +0000)]
Add Qt4 to contrib

17 years ago* some minor fixes (signed vs unsigned ints, removed an always ignored pragma, fixed...
Felix Paul Kühne [Thu, 20 Jul 2006 19:45:51 +0000 (19:45 +0000)]
* some minor fixes (signed vs unsigned ints, removed an always ignored pragma, fixed an if)

17 years ago* compile before you commit
Felix Paul Kühne [Thu, 20 Jul 2006 19:30:39 +0000 (19:30 +0000)]
* compile before you commit

17 years ago* another patch for ffmpeg, so make up a new ffmpeg patch-file and ditch the previous...
Felix Paul Kühne [Thu, 20 Jul 2006 19:26:33 +0000 (19:26 +0000)]
* another patch for ffmpeg, so make up a new ffmpeg patch-file and ditch the previous configure-specific one

17 years ago* compilation fix to reflect x264's API change in its revision 537 (x264 build 48)
Felix Paul Kühne [Thu, 20 Jul 2006 19:16:52 +0000 (19:16 +0000)]
* compilation fix to reflect x264's API change in its revision 537 (x264 build 48)

It would be nice if someone with more x264-knowledge could review this.

17 years ago* yet another patch for ffmpeg: its configure script doesn't recognise that (at least...
Felix Paul Kühne [Thu, 20 Jul 2006 19:06:18 +0000 (19:06 +0000)]
* yet another patch for ffmpeg: its configure script doesn't recognise that (at least on OSX) variables' names are case-sensitive

17 years agoCompile fix. gcc doesn't like foo=foo();
Christophe Mutricy [Thu, 20 Jul 2006 18:54:26 +0000 (18:54 +0000)]
Compile fix. gcc doesn't like foo=foo();

17 years agoFix a bunch of bugs
Clément Stenac [Thu, 20 Jul 2006 15:25:02 +0000 (15:25 +0000)]
Fix a bunch of bugs

17 years agoCosmetic: svn properties, Id, copyright dates
Christophe Mutricy [Thu, 20 Jul 2006 13:44:04 +0000 (13:44 +0000)]
Cosmetic: svn properties, Id, copyright dates

17 years ago- direct3d: new video output module using Direct3D 9 APIs
Damien Fouilleul [Thu, 20 Jul 2006 13:21:16 +0000 (13:21 +0000)]
- direct3d: new video output module using Direct3D 9 APIs

17 years agoRun update-po. Fix make dist
Christophe Mutricy [Thu, 20 Jul 2006 08:59:14 +0000 (08:59 +0000)]
Run update-po. Fix make dist

17 years agoAdd some "const" where relevant
Antoine Cellerier [Wed, 19 Jul 2006 22:38:25 +0000 (22:38 +0000)]
Add some "const" where relevant

17 years agoMake code less readable and (hopefully) faster for gradient and edge modes.
Antoine Cellerier [Wed, 19 Jul 2006 22:08:38 +0000 (22:08 +0000)]
Make code less readable and (hopefully) faster for gradient and edge modes.

17 years agoSome more Qt interaction support
Clément Stenac [Wed, 19 Jul 2006 15:17:23 +0000 (15:17 +0000)]
Some more Qt interaction support

17 years agoconfigure.ac: the svg module now needs a librsvg2 >= 2.9.0
Olivier Aubert [Wed, 19 Jul 2006 12:55:04 +0000 (12:55 +0000)]
configure.ac: the svg module now needs a librsvg2 >= 2.9.0

17 years agomodules/misc/svg.c: fix SVG rendering
Olivier Aubert [Wed, 19 Jul 2006 12:54:13 +0000 (12:54 +0000)]
modules/misc/svg.c: fix SVG rendering

17 years agoAdd support for modules help strings (Closes:#413)
Clément Stenac [Wed, 19 Jul 2006 11:53:51 +0000 (11:53 +0000)]
Add support for modules help strings (Closes:#413)

17 years agoRemove some code duplication
Clément Stenac [Wed, 19 Jul 2006 11:53:18 +0000 (11:53 +0000)]
Remove some code duplication

17 years agoDon't use Patches/goom2k4-0-nommx.patch when building for MacOS X
Jean-Paul Saman [Wed, 19 Jul 2006 10:59:30 +0000 (10:59 +0000)]
Don't use Patches/goom2k4-0-nommx.patch when building for MacOS X

17 years agoMove v4l and pvr into the main access directory.
Clément Stenac [Wed, 19 Jul 2006 09:45:02 +0000 (09:45 +0000)]
Move v4l and pvr into the main access directory.
No need for a separate directory for 1 file

17 years agoSome more demux and access code factorization
Clément Stenac [Wed, 19 Jul 2006 09:33:41 +0000 (09:33 +0000)]
Some more demux and access code factorization

17 years agobindings/mediacontrol-python/vlcglue.c: bind get_/set_rate and get_/set_fullscreen
Olivier Aubert [Wed, 19 Jul 2006 09:01:15 +0000 (09:01 +0000)]
bindings/mediacontrol-python/vlcglue.c: bind get_/set_rate and get_/set_fullscreen

17 years agoinclude/vlc/mediacontrol.h, src/control/mediacontrol_audio_video.c: implement get_...
Olivier Aubert [Wed, 19 Jul 2006 09:00:32 +0000 (09:00 +0000)]
include/vlc/mediacontrol.h, src/control/mediacontrol_audio_video.c: implement get_/set_rate and get_/set_fullscreen

17 years agobindings/mediacontrol-python/setup.py: deactivate PIC support for
Olivier Aubert [Wed, 19 Jul 2006 08:59:26 +0000 (08:59 +0000)]
bindings/mediacontrol-python/setup.py: deactivate PIC support for
linux also (I do no quite know the current status, but it works for me this way at the moment).

17 years agoA bunch of various fixes (encoding, refcount, layout)
Clément Stenac [Tue, 18 Jul 2006 23:20:06 +0000 (23:20 +0000)]
A bunch of various fixes (encoding, refcount, layout)

17 years agoLayout improvements
Clément Stenac [Tue, 18 Jul 2006 21:29:05 +0000 (21:29 +0000)]
Layout improvements

17 years agoFix compilation
Christophe Mutricy [Tue, 18 Jul 2006 21:25:14 +0000 (21:25 +0000)]
Fix compilation

17 years agoFix libpng properly (forgot this in a previous commit).
Jean-Paul Saman [Tue, 18 Jul 2006 21:00:19 +0000 (21:00 +0000)]
Fix libpng properly (forgot this in a previous commit).

17 years ago* Fix a number of encoding bugs
Clément Stenac [Tue, 18 Jul 2006 18:57:19 +0000 (18:57 +0000)]
* Fix a number of encoding bugs
* add "make nice" in modules to call ./compile

17 years agoBetter packetizer helpers
Clément Stenac [Tue, 18 Jul 2006 17:19:10 +0000 (17:19 +0000)]
Better packetizer helpers

17 years agoAdd a bunch of helper functions/macros and start using them:
Clément Stenac [Tue, 18 Jul 2006 17:08:18 +0000 (17:08 +0000)]
Add a bunch of helper functions/macros and start using them:
* malloc with NULL check
* file extension check
* check if a demux was forced
* try peeking, and check what we poke
* init standard demuxer fields
* create packetizers

17 years agobindings/mediacontrol-python/vlcwrapper.py: make the tree() method return a string...
Olivier Aubert [Tue, 18 Jul 2006 14:45:24 +0000 (14:45 +0000)]
bindings/mediacontrol-python/vlcwrapper.py: make the tree() method return a string rather than print it.

17 years ago* compiles-but-untested complete implementation of menus and popups
Clément Stenac [Tue, 18 Jul 2006 14:33:18 +0000 (14:33 +0000)]
* compiles-but-untested complete implementation of menus and popups
* handle play/pause status

17 years ago- all: fixed object interfaces queries and other fixes as reported by Jacob Lewallen
Damien Fouilleul [Tue, 18 Jul 2006 09:10:24 +0000 (09:10 +0000)]
- all: fixed object interfaces queries and other fixes as reported by Jacob Lewallen

17 years agosupport muxing and demuxing of dual mono mpeg ts streams if libdvbpsi is up to date
Sigmund Augdal Helberg [Tue, 18 Jul 2006 08:48:53 +0000 (08:48 +0000)]
support muxing and demuxing of dual mono mpeg ts streams if libdvbpsi is up to date

17 years ago* adapted the extended panel to the latest video filter changes and re-designed the...
Felix Paul Kühne [Mon, 17 Jul 2006 12:59:46 +0000 (12:59 +0000)]
* adapted the extended panel to the latest video filter changes and re-designed the interface a bit (by introducing some additional strings and moving the invert-option to the adjust image section, etc.)
* src/video_output/video_output.c: small fix to insert filters on the fly

17 years agoReport in the FAQ that --enable-java-bindings works in win32.
Filippo Carone [Mon, 17 Jul 2006 08:37:09 +0000 (08:37 +0000)]
Report in the FAQ that --enable-java-bindings works in win32.

17 years agoDon't show the scale filter in the preferences
Antoine Cellerier [Sun, 16 Jul 2006 21:22:31 +0000 (21:22 +0000)]
Don't show the scale filter in the preferences

17 years agoAdd (verbose) NEWS
Antoine Cellerier [Sun, 16 Jul 2006 21:02:33 +0000 (21:02 +0000)]
Add (verbose) NEWS

17 years agoMake "video filter2" filters selectable on the vout level.
Antoine Cellerier [Sun, 16 Jul 2006 20:57:09 +0000 (20:57 +0000)]
Make "video filter2" filters selectable on the vout level.
Exemple: --video-filter "adjust{hue=180}:wave"
For the moment, the video filter2 filters are applied *before* subpicture filters.

17 years ago(Partial?) fix for make dist
Rémi Denis-Courmont [Sun, 16 Jul 2006 19:58:46 +0000 (19:58 +0000)]
(Partial?) fix for make dist

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