- 20 Mar, 2014 9 commits
-
-
David Fuhrmann authored
This fixes several glitches like concurent animation of window resize and fullscreen resize.
-
David Fuhrmann authored
This also removes old workarounds which are not needed anymore. close #10826
-
David Fuhrmann authored
This should not be needed anymore.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Sometimes GF_INERTIA is caught too, for example
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 19 Mar, 2014 1 commit
-
-
Ronald Wright authored
This eliminates the inconsistency between the equalizer bands that are portrayed by the API and the bands that are actually used by the equalizer module. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 18 Mar, 2014 10 commits
-
-
Tristan Matthews authored
-
Ilkka Ollakka authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
David Fuhrmann authored
-
David Fuhrmann authored
Only the path to the bluray structure itself is supported.
-
Sean McGovern authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 17 Mar, 2014 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
To ensure the vdp_t instance pointers comparison is valid, the old and new instances must be contemporary. Otherwise, the heap could put both instances at the same memory address. So keep a reference to the old device until after the comparison.
-
Anatoliy Anischovich authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 16 Mar, 2014 5 commits
-
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
Referenced chapter tracks might not contain chapter only data.
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 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 8 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.
-