- 20 Aug, 2008 8 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
ffmpeg chroma: This follows up on [0034fbab] by providing defaults in case no mask values were set.
-
Eric Petit authored
Don't use "p_block->i_buffer = read(...)", i_buffer is unsigned so you won't catch read errors and will end up crashing using a 4GB buffer instead. This fixes a DVB segv I was seeing.
-
Pierre d'Herbemont authored
macosx: In bookmarks's dealloc, we shouldn't release the p_old_input ptr, as we have already released it. This should fix a crash reported in our bugreport ml.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Przemyslaw Fiala authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
-
Derk-Jan Hartman authored
-
- 19 Aug, 2008 26 commits
-
-
Laurent Aimar authored
workarounds a bug in KaxBlockVirtual implementation (close #1079).
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Derk-Jan Hartman authored
- Not 100% sure about PIX_FMT_RGB4 and PIX_FMT_RGB8, because their comments in the avutil.h header are incorrect. - We use FOURCC RGB8, but it seems we use FOURCC RGB2 for RGB8 troughout the rest of VLC. Should be checked.
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Derk-Jan Hartman authored
ffmpeg chroma: stupid test mistake for the decoder. remove some overly "loud" errors, that are not really problems.
-
Derk-Jan Hartman authored
ffmpeg chroma: Change GetVlcChroma and GetFfmpegChroma to use a video_format_t, so that we will be able to access and set the rgb mask later on. This is the first work required to fix #1749
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
Small update for png decoding library (memory leak fix mainly)
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
swscale: lower priority of swscale from 1000 -> 55, because it is broken for RGB formats. This way, our "native" chroma filters should take precedence. This eleviate issues with #1749 and #1762 but does NOT fix them since they are still broken for scaling.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Jean-Baptiste Kempf authored
-
- 18 Aug, 2008 6 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
So that our perfectionist translators get a chance to reach 100% before we release
-
Christophe Mutricy authored
-