[vlc-devel] [PATCH 0/2] [RFC] make an access able to request a meta update

Ludovic Fauvet etix at videolan.org
Fri Nov 28 16:20:02 CET 2014


Hello,

I made two patches to address the bugs #9960, #11796, #12850 and maybe others.
I'm looking for possible improvements for the first one in stream.c since I'm
really not convinced it's the best place to put that code, so any suggestion
is welcome.

Considering the second patch in the http access, I'm pretty sure it's a huge
code improvement compared to what was done before (thanks to Rémi for the
suggestion) beyond the fact that it also fixes major bugs.

Ludovic Fauvet (2):
  access: make an access able to request a meta update
  http: use the i_update flag to request a meta update

 include/vlc_access.h  |  5 +++++
 modules/access/http.c | 43 +++++++++++++++++++------------------------
 src/input/stream.c    | 32 ++++++++++++++++++++++++++++++++
 src/input/stream.h    |  1 +
 4 files changed, 57 insertions(+), 24 deletions(-)

-- 
2.1.3




More information about the vlc-devel mailing list