1. 21 Jun, 2011 1 commit
    • Jean-Paul Saman's avatar
      include/vlc_picture.h: Add pf_private_release() callback · cede8daf
      Jean-Paul Saman authored
      Add private release function, which is not going to be overridden by
      Picture Poool. It is not allowed to alter the refcount from the picture
      in this callback function. Its purpose is to provide a callback to
      release private resource (picture_sys_t) when needed.
      Feeing of picture_sys_t itself is done inside the pf_release() callback.
      Which will be called only on picture_Delete() when used inside a picture
      Pool.
      cede8daf
  2. 15 Jun, 2011 2 commits
  3. 14 Jun, 2011 6 commits
  4. 05 Jun, 2011 1 commit
  5. 02 Jun, 2011 5 commits
  6. 31 May, 2011 25 commits