1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00
Commit Graph

22862 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf
5609e081d7 Qt4 - Clean a bit the debug. 2008-02-12 08:42:01 +00:00
Jean-Baptiste Kempf
19a891e281 Qt4 - small fixes... Remove one redondant connect, block the access to the speedSlider if there is no input. 2008-02-12 08:33:39 +00:00
Jean-Baptiste Kempf
e1bc46e792 Qt4 - Change the event numbers and add more debug to find the IM/Rate bugs. 2008-02-12 08:00:59 +00:00
Dennis van Amerongen
b7a979cdd5 * modules/codec/x264.c: add x264 version debug info 2008-02-11 22:57:24 +00:00
Christophe Mutricy
fac1140917 Fix logic 2008-02-11 20:07:23 +00:00
Rémi Denis-Courmont
5319a4b4be Make autoreconf verbose 2008-02-11 17:20:00 +00:00
Jean-Paul Saman
4eb79afcdc Check malloc return value 2008-02-11 15:48:25 +00:00
Jean-Paul Saman
2c5cd248e7 Simplify rc stats command 2008-02-11 15:45:53 +00:00
Jean-Baptiste Kempf
daebd34f56 Qt4 - Open Disk. Provide a button to eject the disk drive. has been requested twice on the forum. Maybe should be moved somewhere else. The intf_eject doesn't seem to work on my computer now... 2008-02-11 08:01:51 +00:00
Jean-Baptiste Kempf
424ebcf319 Qt4 - Try to minimize the callbacks. Just commenting the code in case of regressions... 2008-02-11 06:32:17 +00:00
Jean-Baptiste Kempf
6f2c37e461 Qt4 - network policy in Sprefs and in privacy policy dialog. 2008-02-11 06:26:22 +00:00
Jean-Baptiste Kempf
8460c20354 Qt4 - Put the default header to 39 in the playlist. 2008-02-11 05:52:24 +00:00
Ilkka Ollakka
fb700e8f47 show default info in playlist if i_showflag is too low to show anything
at all
2008-02-11 05:46:29 +00:00
Benjamin Pracht
78c94529d1 * fix pthread support for x264 on win32
- Not sure at all the configure.ac part is right, anyone more knowledgable, please check.
2008-02-11 01:06:37 +00:00
Pierre d'Herbemont
e6e14e4e3e vlc_app: New media layer view. Enabled by default. Set bindings from resources. (This commit is way too large.) 2008-02-11 00:02:42 +00:00
Pierre d'Herbemont
762b3db961 framework: Fix the configure script. Fix a bunch of warnings. 2008-02-10 23:53:48 +00:00
Jean-Paul Saman
d6ec770933 Cleanup in the error path 2008-02-10 22:36:10 +00:00
Jean-Paul Saman
b3ff6f039d Fix memleak ffmpeg/video_filter.c 2008-02-10 22:13:21 +00:00
Jean-Baptiste Kempf
5c5f59824b More thanks. 2008-02-10 20:18:11 +00:00
Christophe Mutricy
5b470a3dec Fix make dist. The Makefile has been transformed in a script 2008-02-10 19:28:36 +00:00
Felix Paul Kühne
4fe23bae1d contribs: introduce 'QT4_MAC_VERSION' as 4.3.4 isn't available as Open-Source download for Mac OS X 2008-02-10 19:16:52 +00:00
Christophe Mutricy
ae99993700 Clean up after yourself 2008-02-10 19:10:31 +00:00
Jean-Baptiste Kempf
707abd75f0 another one. 2008-02-10 19:07:55 +00:00
Jean-Baptiste Kempf
bfab05bd10 oops. typo in thanks. 2008-02-10 19:06:51 +00:00
Christophe Mutricy
c8b59ecdd5 Fix compilation. We can't use config_* in mozilla so use the -DDATAPATH 2008-02-10 19:02:22 +00:00
Jean-Baptiste Kempf
4629d221ba AAC reordering fix. Patch by Sebastian Jenny and atmo. THANKS them.
Close #493
2008-02-10 19:02:18 +00:00
Rémi Denis-Courmont
54e8456263 Win32 threads: Set priority on success rather than failure.
Patch from atmo.
2008-02-10 16:49:59 +00:00
Rémi Denis-Courmont
e5896809c2 Really (I swear) implement the waitpipe in net_write 2008-02-10 15:52:00 +00:00
Rémi Denis-Courmont
55153f42e2 Add some debug 2008-02-10 15:51:22 +00:00
Rémi Denis-Courmont
0b28505c86 Fix net_Write waitpipe usage, cleanups 2008-02-10 15:43:05 +00:00
Pierre d'Herbemont
58bd68a65d control/media_descriptor.c: Ask for artwork only when needed. 2008-02-10 14:25:37 +00:00
Pierre d'Herbemont
566b8b28aa cmake: remove unneeded checks. 2008-02-10 12:43:50 +00:00
Pierre d'Herbemont
154f6a47e0 cmake: FindX11. 2008-02-10 12:42:36 +00:00
Rémi Denis-Courmont
007245adca Don't set DATA_PATH when building plugins - fixes #1464 2008-02-10 12:34:34 +00:00
Rémi Denis-Courmont
b4c3135730 Use config_GetDataDir() instead of DATA_PATH. 2008-02-10 12:31:27 +00:00
Rémi Denis-Courmont
49bcf08a4e Cleanup.
SHM is autodetected, so there is not point in disabling it by force.
2008-02-10 12:12:24 +00:00
Rémi Denis-Courmont
7503582fd1 This really is an integer, not a boolean 2008-02-10 12:02:30 +00:00
Jean-Baptiste Kempf
e3548f5343 Qt4 - cosmetic. 2008-02-10 12:01:30 +00:00
Rémi Denis-Courmont
c0082a6a9a Remove arbitrary timer in net_Write() 2008-02-10 11:50:55 +00:00
Ilkka Ollakka
b1c5d1c0d4 Add state-callback to check item-change, change playlist-current to
item-change for IM callback.
Check callback and handle other than interface-update stuff only if they
have same id than current input

Should fix that meta not showing/too many signals sended in beginning.
Shouldn't break anything (as always ;)
2008-02-10 11:16:51 +00:00
Jean-Baptiste Kempf
5351f1b8d5 Qt4 - save the mainInterface size only if there was no video playing when you quit. 2008-02-10 11:14:41 +00:00
Jean-Baptiste Kempf
affff08302 Fix asa subtitles merge. Close #1468
Patch by aballier.
2008-02-10 11:04:14 +00:00
Jean-Baptiste Kempf
6eb31e1ae8 Qt4 - Destroy correctly the qt4 interface when used in DP. 2008-02-10 10:46:02 +00:00
Jean-Baptiste Kempf
0ba8568953 Qt4 - beginning of cleaning correctly the DP. 2008-02-10 10:19:58 +00:00
Rémi Denis-Courmont
3dcf9afa36 Cleanup MRL parsing as agreed half a year ago.
This fixes opening file names with colons which some users,
at the expense of requiring "://" to separate the access from the path.
As such udp:@12.34.56.87 won't work anymore, use udp://@12.34.56.87 instead.
2008-02-10 09:53:23 +00:00
Jean-Baptiste Kempf
683bc3d462 Qt4 - Remove trailing spaces... 2008-02-10 09:31:17 +00:00
Jean-Baptiste Kempf
a20dba71e4 Qt4 - Messages. Simplification and extend the tree item by default. 2008-02-10 09:21:42 +00:00
Jean-Baptiste Kempf
b7138f272f Qt4 - setToolTip on the rateLabel. 2008-02-10 09:04:18 +00:00
Jean-Baptiste Kempf
b38c6ef456 Qt4 - Windows, try to fix the Open Containing Folder... 2008-02-10 06:02:55 +00:00
Jean-Baptiste Kempf
1abd3ad5d8 Fortune... 2008-02-10 05:59:51 +00:00