]> git.sesse.net Git - vlc/log
vlc
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.

16 years agoThis file does not exist
Rémi Denis-Courmont [Fri, 25 Jan 2008 17:12:08 +0000 (17:12 +0000)]
This file does not exist

16 years agomove mutex setkind hack to src/
Rémi Denis-Courmont [Fri, 25 Jan 2008 16:51:54 +0000 (16:51 +0000)]
move mutex setkind hack to src/

16 years agoSame as previous commit
Rémi Denis-Courmont [Fri, 25 Jan 2008 16:41:35 +0000 (16:41 +0000)]
Same as previous commit

16 years agoFix cpp warning
Rémi Denis-Courmont [Fri, 25 Jan 2008 16:39:07 +0000 (16:39 +0000)]
Fix cpp warning

16 years agoPrivatize the memalign replacement
Rémi Denis-Courmont [Fri, 25 Jan 2008 16:38:14 +0000 (16:38 +0000)]
Privatize the memalign replacement

16 years agoUpdate POTFILES after file renaming
Christophe Mutricy [Fri, 25 Jan 2008 15:54:24 +0000 (15:54 +0000)]
Update POTFILES after file renaming

16 years agoaccess_file: fix a vlc warning
Rafaël Carré [Fri, 25 Jan 2008 15:15:56 +0000 (15:15 +0000)]
access_file: fix a vlc warning

16 years agolua demuxer: update dailymotion thumbnails
Rafaël Carré [Fri, 25 Jan 2008 14:45:13 +0000 (14:45 +0000)]
lua demuxer: update dailymotion thumbnails

16 years agofix segfault
Rafaël Carré [Fri, 25 Jan 2008 14:12:36 +0000 (14:12 +0000)]
fix segfault

16 years agofix apple remote compilation
Rafaël Carré [Fri, 25 Jan 2008 12:51:53 +0000 (12:51 +0000)]
fix apple remote compilation

16 years agofix cdda compilation
Rafaël Carré [Fri, 25 Jan 2008 12:50:17 +0000 (12:50 +0000)]
fix cdda compilation

16 years agocontribs: don't build libcaca's ruby, C# and C++ bindings
Rafaël Carré [Fri, 25 Jan 2008 12:45:35 +0000 (12:45 +0000)]
contribs: don't build libcaca's ruby, C# and C++ bindings

16 years agoQt4 - Remove QFontDialog Dependency... We don't have some CONFIG_ITEM_FONT yet.....
Jean-Baptiste Kempf [Fri, 25 Jan 2008 08:42:24 +0000 (08:42 +0000)]
Qt4 - Remove QFontDialog Dependency... We don't have some CONFIG_ITEM_FONT yet... Do we have complete fontconfig support btw ?

16 years agoQt4 - Remove useless inclusion.
Jean-Baptiste Kempf [Fri, 25 Jan 2008 08:18:40 +0000 (08:18 +0000)]
Qt4 - Remove useless inclusion.

16 years agoQt4 - Remove unused includes.
Jean-Baptiste Kempf [Fri, 25 Jan 2008 07:49:28 +0000 (07:49 +0000)]
Qt4 - Remove unused includes.

16 years agoQt4 - VLM: Schedule configuration. The VLM Dialog should work, still basic, but work.
Jean-Baptiste Kempf [Fri, 25 Jan 2008 01:44:32 +0000 (01:44 +0000)]
Qt4 - VLM: Schedule configuration. The VLM Dialog should work, still basic, but work.

16 years agoQt4 - Windows registry manipulation. Create the good HKEY where there should be,...
Jean-Baptiste Kempf [Fri, 25 Jan 2008 00:48:32 +0000 (00:48 +0000)]
Qt4 - Windows registry manipulation. Create the good HKEY where there should be, even if the installer didn't do it.

16 years agoUse standard memory management functions
Rémi Denis-Courmont [Thu, 24 Jan 2008 21:17:00 +0000 (21:17 +0000)]
Use standard memory management functions

16 years agoRemove some GCCisms.
Rémi Denis-Courmont [Thu, 24 Jan 2008 20:55:46 +0000 (20:55 +0000)]
Remove some GCCisms.
Fix RC compilation, and OSD from C++ code in the process.

16 years agoMissing #include on Win32
Rémi Denis-Courmont [Thu, 24 Jan 2008 18:29:14 +0000 (18:29 +0000)]
Missing #include on Win32

16 years agoFix Galaktos plugin compilation, config.h related.
Jean-Baptiste Kempf [Thu, 24 Jan 2008 18:13:23 +0000 (18:13 +0000)]
Fix Galaktos plugin compilation, config.h related.

16 years agoAdd sanity check for public headers
Rémi Denis-Courmont [Thu, 24 Jan 2008 17:53:34 +0000 (17:53 +0000)]
Add sanity check for public headers

16 years agoFix typo in [24531]
Jean-Baptiste Kempf [Thu, 24 Jan 2008 17:48:28 +0000 (17:48 +0000)]
Fix typo in [24531]

16 years agoTabs
Rémi Denis-Courmont [Thu, 24 Jan 2008 17:34:52 +0000 (17:34 +0000)]
Tabs

16 years agoRemove net_AddressIsMulticast:
Rémi Denis-Courmont [Thu, 24 Jan 2008 17:22:50 +0000 (17:22 +0000)]
Remove net_AddressIsMulticast:
it did not work properly (proper check is impossible without blocking)

16 years ago- Don't override PACKAGE. It breaks.
Rémi Denis-Courmont [Thu, 24 Jan 2008 17:15:50 +0000 (17:15 +0000)]
- Don't override PACKAGE. It breaks.
- Don't undef off_t twice.

16 years agoRemove the sys/socket.h check. We don't really use it anyway, and socket calls have...
Rémi Denis-Courmont [Thu, 24 Jan 2008 17:07:35 +0000 (17:07 +0000)]
Remove the sys/socket.h check. We don't really use it anyway, and socket calls have to be somewhere anyway

16 years agoDon't work-around would-be bugs in the configure checks.
Rémi Denis-Courmont [Thu, 24 Jan 2008 17:05:18 +0000 (17:05 +0000)]
Don't work-around would-be bugs in the configure checks.

16 years agoFix header inclusion. VLC does not check for sys/socket.h
Rémi Denis-Courmont [Thu, 24 Jan 2008 17:03:16 +0000 (17:03 +0000)]
Fix header inclusion. VLC does not check for sys/socket.h

16 years agoDon't check for ssize_t twice, and don't use autoconf <= 2.1x syntax.
Rémi Denis-Courmont [Thu, 24 Jan 2008 16:45:26 +0000 (16:45 +0000)]
Don't check for ssize_t twice, and don't use autoconf <= 2.1x syntax.

16 years agoGet rid of HAVE_SOCKLEN_T - refs #297
Rémi Denis-Courmont [Thu, 24 Jan 2008 16:39:05 +0000 (16:39 +0000)]
Get rid of HAVE_SOCKLEN_T - refs #297

16 years agotimespec is in time.h, not sys/time.h
Rémi Denis-Courmont [Thu, 24 Jan 2008 16:38:25 +0000 (16:38 +0000)]
timespec is in time.h, not sys/time.h

16 years agoRemove dummy declarations
Rémi Denis-Courmont [Thu, 24 Jan 2008 16:24:43 +0000 (16:24 +0000)]
Remove dummy declarations

16 years agoRemove useless include
Rémi Denis-Courmont [Thu, 24 Jan 2008 16:11:34 +0000 (16:11 +0000)]
Remove useless include

16 years agoInclude assert.h when needed
Rémi Denis-Courmont [Thu, 24 Jan 2008 16:08:13 +0000 (16:08 +0000)]
Include assert.h when needed

16 years ago...and consistent semantics
Rémi Denis-Courmont [Thu, 24 Jan 2008 16:07:43 +0000 (16:07 +0000)]
...and consistent semantics

16 years agoConsistent naming
Rémi Denis-Courmont [Thu, 24 Jan 2008 16:07:03 +0000 (16:07 +0000)]
Consistent naming

16 years agoFix warning when there are no config items
Rémi Denis-Courmont [Thu, 24 Jan 2008 15:55:22 +0000 (15:55 +0000)]
Fix warning when there are no config items

16 years agoWhitelisting.
Rémi Denis-Courmont [Thu, 24 Jan 2008 15:55:05 +0000 (15:55 +0000)]
Whitelisting.

16 years agoReverts [24530] & [24531] (preprocessing related) , add $(DEFS) (-DHAVE_CONFIG_H...
Rafaël Carré [Thu, 24 Jan 2008 14:33:38 +0000 (14:33 +0000)]
Reverts [24530] & [24531] (preprocessing related) , add $(DEFS) (-DHAVE_CONFIG_H) to moc command line

16 years ago* modules/access/bda/bda.h: remove white space
Dennis van Amerongen [Thu, 24 Jan 2008 14:21:14 +0000 (14:21 +0000)]
* modules/access/bda/bda.h: remove white space

16 years ago* modules/gui/wxwidgets and skins2: add various more config.h in reference to [24525]
Dennis van Amerongen [Thu, 24 Jan 2008 14:18:22 +0000 (14:18 +0000)]
* modules/gui/wxwidgets and skins2: add various more config.h in reference to [24525]