]> git.sesse.net Git - vlc/history - modules/access
Promote lua_intf as the main module
[vlc] / modules / access /
2010-04-11 Christophe Mutricyi18n: Don't use "" for translatable strings
2010-04-11 Rémi Denis-CourmontObsolete --dvdread-css-method
2010-04-10 Jean-Baptiste KempfDVB/BDA: add_safe bandwidth/frequency
2010-04-10 Rémi Denis-Courmontfdopendir needs dirent.h
2010-04-10 Rémi Denis-Courmontfdopendir does not imply openat (fix #3505)
2010-04-07 Jean-Baptiste KempfDShow: alignment...
2010-04-07 Jean-Baptiste KempfDShow: fix RGB24 Colouring
2010-04-05 Rémi Duraffortv4l2: 0 => NULL
2010-03-30 Laurent AimarUsed var_Inherit* in imem.
2010-03-30 Laurent AimarAdded support for raw data injection in imem.
2010-03-30 Laurent AimarNo functionnal changes.
2010-03-30 Laurent AimarRemoved duplicated call in imem.
2010-03-30 Keary GriffinMade the mmsh protocol adhere to content-length header...
2010-03-30 Rémi Denis-Courmontimem: typo
2010-03-30 Rémi Denis-Courmontimem: mark MRL options as safe
2010-03-30 Rémi Denis-Courmontimem: typo
2010-03-30 Rémi Denis-Courmontimem: add a string cookie so that slaves can be identified
2010-03-30 Rémi Denis-Courmontimem: don't pass data pointer through MRL either
2010-03-30 Rémi Denis-Courmontimem: mark options volatile or private
2010-03-30 Rémi Denis-CourmontCleanup private and volatile option
2010-03-28 Rémi Denis-CourmontRemove noisy debug
2010-03-28 Rémi Denis-CourmontRTP: fix timestamp wrap - fix #1645
2010-03-28 Rémi Denis-CourmontRTP: premultiply timeout value to VLC frequency
2010-03-28 Rémi Denis-CourmontRTP: typos
2010-03-28 Rémi Denis-CourmontRTP: compute deadline from RX time of oldest packet...
2010-03-13 Rémi Denis-CourmontDo not put copyright statement where it does not belong
2010-03-13 Rémi Denis-CourmontFix a warning
2010-03-07 Rémi Denis-CourmontRTMP: totally broken, disabled for the time being
2010-03-07 Rémi Denis-CourmontCosmetic fix
2010-03-06 Rémi Denis-CourmontUse vlc_mrand48() instead of rand()
2010-03-05 Rémi Denis-CourmontASF: thread-safe pseudo-random numbers
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-02-28 Antoine CellerierFix debug messages.
2010-02-28 Rémi Denis-CourmontFTP: handle ftp://HOST correctly
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-02-22 Laurent AimarFixed regression in http access.
2010-02-21 Laurent AimarFixed an assert with still frame in dvdnav.
2010-02-20 Rémi Denis-Courmontdecode_URI: do not call EnsureUTF8
2010-02-20 Rémi Denis-CourmontRemove msecstotimestr
2010-02-20 Rémi Denis-CourmontHTTP: fix read sizes and signedness (fixes #3302)
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2010-02-14 Laurent AimarSimplified and fixed mmst/u pausing (close #2673).
2010-02-14 Rémi Denis-CourmontUse vlc_openat, fix support for non-UTF-8 systems
2010-02-14 Rémi Denis-Courmontdirectory: remove useless string if fdopendir() is...
2010-02-14 Rémi Denis-Courmontdirectory: handle fd:// syntax
2010-02-14 Rémi Denis-Courmontdirectory: use block_heap_Alloc()
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-11 Laurent AimarUsed var_Inherit in mms access.
2010-02-11 Laurent AimarFixed invalid var_Create type in mmsh.
2010-02-10 Christophe MutricyRTMP: Don't trust the length given by the stream
2010-02-08 Rémi Duraffortvcd: fix potential NULL-dereference (found with cocinne...
2010-02-07 Rémi Denis-CourmontV4L: compile fix
2010-02-07 Rémi Denis-CourmontUse vlc_dup
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-Courmontnet_Printf: automagic cast to VLC object
2010-02-03 Jakob Lebeninput_item: compress two functions into one and rename...
2010-02-03 Pierre d'Herbemontinput_item: Remove input_item_AddSubItem2 and send...
2010-02-02 Rémi Duraffortdshow: use empty() instead of !size() (quicker).
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-01-31 Rémi Denis-CourmontDon't #include LibVLC from plugins
2010-01-30 Laurent AimarRemoved now useless es_out_t::b_sout field.
2010-01-28 Rémi Denis-Courmontdshow: remove impossible case
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-28 Rémi Denis-CourmontStick b_error to object types that actually use it
2010-01-28 Rémi Denis-CourmontHTTP access: privatize b_error
2010-01-28 Rémi Denis-CourmontMMS: nothing ever sets b_error, so no need to check it
2010-01-28 Rémi Denis-Courmontaccess/access_demux: check psz_access rather than b_force
2010-01-25 Colin GuthrieRTMP: Fix a format-security warning
2010-01-23 Laurent AimarFixed typo in avformat access.
2010-01-23 Rémi Denis-CourmontRevert "file: rewind before read"
2010-01-23 Rémi Denis-Courmontfile: fix warning
2010-01-22 Rémi Duraffortaccess_sftp: fix compilation.
2010-01-21 Laurent AimarFixed compilation.
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...
2010-01-21 Laurent AimarDo not store -1 in access_t::info.i_size in http access.
2010-01-21 Rémi Duraffortsftp: fix a potential memleak.
2010-01-16 Rémi Denis-Courmontfile: rewind before read
2010-01-16 Rémi Denis-Courmontdirectory: restore check against standard input
2010-01-16 Rémi Denis-Courmontfile: handle fd://<fd>/<path>
2010-01-16 Rémi Denis-CourmontAccess: remove special case for "-" (standard input)
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-16 Rémi Denis-CourmontMissing files
2010-01-16 Rémi Denis-Courmontfile: use the same open() path for directories as for...
2010-01-16 Rémi Denis-Courmontfile: initialize access_t after the open operation...
2010-01-16 Rémi Denis-Courmontdirectory: remove special case for '-'
2010-01-16 Rémi Denis-CourmontMerge file and directory plugins
2010-01-16 Rémi Denis-Courmontfile: expand a (now) trivial and used only once function
2010-01-16 Rémi Denis-CourmontRead-ahead only makes sense for seekable file descriptors
2010-01-16 Rémi Denis-Courmontfile: remove Win32 leading slash handling
2010-01-14 Rémi Denis-CourmontMMS: fix variable type
2010-01-14 Rémi Denis-CourmontHTTP: zlib only supports deflate and gzip
2010-01-13 Laurent AimarAdded an access for reading input attachments.
2010-01-13 Rémi Duraffortaccess_mms: fix variable type.
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
next