]> git.sesse.net Git - vlc/log
vlc
18 years agoAdd ability to prepend headers to messages (object-specific) and use it for VLM media...
Clément Stenac [Sun, 15 Jan 2006 20:29:38 +0000 (20:29 +0000)]
Add ability to prepend headers to messages (object-specific) and use it for VLM media (Closes:#496)

To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended

18 years agoLayout stuff
Clément Stenac [Sun, 15 Jan 2006 19:04:43 +0000 (19:04 +0000)]
Layout stuff

18 years agoFix calculation for demux bitrate (Refs:#473)
Clément Stenac [Sun, 15 Jan 2006 18:13:34 +0000 (18:13 +0000)]
Fix calculation for demux bitrate (Refs:#473)

18 years agoShow stats in interface (Refs:#473)
Clément Stenac [Sun, 15 Jan 2006 17:30:45 +0000 (17:30 +0000)]
Show stats in interface (Refs:#473)

18 years agoupdated patch for latest CVS
Damien Fouilleul [Sat, 14 Jan 2006 20:03:43 +0000 (20:03 +0000)]
updated patch for latest CVS

18 years agoInversion
Christophe Mutricy [Sat, 14 Jan 2006 12:37:19 +0000 (12:37 +0000)]
Inversion

18 years agoAdd an option to disable stats (Refs:#473)
Clément Stenac [Sat, 14 Jan 2006 10:57:44 +0000 (10:57 +0000)]
Add an option to disable stats (Refs:#473)

18 years agoRevert revision 13903. It is implemented in a different way by checking if the option...
Jean-Paul Saman [Sat, 14 Jan 2006 09:36:16 +0000 (09:36 +0000)]
Revert revision 13903. It is implemented in a different way by checking if the option --dshow-chroma is set. If it is set then the chroma is forced, otherwise it is not. This should solve the regression of previous commit, by letting users specify the chroma type to use. To get the previous default behaviour specify IV420 as preferred chroma type either on the commandline or in the Capture Device advanced tab.

18 years ago* Revert the Default charset encoding back to ISO-8859-1
Derk-Jan Hartman [Sat, 14 Jan 2006 00:03:13 +0000 (00:03 +0000)]
* Revert the Default charset encoding back to ISO-8859-1
  No longer use the charset of the OS. OS X is UTF-8 for instance, but most subs are simply in Latin-1.
* In case we did BOM detection with stream_ReadLine, set subsdec-encoding to UTF-8 automatically.

18 years agoFix stats crash
Clément Stenac [Fri, 13 Jan 2006 23:01:34 +0000 (23:01 +0000)]
Fix stats crash

18 years agoPartial distcheck fix
Rémi Denis-Courmont [Fri, 13 Jan 2006 12:16:06 +0000 (12:16 +0000)]
Partial distcheck fix

18 years agoFSF address change.
Antoine Cellerier [Thu, 12 Jan 2006 23:10:04 +0000 (23:10 +0000)]
FSF address change.

18 years agoSupport for moving averages (Refs:#473)
Clément Stenac [Thu, 12 Jan 2006 21:21:36 +0000 (21:21 +0000)]
Support for moving averages (Refs:#473)
Get input bitrate

18 years agoPatch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_ com>.
Jean-Paul Saman [Thu, 12 Jan 2006 21:06:07 +0000 (21:06 +0000)]
Patch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_ com>.

Remove unconditionally enforcing of "preferred" media type upon the capture devices. Some devices don't handle this properly, which often results in a BSOD. By not setting a preferred media type the problem dissappears. Please check this with other type of devices for any regression.

18 years agoone-instance fix. It now is disabled in vlc prefs but all windows action
Antoine Cellerier [Thu, 12 Jan 2006 16:08:50 +0000 (16:08 +0000)]
one-instance fix. It now is disabled in vlc prefs but all windows action
(like double clicking on a file or disc) use the --one-instance option.

People used to running 10 instances of VLC at once should now be able
to do so. Normal people used to running other media players should now
get the behavior they expect (ie: not open 10 different VLCs when double
clicking on 10 mp3s)

18 years agoFix a corner case
Clément Stenac [Wed, 11 Jan 2006 23:26:53 +0000 (23:26 +0000)]
Fix a corner case

18 years agoFix the package-win32 target
Christophe Mutricy [Wed, 11 Jan 2006 22:30:31 +0000 (22:30 +0000)]
Fix the package-win32 target

18 years agoDirty check for the XML parser used by CyberLink (closes #451)
Rémi Denis-Courmont [Wed, 11 Jan 2006 21:13:50 +0000 (21:13 +0000)]
Dirty check for the XML parser used by CyberLink (closes #451)
(if only we had a cleaner UPnP stack)

18 years ago* builder.cpp: the "visible" attribute is now taken into account for all images
Cyril Deguet [Wed, 11 Jan 2006 20:47:45 +0000 (20:47 +0000)]
* builder.cpp: the "visible" attribute is now taken into account for all images
* ctrl_checkbox.cpp: animated bitmaps are now supported in checkbox controls

18 years agoMisc stats work (Refs:#473)
Clément Stenac [Wed, 11 Jan 2006 20:00:58 +0000 (20:00 +0000)]
Misc stats work (Refs:#473)

18 years agovlm.c: Print an error message about what went wrong during vlm-conf loading
Sigmund Augdal Helberg [Wed, 11 Jan 2006 14:32:43 +0000 (14:32 +0000)]
vlm.c: Print an error message about what went wrong during vlm-conf loading

18 years agomediacontrol_audio_video.c: use the new snapshot-path functionality
Olivier Aubert [Wed, 11 Jan 2006 13:02:54 +0000 (13:02 +0000)]
mediacontrol_audio_video.c: use the new snapshot-path functionality

18 years agovout_intf.c: special snapshot-path (object:NNNN) will put the snapshot
Olivier Aubert [Wed, 11 Jan 2006 13:01:50 +0000 (13:01 +0000)]
vout_intf.c: special snapshot-path (object:NNNN) will put the snapshot
 into the p_private attribute of the vlc_object(NNNN). Used by embedding
 applications.

18 years agoSmall whitespace fix
Christophe Mutricy [Wed, 11 Jan 2006 12:58:26 +0000 (12:58 +0000)]
Small whitespace fix

18 years agoDon't use portaudio by default until it get fixed
Christophe Mutricy [Wed, 11 Jan 2006 09:23:31 +0000 (09:23 +0000)]
Don't use portaudio by default until it get fixed

18 years agodefault enable one instance mode on windows. the 0.1% of users wanting
Antoine Cellerier [Tue, 10 Jan 2006 22:47:27 +0000 (22:47 +0000)]
default enable one instance mode on windows. the 0.1% of users wanting
several VLC instances at once should be able to disable this option in
the prefs.

18 years ago* Add 16:10 AR to the list of aspect-ratios. (In use by WXGA screens)
Derk-Jan Hartman [Tue, 10 Jan 2006 22:40:29 +0000 (22:40 +0000)]
* Add 16:10 AR to the list of aspect-ratios. (In use by WXGA screens)

18 years agoModules.am: src/control/plugin.c is now src/control/mediacontrol_plugin.c
Olivier Aubert [Tue, 10 Jan 2006 09:52:34 +0000 (09:52 +0000)]
Modules.am: src/control/plugin.c is now src/control/mediacontrol_plugin.c

18 years agomake update-po . This hopefully fixes make dist
Antoine Cellerier [Tue, 10 Jan 2006 00:26:35 +0000 (00:26 +0000)]
make update-po . This hopefully fixes make dist

18 years ago../../src/control/plugin.c doesn't exist anymore (this should fix make dist)
Antoine Cellerier [Mon, 9 Jan 2006 23:39:47 +0000 (23:39 +0000)]
../../src/control/plugin.c doesn't exist anymore (this should fix make dist)

18 years agooops
Antoine Cellerier [Mon, 9 Jan 2006 22:04:18 +0000 (22:04 +0000)]
oops

18 years agoOccitan localization. Many thanks to laurent jonqueres
Antoine Cellerier [Mon, 9 Jan 2006 22:01:57 +0000 (22:01 +0000)]
Occitan localization. Many thanks to laurent jonqueres

18 years agoAdd Georgian localization. Thanks to Alexander Didebulidze.
Christophe Mutricy [Mon, 9 Jan 2006 20:57:53 +0000 (20:57 +0000)]
Add Georgian localization. Thanks to Alexander Didebulidze.

18 years ago* jack.c: better handling of buffer underruns
Cyril Deguet [Sun, 8 Jan 2006 21:16:49 +0000 (21:16 +0000)]
* jack.c: better handling of buffer underruns

18 years ago* New audio output module to support the JACK Audio Connection Kit
Cyril Deguet [Sun, 8 Jan 2006 20:53:51 +0000 (20:53 +0000)]
* New audio output module to support the JACK Audio Connection Kit

18 years agoMerge 0.8.5-api changes
Clément Stenac [Sun, 8 Jan 2006 16:32:33 +0000 (16:32 +0000)]
Merge 0.8.5-api changes
Fix compilation

18 years agoLalala
Clément Stenac [Sun, 8 Jan 2006 15:50:35 +0000 (15:50 +0000)]
Lalala

18 years agoSome more stats preliminary work
Clément Stenac [Sun, 8 Jan 2006 15:48:41 +0000 (15:48 +0000)]
Some more stats preliminary work

18 years ago* auhal.c:
Derk-Jan Hartman [Sun, 8 Jan 2006 01:32:50 +0000 (01:32 +0000)]
* auhal.c:
  - fix last bugs with SPDIF stream selection
  - code and debug cleanup
  - added more comments to clearify the code, so it is useful to others :D

18 years ago* Compile fix for OSes without F_RDAHEAD and F_NOCACHE
Derk-Jan Hartman [Sat, 7 Jan 2006 23:08:42 +0000 (23:08 +0000)]
* Compile fix for OSes without F_RDAHEAD and F_NOCACHE

18 years ago* Set FD_RDAHEAD and FD_NOCACHE on when reading from files. improves reading from...
Derk-Jan Hartman [Sat, 7 Jan 2006 22:01:17 +0000 (22:01 +0000)]
* Set FD_RDAHEAD and FD_NOCACHE on when reading from files. improves reading from networkshares and VMEM usage.
  Suggested by Marko Karppinen.

18 years agoAdd a package-win32 target
Christophe Mutricy [Sat, 7 Jan 2006 16:21:47 +0000 (16:21 +0000)]
Add a package-win32 target

18 years ago fortune.
Sam Hocevar [Fri, 6 Jan 2006 15:16:25 +0000 (15:16 +0000)]
  fortune.

18 years agodvdnav.patch: changed code that read DVD title to use dvdread APIs, so that WIN32...
Damien Fouilleul [Fri, 6 Jan 2006 12:31:19 +0000 (12:31 +0000)]
dvdnav.patch: changed code that read DVD title to use dvdread APIs, so that WIN32 and non-unix platforms can also read it
dvdnav.c: add DVD title to meta information

18 years agoProduce include graphs.
Christophe Mutricy [Fri, 6 Jan 2006 09:37:13 +0000 (09:37 +0000)]
Produce include graphs.

18 years agothis file was here by error
Christophe Mutricy [Thu, 5 Jan 2006 22:53:46 +0000 (22:53 +0000)]
this file was here by error

18 years agodirectx.c: some improvement on overlay initial grey flickering
Damien Fouilleul [Thu, 5 Jan 2006 22:48:30 +0000 (22:48 +0000)]
directx.c: some improvement on overlay initial grey flickering

18 years agoRemove extra debug
Clément Stenac [Thu, 5 Jan 2006 21:56:34 +0000 (21:56 +0000)]
Remove extra debug

18 years agomessages.c: message bank lock is still in use and still needs initializing :)
Damien Fouilleul [Thu, 5 Jan 2006 21:33:20 +0000 (21:33 +0000)]
messages.c: message bank lock is still in use and still needs initializing :)

18 years agoconfigure.ac: fix previous commit when mozilla is not available
Damien Fouilleul [Thu, 5 Jan 2006 17:13:19 +0000 (17:13 +0000)]
configure.ac: fix previous commit when mozilla is not available

18 years agoconfigure.ac: updated for version 1.7 of gecko-sdk (only tested on cygwin)
Damien Fouilleul [Thu, 5 Jan 2006 17:03:12 +0000 (17:03 +0000)]
configure.ac: updated for version 1.7 of gecko-sdk (only tested on cygwin)

18 years agoMore message queue WinCE fixes
Derk-Jan Hartman [Thu, 5 Jan 2006 01:56:12 +0000 (01:56 +0000)]
More message queue WinCE fixes

18 years agomessage queues WinCE compile fix
Derk-Jan Hartman [Thu, 5 Jan 2006 01:01:30 +0000 (01:01 +0000)]
message queues WinCE compile fix

18 years agoAnother message queue compile fix
Derk-Jan Hartman [Wed, 4 Jan 2006 23:34:52 +0000 (23:34 +0000)]
Another message queue compile fix

18 years agoForgot this file
Clément Stenac [Wed, 4 Jan 2006 23:22:24 +0000 (23:22 +0000)]
Forgot this file

18 years agocompile fix
Clément Stenac [Wed, 4 Jan 2006 23:11:33 +0000 (23:11 +0000)]
compile fix

18 years ago* I actually read the doc on AC_ARG_WITH this time :D
Derk-Jan Hartman [Wed, 4 Jan 2006 23:02:44 +0000 (23:02 +0000)]
* I actually read the doc on AC_ARG_WITH this time :D
  this and [13857] [13858] refs #182

18 years agoAdd support for several message queues - please test
Clément Stenac [Wed, 4 Jan 2006 22:29:53 +0000 (22:29 +0000)]
Add support for several message queues - please test
Initial support for registering and handling some shared stats

18 years agoFix the Mac OS X SDK configure check
Derk-Jan Hartman [Wed, 4 Jan 2006 22:24:20 +0000 (22:24 +0000)]
Fix the Mac OS X SDK configure check

18 years ago* Simpler way to create the diskimage (10.3 and higher only)
Derk-Jan Hartman [Wed, 4 Jan 2006 21:53:52 +0000 (21:53 +0000)]
* Simpler way to create the diskimage (10.3 and higher only)
* realigning of some of the configure --help options
* added --with-macosx-sdk
  - compiles VLC (not contrib) with the 10.3.9 SDK
  - uses a small hack to enforce the deployment target when you do make in the srcdir
  - requires you to use gcc 4.0 on on Mac OS X 10.4

18 years agoForward/Backward jump is set to jump-medium
Jean-Paul Saman [Tue, 3 Jan 2006 21:33:55 +0000 (21:33 +0000)]
Forward/Backward jump is set to jump-medium

18 years agoFix invalid return
Clément Stenac [Tue, 3 Jan 2006 20:29:02 +0000 (20:29 +0000)]
Fix invalid return

18 years agoMissing headder in tarball
Christophe Mutricy [Tue, 3 Jan 2006 16:37:05 +0000 (16:37 +0000)]
Missing headder in tarball

18 years agoTypo
Christophe Mutricy [Tue, 3 Jan 2006 15:16:01 +0000 (15:16 +0000)]
Typo

18 years ago* added RTP uni-/multicast to the wizard
Felix Paul Kühne [Tue, 3 Jan 2006 12:50:15 +0000 (12:50 +0000)]
* added RTP uni-/multicast to the wizard

18 years ago* fixed preferences
Felix Paul Kühne [Mon, 2 Jan 2006 18:25:01 +0000 (18:25 +0000)]
* fixed preferences

18 years ago * modules/video_output/image.c:
Sam Hocevar [Mon, 2 Jan 2006 10:52:50 +0000 (10:52 +0000)]
  * modules/video_output/image.c:
    + Implemented support for --image-out-format.
    + Added support for JPEG output. Still defaults to PNG.

18 years ago * src/video_output/video_output.c: do not drop late frames at the video
Sam Hocevar [Mon, 2 Jan 2006 10:41:38 +0000 (10:41 +0000)]
  * src/video_output/video_output.c: do not drop late frames at the video
    output level when --no-skip-frames was specified.

18 years agoFix spelling error
Rémi Denis-Courmont [Mon, 2 Jan 2006 10:06:36 +0000 (10:06 +0000)]
Fix spelling error

18 years ago * src/misc/image.c: don't forget to free the temporary pictures or we'll
Sam Hocevar [Mon, 2 Jan 2006 09:01:27 +0000 (09:01 +0000)]
  * src/misc/image.c: don't forget to free the temporary pictures or we'll
    rapidly leak gigabytes of memory.

18 years agoImprove output
Clément Stenac [Sun, 1 Jan 2006 13:39:21 +0000 (13:39 +0000)]
Improve output

18 years agoFix an issue with AStreamRefillStream and mp4 indexes
Derk-Jan Hartman [Sat, 31 Dec 2005 15:05:12 +0000 (15:05 +0000)]
Fix an issue with AStreamRefillStream and mp4 indexes

18 years ago * modules/demux/livedotcom.cpp: New --rtp-client-port option to help
Christophe Massiot [Thu, 29 Dec 2005 13:08:52 +0000 (13:08 +0000)]
 * modules/demux/livedotcom.cpp: New --rtp-client-port option to help
   users of firewalls.

18 years agoDetect directfb headers properly and put the right linker flags.
Jean-Paul Saman [Wed, 28 Dec 2005 23:43:02 +0000 (23:43 +0000)]
Detect directfb headers properly and put the right linker flags.

18 years agoAdd a DirectFB module. Patch by: Iuri Diniz <iuri_at_digizap_dot_com_dot_br> applied...
Jean-Paul Saman [Wed, 28 Dec 2005 19:10:22 +0000 (19:10 +0000)]
Add a DirectFB module. Patch by: Iuri Diniz <iuri_at_digizap_dot_com_dot_br> applied with some coding style cleanup and autoconf fixes.

18 years agoRemoved unused variables, this fixes some compiler warnings
Jean-Paul Saman [Wed, 28 Dec 2005 19:07:36 +0000 (19:07 +0000)]
Removed unused variables, this fixes some compiler warnings

18 years agoRemoved unused variables, this fixes some compiler warnings
Jean-Paul Saman [Wed, 28 Dec 2005 19:07:21 +0000 (19:07 +0000)]
Removed unused variables, this fixes some compiler warnings

18 years ago * modules/access/dvb: Handle removal of the CAM module, and fix some kludgy
Christophe Massiot [Wed, 28 Dec 2005 19:02:46 +0000 (19:02 +0000)]
 * modules/access/dvb: Handle removal of the CAM module, and fix some kludgy
   inits.

18 years agoInitialise i_priority to LOG_INFO as default value in case p_msg->i_type has an inval...
Jean-Paul Saman [Wed, 28 Dec 2005 18:56:43 +0000 (18:56 +0000)]
Initialise i_priority to LOG_INFO as default value in case p_msg->i_type has an invalid value.

18 years agoPatch by Dennis van Amerongen: Unify x264 commandline options and VLC's x264 options.
Jean-Paul Saman [Wed, 28 Dec 2005 11:04:41 +0000 (11:04 +0000)]
Patch by Dennis van Amerongen: Unify x264 commandline options and VLC's x264 options.

18 years ago * modules/access/dvb/linux_dvb.c: Disabled FE_CAN_CLEAN_SETUP check because
Christophe Massiot [Tue, 27 Dec 2005 18:18:55 +0000 (18:18 +0000)]
 * modules/access/dvb/linux_dvb.c: Disabled FE_CAN_CLEAN_SETUP check because
   apparently the machine running the buildbot has old uncompatible
   kernel headers.

18 years ago * modules/access/dvb: Full support for DVB MMI menus via an optional HTTP
Christophe Massiot [Tue, 27 Dec 2005 18:05:47 +0000 (18:05 +0000)]
 * modules/access/dvb: Full support for DVB MMI menus via an optional HTTP
   server.

18 years ago* oops, deciding for either 2 or 2 isn't really the intended purpose
Felix Paul Kühne [Tue, 27 Dec 2005 13:17:45 +0000 (13:17 +0000)]
* oops, deciding for either 2 or 2 isn't really the intended purpose

18 years ago* fixed compilation warning
Felix Paul Kühne [Tue, 27 Dec 2005 13:16:15 +0000 (13:16 +0000)]
* fixed compilation warning

18 years agoSet Id keyword
Benjamin Pracht [Tue, 27 Dec 2005 07:41:43 +0000 (07:41 +0000)]
Set Id keyword

18 years agooups...
Benjamin Pracht [Tue, 27 Dec 2005 07:37:47 +0000 (07:37 +0000)]
oups...

18 years ago* Add an controls to the vout (using the embedded vout framework)
Benjamin Pracht [Tue, 27 Dec 2005 00:06:33 +0000 (00:06 +0000)]
* Add an controls to the vout (using the embedded vout framework)
  - There is some redundancy in the controls now...
  - This is just a proposal. If you don't like it, say so...
  - Hope I didn't forget any file (yell if you habe troubles)
* Add an option to disable the embedded window

18 years agoFix SAP autoplay, patch by Dermot McGahon. Thanks
Clément Stenac [Sun, 25 Dec 2005 20:35:25 +0000 (20:35 +0000)]
Fix SAP autoplay, patch by Dermot McGahon. Thanks

18 years ago* added a note that 0.8.5 isn't released yet
Felix Paul Kühne [Sun, 25 Dec 2005 16:53:10 +0000 (16:53 +0000)]
* added a note that 0.8.5 isn't released yet

18 years agoDisable root wrapper on BeOS
Rémi Denis-Courmont [Fri, 23 Dec 2005 08:00:55 +0000 (08:00 +0000)]
Disable root wrapper on BeOS

18 years agoSetProperty in CoreAudio is not only Asynchronious, but also not atomic in it's bahav...
Derk-Jan Hartman [Thu, 22 Dec 2005 00:29:08 +0000 (00:29 +0000)]
SetProperty in CoreAudio is not only Asynchronious, but also not atomic in it's bahaviour. Check the actual set format multiple times to make sure the SetProperty completly finished.

18 years agoUse the original samplerate of the a52 or dts stream, if the device is capable of...
Derk-Jan Hartman [Wed, 21 Dec 2005 19:41:59 +0000 (19:41 +0000)]
Use the original samplerate of the a52 or dts stream, if the device is capable of it, current samplerate if it is not, and highest other available samplerate as a last resort.

18 years agoUse group lists
Rémi Denis-Courmont [Wed, 21 Dec 2005 17:41:48 +0000 (17:41 +0000)]
Use group lists
so that devices can be opened according to usual group ownership (audio, video...)

18 years agoAdd missing \n
Rémi Denis-Courmont [Wed, 21 Dec 2005 17:10:24 +0000 (17:10 +0000)]
Add missing \n

18 years agoDisable root wrapper by default
Rémi Denis-Courmont [Wed, 21 Dec 2005 17:08:38 +0000 (17:08 +0000)]
Disable root wrapper by default
until it is fixed

18 years agoAdd svn:ignore
Rémi Denis-Courmont [Wed, 21 Dec 2005 17:07:49 +0000 (17:07 +0000)]
Add svn:ignore

18 years ago * modules/access/dvb: Fixed link-level CAM API.
Christophe Massiot [Wed, 21 Dec 2005 15:50:58 +0000 (15:50 +0000)]
 * modules/access/dvb: Fixed link-level CAM API.

18 years agoPreliminary interaction framework for Mac OS X. Not finished, since core changes...
Derk-Jan Hartman [Wed, 21 Dec 2005 01:18:40 +0000 (01:18 +0000)]
Preliminary interaction framework for Mac OS X. Not finished, since core changes should be made to better match wxwidgets vs. Mac OS X style dialogs and concepts. part-2

18 years agoPreliminary interaction framework for Mac OS X. Not finished, since core changes...
Derk-Jan Hartman [Wed, 21 Dec 2005 01:18:23 +0000 (01:18 +0000)]
Preliminary interaction framework for Mac OS X. Not finished, since core changes should be made to better match wxwidgets vs. Mac OS X style dialogs and concepts.

18 years agoSet original framesize on the spu format for nero vobsubs in mp4, so that rescaling...
Derk-Jan Hartman [Tue, 20 Dec 2005 02:32:27 +0000 (02:32 +0000)]
Set original framesize on the spu format for nero vobsubs in mp4, so that rescaling will work for videos in a cropped resolution compared to the vobsubs