Commit Graph

29053 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf 1b1a6a4ef3 [Contribs] Update libgcrypt to 1.4.3 2008-10-21 10:08:13 +02:00
Jean-Baptiste Kempf 4c30e1d7df [Contribs] libpng update for CVE-2008-3964 2008-10-21 09:51:43 +02:00
Jean-Baptiste Kempf 79579afe7f [Qt] Fix a crash when toggling minimalView when --no-embedded-video.
Close #2194
2008-10-21 09:35:44 +02:00
Jean-Baptiste Kempf 5e0254ce2f [Contribs] Update the patch to deactivate c99 mode in FFmpeg
This should fix linking to faac and mp3lame.
2008-10-21 01:37:28 +02:00
Jean-Baptiste Kempf 17794b8434 [Fake] Add a missing callback on fake-file-reload
When fake-file-reload is changed, you might want to renew the image.
Should Close #2230
2008-10-20 13:56:07 +02:00
Jean-Baptiste Kempf d72aba04bb [Win32] Fix yet another packaging issue. 2008-10-20 22:51:39 +02:00
Rémi Denis-Courmont c0998a10df Remove dummy embedded window exclusion
Qt4 embedded breakage has nothing to do with X11 afterall.
2008-10-20 23:18:30 +03:00
Rémi Denis-Courmont a62521c0ff Simplifications 2008-10-20 23:15:51 +03:00
Rémi Denis-Courmont 14e89cbcef vlc_mutex_locker: automatic mutex locking for C++ 2008-10-20 23:15:51 +03:00
Ludovic Fauvet 9a38b276e6 Bug fixed in the "recently played" functionnality
* A connect was called multiple times causing a wrong behaviour in the playlist.
* playlist_AddInput was replaced by playlist_Add to simplify code.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2008-10-20 13:08:03 +02:00
Rémi Denis-Courmont e925457d46 Oops, remove dummy code 2008-10-20 22:25:58 +03:00
Rémi Denis-Courmont 80c3cdfcd3 Embedded video still crashes, so disable it - refs #2136.
This is a VLC bug, not Qt4 version dependent.
2008-10-20 22:23:51 +03:00
Rémi Denis-Courmont 5253760be2 Remove recursive/deadlocking calls in Qt4 embedded video (refs #2136).
The vout code invokes the Qt4 video widget through the Qt4 window
submodule. Hence, the video widget cannot call the vout window code.
This is where the embedded video crashes seem to come from.
Unfortunately, this commit trades the deadlock (on 1.0) or the crash
(on 0.9) for an assertion failure.
2008-10-20 22:22:00 +03:00
Rémi Denis-Courmont 69dcbfc340 Remove debug 2008-10-20 21:40:10 +03:00
Rémi Denis-Courmont c800041315 Do not use thread cancellation for Qt4 - fix #2225 and #2226 2008-10-20 21:24:47 +03:00
Rémi Denis-Courmont 35793c6a8b Cosmetic 2008-10-20 21:22:12 +03:00
Rémi Denis-Courmont d6dd149576 (Cosmetic) settings don't belong to the dialog provider 2008-10-20 19:44:41 +03:00
Jean-Baptiste Kempf 519dca52dc [Win32] fix build package. 2008-10-20 18:01:00 +02:00
Jean-Baptiste Kempf 41b3e1dace [Qt] Win Compilation fix. 2008-10-20 17:03:57 +02:00
Jean-Baptiste Kempf 9e98e6b5e2 [Qt] small menus changes... 2008-10-20 14:53:34 +02:00
Jean-Baptiste Kempf 90b84868c7 [Qt] Forgotten file in previous commit. 2008-10-20 13:12:11 +02:00
Jean-Baptiste Kempf 22168eab8b [Qt] Split the QtWinApp to its own file and rename it. 2008-10-20 12:59:57 +02:00
Jean-Baptiste Kempf 1ec9641c18 [Qt] Various cleaning. 2008-10-20 12:15:27 +02:00
Jean-Baptiste Kempf 28b5e4835e [Qt] RecentMRLs: Simplification and adding some debug. 2008-10-20 02:19:19 +02:00
Jean-Baptiste Kempf 190e7875e9 [Qt] remove trailing spaces, set a default filter and add a LONGTEXT 2008-10-20 02:07:29 +02:00
Ludovic Fauvet 6b468738b8 New recently played menu.
* Configuration aware to enable/disable (default enabled)
 * Filters available to ignore some patterns (using QRegExp)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2008-10-20 01:55:25 +02:00
Jean-Baptiste Kempf d0ed93fe65 [Qt] move some static const int to enum 2008-10-20 01:46:16 +02:00
Rémi Denis-Courmont d7f3af847c Unused variables 2008-10-19 23:12:45 +03:00
Rémi Denis-Courmont b08edfb4df Fix swscale linking 2008-10-19 23:12:38 +03:00
Rémi Denis-Courmont 63ff7505a7 Fix avformat compile+link 2008-10-19 23:09:34 +03:00
Rémi Denis-Courmont 569824c454 Fix avformat compilation 2008-10-19 23:06:27 +03:00
Rémi Denis-Courmont 574d8c9342 Fix warning 2008-10-19 23:06:19 +03:00
Rémi Denis-Courmont deeb99dcde Factorize avcodec chroma table - another 2kb 2008-10-19 23:01:29 +03:00
Rémi Denis-Courmont a1f8e0eb14 Unused variable 2008-10-19 22:57:37 +03:00
Rémi Denis-Courmont 83e6445af7 Spare another 2kb 2008-10-19 22:52:48 +03:00
Rémi Denis-Courmont 1d35bcd283 Factorize avcodec table - spare about 5kb 2008-10-19 22:49:28 +03:00
Rémi Denis-Courmont f70a9052bd Qt4: restore message dialog
(bug at exit due to more generic problems with #2226 and #2227)
2008-10-19 19:20:56 +03:00
Rémi Denis-Courmont 42b58e873a Do not link plugins against libvlccore explicitly
We really want plugins to resolve their VLC symbols against the already
loaded LibVLC core, rather than with their own version of it.
Performance benefit should be neglectible, if any.
Still, this will "fix" the plugin crash with static LibVLC builds (or
generate a due link-time error). Anyway, this is one step toward
supporting any form of static linking again.
2008-10-19 17:10:11 +03:00
Rémi Denis-Courmont d859e6b953 Fix some integer overflows and a stupid memset() invocation 2008-10-19 12:26:23 +03:00
Rémi Denis-Courmont 5a9a53f7f1 Simply debug 2008-10-19 12:25:29 +03:00
Rémi Denis-Courmont 7027d3008a Fix warning 2008-10-19 12:24:33 +03:00
Christophe Mutricy 5b8476c9c7 Add some Mime type to mozilla plugin 2008-10-18 22:30:26 +01:00
Rémi Denis-Courmont 26d92b87bb Fix (yet another) TiVo demux overflow.
Reported by Tobias Klein <tk@trapkit.de>
2008-10-18 22:21:55 +03:00
Ilkka Ollakka 2132eadea2 XReparentWindow seems to be needed here to get video on correct screen in
xinerama setup.
2008-10-18 15:45:58 +03:00
Ilkka Ollakka d2bbd68d5d Use normal QCloseEvent to signal maininterface to closeup 2008-10-18 15:45:57 +03:00
Jean-Baptiste Kempf 8ce3a35259 Revert "Try to not confuse between Dolby Surround (2.1) and Dolby Digital (5.1)"
Let's wait for this issue to be statued.

This reverts commit 984fb14a84.
2008-10-18 12:06:30 +02:00
Jean-Baptiste Kempf b9af47254e Revert "Mark "force-dolby-surround" as deprecated"
This reverts commit bbe5c8e475.
2008-10-18 12:06:06 +02:00
Jean-Baptiste Kempf f9cfa5ca99 [Subtitles] Change error message to warning message when fail subtype detection
Because this is really boring when you have some .txt files on the same folder than your movie and they are not subtitles but are auto-detected.
2008-10-18 11:42:25 +02:00
Jean-Baptiste Kempf 2849bcdd9f [Qt] Fix Network Open Tab
Network Open Tab assumes all rtp/udp addresses are multicast #2221
Please review.
2008-10-17 20:07:07 +02:00
Jean-Baptiste Kempf 2e1619c2fb [Qt] When opening a VIDEO_TS folder, use dvd:// and not directory://
This should close #2167. But must be checked for extra "/" on windows.
2008-10-17 19:50:53 +02:00