root/modules/access_filter/dump.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @bc9cdb46d3524d3481b0fca431fdae58d9089e8e [bc9cdb46d3524d3481b0fca431fdae58d9089e8e] 08/22/08 07:31:04 Jean-Philippe Andre <jpeg@via.ecp.fr> Remove two compilation warnings (unused variables).
(edit) @3561b9b28f58eb7a4183e158a8fd973800d31ceb [3561b9b28f58eb7a4183e158a8fd973800d31ceb] 05/31/08 21:10:30 Rémi Denis-Courmont <rdenis@simphalempin.com> Plugins: include vlc_common.h directly instead of vlc/vlc.h
(edit) @59dec65d5fe153565ea8705767874a2d876d2103 [59dec65d5fe153565ea8705767874a2d876d2103] 05/22/08 20:29:04 Rémi Denis-Courmont <rem@videolan.org> Remove libvlc->psz_homedir and use config_GetHomeDir() instead
(edit) @13ae40b0efc4f1b1ce205d9a057537047fcab3f4 [13ae40b0efc4f1b1ce205d9a057537047fcab3f4] 05/21/08 19:19:25 Rémi Denis-Courmont <rem@videolan.org> Use gettext_noop() consistently
(edit) @27d483e9ef7a451397d7857251c8d67097661f1d [27d483e9ef7a451397d7857251c8d67097661f1d] 05/08/08 18:20:21 Rémi Denis-Courmont <rem@videolan.org> Include vlc_plugin.h as needed
(edit) @f94a2f9c4a4c7979d9695bb240686c73b6cf7e00 [f94a2f9c4a4c7979d9695bb240686c73b6cf7e00] 04/14/08 02:02:24 Pierre d'Herbemont <pdherbemont@videolan.org> access: Rename access2 to access as access is no longer existing.
(edit) @449fd28aaf007c6411251dae9d0dbfdc65b135d1 [449fd28aaf007c6411251dae9d0dbfdc65b135d1] 04/14/08 02:02:22 Pierre d'Herbemont <pdherbemont@videolan.org> Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. This …
(edit) @e59d7e85b4f4a780a19c15a641fb275170de0c2e [e59d7e85b4f4a780a19c15a641fb275170de0c2e] 03/27/08 19:46:21 Rémi Denis-Courmont <rem@videolan.org> access_filter_dump: use key-action
(edit) @540c761324ae1034f4aa5a5d45b84907d7720b65 [540c761324ae1034f4aa5a5d45b84907d7720b65] 03/19/08 17:37:26 Rémi Denis-Courmont <rem@videolan.org> Factorize the localtime_r replacement
(edit) @99fab9089e9e1709d9c3a4bc5ced0c137ac59134 [99fab9089e9e1709d9c3a4bc5ced0c137ac59134] 01/23/08 22:50:58 Rémi Denis-Courmont <rem@videolan.org> Don't include config.h from the headers - refs #297. Missing some cases …
(edit) @4f028428053d0342c55deb6ba8b8da114c6a0caa [4f028428053d0342c55deb6ba8b8da114c6a0caa] 01/16/08 18:51:21 Rémi Denis-Courmont <rem@videolan.org> Revert the so-called whitelisting commits that are actually blacklisting
(edit) @806cf5165824be921bf2402ecf11fd3ee6501f9c [806cf5165824be921bf2402ecf11fd3ee6501f9c] 01/16/08 18:36:14 Rafaël Carré <funman@videolan.org> input options whitelisting, step 2 (refs #1371)
(edit) @6b822f38be4f5958b1e271324bc73f4a7a98b0bc [6b822f38be4f5958b1e271324bc73f4a7a98b0bc] 12/09/07 18:39:28 Rémi Denis-Courmont <rem@videolan.org> Use (s)size_t for pf_read and pf_write. This is very likely to break .*64 …
(edit) @552e595131c5f1d66eba8e3c22c2b1c509be5153 [552e595131c5f1d66eba8e3c22c2b1c509be5153] 09/18/07 18:20:49 Rémi Denis-Courmont <rem@videolan.org> Replace strerror() with %m (or Linux DVB: strerror_r) - refs #1297
(edit) @9e595c955f1aebae18435f0f5c740802ce347852 [9e595c955f1aebae18435f0f5c740802ce347852] 08/20/07 21:23:10 Rémi Denis-Courmont <rem@videolan.org> Remove stdio while we're at it. Finally rid of the strcasestr warning
(edit) @81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808 [81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808] 08/20/07 21:08:22 Rémi Denis-Courmont <rem@videolan.org> Remove stdlib.h
(edit) @2f20faa37eb4236a9c39eff8f48a1a76a12705cc [2f20faa37eb4236a9c39eff8f48a1a76a12705cc] 04/26/07 21:53:53 Rémi Denis-Courmont <rem@videolan.org> grammar
(edit) @a65a62289c22ad0c988d833eb25e3a616b524aba [a65a62289c22ad0c988d833eb25e3a616b524aba] 03/11/07 18:13:55 Rémi Denis-Courmont <rem@videolan.org> DO NOT F***ING REMOVE my asserts() (unless the assertion is false, which …
(edit) @bfd8795c23735f60369cf72cf1571fd332546184 [bfd8795c23735f60369cf72cf1571fd332546184] 03/10/07 20:12:17 Jean-Paul Saman <jpsaman@videolan.org> Remove useless assert(len>0) because (len == 0) is already tested on line …
(edit) @62e11e95946388cc8d9ae585c5737ef7ad1e67b5 [62e11e95946388cc8d9ae585c5737ef7ad1e67b5] 03/10/07 17:57:51 Rémi Denis-Courmont <rem@videolan.org> Revert [19270]
(edit) @0bad98632b141f0376b83314f1ea61ab1a27788b [0bad98632b141f0376b83314f1ea61ab1a27788b] 03/10/07 17:29:38 Jean-Paul Saman <jpsaman@videolan.org> Remove useless test
(edit) @d3fe7f28797d4dba65ffcdd60bf932e758a48a9e [d3fe7f28797d4dba65ffcdd60bf932e758a48a9e] 11/26/06 15:20:34 Clément Stenac <zorglub@videolan.org> A bit of headers cleanup * Headers in include must contain the structures …
(edit) @7554c22cefdaa052b04d9e689cc61a7119dec976 [7554c22cefdaa052b04d9e689cc61a7119dec976] 11/11/06 18:44:37 Rémi Denis-Courmont <rem@videolan.org> Add missing UTF-8 wrapper
(edit) @5e2537971a6e4870333667628e014cfe2e7381e8 [5e2537971a6e4870333667628e014cfe2e7381e8] 11/09/06 21:17:17 Rémi Denis-Courmont <rem@videolan.org> Handle seeking with best effort in dump filter instead of aborting
(edit) @919c654290c6a721259e25fd570fe78d57113235 [919c654290c6a721259e25fd570fe78d57113235] 11/09/06 20:21:38 Filippo Carone <littlejohn@videolan.org> include errno.h in dump.c
(edit) @c84e332e33cce35369272ed4c42fa8d62f97615f [c84e332e33cce35369272ed4c42fa8d62f97615f] 11/09/06 19:06:21 Rémi Denis-Courmont <rem@videolan.org> Add a bug. Fix compilation on Win32.
(edit) @aa55b21d23d2071e78c78beef522622c44069311 [aa55b21d23d2071e78c78beef522622c44069311] 11/09/06 16:43:02 Rémi Denis-Courmont <rem@videolan.org> Of course localetime_r has to have another name on Windows. (And go fix …
(edit) @2d6efe40bce471b6a84649f2bc8ec04671a521f5 [2d6efe40bce471b6a84649f2bc8ec04671a521f5] 11/08/06 22:13:09 Rémi Denis-Courmont <rem@videolan.org> Add dump access filter to save original media to home (could be improved, …
Note: See TracRevisionLog for help on using the revision log.