]> git.sesse.net Git - vlc/history - modules/access/zip
direct3d11: implement the pixel format fallback
[vlc] / modules / access / zip /
2015-02-07 Hannes Domanizip: fix memory leaks
2014-11-15 Rémi Denis-Courmontunzip: pass seek error to caller
2014-09-17 Jean-Baptiste Kempfzip: remove unneeded include
2014-09-17 Gabriel de PerthuisPrevent potential null pointer dereference in zip access
2014-07-29 Francois Cartegniezipstream: remove 2 strings
2014-07-23 Francois Cartegniestream_filters: rar/zip shift up minimal priority
2014-04-23 Rémi Denis-Courmontzip: NULL dereference
2014-04-17 Francois Cartegnieaccess: zip: fix leak (cid #1048907)
2013-12-01 Gaurav Pruthiaccess/zip:patch for memory leak in zipstream.c #8726
2013-10-20 Rémi Duraffortzip: fix memory leak (cid #1062581)
2013-09-03 Timothy B. TerriberryRemove K&R macros from unzip declarations - 2
2013-09-03 Timothy B. TerriberryRemove K&R macros from zip declarations.
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2013-08-25 Rémi Denis-Courmontinput/stream: remove STREAM_CONTROL_ACCESS and simplify
2013-08-13 Rémi Duraffortzip: remove uneeded allocation
2013-07-22 Rémi DuraffortAdd missing va_end (cid #1049744)
2013-07-21 Rémi Denis-Courmontaccess: info.i_size -> control(ACCESS_GET_SIZE)
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-18 Felix Paul Kühneunzip: fix compilation warning
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/access/zip/unzip/
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/access/zip/
2012-08-02 Rémi Denis-Courmontzip: fix build without zlib
2012-07-29 Jean-Baptiste KempfZip: fix a function return type assignment
2012-04-16 Hugo Beauzée-Luyssenzip: Check malloc return.
2012-04-16 Hugo Beauzée-Luyssenzip: Add unlikely()
2011-08-30 Rémi Denis-CourmontMove libs/unzip to modules/access/zip/unzip
2011-01-21 Jean-Philippe AndréZip: check memory allocations or fail (in Open)
2011-01-21 Jean-Philippe AndréZip: fail when the file does not exist
2011-01-17 Jean-Philippe AndréZip: fix seeking (closes #3867)
2011-01-17 Jean-Philippe AndréZip: fix opening of files
2010-07-28 Rémi Durafforts/informations/information/
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-02 Jean-Philippe AndréRevert "Zip filter: skip .vlt & .wsz (skins)"
2010-05-31 Jean-Philippe AndréZip filter: skip .vlt & .wsz (skins)
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-02-27 Laurent AimarFixed segfault with corrupted zip file.
2010-02-27 Laurent AimarFixed read(NULL, size) in zipstream.
2010-02-27 Laurent AimarCosmetics (zip).
2010-02-27 Laurent AimarFixed memleak if no data are read or poke (zip).
2010-01-31 Rémi Denis-CourmontDon't #include LibVLC from plugins
2010-01-21 Laurent AimarMade stream_t size and position unsigned.
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2009-07-28 Rémi Duraffortzipstream: typo.
2009-07-28 Rémi DuraffortZip: fix use after free error.
2009-07-23 Erwan Tulouzipaccess: correct memory leak (probing work moved...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Geoffroy CouprieRevert "zip access: fix #2467. Now it's able to open...
2009-05-19 Geoffroy Coupriezip access: fix #2467. Now it's able to open files...
2009-05-19 Jean-Philippe AndreZip: use !/ as separator instead of |
2009-05-19 Jean-Philippe AndreZip: fix handling of special characters (#2467)
2009-03-12 Rémi Duraffortzipstream: fix potential memleak.
2009-02-16 Rémi Duraffortcalloc usage.
2009-02-11 Nicolas Chauvet... ZIP Module - Use the system minizip when available
2009-02-11 Rémi Denis-CourmontRevert "ZIP Module - Use the system minizip when available"
2009-02-11 Nicolas Chauvet... ZIP Module - Use the system minizip when available
2009-01-28 Rémi Denis-CourmontFix plugin strings translation
2009-01-27 Jean-Philippe AndreZip: don't use hacks but rewrite the path.
2009-01-27 Jean-Philippe AndreZip: add a stream_filter and an access