- 15 Mar, 2014 3 commits
-
-
Rémi Denis-Courmont authored
In general, the picture buffer contains, in memory order: - cropped top scan lines, - visible scan lines, - cropped bottom scan lines, - extra codec lines, - padding lines. This order needs to be preserved when flipping vertically or rotating 180 degrees, since filters and displays rely on this. In particular, the picture plane structure so far has no provisions for non-zero offsets, so filters expect visible pixels at the top left of each pixels plane. Effectively, non-zero offsets only work for cropping after filtering. Lets assume that the number of cropped lines are identical at the top and bottom, and keep the X and Y offsets as are. This fixes green lines at the bottom on R180 and VFLIP. If support for non-centered cropping is ever required, I believe offsets will need to be added to plane_t. This would break many video filters though.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 14 Mar, 2014 16 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Only first frame in a block has timestamp, then (0) last_dts is never valid, (1) PCR never sent, (2) track never selected by core, goto 1;
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
So far, the callbacks have no way to access and use the orientation, so better fix it.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Matthias Keiser authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Ilkka Ollakka authored
Earlier commit for dualmono (from 2003) seemed to miss some cases and reordering the if cases as I assume dualmono isn't most common case in filter. Ref #7261
-
Ilkka Ollakka authored
Allow channel upmixing as we have channel mixer that is able to do it. Fixes #7261
-
David Fuhrmann authored
-
Francois Cartegnie authored
refs #4175
-
Francois Cartegnie authored
-
- 13 Mar, 2014 14 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
Matthias Keiser authored
(Note that the pointer position is not reoriented, this comes with a later patch in the series for all XCB video outputs.) Modified-and-... Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Matthias Keiser authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This parameter copy was working around broken format-changing video filters, but it broke filters updating the format correctly (deinterlace, transform and croppadd). Refs #10745. Note that transform is still not working correctly: the aspect ratio is broken for transpositation and quarter rotations. This latent bug should vanish with the video orientation support later. Otherwise the proper fix is to allow the filters chain to change the format.
-
David Fuhrmann authored
Unknown columns might occur if the prefs are written by a newer VLC version. close #10664
-
Felix Abecassis authored
-
Felix Abecassis authored
-
Matthias Keiser authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sean McGovern authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
-
- 12 Mar, 2014 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
cid 1048915
-
Francois Cartegnie authored
cid 1048916
-
Felix Paul Kühne authored
-
Matthias Keiser authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-