- 03 May, 2015 1 commit
-
-
Rémi Denis-Courmont authored
AVCodecContext callbacks can also be invoked then.
-
- 02 May, 2015 1 commit
-
-
Francois Cartegnie authored
-
- 01 May, 2015 6 commits
-
-
Tobias Conradi authored
move audio unit initialization after audio session initialization and setup fixes issues when trying to start playback from background Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Salah-Eddin Shaban authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Daniel Winzen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Daniel Winzen authored
Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
-
- 30 Apr, 2015 21 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
static live with template+timeline never ended
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
otherwise splits are overriden by default segment
-
Francois Cartegnie authored
also fixes includes, forward declarations
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
Indeed, C99 doesn't have static_assert and C++11 has it.
-
Hugo Beauzée-Luyssen authored
When building in non-gnu -std, WIN32 doesn't get defined.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Jonathan Calmels authored
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Jean-Baptiste Kempf authored
This should avoid numerous crashes
-
Hugo Beauzée-Luyssen authored
This is meant to serve as a base for our Outreachy student's project: https://wiki.gnome.org/Outreachy/2015/MayAugust#VideoLAN refs #9396
-
- 29 Apr, 2015 6 commits
-
-
Rémi Denis-Courmont authored
On the one hand, when decoding in hardware, the video surface dimensions will match the coded dimensions, rather than the visible ones. Otherwise the hardware decoder would not have enough space for its output. In this the libavcodec plugin does not add padding (since libavcodec SIMD optimizations are not involved). On the other hand, when decoding in software, the video surface height must not include the padding added by libavcodec SIMD optimizations. So then the visible height needs to be used to avoid bleeding green lines.
-
Rémi Denis-Courmont authored
This reverts commit 3447e875.
-
Thomas Guillem authored
It allows an application to re-activate video when the media was played without video (i.e. with :no-video).
-
Thomas Guillem authored
It happens in case of underflow: if there is too much delay between two consecutives call of Play or TimeGet.
-
Thomas Guillem authored
If activated, most of the resampling will be done by VLC. Deactivated for now since android resampler is better than the ugly resampler.
-
Hugo Beauzée-Luyssen authored
-
- 28 Apr, 2015 5 commits
-
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
A wise man once said: "always do a make distcheck when you move some files"
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
A failing decoder_UpdateVideoFormat is critical, unlike a failing decoder_NewPicture.
-
Thomas Guillem authored
-