Commits on Source (6)
-
p_outpic is used to modify b_progressive before it is checked to be non-null.
d1b78570 -
Remove the dependency to vout_GetPicture by creating an internal picture pool inside the visualization module. For now the number of picture is arbitrary, since nothing in the design allows passing the number of required additional pictures, but it's no different than before.
540677ae -
With the next change into a picture_pool, we must ensure we don't create interlaced pictures from here.
4d71ef49 -
Remove the dependency to vout_GetPicture by creating an internal picture pool inside the visualization module. For now the number of picture is arbitrary, since nothing in the design allows passing the number of required additional pictures, but it's no different than before.
467949c9 -
Decoder has been pushing pictures from their own pool since the introduction of the push model.
af1278e2 -
The function was only used by the two last visualization modules, but is now unused and unfit to the purpose of push model. Pools should be created locally instead of from the video output. Removing the function allows simplifying the video output.
2345ecc7
Showing
- include/vlc_vout.h 0 additions, 1 deletioninclude/vlc_vout.h
- modules/visualization/goom.c 15 additions, 1 deletionmodules/visualization/goom.c
- modules/visualization/visual/visual.c 15 additions, 2 deletionsmodules/visualization/visual/visual.c
- src/libvlccore.sym 0 additions, 1 deletionsrc/libvlccore.sym
- src/video_output/video_output.c 0 additions, 23 deletionssrc/video_output/video_output.c