]> git.sesse.net Git - vlc/log
vlc
17 years ago* Support 5.1 channels in Flac (untested with a 5.1 device)
Derk-Jan Hartman [Thu, 19 Oct 2006 13:59:23 +0000 (13:59 +0000)]
* Support 5.1 channels in Flac (untested with a 5.1 device)
* Don't crash on Flac samples that have more channels than we can handle.

17 years agoReal fix for time/length issues in VLM ([17130] didn't fix anything)
Antoine Cellerier [Wed, 18 Oct 2006 21:16:16 +0000 (21:16 +0000)]
Real fix for time/length issues in VLM ([17130] didn't fix anything)
Needs to be backported

17 years agopostproc also need avutil to link.
Christophe Mutricy [Wed, 18 Oct 2006 20:11:10 +0000 (20:11 +0000)]
postproc also need avutil to link.

17 years agoTTA: Forgot to update Modules.am for the TTA demux
Derk-Jan Hartman [Wed, 18 Oct 2006 15:25:42 +0000 (15:25 +0000)]
TTA: Forgot to update Modules.am for the TTA demux

17 years agoFix typo
Rémi Denis-Courmont [Wed, 18 Oct 2006 15:24:32 +0000 (15:24 +0000)]
Fix typo

17 years agoFallback to IGMPv2 when IGMPv3 fails - fixes #734
Rémi Denis-Courmont [Wed, 18 Oct 2006 15:08:47 +0000 (15:08 +0000)]
Fallback to IGMPv2 when IGMPv3 fails - fixes #734

17 years ago- Try DNS resolution before creating socket as per Best Current Practices.
Rémi Denis-Courmont [Wed, 18 Oct 2006 15:01:16 +0000 (15:01 +0000)]
- Try DNS resolution before creating socket as per Best Current Practices.
- Don't handle impossible (and would-be harmless) errors.
- Don't try Source Specific Multicast when not implemented by libc
  (this *includes* Mac OS X on the build bots)

17 years agoDon't assume multicast address are in dotted notation - fixes #780.
Rémi Denis-Courmont [Wed, 18 Oct 2006 14:53:32 +0000 (14:53 +0000)]
Don't assume multicast address are in dotted notation - fixes #780.
Not tested. Needs testing + backport.

17 years agoDon't put Linux-specific defines in the wild.
Rémi Denis-Courmont [Wed, 18 Oct 2006 14:32:07 +0000 (14:32 +0000)]
Don't put Linux-specific defines in the wild.
This hides bugs on all other OSes (incl. Windows).
Better update your glibc instead.

17 years agoFix the shoutcast TV listings SD menu item in the Mac OS X GUI. To be backported
Derk-Jan Hartman [Tue, 17 Oct 2006 23:50:57 +0000 (23:50 +0000)]
Fix the shoutcast TV listings SD menu item in the Mac OS X GUI. To be backported

17 years agoFix 32bit/64bit issue in http interface time/length reporting.
Antoine Cellerier [Tue, 17 Oct 2006 20:16:00 +0000 (20:16 +0000)]
Fix 32bit/64bit issue in http interface time/length reporting.
This needs to be backported to 0.8.6.

17 years ago- libvlc.h: use C99 designated initializers to partially initialize help module confi...
Damien Fouilleul [Tue, 17 Oct 2006 19:44:49 +0000 (19:44 +0000)]
- libvlc.h: use C99 designated initializers to partially initialize help module config (this disable a bunch of warnings, and non-initialized members are automatically set to nil)

17 years ago- vlc-config.in.in: remove that annying MODULE_NAME redefined warning
Damien Fouilleul [Tue, 17 Oct 2006 19:40:53 +0000 (19:40 +0000)]
- vlc-config.in.in: remove that annying MODULE_NAME redefined warning

17 years agoEnable ffmpegs TTA decoder, and add a TTA demux to VLC. duration and seeking supported.
Derk-Jan Hartman [Tue, 17 Oct 2006 19:39:15 +0000 (19:39 +0000)]
Enable ffmpegs TTA decoder, and add a TTA demux to VLC. duration and seeking supported.

17 years ago* packetizer h264: Donwq't gather the block chain when resending the headers. Only...
Derk-Jan Hartman [Tue, 17 Oct 2006 18:23:48 +0000 (18:23 +0000)]
* packetizer h264: Donwq't gather the block chain when resending the headers. Only insert the blocks

17 years ago* Let the libmpeg2 module decode video with the mp2v fourcc
Derk-Jan Hartman [Tue, 17 Oct 2006 13:58:20 +0000 (13:58 +0000)]
* Let the libmpeg2 module decode video with the mp2v fourcc

17 years agoAdd missing ms.po + make update-po
Rafaël Carré [Tue, 17 Oct 2006 08:36:50 +0000 (08:36 +0000)]
Add missing ms.po + make update-po

17 years agoAdded Malay translation
Rafaël Carré [Tue, 17 Oct 2006 08:00:53 +0000 (08:00 +0000)]
Added Malay translation

17 years agoApparently ffmpeg doesn't like how we were feeding the SPS/PPS to it. At least this...
Derk-Jan Hartman [Mon, 16 Oct 2006 21:58:12 +0000 (21:58 +0000)]
Apparently ffmpeg doesn't like how we were feeding the SPS/PPS to it. At least this way it works. There is still something wrong. Instead of directly starting to work after the SPS/PPS is received (from MPEG-TS), it waits 1 extra I frame. If I just output the SPS/PPS directly instead of reinserting it, it works directly after the SPS/PPS is received on the I frame directly following them.

17 years agoQt4: File / Disk / Network tabs for Open Dialog
Jean-Baptiste Kempf [Mon, 16 Oct 2006 21:10:11 +0000 (21:10 +0000)]
Qt4: File / Disk / Network tabs for Open Dialog
* Some design
* Tab order

17 years agonoise video filter
Antoine Cellerier [Mon, 16 Oct 2006 20:57:36 +0000 (20:57 +0000)]
noise video filter

17 years agoBetter compression for win32.zip packages building in order to make E-bola happy.
Jean-Baptiste Kempf [Mon, 16 Oct 2006 19:59:34 +0000 (19:59 +0000)]
Better compression for win32.zip packages building in order to make E-bola happy.

17 years agoFixing a cast in Win32 part.
Philippe Morin [Mon, 16 Oct 2006 19:49:31 +0000 (19:49 +0000)]
Fixing a cast in Win32 part.

17 years agoD&D fixes
Clément Stenac [Sun, 15 Oct 2006 19:09:02 +0000 (19:09 +0000)]
D&D fixes

17 years agoDon't use doubles when doing the rotation
Antoine Cellerier [Sun, 15 Oct 2006 19:00:21 +0000 (19:00 +0000)]
Don't use doubles when doing the rotation

17 years ago*demux/asf Support for dvr-ms ASF. This is a a priorietary extension to ASF that...
Derk-Jan Hartman [Sun, 15 Oct 2006 18:00:01 +0000 (18:00 +0000)]
*demux/asf Support for dvr-ms ASF. This is a a priorietary extension to ASF that allows Media Center to store MPEG2 in ASF.

17 years agoImprove drag&drop handling
Clément Stenac [Sun, 15 Oct 2006 15:28:34 +0000 (15:28 +0000)]
Improve drag&drop handling

17 years ago* Support for AVI DV Type I
Derk-Jan Hartman [Sun, 15 Oct 2006 14:35:58 +0000 (14:35 +0000)]
* Support for AVI DV Type I

17 years agoforward-port 17091 and 17104 from 0.8.6
Rafaël Carré [Sun, 15 Oct 2006 14:23:56 +0000 (14:23 +0000)]
forward-port 17091 and 17104 from 0.8.6

17 years ago* forward-port [17102]
Felix Paul Kühne [Sun, 15 Oct 2006 14:16:06 +0000 (14:16 +0000)]
* forward-port [17102]

17 years agoFix bogus warnings
Clément Stenac [Sun, 15 Oct 2006 13:20:47 +0000 (13:20 +0000)]
Fix bogus warnings

17 years ago* port [17096]
Felix Paul Kühne [Sun, 15 Oct 2006 13:17:18 +0000 (13:17 +0000)]
* port [17096]

17 years ago* switch MainMenu to the XML-based text archive format, which is fatter, but svn...
Felix Paul Kühne [Sun, 15 Oct 2006 13:14:51 +0000 (13:14 +0000)]
* switch MainMenu to the XML-based text archive format, which is fatter, but svn-mergeable

17 years agoGets title for goom visualization from meta information if available
Rafaël Carré [Sun, 15 Oct 2006 13:07:36 +0000 (13:07 +0000)]
Gets title for goom visualization from meta information if available

17 years agoskins2 fullscreen button work with audio visualizations
Rafaël Carré [Sun, 15 Oct 2006 13:01:29 +0000 (13:01 +0000)]
skins2 fullscreen button work with audio visualizations

17 years agolibvlc_audio_set_mute logically simpler
Filippo Carone [Sun, 15 Oct 2006 10:55:36 +0000 (10:55 +0000)]
libvlc_audio_set_mute logically simpler

17 years agoUse playlist loop libvlc facility
Filippo Carone [Sun, 15 Oct 2006 10:54:15 +0000 (10:54 +0000)]
Use playlist loop libvlc facility

17 years agoUse a smaller icon for notifications
Rafaël Carré [Sun, 15 Oct 2006 03:44:57 +0000 (03:44 +0000)]
Use a smaller icon for notifications

17 years agoSets PKG_CONFIG_LIBDIR when building contrib
Rafaël Carré [Sat, 14 Oct 2006 22:34:16 +0000 (22:34 +0000)]
Sets PKG_CONFIG_LIBDIR when building contrib

17 years agoremove endif from 17081
Rafaël Carré [Sat, 14 Oct 2006 21:20:27 +0000 (21:20 +0000)]
remove endif from 17081

17 years agogoom is patched on win32 too
Rafaël Carré [Sat, 14 Oct 2006 21:08:04 +0000 (21:08 +0000)]
goom is patched on win32 too

17 years agoDetect mingw for other distros than debian
Rafaël Carré [Sat, 14 Oct 2006 20:30:59 +0000 (20:30 +0000)]
Detect mingw for other distros than debian

17 years agoupnp_cc: compile fix (tested this time)
Sigmund Augdal Helberg [Sat, 14 Oct 2006 20:08:05 +0000 (20:08 +0000)]
upnp_cc: compile fix (tested this time)
upnp_intel: fix a potential crash, and add some more debug output

17 years ago* Hopefully close the dbus connection correctly
Benjamin Pracht [Sat, 14 Oct 2006 20:07:29 +0000 (20:07 +0000)]
* Hopefully close the dbus connection correctly
* Do not poke the screensaver is the stream is paused (idea from Adam Dane)
* Poke the screensaver every 30s as told in the comments (fix from Adam Dane)

17 years agoAdd a method to set playlist in loop mode in Java
Philippe Morin [Sat, 14 Oct 2006 20:03:22 +0000 (20:03 +0000)]
Add a method to set playlist in loop mode in Java

17 years agoAdd a method to set playlist in loop mode.
Philippe Morin [Sat, 14 Oct 2006 19:53:08 +0000 (19:53 +0000)]
Add a method to set playlist in loop mode.

17 years agoAdd a method to set playlist in loop mode.
Philippe Morin [Sat, 14 Oct 2006 19:52:16 +0000 (19:52 +0000)]
Add a method to set playlist in loop mode.

17 years agoMotion control interface can now be used with the rotate video filter. (Should be...
Antoine Cellerier [Sat, 14 Oct 2006 17:06:38 +0000 (17:06 +0000)]
Motion control interface can now be used with the rotate video filter. (Should be usefull when watching videos on a boat i guess ... :) ) Command line: vlc --control motion --motion-use-rotate --video-filter rotate <the video>

17 years agoFix HTTP deletion
Clément Stenac [Sat, 14 Oct 2006 16:45:11 +0000 (16:45 +0000)]
Fix HTTP deletion

17 years agoInitial drag and drop support for Qt
Clément Stenac [Sat, 14 Oct 2006 16:44:55 +0000 (16:44 +0000)]
Initial drag and drop support for Qt

17 years agofixed compilation, not tested though
Sigmund Augdal Helberg [Sat, 14 Oct 2006 14:44:06 +0000 (14:44 +0000)]
fixed compilation, not tested though

17 years agoAhem...
Antoine Cellerier [Sat, 14 Oct 2006 14:41:55 +0000 (14:41 +0000)]
Ahem...

17 years agoNew rotate video filter. Can rotate video by any integer angle between 0 and 359...
Antoine Cellerier [Sat, 14 Oct 2006 14:38:11 +0000 (14:38 +0000)]
New rotate video filter. Can rotate video by any integer angle between 0 and 359 degrees.

This still needs work to make it look better, and be able to use it with the "motion" control module.

17 years agoAhem...
Antoine Cellerier [Sat, 14 Oct 2006 13:59:50 +0000 (13:59 +0000)]
Ahem...

17 years agooops left in a typo
Jean-Paul Saman [Sat, 14 Oct 2006 13:40:32 +0000 (13:40 +0000)]
oops left in a typo

17 years agoCorrectly count the children of a node. The previous code counted the endpoints too...
Jean-Paul Saman [Sat, 14 Oct 2006 13:27:15 +0000 (13:27 +0000)]
Correctly count the children of a node. The previous code counted the endpoints too, which gave a too high children count.

17 years ago[vlc] http streaming interface bug (with fix) by Mitch at hasbox dot com
Antoine Cellerier [Fri, 13 Oct 2006 22:35:49 +0000 (22:35 +0000)]
[vlc] http streaming interface bug (with fix) by Mitch at hasbox dot com

(needs backporting)

17 years agoUpdate the x264 patch
Christophe Mutricy [Fri, 13 Oct 2006 22:30:57 +0000 (22:30 +0000)]
Update the x264 patch
Don't use dl_open on win32
Both patches by Tim Schuerewege. thanks.

17 years agosync to x264 r591
Loren Merritt [Fri, 13 Oct 2006 20:05:23 +0000 (20:05 +0000)]
sync to x264 r591

17 years ago* modules/gui/wxwidgets: small code cleanup.
Gildas Bazin [Fri, 13 Oct 2006 19:16:24 +0000 (19:16 +0000)]
* modules/gui/wxwidgets: small code cleanup.

17 years ago* modules/gui/qt4/qt4.cpp: lower the priority of the QT4 dialogs provider so the...
Gildas Bazin [Fri, 13 Oct 2006 19:14:20 +0000 (19:14 +0000)]
* modules/gui/qt4/qt4.cpp: lower the priority of the QT4 dialogs provider so the skins interface is usable again.

17 years agoDon't add MPEG-TS program data for programs that don't exist. Patch by Dnumgis. This...
Derk-Jan Hartman [Fri, 13 Oct 2006 14:04:54 +0000 (14:04 +0000)]
Don't add MPEG-TS program data for programs that don't exist. Patch by Dnumgis. This fixes #683

17 years agoTune MacIntel for prescott. Also add tuning to contrib (prescott vs. G4)wq
Derk-Jan Hartman [Fri, 13 Oct 2006 13:55:46 +0000 (13:55 +0000)]
Tune MacIntel for prescott. Also add tuning to contrib (prescott vs. G4)wq

17 years agoremove unused import from core-jni.cc
Filippo Carone [Thu, 12 Oct 2006 21:21:29 +0000 (21:21 +0000)]
remove unused import from core-jni.cc

17 years agoadd more include folders
Filippo Carone [Thu, 12 Oct 2006 21:20:01 +0000 (21:20 +0000)]
add more include folders

17 years agoFix MacOS X black screens and play as background options. These are 'window level...
Derk-Jan Hartman [Thu, 12 Oct 2006 21:13:02 +0000 (21:13 +0000)]
Fix MacOS X black screens and play as background options. These are 'window level' options and as such should not use p_real_vout, because that's just for options shared by the opengl and the quickdraw renderer

17 years ago[PATCH] Repeat and Loop - Remote Control Interface by Dermot McGahon.
Antoine Cellerier [Thu, 12 Oct 2006 21:05:40 +0000 (21:05 +0000)]
[PATCH] Repeat and Loop - Remote Control Interface by Dermot McGahon.

17 years ago[PATCH] marquee crash fix by Dermot McGahon.
Antoine Cellerier [Thu, 12 Oct 2006 21:01:47 +0000 (21:01 +0000)]
[PATCH] marquee crash fix by Dermot McGahon.

17 years agothis should fix compilation errors on included headers
Filippo Carone [Thu, 12 Oct 2006 20:54:36 +0000 (20:54 +0000)]
this should fix compilation errors on included headers

17 years agoCompile fix for Open in Qt4
Jean-Baptiste Kempf [Thu, 12 Oct 2006 19:38:56 +0000 (19:38 +0000)]
Compile fix for Open in Qt4

17 years agoFirst work on File_Open_Qt4...
Jean-Baptiste Kempf [Thu, 12 Oct 2006 19:20:37 +0000 (19:20 +0000)]
First work on File_Open_Qt4...

17 years ago* fade in quicker and fix the fade-in/out problems reported by Benjamin. Thanks for...
Felix Paul Kühne [Thu, 12 Oct 2006 18:24:34 +0000 (18:24 +0000)]
* fade in quicker and fix the fade-in/out problems reported by Benjamin. Thanks for the feedback

17 years ago* added the fspanel-related files to the respective targets
Felix Paul Kühne [Thu, 12 Oct 2006 16:33:35 +0000 (16:33 +0000)]
* added the fspanel-related files to the respective targets

17 years agoCompile fix
Clément Stenac [Thu, 12 Oct 2006 06:00:00 +0000 (06:00 +0000)]
Compile fix

17 years ago* src/input/input.c: fixed nasty bug with preparsing where a mutex was used uninitial...
Gildas Bazin [Wed, 11 Oct 2006 22:44:15 +0000 (22:44 +0000)]
* src/input/input.c: fixed nasty bug with preparsing where a mutex was used uninitialized.

17 years agomake really java bindings compile again
Filippo Carone [Wed, 11 Oct 2006 19:57:44 +0000 (19:57 +0000)]
make really java bindings compile again

17 years ago* configure.ac: same thing for Wno-unused-parameter.
Gildas Bazin [Wed, 11 Oct 2006 19:56:48 +0000 (19:56 +0000)]
* configure.ac: same thing for Wno-unused-parameter.

17 years ago * configure.ac: when checking for Wextra support, don't check for Werror instead.
Gildas Bazin [Wed, 11 Oct 2006 19:54:05 +0000 (19:54 +0000)]
 * configure.ac: when checking for Wextra support, don't check for Werror instead.

17 years agomake the java bindings compile again (use --disable-libtool in configure)
Filippo Carone [Wed, 11 Oct 2006 19:34:38 +0000 (19:34 +0000)]
make the java bindings compile again (use --disable-libtool in configure)

17 years agoA bit of cleanup
Clément Stenac [Wed, 11 Oct 2006 19:20:06 +0000 (19:20 +0000)]
A bit of cleanup

17 years ago- added altivec acceleration for i420 -> YVYU, i420 -> UYVY (probably of no use to...
Damien Fouilleul [Tue, 10 Oct 2006 20:53:05 +0000 (20:53 +0000)]
- added altivec acceleration for i420 -> YVYU, i420 -> UYVY (probably of no use to anyone)

17 years ago* forward-port [17020]
Felix Paul Kühne [Tue, 10 Oct 2006 18:36:21 +0000 (18:36 +0000)]
* forward-port [17020]

17 years agoyeah, writing 4 0 times is fun, but..
Pavlov Konstantin [Tue, 10 Oct 2006 15:54:41 +0000 (15:54 +0000)]
yeah, writing 4 0 times is fun, but..

17 years agoplugin.cpp: formatting
Damien Fouilleul [Tue, 10 Oct 2006 08:52:30 +0000 (08:52 +0000)]
plugin.cpp: formatting
supportinfo: use static IIDs as previous method wouldn't work in a multithreaded environment

17 years agoForward port [17015] + a few more i18n fix
Christophe Mutricy [Tue, 10 Oct 2006 08:47:43 +0000 (08:47 +0000)]
Forward port [17015] + a few more i18n fix

17 years agoforward port [17012] and make update-po
Christophe Mutricy [Mon, 9 Oct 2006 22:37:29 +0000 (22:37 +0000)]
forward port [17012] and make update-po

17 years ago* modules/codec/x264.c: copy/paste oops in 17009..
Dennis van Amerongen [Mon, 9 Oct 2006 19:10:13 +0000 (19:10 +0000)]
* modules/codec/x264.c: copy/paste oops in 17009..

17 years ago* modules/codec/x264.c: H.264 level options patch by Ilkka Ollakka <ilkka dot ollakka...
Dennis van Amerongen [Mon, 9 Oct 2006 19:01:34 +0000 (19:01 +0000)]
* modules/codec/x264.c: H.264 level options patch by Ilkka Ollakka <ilkka dot ollakka a t oamk dot fi>. add options aud, sps-id. deprecate options analyse and filter for partitions and deblock.

17 years ago* modules/misc/xml/xtag.c: fixed memory leak.
Gildas Bazin [Mon, 9 Oct 2006 18:51:03 +0000 (18:51 +0000)]
* modules/misc/xml/xtag.c: fixed memory leak.

17 years ago* modules/demux/mpeg/mpga.c: oups, no need to free p_sys->p_block_in as it is freed...
Gildas Bazin [Mon, 9 Oct 2006 18:36:14 +0000 (18:36 +0000)]
* modules/demux/mpeg/mpga.c: oups, no need to free p_sys->p_block_in as it is freed by the packetizer.

17 years ago- added support for returning custom error messages from libvlc exception messages
Damien Fouilleul [Mon, 9 Oct 2006 18:02:01 +0000 (18:02 +0000)]
- added support for returning custom error messages from libvlc exception messages
- added missing video.toggleFullscreen() API

17 years agoRemove visual button, put back in the menu
Clément Stenac [Sun, 8 Oct 2006 20:10:42 +0000 (20:10 +0000)]
Remove visual button, put back in the menu

17 years agoSave hotkeys (Closes:#714)
Clément Stenac [Sun, 8 Oct 2006 19:56:30 +0000 (19:56 +0000)]
Save hotkeys (Closes:#714)

17 years agoHotkey selector widget. Save not implemented yet
Clément Stenac [Sun, 8 Oct 2006 19:28:49 +0000 (19:28 +0000)]
Hotkey selector widget. Save not implemented yet

17 years ago* modules/video_output/x11/xcommon.c: proper fix for the previous memory leak.
Gildas Bazin [Sun, 8 Oct 2006 18:39:01 +0000 (18:39 +0000)]
* modules/video_output/x11/xcommon.c: proper fix for the previous memory leak.

17 years ago* modules/codec/ffmpeg/ffmpeg.c: add RV20 fourcc.
Gildas Bazin [Sun, 8 Oct 2006 17:31:33 +0000 (17:31 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: add RV20 fourcc.

17 years agoVery beginning of hotkey widget + Fix 4.2 compilation issue
Clément Stenac [Sun, 8 Oct 2006 17:02:56 +0000 (17:02 +0000)]
Very beginning of hotkey widget + Fix 4.2 compilation issue

17 years ago* src/input/input.c: fixed memory leak.
Gildas Bazin [Sun, 8 Oct 2006 17:00:02 +0000 (17:00 +0000)]
* src/input/input.c: fixed memory leak.

17 years ago* modules/demux/asf/libasf.c: fixed memory leak.
Gildas Bazin [Sun, 8 Oct 2006 16:32:47 +0000 (16:32 +0000)]
* modules/demux/asf/libasf.c: fixed memory leak.

17 years ago* Fixed another bunch of memory leaks.
Gildas Bazin [Sun, 8 Oct 2006 16:09:13 +0000 (16:09 +0000)]
* Fixed another bunch of memory leaks.