- 23 Dec, 2010 2 commits
-
-
Jean-Paul Saman authored
Removed from vlc-mt-nox - libnotify - sdl_image
-
Jean-Paul Saman authored
-
- 22 Dec, 2010 1 commit
-
-
Jean-Paul Saman authored
Bump debian/changelog
-
- 01 Dec, 2010 1 commit
-
-
Jean-Paul Saman authored
With this code changes the dice rolls favorable for vlc and transcoding a 13 MiB/s stream results in smooth playback and streaming. This is a workaround that happens to now, but is probably not going to work in another situation.
-
- 25 Nov, 2010 1 commit
-
-
Jean-Paul Saman authored
The PICTURE_RING_BUFFER used a fixed size, which when depleted introduced delays. Obtaining a new video buffer had to wait till the PICTURE_RING_BUFFER is available again for the decoder. By removing the fixed PICTURE_RING_BUFFER and replacing it by a picture_fifo_t this disadvantage is taken away. The risk now is of course that the picture_fifo_t keeps growing.
-
- 24 Nov, 2010 1 commit
-
-
Jean-Paul Saman authored
Add missing usr/lib/vlc/plugins/sse2 plugins for amd64 systems
-
- 01 Nov, 2010 1 commit
-
-
Jean-Paul Saman authored
Rename package to vlc-mt to distinct it from normal ffmpeg. It should make 'errors' more obvious.
-
- 21 Oct, 2010 1 commit
-
-
Jean-Paul Saman authored
Add patches for generating proper splice points in the adaptation field for AUDIO and VIDEO elementary streams.
-
- 15 Sep, 2010 1 commit
-
-
Jean-Paul Saman authored
The vlc master git-tree requires X264_BUILD >= 86, which no current 'stable' linux distribution has available. Relax this requirement so that vlc master git-tree can be build against a 'stable' distribution.
-
- 09 Sep, 2010 1 commit
-
-
Jean-Paul Saman authored
Add patch for splice point generation in muxing TS streams.
-
- 08 Sep, 2010 1 commit
-
-
Jean-Paul Saman authored
Put debian directory under source control for creating debs.
-
- 07 Sep, 2010 21 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Most subtitles codecs are still in m/codec/, like dvbsub, svcdsub, cvdsub, libass, spudec. This makes it consistent. This also removes an extra folder to compile...
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Paul Saman authored
Check return value of GetPackedYuvOffsets().
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #3774
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
XP is too old. Deal with it. Will ease support Close #3727
-
Tobias Güntner authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
Almost nobody has the JavaScript library where this page depended upon.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The compiler complained about possible use uninitialized use of the variables i_u_offset, i_v_offset and i_y_offset.
-
Jean-Paul Saman authored
- use VLC MediaPlayer events - use unix style EOL
-
Jean-Paul Saman authored
Add cache filling level to the MediaPlayerBuffering event.
-
Jean-Paul Saman authored
The mozilla webplugin events do not support arguments and expose all events available in libvlc. Most of these events are not usefull for the webplugins and not being able to pass arguments is another limiting issue. This patch addresses both problems at the same time. The mozilla webplugin limits supports to the libvlc_MediaPlayer* events just like the ActiveX webplugin does. These events are usefull in the context of a webplugin. Ommit the 'libvlc_' prefix from the libvlc_MediaPlayer* events to obtain the events name that must be used from JavaScript to listen on the event. Example: - libvlc_MediaPlayerOpening becomes 'MediaPlayerOpening' - libvlc_MediaPlayerNothingSpecial becoms 'MediaPlayerNothingSpecial' Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl> Conflicts: projects/mozilla/vlcplugin.cpp projects/mozilla/vlcplugin.h
-
- 06 Sep, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Sep, 2010 3 commits
-
-
Eduard Babayan authored
Cheery-pick of [4099d3dd] Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Daniel Mierswa authored
62487ef4 removed asademux code but not all references to it vanished Signed-off-by: Daniel Mierswa <impulze@impulze.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 04 Sep, 2010 4 commits
-
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
-
Jean-Baptiste Kempf authored
Closes #4142
-
Kaarlo Raiha authored
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-