]> git.sesse.net Git - vlc/log
vlc
14 years agowince: if you want to mess with the code, at least mess with the header accordingly
Geoffroy Couprie [Fri, 14 Aug 2009 15:43:45 +0000 (17:43 +0200)]
wince: if you want to mess with the code, at least mess with the header accordingly

14 years agoMP4: kill a warning
Jean-Baptiste Kempf [Wed, 19 Aug 2009 21:39:37 +0000 (23:39 +0200)]
MP4: kill a warning

14 years agoGlobal Hotkeys: simplify and clean code
Jean-Baptiste Kempf [Wed, 19 Aug 2009 21:38:53 +0000 (23:38 +0200)]
Global Hotkeys: simplify and clean code

14 years agoASF: kill a warning
Jean-Baptiste Kempf [Wed, 19 Aug 2009 21:28:01 +0000 (23:28 +0200)]
ASF: kill a warning

14 years agoAVI: use i_samplesize as an unsigned int (was an int)
Jean-Baptiste Kempf [Wed, 19 Aug 2009 21:27:26 +0000 (23:27 +0200)]
AVI: use i_samplesize as an unsigned int (was an int)

14 years agoFix warnings in lpcm, cc and theora
Jean-Baptiste Kempf [Wed, 19 Aug 2009 21:07:35 +0000 (23:07 +0200)]
Fix warnings in lpcm, cc and theora

14 years agoRemove unused variables in USF module
Jean-Baptiste Kempf [Wed, 19 Aug 2009 20:57:14 +0000 (22:57 +0200)]
Remove unused variables in USF module

14 years agoKill various warnings
Jean-Baptiste Kempf [Wed, 19 Aug 2009 20:52:56 +0000 (22:52 +0200)]
Kill various warnings

14 years agoKill directSound warnings
Jean-Baptiste Kempf [Wed, 19 Aug 2009 20:47:28 +0000 (22:47 +0200)]
Kill directSound warnings

14 years agoDirectSound: be more restrictive and fix warning
Jean-Baptiste Kempf [Wed, 19 Aug 2009 20:38:14 +0000 (22:38 +0200)]
DirectSound: be more restrictive and fix warning

14 years agoWin32: Kill a warning in vcd
Jean-Baptiste Kempf [Wed, 19 Aug 2009 20:17:28 +0000 (22:17 +0200)]
Win32: Kill a warning in vcd

14 years agoRemove unused variables
Jean-Baptiste Kempf [Wed, 19 Aug 2009 19:46:55 +0000 (21:46 +0200)]
Remove unused variables

14 years agoHide psz_object_name in private data
Rémi Denis-Courmont [Wed, 19 Aug 2009 21:04:13 +0000 (00:04 +0300)]
Hide psz_object_name in private data

14 years agoDeprecate ugly and unsafe vlc_object_find_name()
Rémi Denis-Courmont [Wed, 19 Aug 2009 20:45:45 +0000 (23:45 +0300)]
Deprecate ugly and unsafe vlc_object_find_name()

psz_object_name can only be read from the thread calling module_need()
for the current object. As an alternative, module_need() would have to
be called before vlc_object_attach(), which would break var_CreateGet*.

14 years agoncurses: wild access to psz_object_name
Rémi Denis-Courmont [Wed, 19 Aug 2009 21:03:47 +0000 (00:03 +0300)]
ncurses: wild access to psz_object_name

14 years agoQt4: wild reference to psz_object_name
Rémi Denis-Courmont [Wed, 19 Aug 2009 20:57:24 +0000 (23:57 +0300)]
Qt4: wild reference to psz_object_name

14 years agoRemove two possibly wild references to psz_object_name
Rémi Denis-Courmont [Wed, 19 Aug 2009 20:52:56 +0000 (23:52 +0300)]
Remove two possibly wild references to psz_object_name

14 years agoRemove filter_chain_GetFilter: unused and not thread-safe
Rémi Denis-Courmont [Wed, 19 Aug 2009 20:44:57 +0000 (23:44 +0300)]
Remove filter_chain_GetFilter: unused and not thread-safe

14 years agogtk: safe but pointless reference to psz_object_name
Rémi Denis-Courmont [Wed, 19 Aug 2009 21:03:24 +0000 (00:03 +0300)]
gtk: safe but pointless reference to psz_object_name

14 years agoVLCKit: don't return timestamps with hour digits, if time is shorter than 1 hour
Felix Paul Kühne [Wed, 19 Aug 2009 20:23:42 +0000 (22:23 +0200)]
VLCKit: don't return timestamps with hour digits, if time is shorter than 1 hour

14 years agoqt4: make PLModel::getItem inline
Jakob Leben [Wed, 19 Aug 2009 20:00:11 +0000 (22:00 +0200)]
qt4: make PLModel::getItem inline

14 years agoFix warning on Win64
Jean-Baptiste Kempf [Wed, 19 Aug 2009 18:17:03 +0000 (20:17 +0200)]
Fix warning on Win64

14 years agoUpdate live Win64 patch to fix uintptr_t vs intptr_t
Jean-Baptiste Kempf [Wed, 19 Aug 2009 18:16:00 +0000 (20:16 +0200)]
Update live Win64 patch to fix uintptr_t vs intptr_t

14 years agoRemove Xlib XVideo video output
Rémi Denis-Courmont [Sun, 16 Aug 2009 20:17:45 +0000 (23:17 +0300)]
Remove Xlib XVideo video output

14 years agoRemove Xlib X11 video output
Rémi Denis-Courmont [Sun, 16 Aug 2009 20:11:10 +0000 (23:11 +0300)]
Remove Xlib X11 video output

14 years agoBDA: remove useless include.
Jean-Baptiste Kempf [Wed, 19 Aug 2009 17:53:17 +0000 (19:53 +0200)]
BDA: remove useless include.

Fix BDA compilation for Win64

14 years agoContrib: a bit more cleaning
Jean-Baptiste Kempf [Wed, 19 Aug 2009 17:29:51 +0000 (19:29 +0200)]
Contrib: a bit more cleaning

14 years agoContrib constistency
Jean-Baptiste Kempf [Wed, 19 Aug 2009 17:18:14 +0000 (19:18 +0200)]
Contrib constistency

14 years agoMore fixes for live under Win64
Jean-Baptiste Kempf [Wed, 19 Aug 2009 17:04:10 +0000 (19:04 +0200)]
More fixes for live under Win64

Work done by NightStrike

14 years agodemux_xspf: remove dummy test (the test is done at the begining of the function
Rémi Duraffort [Wed, 19 Aug 2009 16:48:09 +0000 (18:48 +0200)]
demux_xspf: remove dummy test (the test is done at the begining of the function
and the pointer is never modified).

14 years agoqt4: helper function PLItem * getItem( const QModelIndex ) const
Jakob Leben [Wed, 19 Aug 2009 16:16:39 +0000 (18:16 +0200)]
qt4: helper function PLItem * getItem( const QModelIndex ) const

14 years agoEnable back media_list_player's tests.
Pierre d'Herbemont [Wed, 19 Aug 2009 14:28:08 +0000 (16:28 +0200)]
Enable back media_list_player's tests.

This reverts "test: Disable test_media_list_player as it deadlocks."

This reverts commit 3403c4274410115dbe5ce282aa8b045f8aedb002.

14 years agomedia_list_player: Use stop() so that we don't lock twice.
Pierre d'Herbemont [Wed, 19 Aug 2009 14:51:54 +0000 (16:51 +0200)]
media_list_player: Use stop() so that we don't lock twice.

14 years agoPort directx output to Win64 awareness
Jean-Baptiste Kempf [Wed, 19 Aug 2009 15:14:50 +0000 (17:14 +0200)]
Port directx output to Win64 awareness

14 years agoxspf: factorize and set to NULL only when needed.
Rémi Duraffort [Wed, 19 Aug 2009 14:39:10 +0000 (16:39 +0200)]
xspf: factorize and set to NULL only when needed.

14 years agoxspf: simplify and use free instead of FREENULL (not needed here).
Rémi Duraffort [Wed, 19 Aug 2009 12:42:08 +0000 (14:42 +0200)]
xspf: simplify and use free instead of FREENULL (not needed here).

14 years agoxspf: simplify again.
Rémi Duraffort [Wed, 19 Aug 2009 12:10:07 +0000 (14:10 +0200)]
xspf: simplify again.

14 years agomedia_list_player: Fix the locking scheme for the callbacks.
Pierre d'Herbemont [Wed, 19 Aug 2009 14:23:15 +0000 (16:23 +0200)]
media_list_player: Fix the locking scheme for the callbacks.

Also fix the initial refcount for the media list, that was causing a bunch of problem on the test suite.

vlc_assert_locked should probably be exported, as it would have been useful here.

14 years agokate: Remove unused variable.
Pierre d'Herbemont [Wed, 19 Aug 2009 11:42:44 +0000 (13:42 +0200)]
kate: Remove unused variable.

14 years agotest: Print more info on error.
Pierre d'Herbemont [Wed, 19 Aug 2009 10:41:55 +0000 (12:41 +0200)]
test: Print more info on error.

14 years agomacosx: remove previous updater code as it is now replaced by Sparkle
Felix Paul Kühne [Wed, 19 Aug 2009 14:07:43 +0000 (16:07 +0200)]
macosx: remove previous updater code as it is now replaced by Sparkle

14 years agomacosx: add preliminary hash file for Sparkle support
Felix Paul Kühne [Wed, 19 Aug 2009 13:59:23 +0000 (15:59 +0200)]
macosx: add preliminary hash file for Sparkle support

14 years agoPort GlobalHotkeys to the correct SetWindowLongPtr API
Jean-Baptiste Kempf [Wed, 19 Aug 2009 14:03:10 +0000 (16:03 +0200)]
Port GlobalHotkeys to the correct SetWindowLongPtr API

14 years agoDo not use crashdumps on Win64
Jean-Baptiste Kempf [Wed, 19 Aug 2009 13:52:15 +0000 (15:52 +0200)]
Do not use crashdumps on Win64

14 years agoMention the addition of new lua parsers in NEWS.
Konstantin Pavlov [Wed, 19 Aug 2009 13:35:31 +0000 (17:35 +0400)]
Mention the addition of new lua parsers in NEWS.

14 years agoshare/Makefile.am: distribute newly added lua playlist parsers.
Konstantin Pavlov [Wed, 19 Aug 2009 13:32:55 +0000 (17:32 +0400)]
share/Makefile.am: distribute newly added lua playlist parsers.

14 years agoLUA mpora parser: fix copyright year.
Konstantin Pavlov [Wed, 19 Aug 2009 13:31:02 +0000 (17:31 +0400)]
LUA mpora parser: fix copyright year.

14 years agoSmall fix for Mingw64 compilation
Jean-Baptiste Kempf [Wed, 19 Aug 2009 13:37:21 +0000 (15:37 +0200)]
Small fix for Mingw64 compilation

14 years agoUpdate _WIN32_IE to IE 5.01
Jean-Baptiste Kempf [Wed, 19 Aug 2009 13:31:08 +0000 (15:31 +0200)]
Update _WIN32_IE to IE 5.01

14 years agox264: add profile-limitter, pretty much same as in x264.exe
Ilkka Ollakka [Wed, 19 Aug 2009 13:11:23 +0000 (16:11 +0300)]
x264: add profile-limitter, pretty much same as in x264.exe

so eg mobile-stream goes like this
--sout="#transcode{vcodec=h264,venc=x264{profile=baseline,level=12},...."

14 years agoLUA playlist scripts: add support for Vimeo URL parsing.
Konstantin Pavlov [Wed, 19 Aug 2009 12:52:19 +0000 (16:52 +0400)]
LUA playlist scripts: add support for Vimeo URL parsing.

14 years agoqt4: prevent moving a node into itself
Jakob Leben [Wed, 19 Aug 2009 12:38:29 +0000 (14:38 +0200)]
qt4: prevent moving a node into itself

..or it magically eats itself up

14 years agoqt4: move item removal from PLItem to PLModel...
Jakob Leben [Wed, 19 Aug 2009 12:13:46 +0000 (14:13 +0200)]
qt4: move item removal from PLItem to PLModel...

...and fix memleak when removing..

14 years agoqt4 playlist: simplify view notification, don't rebuild on popup sort
Jakob Leben [Wed, 19 Aug 2009 11:25:39 +0000 (13:25 +0200)]
qt4 playlist: simplify view notification, don't rebuild on popup sort

14 years agoxspf: simplify.
Rémi Duraffort [Wed, 19 Aug 2009 10:55:43 +0000 (12:55 +0200)]
xspf: simplify.

14 years agocontrib: Bump Mac OS X contrib binary to revision 17.
Pierre d'Herbemont [Wed, 19 Aug 2009 10:03:13 +0000 (12:03 +0200)]
contrib: Bump Mac OS X contrib binary to revision 17.

14 years agoncurses: Remove unused variables.
Pierre d'Herbemont [Wed, 19 Aug 2009 09:52:50 +0000 (11:52 +0200)]
ncurses: Remove unused variables.

14 years agotest: Disable test_media_list_player as it deadlocks.
Pierre d'Herbemont [Wed, 19 Aug 2009 09:42:53 +0000 (11:42 +0200)]
test: Disable test_media_list_player as it deadlocks.

14 years agoContrib: Win64, try to force the CPU for FFmpeg
Jean-Baptiste Kempf [Wed, 19 Aug 2009 09:28:01 +0000 (11:28 +0200)]
Contrib: Win64, try to force the CPU for FFmpeg

14 years agoqt4 playlist: make popup Add Node and Sort operate on parent
Jakob Leben [Wed, 19 Aug 2009 08:35:30 +0000 (10:35 +0200)]
qt4 playlist: make popup Add Node and Sort operate on parent

If playlist view was full with items it was hard/impossible to
add node to root if the action operated on right-clicked item.
Sort action follows the same style for consistence and practicality.

14 years agoContrib: Try to fix lua's mess
Jean-Baptiste Kempf [Wed, 19 Aug 2009 08:07:06 +0000 (10:07 +0200)]
Contrib: Try to fix lua's mess

14 years agoLiboil: autoreconf is needed after m4 changes.
Jean-Baptiste Kempf [Wed, 19 Aug 2009 07:54:45 +0000 (09:54 +0200)]
Liboil: autoreconf is needed after m4 changes.

14 years agoqt4 playlist: refactor meta data retrieval and show meta title for sorting in popup...
Jakob Leben [Wed, 19 Aug 2009 07:38:48 +0000 (09:38 +0200)]
qt4 playlist: refactor meta data retrieval and show meta title for sorting in popup menu

14 years agoLUA playlist scripts: ddd support for MPORA URL parsing.
Konstantin Pavlov [Wed, 19 Aug 2009 07:17:44 +0000 (11:17 +0400)]
LUA playlist scripts: ddd support for MPORA URL parsing.

14 years agoConsistency for patches naming
Jean-Baptiste Kempf [Wed, 19 Aug 2009 07:28:50 +0000 (09:28 +0200)]
Consistency for patches naming

14 years agoContrib: further fixes of Goom2k4 Makefiles
Jean-Baptiste Kempf [Wed, 19 Aug 2009 07:27:54 +0000 (09:27 +0200)]
Contrib: further fixes of Goom2k4 Makefiles

14 years agoPort live to Win64
Jean-Baptiste Kempf [Tue, 18 Aug 2009 23:17:30 +0000 (01:17 +0200)]
Port live to Win64

14 years agoncurses: make file browser open files
Rafaël Carré [Tue, 18 Aug 2009 22:54:41 +0000 (00:54 +0200)]
ncurses: make file browser open files

all files would be opened as directories

Pointed-out-by: cachereturn on #videolan
14 years agoFix Win64 patch for ebml
Jean-Baptiste Kempf [Tue, 18 Aug 2009 22:51:47 +0000 (00:51 +0200)]
Fix Win64 patch for ebml

14 years agoFix Makefile.
Jean-Baptiste Kempf [Tue, 18 Aug 2009 22:22:10 +0000 (00:22 +0200)]
Fix Makefile.

14 years agoDeactivate zvbi, pthreads, fluid for Win64 contribs
Jean-Baptiste Kempf [Tue, 18 Aug 2009 22:10:07 +0000 (00:10 +0200)]
Deactivate zvbi, pthreads, fluid for Win64 contribs

14 years agoUpdate fontconfig patch for xml2 removal.
Jean-Baptiste Kempf [Tue, 18 Aug 2009 22:06:06 +0000 (00:06 +0200)]
Update fontconfig patch for xml2 removal.

14 years agoRemove transrate
Rémi Denis-Courmont [Tue, 18 Aug 2009 19:47:59 +0000 (22:47 +0300)]
Remove transrate

"[It] can be removed altogether, since it's totally useless (quality
is too bad to be of any use)."

14 years agophonon: fix uninitialized value (Not sure if that's the right value so feel
Rémi Duraffort [Tue, 18 Aug 2009 17:49:53 +0000 (19:49 +0200)]
phonon: fix uninitialized value (Not sure if that's the right value so feel
free to change the value if needed).

14 years agophonon: fix typo.
Rémi Duraffort [Tue, 18 Aug 2009 17:40:17 +0000 (19:40 +0200)]
phonon: fix typo.

14 years agoqt4: don't rebuild playlist-model from start when adding/removing columns
Ilkka Ollakka [Tue, 18 Aug 2009 19:05:35 +0000 (22:05 +0300)]
qt4: don't rebuild playlist-model from start when adding/removing columns

14 years agoqt4: don't look currentItem when creating PLModel
Ilkka Ollakka [Tue, 18 Aug 2009 18:48:31 +0000 (21:48 +0300)]
qt4: don't look currentItem when creating PLModel

rebuild() does that and sets currentItem itself. Also emit
currentChanged on rebuild, so you stay on currentItem if you add/remove
columns on view.

14 years agoqt4: let the main popup menu take ownership of the sort sub-menu
Jakob Leben [Tue, 18 Aug 2009 17:45:03 +0000 (19:45 +0200)]
qt4: let the main popup menu take ownership of the sort sub-menu

14 years agoVCD: remove Win9x support
Rémi Denis-Courmont [Tue, 18 Aug 2009 17:28:01 +0000 (20:28 +0300)]
VCD: remove Win9x support

14 years agoskins2: assume Unicode filesystem on Windows
Rémi Denis-Courmont [Tue, 18 Aug 2009 17:22:15 +0000 (20:22 +0300)]
skins2: assume Unicode filesystem on Windows

14 years agoTaglib: assume Windows NT for filesystem access
Rémi Denis-Courmont [Tue, 18 Aug 2009 17:21:54 +0000 (20:21 +0300)]
Taglib: assume Windows NT for filesystem access

14 years agostream_Demux: pretend to be in sout-all mode (fixes: #3050)
Rémi Denis-Courmont [Tue, 18 Aug 2009 16:56:22 +0000 (19:56 +0300)]
stream_Demux: pretend to be in sout-all mode (fixes: #3050)

14 years agoQt4: implement PLModel::popupSort[Asc/Desc]()
Jakob Leben [Tue, 18 Aug 2009 16:11:11 +0000 (18:11 +0200)]
Qt4: implement PLModel::popupSort[Asc/Desc]()

Implement recursive sorting of a single playlist node from popup menu,
in either ascending or descending order. Node is sorted by values in
column which was right clicked to bring up the popup menu.

14 years agoqt4: gotoPLayingItem get's current index from model, not from view
Ilkka Ollakka [Tue, 18 Aug 2009 15:05:57 +0000 (18:05 +0300)]
qt4: gotoPLayingItem get's current index from model, not from view

14 years agoqt4: lock playlist littlebit later
Ilkka Ollakka [Tue, 18 Aug 2009 15:05:24 +0000 (18:05 +0300)]
qt4: lock playlist littlebit later

14 years agotaglib: decode psz_file so taglib gets normal path/filename to write metadata
Ilkka Ollakka [Tue, 18 Aug 2009 14:52:01 +0000 (17:52 +0300)]
taglib: decode psz_file so taglib gets normal path/filename to write metadata

14 years agoam: Ensure 'make VLC.app' will be silent when automake is in quiet mode.
Pierre d'Herbemont [Tue, 18 Aug 2009 13:59:11 +0000 (15:59 +0200)]
am: Ensure 'make VLC.app' will be silent when automake is in quiet mode.

14 years agoam: Work around old automake version.
Pierre d'Herbemont [Tue, 18 Aug 2009 13:28:34 +0000 (15:28 +0200)]
am: Work around old automake version.

They don't have AM_DEFAULT_VERBOSITY.

14 years agoconfigure: Make sure 'compile' calls make with 'V=1'.
Pierre d'Herbemont [Tue, 18 Aug 2009 13:19:54 +0000 (15:19 +0200)]
configure: Make sure 'compile' calls make with 'V=1'.

14 years agoqt4: you don't need to sort on invalid index
Ilkka Ollakka [Tue, 18 Aug 2009 13:15:28 +0000 (16:15 +0300)]
qt4: you don't need to sort on invalid index

14 years agoqt4: enable dragging from everywhere
Ilkka Ollakka [Tue, 18 Aug 2009 11:53:04 +0000 (14:53 +0300)]
qt4: enable dragging from everywhere

This enables drag items from service discovery, I don't see why user
shouldn't be allowed to drag his/her favorite shoutcast/other item to
medialibrary or playlist from service-discovery lists.

14 years agoqt4: little tweaking on PLModel::flags on playlist-locking
Ilkka Ollakka [Tue, 18 Aug 2009 10:30:10 +0000 (13:30 +0300)]
qt4: little tweaking on PLModel::flags on playlist-locking

14 years agoam: Pass --quiet to 'make' when automake verbose mode is off.
Pierre d'Herbemont [Tue, 18 Aug 2009 13:09:05 +0000 (15:09 +0200)]
am: Pass --quiet to 'make' when automake verbose mode is off.

14 years agoFixed crashes introduced in [aee0317592c43b4fa6d9d84bc2e70968e4b93f5f]
Felix Paul Kühne [Tue, 18 Aug 2009 12:33:22 +0000 (14:33 +0200)]
Fixed crashes introduced in [aee0317592c43b4fa6d9d84bc2e70968e4b93f5f]

14 years agoQt4: use translations in Add Node dialog
Jakob Leben [Tue, 18 Aug 2009 12:19:03 +0000 (14:19 +0200)]
Qt4: use translations in Add Node dialog

14 years agoQt4: allow adding node under playlist root item
Jakob Leben [Tue, 18 Aug 2009 11:55:42 +0000 (13:55 +0200)]
Qt4: allow adding node under playlist root item

14 years agoQt4: implement PLModel::popupAddNode()
Jakob Leben [Tue, 18 Aug 2009 11:29:09 +0000 (13:29 +0200)]
Qt4: implement PLModel::popupAddNode()

14 years ago[PATCH] playlist, Qt4: new playlist_TreeMoveMany()
Jakob Leben [Tue, 18 Aug 2009 10:13:28 +0000 (12:13 +0200)]
[PATCH] playlist, Qt4: new playlist_TreeMoveMany()

Add new function which simplifies moving more then one item at a time and
reduces complexity and increases performance of such action.
Also refactor a bit old playlist_TreeMove.
Use new function in Qt4 playlist model.

14 years agoconfigure: Define AM_SILENT_RULES.
Pierre d'Herbemont [Tue, 18 Aug 2009 09:21:45 +0000 (11:21 +0200)]
configure: Define AM_SILENT_RULES.

This enables Linux kernel-style silent build output.

If you want a more verbose output use 'make V=1' or './configure --disable-silent-rules'

If you want even less verbosity for custom command, there is $(AM_V_GEN) that you can add in front of your custom command.

14 years agocontrib: Bump automake to version 1.11, it has AM_SILENT_RULES to reduce verbosity.
Pierre d'Herbemont [Tue, 18 Aug 2009 09:17:43 +0000 (11:17 +0200)]
contrib: Bump automake to version 1.11, it has AM_SILENT_RULES to reduce verbosity.