- 26 May, 2014 1 commit
-
-
Francois Cartegnie authored
-
- 25 May, 2014 3 commits
-
-
Tristan Matthews authored
Fixes #11502
-
David Fuhrmann authored
-
Francois Cartegnie authored
-
- 24 May, 2014 33 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
CVE-2014-0333
-
Jean-Baptiste Kempf authored
Finally, a release!
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Christoph Miebach authored
-
Christoph Miebach authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Mark Lee authored
Also use unsigned char rather than int as the type Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
-
Mark Lee authored
libvlc_media_player_set_video_title_display() was wrongly using the enum value directly, leading to the video title appearing in the wrong position for some values Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
This avoids glitching when changing the equalizer bands from LibVLC.
-
Rémi Denis-Courmont authored
So that it works for LibVLC too.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
playlist_EnableAudioFilter() can be used to turn the equalizer on or off. The GUI already does so.
-
Rémi Denis-Courmont authored
This is no longer set anywhere, since equalizer-preset superseded it.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is just a wrapper from the pair of pre-amp and bands callbacks. (This patch does not fix existing race conditions in init.)
-
Rémi Denis-Courmont authored
-
- 23 May, 2014 3 commits
-
-
Ilkka Ollakka authored
Also name it to be next_input_pts instead of interpolated_pts If input drift is more than 100ms that we estimate, we have most likely dropped some packet and we should reset timers. Otherwise it can cause lipsync issues if we for example just transcode video track and audio track keeps original (jumped) pts.
-
Ilkka Ollakka authored
This helps to keep filters etc if there is for example 2 different audio tracks with different channel count etc.
-
Nicolas Bertrand authored
Use the option --file-caching to set PTS_DELAY Default caching value is 30s, okay for DCPs with 100Mb/s bitrate For higher bitrates and high resolution values, file-caching shall be reduced. Avoid fifo full problem in decoder. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-