- 10 May, 2010 1 commit
-
-
Laurent Aimar authored
-
- 09 May, 2010 1 commit
-
-
Laurent Aimar authored
-
- 26 Apr, 2010 1 commit
-
-
Laurent Aimar authored
-
- 23 Apr, 2010 6 commits
-
-
Laurent Aimar authored
They are p_data, i_status, i_type and b_slow.
-
Laurent Aimar authored
-
Laurent Aimar authored
It is a bit simpler and cleaner. I plan to remove the need for specific vout vout_HoldPicture/ReleasePicture functions, but it is not yet possible.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
As a side effects, it may improve a bit frame stepping.
-
- 18 Apr, 2010 6 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 03 Mar, 2010 1 commit
-
-
Laurent Aimar authored
-
- 26 Feb, 2010 1 commit
-
-
Laurent Aimar authored
picture_New() will now always return a picture having - pitches multiple of 16. - chroma pitches multiple of the luma one. - a bit of extra height (as it can helps some ASM functions).
-
- 21 Feb, 2010 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It should fix subtitle perfs under windows.
-
- 20 Feb, 2010 1 commit
-
-
Laurent Aimar authored
-
- 08 Feb, 2010 1 commit
-
-
Laurent Aimar authored
They are not the same as the chroma plane are swapped.
-
- 07 Feb, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 Dec, 2009 3 commits
-
-
Laurent Aimar authored
It was duplicated with es_format_t::i_sar_num/den.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 30 Oct, 2009 2 commits
-
-
Rafaël Carré authored
Thanks to nefrir and mfwitten on irc for their help
-
Rafaël Carré authored
Closes #2885
-
- 06 Oct, 2009 1 commit
-
-
Laurent Aimar authored
The detection is based on the progressive/interlaced flags transported at the codec level. As such, it is not really reliable (for 25fps at least). As soon as a picture is detected as interlaced, the configured deinterlace mode is applied. After 30s of progressive video, the filter is removed. The hysteresis helps with unreliable interlaced flags.
-
- 15 Sep, 2009 1 commit
-
-
Laurent Aimar authored
-
- 07 Sep, 2009 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It allows to add callback called before/after a picture is used.
-
- 02 Sep, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Aug, 2009 1 commit
-
-
Laurent Aimar authored
This reverts commit 13268071. It is wrong as -1 and 0 does not have the same meaning for picture_Export. (I will document it).
-
- 20 Aug, 2009 2 commits
- 27 Jul, 2009 1 commit
-
-
Laurent Aimar authored
Dynamic subtitles are used by ssa and kate. This commit breaks the API for 2 functions used by the transcode module.
-
- 30 May, 2009 4 commits
-
-
Laurent Aimar authored
It is prefered to use picture_NewFromFormat over picture_New (it may replace it latter).
-
Laurent Aimar authored
It is usefull to avoid reallocating pictures over and over. Becarefull, it is not yet thread safe as picture_t reference count is not. I will change it when more work has been done on the vout.
-
Laurent Aimar authored
-
Laurent Aimar authored
-