- 13 May, 2009 40 commits
-
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
It is now respected. It is part of the privacy problem with meta data/art. I think that --noauto-preparse --album-art 0 will workaround the issue until a new option is added.
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
The codec defined will only be used by encoder to force one of the types.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
es_format_t::i_codec will be the codec from vlc_fourcc.h es_format_t::i_original_fourcc will contains the original fourcc value. This allows to simplify the decoder/packetizer and every sout modules.
-
Laurent Aimar authored
There will be some regressions, I used automatic sed replacement with manual checks but there was a lot to change. It's only the first pass.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It introduces a bunch of VLC_CODEC_* defines as a representative fourcc for a codec. The fourccs have been chosen pretty much randomly except when I knew well know ones. It adds two helpers: vlc_fourcc_GetCodec and vlc_fourcc_GetDescription. Don't hesitate if you have any comments.
-
Rémi Denis-Courmont authored
Conflicts: include/vlc/deprecated.h src/control/video.c src/libvlc.sym
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It did not work in 1.0 either, and it was not safe in earlier versions. Nobody ever bothered to implement thread-safe reparenting. Calling libvlc_video_set_parent() is useless in 1.0: It has the same effect as calling proper libvlc_media_player_set_*(), which the Mozilla plugin already does.
-
Pierre Ynard authored
As per RFC2326, the correct syntax includes a "url=" that is missing here. Tested (and bug found) with a Real Player client. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-