1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-17 05:01:41 +02:00
Commit Graph

35728 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
bfaa71e26d Assume liba52 is built as fixed-point if needed
(This kinda sucks, but liba52 does not export is build mode through
 any public header)
2009-10-19 22:15:42 +03:00
Rémi Denis-Courmont
f42db4154c linear resampler: use fixed-point as appropriate 2009-10-19 22:15:36 +03:00
Rémi Denis-Courmont
69f6faef31 Disable audio time stretch if there is no FPU
It's not implemented for fixed-point. And it's so slow that it would
probably not make sense anyway.
2009-10-19 22:15:36 +03:00
Rémi Denis-Courmont
145903d05b HAVE_FPU: make constant
Currently, we do not have any architecture where this would not be
a build-time constant. Constancy helps fixing a few issues in the audio
path.
2009-10-19 22:15:30 +03:00
Rémi Denis-Courmont
fefa53d2f6 Maemo: Freetype: use Nokia sans-serif bold font
The default VLC font does not exist here.
2009-10-19 21:43:35 +03:00
Rémi Denis-Courmont
029ff43364 Maemo: assume UTF-8 codeset 2009-10-19 21:35:54 +03:00
Rémi Denis-Courmont
a6388aa360 Add HAVE_MAEMO for N900 tweaks 2009-10-19 21:33:20 +03:00
Rémi Denis-Courmont
bb8640a992 Maemo: rename plugin to Hildon
Hildon is not Maemo-specific (Ubuntu Mobile...).
And Maemo soon won't be Hildon-GTK anymore.
2009-10-19 21:33:20 +03:00
Laurent Aimar
8d8844adcd Fixed resize quality issue with direct3d vout (especially win7).
It seems that depending on your driver, the resize done by
IDirect3DDevice9::Present can be of very low quality. The resize is now
done by IDirect3DDevice9::StretchRect.
2009-10-19 20:14:26 +02:00
Laurent Aimar
4bdf4fd05c More logical closing sequence (d3d) 2009-10-19 20:14:26 +02:00
Rémi Denis-Courmont
8df18e2daf XCB-XV: avoid slow packed YUV on OMAP adaptors 2009-10-19 20:37:30 +03:00
Rémi Denis-Courmont
7b7a390bfc XCB-XV: fix memleak when port grabbing fails 2009-10-19 20:27:58 +03:00
Rémi Denis-Courmont
8b65aa8a59 XCB-XV: do not clobber video chroma is port grabbing fails 2009-10-19 20:27:58 +03:00
Rémi Denis-Courmont
a74e5b0434 XCB-XV: remove misleading comment
All ports from an adaptor must have the same format anyway.
2009-10-19 20:27:58 +03:00
Rémi Denis-Courmont
92863e7c75 XCB-XV: remove wrong comment
We *do* check the image size when parsing the format.
2009-10-19 20:27:58 +03:00
Rémi Duraffort
acec6b1b5a Update NEWS. 2009-10-19 17:35:25 +02:00
Rémi Duraffort
d8b039289a sftp: forgottent file. 2009-10-19 17:35:25 +02:00
Rémi Duraffort
631a992c7b New sftp access module. 2009-10-19 17:11:40 +02:00
Marian Ďurkovič
04b1e7b2e5 dvdnav: Remove trailing backslash on Win32 2009-10-19 09:10:41 +02:00
Rémi Denis-Courmont
92f73e2ae5 Fix goofed inconsistent license text from myself. 2009-10-18 23:27:19 +03:00
Rémi Denis-Courmont
1684489175 screensaver: convert to inhibit plugin
Simplify and avoid running a thread and an interval timer
when there is no video output.
2009-10-18 22:30:39 +03:00
Rémi Denis-Courmont
2aed8da211 screensaver: remove D-Bus code
xdg-screensaver takes care of that...
...without the 30 seconds interval timer.
2009-10-18 22:30:39 +03:00
Rafaël Carré
6eb5c03ff6 last.fm no longer requires submissions to be local files
Closes #3006
2009-10-18 20:12:57 +02:00
Marian Ďurkovič
1a56200781 Allow SSM to be used within QT4 Open Network panel 2009-10-18 19:43:07 +02:00
Rafaël Carré
5fe7435e7f avcodec encoder: sets last-metadata-block for FLAC streams
Closes #805
2009-10-18 17:12:38 +02:00
Rémi Denis-Courmont
22bfd4d8b7 Tie 770 SW scaler to OMAP FB, not to Hildon UI
Note that this won't work on OMAP1 (ARMv<6). However a trivial change
could enable that (the JIT supports ARMv5 too).
2009-10-18 17:48:38 +03:00
Rémi Denis-Courmont
8f6d32b123 OMAP framebuffer: I420 != Y420
Regression from 724461bdf2
2009-10-18 17:42:44 +03:00
Rémi Denis-Courmont
594273b880 ARMv6 JIT scaler requires libm 2009-10-18 16:35:16 +03:00
Rémi Denis-Courmont
562d58660f Typo 2009-10-18 16:22:05 +03:00
Rémi Denis-Courmont
4369204a58 Remove old libosso support
Anyway, Maemo does not support XvMC, and our GLX plugin won't work
either. Also, calling D-Bus from the video output thread was causing
visible latencies in with the former Xlib/Xv plugin.
2009-10-18 16:16:17 +03:00
Rémi Denis-Courmont
95ec28fb46 OSSO: reimplement Maemo screen unblanking as an inhibit plugin 2009-10-18 16:16:14 +03:00
Rémi Denis-Courmont
f7aee60194 Grammar 2009-10-18 16:16:14 +03:00
Rémi Denis-Courmont
000c918638 POTFILES: hal -> udev 2009-10-18 16:16:14 +03:00
Rémi Denis-Courmont
32e94ee082 V4L2: shrink PTS delay 2009-10-18 16:16:13 +03:00
Felix Paul Kühne
924d5f2393 minor typo 2009-10-18 14:21:27 +02:00
Sébastien Escudier
5d0f05ab72 VLM : Fix a race condition when input event is triggered and vlm_MediaInstanceDelete is called at the same time.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2009-10-18 14:17:13 +03:00
Alexis Ballier
c2d2e2bb4d v4l: attempt to fix strict aliasing warnings.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2009-10-18 14:14:31 +03:00
Jean-Baptiste Kempf
1fb78f4783 Subtitles: small fixes and cosmetics
and for counter scopes
2009-10-18 00:25:11 +02:00
Jean-Baptiste Kempf
a4b3126bce Change a configuration name 2009-10-17 23:53:09 +02:00
Jean-Baptiste Kempf
323f59ac8b Subtitles detection: decode before testing the files.
This calls decode_URI, as does the meta.c file. I hope this is correct, feel free to revert if not.
closes #3076
2009-10-17 23:53:09 +02:00
Jean-Baptiste Kempf
5dabbfb6d4 Qt: simpleprefs, fix caching combobox
Fix #3085
2009-10-17 23:53:09 +02:00
Rémi Denis-Courmont
6ad8e69b0b HTTPd: stat -> utf8_stat 2009-10-17 23:53:10 +03:00
Rémi Denis-Courmont
9b79115af5 VCD: stat -> utf8_stat 2009-10-17 23:52:59 +03:00
Rémi Denis-Courmont
f26426041e OMAP framebuffer: path from config, ASCII path, use utf8_open 2009-10-17 23:50:59 +03:00
Rémi Denis-Courmont
fce940dba1 MGA: ASCII path, use utf8_open for close-on-exec 2009-10-17 23:50:59 +03:00
Rémi Denis-Courmont
7742fb3dff Framebuffer: path from VLC config, need utf8_open 2009-10-17 23:50:59 +03:00
Rémi Denis-Courmont
6a29221519 Dynamic overlay: paths from VLC variables, need utf8_open 2009-10-17 23:50:58 +03:00
Rémi Denis-Courmont
9f73b317af Dummy decoder: ASCII path, use utf8_open() for close-on-exec 2009-10-17 23:50:58 +03:00
Rémi Denis-Courmont
e7aa938311 Framebuffer OSD: path from VLC config, need utf8_open 2009-10-17 23:50:58 +03:00
Rémi Denis-Courmont
5227039670 VCD: path from VLC MRL, need utf8_open 2009-10-17 23:50:58 +03:00