Rafaël Carré
12f9e10c6b
mpris.py: update to mpris 2.1
loop/repeat controls are gone, we now need a tri-state button
track change signal doesn't exist anymore in mpris 2.1 and i can't find how
we can be notified of track changes
15 years ago
Rafaël Carré
a0de10de46
dbus: fix introspection data of SetPosition
15 years ago
Rafaël Carré
a542f70f00
fix memory leak
15 years ago
Rafaël Carré
4401a560f7
mpris.py: convert from glade to gtk builder
thanks to mirsal
15 years ago
Mirsal Ennaime
6498082526
dbus: Fix the TrackList interface's introspection data
15 years ago
André Weber
fdbf760f8c
atmo: fix handling of YV12 Frames (with hardware acceleration)
- exchange U and V plane to get the right colors again
- fixed some compiler warnings about signed - unsigned compare
- and some missing case entries
15 years ago
Laurent Aimar
8dbe5362f1
Converted dv access to vlc_clone().
It also removes useless thread wake up.
15 years ago
Laurent Aimar
d7dc1dec5c
Converted transcode to vlc_clone().
15 years ago
Laurent Aimar
f2dda72529
Removed unused b_error field (transcode).
15 years ago
Rafaël Carré
e71a937508
ncurses: display the file path instead of URI
Fix #4797
15 years ago
Rémi Denis-Courmont
8a9be8a836
XCB/XVideo: match RGBT
15 years ago
Rémi Denis-Courmont
9713c02aed
Reserve RGBT codec (RGBA 5-5-5-1)
15 years ago
Katsushi Kobayashi
dfae18e3d7
MacOSX: add qtcapture size option.
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
15 years ago
Felix Paul Kühne
d882b56e39
screen: added error handling to prevent this module from failing silently
15 years ago
Jean-Baptiste Kempf
921123fd4c
projectM: variables signedness fix
15 years ago
Rémi Denis-Courmont
08633adfd8
Add support network URI schemes for KDE
Warning: If credentials are required, we are going to have to assume
that KDE passes them in the URL. I have not tested if this was the case
or not. This is potentially nasty for those protocols whereby VLC does
not currently implement any login dialog. But ultimately, I would
consider this a KDE bug (if applicable).
15 years ago
Rémi Denis-Courmont
6fe257af7a
Mark --ts-es-id-pid as safe
It merely changes the mapping of track IDs. This can be used along
with --audio-track-id which is already marked safe.
This should fix Debian #466323 .
15 years ago
Laurent Aimar
b54a35bb79
Converted misc/rtsp.c to vlc_clone().
15 years ago
Laurent Aimar
5e01d91c10
Converted stream_out/vod.c to vlc_clone().
15 years ago
Laurent Aimar
55c5936147
Converted remoteosd to vlc_clone().
15 years ago
Laurent Aimar
f83e0c9676
Converted atmo filter to vlc_clone().
I have just modified it to remove the use of vlc_thread_create(). There is
a lot of improvement that can be done to the way the thread are handled.
I have not tested it for regressions.
15 years ago
Rémi Denis-Courmont
03718ff86c
Udpate in-tree plugins cache path
15 years ago
Rémi Denis-Courmont
a2ec518b5d
GUN TLS: provide preset priorities as choices (except NONE)
("NONE" alone always fails; it is meant for manual configuration.)
15 years ago
Rémi Denis-Courmont
1b9d495dc2
GNU TLS: switch to string based priorities (fix Debian #624027 )
15 years ago
Rémi Denis-Courmont
3a4ab15b54
GNU TLS: require version 2.0.0 or later
This update is required due to API updates.
15 years ago
Erwan Tulou
6cc89ae733
skins2(Win): kill more compil warnings
15 years ago
Erwan Tulou
a111119dfb
skins2: kill many compil warnings
15 years ago
Mirsal Ennaime
4423fd4bb4
dbus: Remove warnings and dead code
15 years ago
Mirsal Ennaime
950b29f8a3
libvlc: Update the mpris client code used for the one-instance mode
* Connect to the other instance using the mpris2 bus name,
object path and interfaces so that the one-instance mode
works with the mpris2-enabled dbus control interface
15 years ago
Mirsal Ennaime
a606de8d79
NEWS: Describe the recent changes changes of the dbus control module
15 years ago
Mirsal Ennaime
1857cab238
dbus: Implement the MPRIS v2.1, as published on http://www.mpris.org
WARNING: These changes are backwards incompatible.
Please refer to the mpris project for documentation.
16 years ago
Rafaël Carré
a1967050f0
vlc-thumb: bugfixes suggested by courmisch
15 years ago
Rafaël Carré
b3c26d999d
update: fix hashing of text files with empty lines
the current status file for 1.1.9 is one of these
15 years ago
Jean-Baptiste Kempf
d420d0170a
Qt, info_panel: correctly show the save Meta button
15 years ago
Jean-Baptiste Kempf
1286801ed7
AVI: small fix when parsing metadata
Closes #4765
15 years ago
Rafaël Carré
82497e9a8d
vlc-thumb: video thumbnailer for nautilus
15 years ago
Pierre Ynard
3740a56424
rtp input: fix dynamic payload handling
Oops sorry
15 years ago
Jean-Baptiste Kempf
81e570b095
NEWS, LIST and po update for the new filter
15 years ago
Laurent Aimar
f750252af5
Used vlc_clone instead of vlc_thread_create in goom.
15 years ago
dharani.prabhu.s
0a4005ce30
Antiflicker filter initial version
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
15 years ago
Jean-Baptiste Kempf
922b9d314c
Avcodec: map, for the time being, acc_latm to mp4a
15 years ago
Jean-Baptiste Kempf
ee7dac869f
Win32: no portaudio and no SDL in default configure
Why so? Because, while SDL video could be useful, SDL_audio and
portaudio don't bring anything to the table, so far...
15 years ago
Jean-Baptiste Kempf
5d8f9a37f7
Avformat: do not add attachment as ES
15 years ago
Jean-Baptiste Kempf
dacabfca3e
AVI: better debug message, notably in extended case
15 years ago
Jean-Baptiste Kempf
6f768ab47b
AVI: support WAVEFORMATEXTENSIBLE for audio
This is notably used by files produced by FFmpeg
Closes #4742
15 years ago
Jean-Baptiste Kempf
0e52a3d870
Contribs: better configure options for SDL
15 years ago
Felix Paul Kühne
98e5932df0
configure: fixed Growl framework detection
15 years ago
Rémi Duraffort
0bc58744da
skins2: fix warnings about initialization order.
15 years ago
Rémi Duraffort
356dd52e7b
freetype: better simplification (thanks to rem).
15 years ago
Rémi Duraffort
728866a80a
posterize: remove unused variable (set but not used)
15 years ago