75 Commits (d5a12edeb0db9a3148a64d3e1e4e82c9d59ac9ef)

Author SHA1 Message Date
Rémi Denis-Courmont 312d198438 stream: stream_ -> vlc_stream_ 10 years ago
Rémi Denis-Courmont 6e1ace8a75 access: make access_t.p_sys void * (refs #17078) 10 years ago
Rémi Denis-Courmont 3e01621dc6 access: remove ACCESS controls, use STREAM 10 years ago
Rémi Denis-Courmont da458bc49c access: info.b_eof is always false during probe 10 years ago
Rémi Denis-Courmont cc6267ceb5 access: use void pointer for pf_read callback 10 years ago
Rémi Denis-Courmont 1b68edb931 Namespace/rename XML encode/decode functions 11 years ago
Rémi Denis-Courmont fbf85e3da7 access: remove write-only info.i_pos usage 11 years ago
Rémi Denis-Courmont b1082a5cc0 stream: replace STREAM_SET_POSITION control with dedicated pf_seek 11 years ago
Rémi Denis-Courmont 30a6e1a945 zip: use minizip seek support 11 years ago
Rémi Denis-Courmont 64f5f8fc2f zip: remove unused variable 11 years ago
Rémi Denis-Courmont cbec0abce5 zip: remove tautology 11 years ago
Rémi Denis-Courmont 9e842af879 stream: remove STREAM_GET_POSITION control 11 years ago
Rémi Denis-Courmont df2cd48351 stream: use (s)size_t for callback prototypes 11 years ago
Rémi Denis-Courmont 8df23063ed stream: allow NULL psz_url and fail as appropriate 11 years ago
Rémi Denis-Courmont c6274d04a8 stream: fold psz_access and psz_path into psz_url 11 years ago
Rémi Denis-Courmont 74e5edbff5 zip: fix initialization order 11 years ago
Rémi Denis-Courmont 636c11b64a stream: remove unused STREAM_UPDATE_SIZE control 11 years ago
Rémi Denis-Courmont d2b8c6dc91 zip: remove suspicious peek callback 11 years ago
Daniel Winzen 063cba9f02 Fix memory leaks and correct one delete/delete[] missmach 11 years ago
Hannes Domani 73a617b57a zip: fix memory leaks 11 years ago
Rémi Denis-Courmont 0cf5d09ce8 unzip: pass seek error to caller 12 years ago
Jean-Baptiste Kempf 7dce48d17f zip: remove unneeded include 12 years ago
Gabriel de Perthuis 3c53c13138 Prevent potential null pointer dereference in zip access 12 years ago
Francois Cartegnie 78127d5b9c zipstream: remove 2 strings 12 years ago
Francois Cartegnie c3e35d3226 stream_filters: rar/zip shift up minimal priority 12 years ago
Rémi Denis-Courmont ae226d5a52 zip: NULL dereference 12 years ago
Francois Cartegnie 9fc1391b92 access: zip: fix leak (cid #1048907) 12 years ago
Gaurav Pruthi c8f1ef479c access/zip:patch for memory leak in zipstream.c #8726 13 years ago
Rémi Duraffort ed69a40c88 zip: fix memory leak (cid #1062581) 13 years ago
Timothy B. Terriberry b71f82a198 Remove K&R macros from unzip declarations - 2 13 years ago
Timothy B. Terriberry f29ec9cd00 Remove K&R macros from zip declarations. 13 years ago
Rémi Denis-Courmont 26b2eff7cf access: simplify control default case, remove dummy warnings 13 years ago
Rémi Denis-Courmont ddb88bf1a7 input/stream: remove STREAM_CONTROL_ACCESS and simplify 13 years ago
Rémi Duraffort 513a512331 zip: remove uneeded allocation 13 years ago
Rémi Duraffort 3a5100e88b Add missing va_end (cid #1049744) 13 years ago
Rémi Denis-Courmont 8f8ff66973 access: info.i_size -> control(ACCESS_GET_SIZE) 13 years ago
Rafaël Carré 6d53362001 Use _WIN32 rather than WIN32 (same for WIN64) 13 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Felix Paul Kühne 32b9c5bbb0 unzip: fix compilation warning 14 years ago
Rémi Denis-Courmont 3bb91f70e7 Remove recursion into modules/access/zip/unzip/ 14 years ago
Rémi Denis-Courmont e4179b1391 Remove recursion into modules/access/zip/ 14 years ago
Rémi Denis-Courmont 8ae2a756a9 zip: fix build without zlib 14 years ago
Jean-Baptiste Kempf 91fe1b172f Zip: fix a function return type assignment 14 years ago
Hugo Beauzée-Luyssen 49df02459e zip: Check malloc return. 14 years ago
Hugo Beauzée-Luyssen 608be371bb zip: Add unlikely() 14 years ago
Rémi Denis-Courmont 706d473385 Move libs/unzip to modules/access/zip/unzip 15 years ago
Jean-Philippe André d479ed1b7e Zip: check memory allocations or fail (in Open) 15 years ago
Jean-Philippe André fe6f4ad05c Zip: fail when the file does not exist 15 years ago
Jean-Philippe André ca6ed0548e Zip: fix seeking (closes #3867) 15 years ago
Jean-Philippe André c77acd6efb Zip: fix opening of files 15 years ago