- 26 May, 2010 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
spu_sys_t::i_channel is not equal to the number of currently used channels but t is equal to the number of reserved channel since the spu creation.
-
Laurent Aimar authored
-
- 21 May, 2010 1 commit
-
-
Laurent Aimar authored
This removes a dangerous vlc_object_find(PARENT) and potentially invalids var_DelCallback(). It also avoids useless callback destructions and so fixes some dvd menus.
-
- 18 May, 2010 1 commit
-
-
Laurent Aimar authored
-
- 10 May, 2010 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 04 May, 2010 1 commit
-
-
Laurent Aimar authored
-
- 01 May, 2010 1 commit
-
-
Laurent Aimar authored
-
- 29 Apr, 2010 1 commit
-
-
Laurent Aimar authored
-
- 23 Apr, 2010 1 commit
-
-
Laurent Aimar authored
As a side effects, it may improve a bit frame stepping.
-
- 21 Feb, 2010 2 commits
-
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
- 13 Feb, 2010 2 commits
-
-
Antoine Cellerier authored
Attach the vout object to parent before spu creation so modules loaded by spu can use var inheritance.
-
Rémi Denis-Courmont authored
-
- 07 Feb, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 Dec, 2009 2 commits
-
-
Laurent Aimar authored
It was duplicated with es_format_t::i_sar_num/den.
-
Laurent Aimar authored
-
- 29 Nov, 2009 4 commits
-
-
Jakob Leben authored
Keeps previous behavior when subtitles overlapped in time, except when trying to move subtitles below the bottom picture edge -> they start to visually overlap because of bounding.
-
Jakob Leben authored
This reverts commit 4c627dc6.
-
Jakob Leben authored
-
Jakob Leben authored
Fixes the glitch when displaying subtitles and subtitle position != 0. Modifies behavior when subtitles overlap: newer subtitles push older ones higher
-
- 28 Nov, 2009 1 commit
-
-
Jakob Leben authored
-
- 29 Jul, 2009 1 commit
-
-
Laurent Aimar authored
They were introduced by [9b8c543c]. For example: the PiP for a snapshot was not shown when the stream was paused.
-
- 28 Jul, 2009 4 commits
-
-
Laurent Aimar authored
It fixes at least RGB blending with opengl on little indian arch.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Without this patch, all epehemere subpicture with the same start date are blended over the picture.
-
- 27 Jul, 2009 2 commits
-
-
Laurent Aimar authored
It avoids loosing subtitles with the messages "main subpicture error: subpicture heap full".
-
Laurent Aimar authored
Dynamic subtitles are used by ssa and kate. This commit breaks the API for 2 functions used by the transcode module.
-
- 14 Jul, 2009 1 commit
-
-
Etienne Membrives authored
find a correct blending module given input and output chromas. Instead of displaying the input chroma and the output chroma in the error message, it displays two times the output chroma. This patch corrects the typo. Signed-off-by:
JP Dinger <jpd@videolan.org>
-
- 05 Jun, 2009 1 commit
-
-
Laurent Aimar authored
-
- 30 May, 2009 1 commit
-
-
Laurent Aimar authored
-
- 13 May, 2009 1 commit
-
-
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.
-
- 11 May, 2009 1 commit
-
-
basOS G authored
It had the following functions: - text_style_New -- allocates default text style - text_style_Dup -- allocates and copies text style - text_style_Copy -- copies text style - text_style_Delete -- deallocates text style NOTE that the vout_ShowText* functions will take a p_style and copy it internally so you have to free in the caller function. Other modules where p_style was malloced there are now fixed to copy before calling the vout* functions. Original patch by basOS G with a few modifications by fenrir. Signed-off-by:
Laurent Aimar <fenrir@videolan.org>
-
- 08 Apr, 2009 1 commit
-
-
Laurent Aimar authored
It should fix #2622 (segfault with vout-filter).
-
- 13 Feb, 2009 1 commit
-
-
Laurent Aimar authored
-