]> git.sesse.net Git - vlc/log
vlc
16 years agoloader: fix a warning
Rafaël Carré [Tue, 29 Jan 2008 13:18:01 +0000 (13:18 +0000)]
loader: fix a warning

16 years ago- fix qmax/qmin if statements
Ilkka Ollakka [Tue, 29 Jan 2008 11:47:23 +0000 (11:47 +0000)]
- fix qmax/qmin if statements
- if user requests certain bitrate, set defaults to qmax=51,qmin=10 if
  user hasn't defined them otherwise. Should help normal user to get
  bitrate he/she requests.

16 years agosmall (ugly) fix to check EAGAIN after recv returns -1, fixes telnet-interface input
Ilkka Ollakka [Tue, 29 Jan 2008 08:03:27 +0000 (08:03 +0000)]
small (ugly) fix to check EAGAIN after recv returns -1, fixes telnet-interface input

16 years agoContribs- bump dirac to 0.9.0. DOes anyone actually use this codec ?
Jean-Baptiste Kempf [Tue, 29 Jan 2008 01:14:19 +0000 (01:14 +0000)]
Contribs- bump dirac to 0.9.0. DOes anyone actually use this codec ?

16 years agoAdd -O3 with mingw in the contribs.
Jean-Baptiste Kempf [Mon, 28 Jan 2008 20:34:48 +0000 (20:34 +0000)]
Add -O3 with mingw in the contribs.

16 years agoFix builds with dirac >= 0.9.0, require it as well.
Pavlov Konstantin [Mon, 28 Jan 2008 19:58:10 +0000 (19:58 +0000)]
Fix builds with dirac >= 0.9.0, require it as well.

16 years agoContribs: remove unnecessary patch.
Jean-Baptiste Kempf [Mon, 28 Jan 2008 19:51:38 +0000 (19:51 +0000)]
Contribs: remove unnecessary patch.

16 years agoCompile fix
Christophe Mutricy [Mon, 28 Jan 2008 19:51:25 +0000 (19:51 +0000)]
Compile fix

16 years agoUse --disable-devices in contribs.
Jean-Baptiste Kempf [Mon, 28 Jan 2008 19:50:33 +0000 (19:50 +0000)]
Use --disable-devices in contribs.

16 years agoContribs - Remove unnecessary ffmpeg patch merged in trunnk.
Jean-Baptiste Kempf [Mon, 28 Jan 2008 19:19:29 +0000 (19:19 +0000)]
Contribs - Remove unnecessary ffmpeg patch merged in trunnk.

16 years agoaudio_filter/: fix warnings
Rafaël Carré [Mon, 28 Jan 2008 17:41:34 +0000 (17:41 +0000)]
audio_filter/: fix warnings
remove unused parameters from:
        EqzFilter() (equalizer.c)
        stereo_to_mono(), mono(), stereo2mono_downmix() (channel_mixer/mono.c)

16 years agoservices_discovery/: fix warnings
Rafaël Carré [Mon, 28 Jan 2008 17:33:15 +0000 (17:33 +0000)]
services_discovery/: fix warnings

16 years agoncurses: removes useless unused parameter warnings, mvhline()->mvwhline()
Rafaël Carré [Mon, 28 Jan 2008 17:33:02 +0000 (17:33 +0000)]
ncurses: removes useless unused parameter warnings, mvhline()->mvwhline()

16 years agodemux/playlist/ : removes useless unused parameter warnings
Rafaël Carré [Mon, 28 Jan 2008 17:31:13 +0000 (17:31 +0000)]
demux/playlist/ : removes useless unused parameter warnings

16 years agoaudio_output/ : removes useless unused parameter warnings
Rafaël Carré [Mon, 28 Jan 2008 17:29:43 +0000 (17:29 +0000)]
audio_output/ : removes useless unused parameter warnings

16 years agocontrol/*: fix warnings
Rafaël Carré [Mon, 28 Jan 2008 17:24:41 +0000 (17:24 +0000)]
control/*: fix warnings
rc.c: disable update code

16 years agoxcommon.c: fix warnings
Rafaël Carré [Mon, 28 Jan 2008 17:14:18 +0000 (17:14 +0000)]
xcommon.c: fix warnings

16 years agovideo_output/opengl.c:
Rafaël Carré [Mon, 28 Jan 2008 17:12:18 +0000 (17:12 +0000)]
video_output/opengl.c:
    Transform(): remove unused parameter
    avoids useless unused parameter warnings

16 years agoCSC want mb_str initialized explicitly
Rémi Denis-Courmont [Mon, 28 Jan 2008 17:04:30 +0000 (17:04 +0000)]
CSC want mb_str initialized explicitly

16 years agovideo_output: avoids unused parameter warnings
Rafaël Carré [Mon, 28 Jan 2008 17:01:48 +0000 (17:01 +0000)]
video_output: avoids unused parameter warnings

16 years agoOnly use waitpipe for _kill, rather than _signal, which is what people expect
Rémi Denis-Courmont [Mon, 28 Jan 2008 17:01:48 +0000 (17:01 +0000)]
Only use waitpipe for _kill, rather than _signal, which is what people expect
(You really don't usually want your net_Read/net_Write to interrupted).
In the process, fix a deadlock in vlc_cond_wait() when waitpipe is used - fixes #1448

16 years agoCannot seal a struct
Rémi Denis-Courmont [Mon, 28 Jan 2008 16:58:49 +0000 (16:58 +0000)]
Cannot seal a struct

16 years agosout_AnnounceRegisterSDP(): removes unused SOUT_CFG_PREFIX argument
Rafaël Carré [Mon, 28 Jan 2008 16:57:42 +0000 (16:57 +0000)]
sout_AnnounceRegisterSDP(): removes unused SOUT_CFG_PREFIX argument

16 years agoFix net_AcceptSingle return value
Rémi Denis-Courmont [Mon, 28 Jan 2008 16:56:48 +0000 (16:56 +0000)]
Fix net_AcceptSingle return value

16 years agolibvlc_release() has only 1 parameter
Rafaël Carré [Mon, 28 Jan 2008 16:55:00 +0000 (16:55 +0000)]
libvlc_release() has only 1 parameter

16 years agocontrol/http:
Rafaël Carré [Mon, 28 Jan 2008 16:53:04 +0000 (16:53 +0000)]
control/http:
    mvar_InfoSetNew(): removes unused parameter
    avoids unused parameter warnings from httpd callbacks

16 years agovisual: removes warnings about unused parameters in vlc callback and Run() functions
Rafaël Carré [Mon, 28 Jan 2008 16:44:02 +0000 (16:44 +0000)]
visual: removes warnings about unused parameters in vlc callback and Run() functions

16 years agoFix previous commit (dead code...)
Rémi Denis-Courmont [Mon, 28 Jan 2008 16:40:32 +0000 (16:40 +0000)]
Fix previous commit (dead code...)

16 years agoaout_DecNewBuffer: remove unused parameter
Rafaël Carré [Mon, 28 Jan 2008 16:37:31 +0000 (16:37 +0000)]
aout_DecNewBuffer: remove unused parameter

16 years agoaudio_output: same
Rafaël Carré [Mon, 28 Jan 2008 16:35:34 +0000 (16:35 +0000)]
audio_output: same

16 years agovideo_output: removes warnings about unused parameters in vlc callbacks
Rafaël Carré [Mon, 28 Jan 2008 16:34:39 +0000 (16:34 +0000)]
video_output: removes warnings about unused parameters in vlc callbacks

16 years agonetwork/udp.c net_SetCSCov(): removes warnings if UDPLITE_RECV_CSCOV and DCCP_SOCKOPT...
Rafaël Carré [Mon, 28 Jan 2008 16:33:02 +0000 (16:33 +0000)]
network/udp.c net_SetCSCov(): removes warnings if UDPLITE_RECV_CSCOV and DCCP_SOCKOPT_SEND_CSCOV are not defined

16 years agomodules CacheFind(): remove unused parameter
Rafaël Carré [Mon, 28 Jan 2008 16:28:29 +0000 (16:28 +0000)]
modules CacheFind(): remove unused parameter

16 years agoupdate.c verify_signature(): remove unused parameter
Rafaël Carré [Mon, 28 Jan 2008 16:24:02 +0000 (16:24 +0000)]
update.c verify_signature(): remove unused parameter

16 years agocontrol/: don't show warnings about unused exceptions
Rafaël Carré [Mon, 28 Jan 2008 16:23:17 +0000 (16:23 +0000)]
control/: don't show warnings about unused exceptions

16 years agolibvlc_release() has only 1 parameter now
Rafaël Carré [Mon, 28 Jan 2008 16:22:20 +0000 (16:22 +0000)]
libvlc_release() has only 1 parameter now

16 years agolibvlc_release(): removes unused exception
Rafaël Carré [Mon, 28 Jan 2008 16:19:38 +0000 (16:19 +0000)]
libvlc_release(): removes unused exception

16 years agovlc_object_get(): removes unused parameter
Rafaël Carré [Mon, 28 Jan 2008 16:14:16 +0000 (16:14 +0000)]
vlc_object_get(): removes unused parameter

16 years agoremoved unused parameter
Rafaël Carré [Mon, 28 Jan 2008 16:02:33 +0000 (16:02 +0000)]
removed unused parameter

16 years agomake.pl: beautify g++
Rafaël Carré [Mon, 28 Jan 2008 15:52:08 +0000 (15:52 +0000)]
make.pl: beautify g++

16 years agofix warning
Rafaël Carré [Mon, 28 Jan 2008 15:37:24 +0000 (15:37 +0000)]
fix warning

16 years agoremoves unused parameter
Rafaël Carré [Mon, 28 Jan 2008 15:35:55 +0000 (15:35 +0000)]
removes unused parameter

16 years agowarn about unused parameters, detect plugins with undefined symbols (disabled only...
Rafaël Carré [Mon, 28 Jan 2008 15:28:25 +0000 (15:28 +0000)]
warn about unused parameters, detect plugins with undefined symbols (disabled only on FreeBSD)

16 years agocontribs: remove unused patches
Rafaël Carré [Mon, 28 Jan 2008 13:55:39 +0000 (13:55 +0000)]
contribs: remove unused patches

16 years agocontribs: update to fribidi2 beta (0.19.1) to hopefully solve problems with arabic...
Rafaël Carré [Mon, 28 Jan 2008 13:54:31 +0000 (13:54 +0000)]
contribs: update to fribidi2 beta (0.19.1) to hopefully solve problems with arabic ligatures

16 years agoQt4 - Message, translate the filetype filtering... Translators, don't screw up the...
Jean-Baptiste Kempf [Mon, 28 Jan 2008 07:06:33 +0000 (07:06 +0000)]
Qt4 - Message, translate the filetype filtering... Translators, don't screw up the syntax...

16 years agoQt4 - VLM Export in the interface. Patch by Jean-François Massol, adapted by me.
Jean-Baptiste Kempf [Mon, 28 Jan 2008 07:03:23 +0000 (07:03 +0000)]
Qt4 - VLM Export in the interface. Patch by Jean-François Massol, adapted by me.

16 years agoQt4 - More debug to track regressions from today's work.
Jean-Baptiste Kempf [Mon, 28 Jan 2008 06:53:36 +0000 (06:53 +0000)]
Qt4 - More debug to track regressions from today's work.

16 years agoQt4 - Should fix the hasVideo and hasAudio detection to enable the good buttons.
Jean-Baptiste Kempf [Mon, 28 Jan 2008 06:34:41 +0000 (06:34 +0000)]
Qt4 - Should fix the hasVideo and hasAudio detection to enable the good buttons.

16 years agoQt4 - Try to fix the detection of video tracks and show of related buttons, fix a...
Jean-Baptiste Kempf [Mon, 28 Jan 2008 04:16:17 +0000 (04:16 +0000)]
Qt4 - Try to fix the detection of video tracks and show of related buttons, fix a segfault that can happen.

16 years agoQt4- IM: update copyright and add myself to people to blame.
Jean-Baptiste Kempf [Mon, 28 Jan 2008 01:59:22 +0000 (01:59 +0000)]
Qt4- IM: update copyright and add myself to people to blame.

16 years agoQt4 IM. Commenting the work done.
Jean-Baptiste Kempf [Mon, 28 Jan 2008 01:46:27 +0000 (01:46 +0000)]
Qt4 IM. Commenting the work done.

16 years agoQt4 - Avoid assertion problem...
Jean-Baptiste Kempf [Mon, 28 Jan 2008 01:31:26 +0000 (01:31 +0000)]
Qt4 - Avoid assertion problem...

16 years agoQt4 - Be sure to update the meta on Playlist Change.
Jean-Baptiste Kempf [Mon, 28 Jan 2008 01:28:36 +0000 (01:28 +0000)]
Qt4 - Be sure to update the meta on Playlist Change.

16 years agoQt4 - IM. simplification again, since emit inputChanged() calls setInput.
Jean-Baptiste Kempf [Mon, 28 Jan 2008 00:55:18 +0000 (00:55 +0000)]
Qt4 - IM. simplification again, since emit inputChanged() calls setInput.

16 years agoQt4 - Simplification and fix the IM interaction.
Jean-Baptiste Kempf [Mon, 28 Jan 2008 00:49:32 +0000 (00:49 +0000)]
Qt4 - Simplification and fix the IM interaction.

16 years ago* configure.ac: Fix hostname reporting on Cygwin (since -s doesn't exist) in referenc...
Dennis van Amerongen [Sun, 27 Jan 2008 23:41:54 +0000 (23:41 +0000)]
* configure.ac: Fix hostname reporting on Cygwin (since -s doesn't exist) in reference to [24271]

16 years agoFix previous commits.
Jean-Baptiste Kempf [Sun, 27 Jan 2008 22:54:34 +0000 (22:54 +0000)]
Fix previous commits.

16 years agoQt4 - Input Manager, cosmetic, comments and perf.
Jean-Baptiste Kempf [Sun, 27 Jan 2008 22:25:02 +0000 (22:25 +0000)]
Qt4 - Input Manager, cosmetic, comments and perf.

16 years agoQt4 - cosmetic
Jean-Baptiste Kempf [Sun, 27 Jan 2008 22:00:00 +0000 (22:00 +0000)]
Qt4 - cosmetic

16 years agoQt4 - Try to separate IM and MIM
Jean-Baptiste Kempf [Sun, 27 Jan 2008 21:47:48 +0000 (21:47 +0000)]
Qt4 - Try to separate IM and MIM

16 years ago* modules/gui/minimal_macosx/intf.h: add config.h in reference to [24525]
Dennis van Amerongen [Sun, 27 Jan 2008 21:31:57 +0000 (21:31 +0000)]
* modules/gui/minimal_macosx/intf.h: add config.h in reference to [24525]

16 years agocontrib/libcaca: combining 'macosx-version-min=10.4' with the 10.3.9 SDK isn't exactl...
Felix Paul Kühne [Sun, 27 Jan 2008 19:14:36 +0000 (19:14 +0000)]
contrib/libcaca: combining 'macosx-version-min=10.4' with the 10.3.9 SDK isn't exactly a great idea. This patch strips 10.3.9 support from libcaca and compiles it with GCC 4, etc. on PowerPC-based Macs, too.

16 years agomacosx: fix [24573]
Felix Paul Kühne [Sun, 27 Jan 2008 18:50:08 +0000 (18:50 +0000)]
macosx: fix [24573]

16 years agomacosx: we need to import intf.h before any import of vlc/vlc.h, because it includes...
Felix Paul Kühne [Sun, 27 Jan 2008 18:49:32 +0000 (18:49 +0000)]
macosx: we need to import intf.h before any import of vlc/vlc.h, because it includes config.h

16 years agoFix symbols list, fix linking on platforms that DO have strnlen
Rémi Denis-Courmont [Sun, 27 Jan 2008 17:59:46 +0000 (17:59 +0000)]
Fix symbols list, fix linking on platforms that DO have strnlen

16 years agostrnlen: export its VLC pendant properly and check its existance in cc.c. Fixes the...
Felix Paul Kühne [Sun, 27 Jan 2008 17:56:28 +0000 (17:56 +0000)]
strnlen: export its VLC pendant properly and check its existance in cc.c. Fixes the compilation onDarwin

16 years agoTypo
Rémi Denis-Courmont [Sun, 27 Jan 2008 17:51:49 +0000 (17:51 +0000)]
Typo

16 years agoDist vlc_fixups
Rémi Denis-Courmont [Sun, 27 Jan 2008 17:05:30 +0000 (17:05 +0000)]
Dist vlc_fixups

16 years agoUpdate the symbols list
Rémi Denis-Courmont [Sun, 27 Jan 2008 16:43:31 +0000 (16:43 +0000)]
Update the symbols list

16 years agoFix another series of HAVE_ dependencies (string replacement functions mostly).
Rémi Denis-Courmont [Sun, 27 Jan 2008 16:31:12 +0000 (16:31 +0000)]
Fix another series of HAVE_ dependencies (string replacement functions mostly).
Now vlc/vlc.h can be included out of the box.
However, I believe it will only work properly on little-endian 32-bits platforms.

16 years agoDon't mess up with config.h!
Rémi Denis-Courmont [Sun, 27 Jan 2008 15:59:21 +0000 (15:59 +0000)]
Don't mess up with config.h!

16 years agoDefault to using pthread instead of exploding.
Rémi Denis-Courmont [Sun, 27 Jan 2008 15:56:24 +0000 (15:56 +0000)]
Default to using pthread instead of exploding.
This fixes the single largest source of problems when including vlc/*.h out of the box.

16 years agoRemove check for pthread_once - we never used it
Rémi Denis-Courmont [Sun, 27 Jan 2008 15:45:34 +0000 (15:45 +0000)]
Remove check for pthread_once - we never used it

16 years agoRemove #define vlc_foobar NULL from the gone era of vlc_symbol
Rémi Denis-Courmont [Sun, 27 Jan 2008 15:36:15 +0000 (15:36 +0000)]
Remove #define vlc_foobar NULL from the gone era of vlc_symbol

16 years agoFix VLM compilation with --disable-vlm - fixes #1431
Rémi Denis-Courmont [Sun, 27 Jan 2008 15:18:38 +0000 (15:18 +0000)]
Fix VLM compilation with --disable-vlm - fixes #1431

16 years agofix warning
Rafaël Carré [Sun, 27 Jan 2008 14:26:33 +0000 (14:26 +0000)]
fix warning

16 years agocast to (const char**)
Rafaël Carré [Sun, 27 Jan 2008 14:26:08 +0000 (14:26 +0000)]
cast to (const char**)

16 years agocast to (char*) , remove unused code
Rafaël Carré [Sun, 27 Jan 2008 14:25:31 +0000 (14:25 +0000)]
cast to (char*) , remove unused code

16 years agomissing header
Rafaël Carré [Sun, 27 Jan 2008 14:25:03 +0000 (14:25 +0000)]
missing header

16 years agocast to (char*)
Rafaël Carré [Sun, 27 Jan 2008 14:24:33 +0000 (14:24 +0000)]
cast to (char*)

16 years agofix warnings, using (char*) casting
Rafaël Carré [Sun, 27 Jan 2008 14:24:04 +0000 (14:24 +0000)]
fix warnings, using (char*) casting

16 years agoStandard MIDI File: don't abuse demux_vaControlHelper which is meant for sample-based...
Rémi Denis-Courmont [Sat, 26 Jan 2008 15:18:21 +0000 (15:18 +0000)]
Standard MIDI File: don't abuse demux_vaControlHelper which is meant for sample-based audio files. This fixes the warping position and prevent uninplemented seeking.

16 years ago.
Christophe Massiot [Sat, 26 Jan 2008 12:30:36 +0000 (12:30 +0000)]
.

16 years agoQt4 - Fix segfault from previous commit, and read from the config only once and simplify.
Jean-Baptiste Kempf [Sat, 26 Jan 2008 06:24:47 +0000 (06:24 +0000)]
Qt4 - Fix segfault from previous commit, and read from the config only once and simplify.

16 years agoQt4- Playlist Model. Save the showColumn flags in the configuration ONLY during distr...
Jean-Baptiste Kempf [Sat, 26 Jan 2008 06:11:20 +0000 (06:11 +0000)]
Qt4- Playlist Model. Save the showColumn flags in the configuration ONLY during distruction and not while running.

16 years agoUpdate Po
Jean-Baptiste Kempf [Sat, 26 Jan 2008 05:12:23 +0000 (05:12 +0000)]
Update Po

16 years agoQt4 - Split PLItem and PLModel in two different files.
Jean-Baptiste Kempf [Sat, 26 Jan 2008 04:37:06 +0000 (04:37 +0000)]
Qt4 - Split PLItem and PLModel in two different files.

16 years agoQt4 - playlist, Don't fetch name if you have title. Less memory used, I think.
Jean-Baptiste Kempf [Sat, 26 Jan 2008 03:44:38 +0000 (03:44 +0000)]
Qt4 - playlist, Don't fetch name if you have title. Less memory used, I think.

16 years agoQt4 - Fix some sizing in open dialog.
Jean-Baptiste Kempf [Sat, 26 Jan 2008 01:53:51 +0000 (01:53 +0000)]
Qt4 - Fix some sizing in open dialog.

16 years agoQt4 - Remove unnecessary inclusion...
Jean-Baptiste Kempf [Sat, 26 Jan 2008 01:53:26 +0000 (01:53 +0000)]
Qt4 - Remove unnecessary inclusion...

16 years agoQt4 - Windows. Put the file extensions in a tree and in categories. Various checks...
Jean-Baptiste Kempf [Sat, 26 Jan 2008 01:51:35 +0000 (01:51 +0000)]
Qt4 - Windows. Put the file extensions in a tree and in categories. Various checks on registry manipulation and on building of the dialog. Basically close #763

16 years agoQT4: Modify About dialog: make it brief, clean and simple.
Pavlov Konstantin [Fri, 25 Jan 2008 22:23:55 +0000 (22:23 +0000)]
QT4: Modify About dialog: make it brief, clean and simple.

16 years agoAdded a csri based renderer/decoder for ass/ssa subtitles. Can use
Sigmund Augdal Helberg [Fri, 25 Jan 2008 21:31:18 +0000 (21:31 +0000)]
Added a csri based renderer/decoder for ass/ssa subtitles. Can use
libass and asa as rendering backends. By equinox. Part of Google
Summer of Code

16 years agosubtitle demux change for better ASS/SSA support. By equinox,
Sigmund Augdal Helberg [Fri, 25 Jan 2008 21:26:43 +0000 (21:26 +0000)]
subtitle demux change for better ASS/SSA support. By equinox,
sponsored by Google Summer of Code

16 years agoCore changes needed to add asa support. By equinox, part of Google
Sigmund Augdal Helberg [Fri, 25 Jan 2008 21:23:56 +0000 (21:23 +0000)]
Core changes needed to add asa support. By equinox, part of Google
Summer of Code 2007

16 years agoFix scaling of subpicture in fb video_output.
Jean-Paul Saman [Fri, 25 Jan 2008 19:49:45 +0000 (19:49 +0000)]
Fix scaling of subpicture in fb video_output.

16 years agoIf the framebuffer hardware doesn't support double buffering in hardware, then do...
Jean-Paul Saman [Fri, 25 Jan 2008 18:59:31 +0000 (18:59 +0000)]
If the framebuffer hardware doesn't support double buffering in hardware, then do this in software. It will increase vout memory consumption by at least one output picture size, but will guarantee smooth subpictures in the video output.

16 years agoQt4 - Moc knows SYS_MINGW32, but not WIN32. Temporary fix.
Jean-Baptiste Kempf [Fri, 25 Jan 2008 17:54:30 +0000 (17:54 +0000)]
Qt4 - Moc knows SYS_MINGW32, but not WIN32. Temporary fix.

16 years ago- set rc_min_rate = rc_max_rate when strict-rc is set
Ilkka Ollakka [Fri, 25 Jan 2008 17:32:06 +0000 (17:32 +0000)]
- set rc_min_rate = rc_max_rate when strict-rc is set
- disable frame.pts only mp4v (seems to be bug concerning only that
  codec)
- initialize p_sys->i_hq to FF_MB_DECISION_RD if else ain't specified
  (seems like it's used uninitialised otherwise)
- set mb_lmin/mb_lmax and lmin/lmax also with qmin (ffmpeg documentation
  says lmax = qmax * FF_QP2LAMBDA) seems to help rate-control.