]> git.sesse.net Git - vlc/history - modules/access
Fix make dist
[vlc] / modules / access /
2009-08-29 Rémi Denis-CourmontRTMP access: disable strict aliasing
2009-08-29 Rémi Denis-CourmontFix use of strchr()
2009-08-29 Rémi Denis-CourmontReally fix access_alsa compilation
2009-08-26 Sébastien EscudierRemove broken DEMUX_SET_PAUSE_STATE
2009-08-26 Ilkka Ollakkav4l2: add aspect-ratio option to give picture aspect...
2009-08-25 Rémi DuraffortFix compilation: too short delay.
2009-08-25 Rémi Denis-CourmontJACK access seems broken (JACK has function for waiting...)
2009-08-21 Pierre d'Herbemontcdda: Don't include vlc_playlist.h.
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-08-20 Pierre d'Herbemontscreen: By pass hard ass headers.
2009-08-20 Jean-Baptiste KempfFix directory compilation on Win32
2009-08-20 Jean-Baptiste KempfFrimp
2009-08-20 Pierre d'Herbemontsmb: Flag unused params.
2009-08-20 Pierre d'Herbemontdvb: Flag unused callback parameter.
2009-08-20 Pierre d'Herbemontdvb: Blindly flag unused args.
2009-08-20 Pierre d'Herbemontvcdx: No need to cast. Kill a warning.
2009-08-20 Pierre d'Herbemontrtsp: Feed a litteral to the format to kill a warning.
2009-08-20 Pierre d'Herbemontvcdx: Use %zu in format for size_t. (Kill a warning).
2009-08-20 Pierre d'Herbemontcdda: Avoid a macro and kill a warning.
2009-08-20 Pierre d'Herbemontrtsp: Mark some function as static.
2009-08-20 Pierre d'Herbemontscreen: Silence warning that are not our business in...
2009-08-20 Pierre d'Herbemontrtsp: Remove unused variable.
2009-08-20 Pierre d'Herbemontrtsp: Flag unused parameters.
2009-08-20 Pierre d'Herbemontcdda: Fix a bunch of arg warnings.
2009-08-20 Pierre d'Herbemonthttp: Remove unused functions.
2009-08-20 Pierre d'Herbemontfile: Fix a warning when posix_fadvise() isn't defined.
2009-08-20 Pierre d'Herbemontvcd: Flag unused argument, and fix a pointer to number...
2009-08-20 Jean-Baptiste KempfScreen-win32: Kill warnings
2009-08-19 Jean-Baptiste KempfKill various warnings
2009-08-19 Jean-Baptiste KempfWin32: Kill a warning in vcd
2009-08-19 Jean-Baptiste KempfBDA: remove useless include.
2009-08-18 Rémi Denis-CourmontVCD: remove Win9x support
2009-08-15 Rémi Denis-CourmontRemove dummy utf8_open() mode parameter in absence...
2009-08-06 Rémi Denis-CourmontWork around missing POSIX.2008 dirfd() on Solaris ...
2009-08-06 Rémi Denis-CourmontCheck for fstatfs (fixes: #3028)
2009-08-06 Rémi Denis-CourmontCosmetic: socket(AF_ -> socket(PF_
2009-08-03 Rémi Denis-Courmontsys/mount.h requires sys/param.h on OpenBSD
2009-08-02 Rémi Denis-CourmontCleanup vlc_timer_* prototypes
2009-08-01 Rémi Denis-CourmontXCB screen: timer thread safety
2009-08-01 Laurent AimarRemoved prefetch whole file advise in the file access.
2009-08-01 Anthony LoiseauTag some more options as safe
2009-07-31 JP DingerDrop a const on a static array and misc cleanup.
2009-07-31 Ilkka Ollakkadvb: scanning ain't only -T, change dialog
2009-07-30 Ilkka Ollakkadvb-c: somewhat working channel-scanning in linux
2009-07-30 Ilkka Ollakkadvb-c: check symbol-rate limits from frontend
2009-07-29 Pierre Ynardv4l2: fix reversed logic
2009-07-29 Antoine CellerierPartial attempt at fixing interlacing support.
2009-07-29 Michael HanselmannConvert HTTP access module to common HTTP auth functions
2009-07-28 Rémi Duraffortzipstream: typo.
2009-07-28 Rémi DuraffortZip: fix use after free error.
2009-07-27 Pierre YnardWinCE: work-around for network file test
2009-07-26 Rémi Denis-CourmontTypo
2009-07-26 Rémi Denis-CourmontReal pseudo-RTSP: prevent integer underflow
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-23 Erwan Tulouzipaccess: correct memory leak (probing work moved...
2009-07-23 Rémi Denis-Courmontfile: do POSIX advisory I/O
2009-07-23 Rémi DuraffortGlobal headers.
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-23 Rémi Denis-Courmontfile: network file extra caching for Win32
2009-07-23 Rémi Denis-CourmontFix warning
2009-07-20 Rémi Denis-CourmontMake the extra network file caching configurable
2009-07-20 Rémi Denis-CourmontSort of handle ;type= in FTP URLs
2009-07-20 Rémi Denis-CourmontFTP path must be decoded - fixes #2982.
2009-07-19 Rémi Denis-CourmontRTP: fix corner-case memory leak (fd_dead is a cancella...
2009-07-19 Rémi Denis-CourmontRemove unused variable
2009-07-19 Rémi Denis-CourmontRTP: fix simultaneous sequence number wrap and re-order
2009-07-19 Rémi Denis-CourmontRTP: avoid pf_demux. Fix input thread latency
2009-07-19 Rémi Denis-Courmontscreen_xcb: use timer, simplify earlier commit
2009-07-19 Rémi Denis-Courmontscreen_xcb: run in a thread - remove input control...
2009-07-18 Antoine CellerierConvert v4l2 access to block based access
2009-07-18 Alina FriedrichsenFix two uninitialized variables in the v4l2 access...
2009-07-18 Antoine CellerierSupport v4l2 drivers with JPEG type
2009-07-17 Antoine CellerierFix video delay when using alsa or oss as slaves
2009-07-16 Laurent AimarDo not reconnect (http) when we are asked to die.
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-07-15 Chris Whitertmp: fixed description formatting and made default...
2009-07-15 Rémi DuraffortFix dead assignement.
2009-07-14 JP DingerAvoid infringing C std namespace the simplistic way.
2009-07-14 JP DingerRevert bitflip spotted by xtophe.
2009-07-14 JP DingerRemove unneeded casts and intermediaries in va_arg...
2009-07-14 JP DingerShore up code and remove early returns.
2009-07-14 JP DingerRemove unused variables, refactor a bit.
2009-07-14 JP DingerRefactor a bit in dvdnav.c
2009-07-14 JP DingerFix an actual error path for realloc() that doesn't...
2009-07-13 Laurent AimarFixed typo.
2009-07-13 Laurent AimarFixed a segfault after iso639_lang_t p_languages API...
2009-07-11 Christophe MutricyTypos
2009-07-10 Rémi DuraffortRemove uneeded VLC_OBJECT().
2009-07-10 JP DingerReplace for() (rand() & 0xff) with vlc_rand_bytes(...
2009-07-08 Rémi Duraffortrtmp: add an option to let the user set swfUrl and...
2009-07-08 Kevin DuBoisRTMP handshake compliance for clients
2009-07-07 Rémi DuraffortFactorize.
2009-07-07 Rémi Durafforthttp: limit the number of redirection we can follow.
2009-07-07 Rémi Durafforthttp: remove trailing space.
2009-07-07 Rémi DuraffortFix an infinite loop if we redirect from http to https...
2009-07-05 Rémi Denis-CourmontDo not embed \0 in format string - fix warning
2009-07-04 Rémi Duraffortaccess_http: fix a memory leak (each time we follow...
2009-07-04 Rémi Duraffortaccess_http: fix potential memleak.
2009-07-04 Rémi Duraffortsmb: remove dummy define (this is already done (properl...
2009-07-04 Rémi Duraffortrtmp: kill the thread if the active connect failed..
next