]> git.sesse.net Git - vlc/log
vlc
17 years agoSome autoconf fun
Rémi Denis-Courmont [Sat, 21 Oct 2006 11:55:09 +0000 (11:55 +0000)]
Some autoconf fun

17 years ago* copy paste error
Derk-Jan Hartman [Sat, 21 Oct 2006 11:16:00 +0000 (11:16 +0000)]
* copy paste error

17 years agoPlaylist
Clément Stenac [Sat, 21 Oct 2006 11:09:51 +0000 (11:09 +0000)]
Playlist
 * Remove the random special case
 * Use the array of currently playing items for all cases
 * Convert array items to array API
 * Replace standard searches in sorted arrays by bsearches
 * Size is not yet fixed (next round).

Array
 * Add reset/value and bsearch functions
 * Add foreach helper

17 years ago* Add 24bit and 32bit PCM stream support to avcodec
Derk-Jan Hartman [Sat, 21 Oct 2006 11:03:19 +0000 (11:03 +0000)]
* Add 24bit and 32bit PCM stream support to avcodec

17 years agoGNUTLS plugin require libgcrypt explicitly since it calls gcry_control.
Rémi Denis-Courmont [Sat, 21 Oct 2006 10:24:21 +0000 (10:24 +0000)]
GNUTLS plugin require libgcrypt explicitly since it calls gcry_control.

17 years agoRemove dead code
Rémi Denis-Courmont [Sat, 21 Oct 2006 09:59:18 +0000 (09:59 +0000)]
Remove dead code

17 years agoCleanup
Rémi Denis-Courmont [Sat, 21 Oct 2006 09:55:23 +0000 (09:55 +0000)]
Cleanup

17 years agoTry to distcheck wrt Java bindings
Rémi Denis-Courmont [Sat, 21 Oct 2006 09:26:50 +0000 (09:26 +0000)]
Try to distcheck wrt Java bindings

17 years agoMake sure vlc_LDFLAGS is always set
Rémi Denis-Courmont [Sat, 21 Oct 2006 09:26:37 +0000 (09:26 +0000)]
Make sure vlc_LDFLAGS is always set
(automake bug?)

17 years ago* target -> host in Makefile.am
Derk-Jan Hartman [Sat, 21 Oct 2006 09:18:06 +0000 (09:18 +0000)]
* target -> host in Makefile.am

17 years agoRemove no-op
Rémi Denis-Courmont [Sat, 21 Oct 2006 09:16:34 +0000 (09:16 +0000)]
Remove no-op

17 years agoMultiple confirmation that is it works on Linux.
Rémi Denis-Courmont [Sat, 21 Oct 2006 08:56:19 +0000 (08:56 +0000)]
Multiple confirmation that is it works on Linux.
Anyway, there is no libiconv_* invocation in src/vlc.c

17 years agoMerge UDP access output with core TTL handling
Rémi Denis-Courmont [Sat, 21 Oct 2006 08:51:19 +0000 (08:51 +0000)]
Merge UDP access output with core TTL handling

17 years agoRevert revision [17165] because it broke libtool build on linux
Jean-Paul Saman [Sat, 21 Oct 2006 08:48:15 +0000 (08:48 +0000)]
Revert revision [17165] because it broke libtool build on linux

17 years ago* Update some contribs
Derk-Jan Hartman [Fri, 20 Oct 2006 22:25:03 +0000 (22:25 +0000)]
* Update some contribs

17 years agoAnother TTL string unduped
Rémi Denis-Courmont [Fri, 20 Oct 2006 21:29:35 +0000 (21:29 +0000)]
Another TTL string unduped

17 years agos/target/host/
Rémi Denis-Courmont [Fri, 20 Oct 2006 21:29:07 +0000 (21:29 +0000)]
s/target/host/

17 years agoPut lower priority than ffmpeg. (when SDL_image was used it couldn't decode videos...
Antoine Cellerier [Fri, 20 Oct 2006 21:12:59 +0000 (21:12 +0000)]
Put lower priority than ffmpeg. (when SDL_image was used it couldn't decode videos like http://dionoea.chewa.net/pa150001.mov ).

17 years ago* spelling error hostt_cpu -> host_cpu
Derk-Jan Hartman [Fri, 20 Oct 2006 19:31:15 +0000 (19:31 +0000)]
* spelling error hostt_cpu -> host_cpu

17 years agoUnduplicate TTL strings
Rémi Denis-Courmont [Fri, 20 Oct 2006 19:24:38 +0000 (19:24 +0000)]
Unduplicate TTL strings

17 years ago- Support for setting DSCP via dscp option
Rémi Denis-Courmont [Fri, 20 Oct 2006 19:16:25 +0000 (19:16 +0000)]
- Support for setting DSCP via dscp option
- Support for setting outgoing IPv4 multicast interface
  (note that only the Linux kernel can do that)
- Some cleaning/dirtying up

17 years agoFix syntax errors
Clément Stenac [Fri, 20 Oct 2006 19:10:37 +0000 (19:10 +0000)]
Fix syntax errors

17 years agoFix syntax error
Rémi Denis-Courmont [Fri, 20 Oct 2006 17:11:14 +0000 (17:11 +0000)]
Fix syntax error

17 years agoWTF?! VLC is NOT a f***ing COMPILER.
Rémi Denis-Courmont [Fri, 20 Oct 2006 17:05:42 +0000 (17:05 +0000)]
WTF?! VLC is NOT a f***ing COMPILER.
It has NO target.

17 years ago- Don't try altivec compiler flags except on PPC and PPC64
Rémi Denis-Courmont [Fri, 20 Oct 2006 16:46:31 +0000 (16:46 +0000)]
- Don't try altivec compiler flags except on PPC and PPC64
  (some PPC user should review this)
- Don't find canonical build and target (heck, VLC is not a compiler!)

17 years agoRemove superfluous function nesting from configure checks
Rémi Denis-Courmont [Fri, 20 Oct 2006 16:18:44 +0000 (16:18 +0000)]
Remove superfluous function nesting from configure checks

17 years agoRemove some obsolete code
Rémi Denis-Courmont [Fri, 20 Oct 2006 15:58:06 +0000 (15:58 +0000)]
Remove some obsolete code

17 years agoExplicit disclaimer
Rémi Denis-Courmont [Fri, 20 Oct 2006 15:55:18 +0000 (15:55 +0000)]
Explicit disclaimer

17 years agoTry to fix distclean, but you'd better not use it anyway.
Rémi Denis-Courmont [Fri, 20 Oct 2006 15:48:03 +0000 (15:48 +0000)]
Try to fix distclean, but you'd better not use it anyway.

I TOLD YOU TO NOT BOTHER ME WITH YOUR UNCLEAN BUILD TREES.

17 years agoRepair CONFIGURE_LINE (fixes #696)
Rémi Denis-Courmont [Fri, 20 Oct 2006 15:18:23 +0000 (15:18 +0000)]
Repair CONFIGURE_LINE (fixes #696)

17 years agoBuild plugins with -no-undefined
Rémi Denis-Courmont [Fri, 20 Oct 2006 14:59:14 +0000 (14:59 +0000)]
Build plugins with -no-undefined

17 years agoDon't build quicktime plugin with loader since it is broken
Rémi Denis-Courmont [Fri, 20 Oct 2006 14:49:47 +0000 (14:49 +0000)]
Don't build quicktime plugin with loader since it is broken

17 years agoRemove useless link flags from vlc program
Rémi Denis-Courmont [Fri, 20 Oct 2006 14:39:55 +0000 (14:39 +0000)]
Remove useless link flags from vlc program

17 years agoFix dts_pic check
Rémi Denis-Courmont [Fri, 20 Oct 2006 14:28:19 +0000 (14:28 +0000)]
Fix dts_pic check

17 years agoDetect MSYS mingw compiler (mingw32-gcc)
Rafaël Carré [Fri, 20 Oct 2006 09:57:50 +0000 (09:57 +0000)]
Detect MSYS mingw compiler (mingw32-gcc)

17 years agoStop confusing the users with n shortcuts
Christophe Mutricy [Thu, 19 Oct 2006 22:06:55 +0000 (22:06 +0000)]
Stop confusing the users with n shortcuts

17 years agomake playlist stop synchronous
Filippo Carone [Thu, 19 Oct 2006 21:55:31 +0000 (21:55 +0000)]
make playlist stop synchronous

17 years ago* prevent potential crashes on files with broken channelcount
Derk-Jan Hartman [Thu, 19 Oct 2006 21:45:07 +0000 (21:45 +0000)]
* prevent potential crashes on files with broken channelcount

17 years agoReset playlist status to STOPPED after stop
Clément Stenac [Thu, 19 Oct 2006 21:30:39 +0000 (21:30 +0000)]
Reset playlist status to STOPPED after stop

17 years agoDynamic array with log allocation
Clément Stenac [Thu, 19 Oct 2006 21:00:14 +0000 (21:00 +0000)]
Dynamic array with log allocation

17 years agoWoops
Rémi Denis-Courmont [Thu, 19 Oct 2006 19:56:04 +0000 (19:56 +0000)]
Woops

17 years agoRemove some more cruft
Rémi Denis-Courmont [Thu, 19 Oct 2006 19:52:49 +0000 (19:52 +0000)]
Remove some more cruft

17 years agoRemove some build system cruft
Rémi Denis-Courmont [Thu, 19 Oct 2006 19:42:35 +0000 (19:42 +0000)]
Remove some build system cruft

17 years agoKill duplicated function
Rémi Denis-Courmont [Thu, 19 Oct 2006 19:42:10 +0000 (19:42 +0000)]
Kill duplicated function

17 years agoPut version-info to libvlc instead of vlc, as I assume was intended
Rémi Denis-Courmont [Thu, 19 Oct 2006 19:41:55 +0000 (19:41 +0000)]
Put version-info to libvlc instead of vlc, as I assume was intended

17 years agoOh! No more builtins!
Rémi Denis-Courmont [Thu, 19 Oct 2006 19:29:46 +0000 (19:29 +0000)]
Oh! No more builtins!
(well only for libtool and shared libvlc)

Clean your build tree before whining.

And yes, it breaks the mostly-builtin option (obviously).
It also speeds up automake a tiny bit.

17 years agoRemove -version-info; it is plain meaningless for a program
Rémi Denis-Courmont [Thu, 19 Oct 2006 19:00:54 +0000 (19:00 +0000)]
Remove -version-info; it is plain meaningless for a program

17 years agoOups
Rémi Denis-Courmont [Thu, 19 Oct 2006 15:30:43 +0000 (15:30 +0000)]
Oups

17 years agoCode factorization
Rémi Denis-Courmont [Thu, 19 Oct 2006 15:27:58 +0000 (15:27 +0000)]
Code factorization

17 years agoSimplify EOF handling
Rémi Denis-Courmont [Thu, 19 Oct 2006 15:07:43 +0000 (15:07 +0000)]
Simplify EOF handling

17 years agoDirty up. Ahaha.
Rémi Denis-Courmont [Thu, 19 Oct 2006 15:05:35 +0000 (15:05 +0000)]
Dirty up. Ahaha.

17 years agoInterrupt blocking socket reads
Rémi Denis-Courmont [Thu, 19 Oct 2006 14:55:57 +0000 (14:55 +0000)]
Interrupt blocking socket reads

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>