]> git.sesse.net Git - vlc/history - modules/access
Qt: draw rounded art pixmap
[vlc] / modules / access /
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
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-09 Rémi Denis-CourmontMaemo: saner default resolution for V4L2
2010-01-05 Rémi Duraffortlld/llu => PRIi64/PRIu64
2010-01-05 Rémi Duraffortavio: lld => PRIi64.
2010-01-04 Adrian KnothJACK input support for jack2
2010-01-04 Antoine CellerierUse %4.4s instead of %4s for fourccs cast to char *.
2010-01-04 Jean-Baptiste KempfRemove CDDAX module
2010-01-03 Geoffroy CouprieAdd a bunch of help strings. Feel free to correct them...
2009-12-30 Jean-Baptiste KempfWin32: kill a warning
2009-12-30 Rémi Denis-CourmontVCDX: use var_Inherit
2009-12-30 Rémi Denis-CourmontV4L2: kill config_Get
2009-12-30 Rémi Denis-CourmontMMSH: use var_Inherit
2009-12-30 Rémi Denis-CourmontVCDX: use after free
2009-12-30 Rémi Denis-CourmontAvoid variable shadowing
2009-12-30 Rémi Denis-CourmontDVD: kill config_Get
2009-12-30 Rémi Denis-CourmontDVB: config_Get -> var_Inherit
2009-12-30 Rémi Denis-Courmontcdda: kill config_Get*
2009-12-28 Antoine CellerierChange default alsa device lookup
2009-12-28 Antoine CellerierAdd a small help text to the alsa access.
2009-12-28 Pierre d'Herbemontqtcapture: Make sure we don't block on main thread...
2009-12-27 Jean-Baptiste KempfBDA: include ordering
2009-12-26 Jean-Baptiste KempfTypo in previous commit
2009-12-26 Jean-Baptiste KempfDC1394: use SCNx64 instead of llx in sscanf
2009-12-26 Jean-Baptiste Kempfhttp access: use SCN instead of PRI with sscanf
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-15 Rafaël Carréaccess_avio: cosmetics
2009-12-15 Rafaël Carréaccess_avio: unused variable
2009-12-13 Pierre YnardFix avio with MERGE_FFMPEG
2009-12-12 Laurent AimarAdded an access using avformat protocol support.
2009-12-10 Pierre d'Herbemontqtcapture: Make sure we build on 10.6 64bits.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerObligatory win32 compile fixes.
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-12-04 Rémi Duraffortdc1394: fix memleaks.
2009-12-04 Rémi Duraffortdc1394: fix potential memleak.
2009-12-04 Rémi Duraffortdc1394: fix debug messages
2009-12-04 Rémi Duraffortdc1394: We must quit the function if the file handler...
2009-12-04 Rémi Duraffortdc1394: factorize.
2009-12-03 Rémi Duraffortdc1394: cleanings (no need to set p_sys to NULL and...
2009-12-03 Rémi Duraffortdc1394: factorize.
2009-11-29 Rémi Denis-CourmontXCB/screen: support windows on other non-default screens
2009-11-28 Rémi Denis-CourmontTS demux: fix memory leak using ACCESS_SET_PRIVATE_ID_CA
2009-11-26 Rémi Denis-CourmontRTP: over UDP, assume we have the destination if there...
2009-11-24 Jean-Baptiste Kempfdc1394: update to v2 API
2009-11-20 Rémi Duraffortv4l2: compute strchr only one time.
2009-11-18 Rémi Duraffortrtmp_access: remove dead code.
2009-11-18 Rémi Duraffortrtmp: factorize a bit.
2009-11-18 Rémi DuraffortRevert "RTMP: factorization"
2009-11-17 Rémi Denis-CourmontRTMP: use new thread API, remove bogus uses of b_die...
2009-11-17 Rémi Denis-CourmontRTMP: tag some of the obvious bugs
2009-11-17 Rémi Denis-CourmontRTMP: small cleanup
2009-11-17 Rémi Denis-CourmontRTMP: fix a sign warning
2009-11-17 Rémi Denis-CourmontRTMP: factorization
2009-11-17 Buganiniv4l2: use v4l2_open for use of libv4l2
2009-11-17 Kuan-Chung Chiuv4l: support libv4l
2009-11-17 Rémi Duraffortaccess_http: fix cross-compilation for win32.
2009-11-16 Adrien MagloIf http-use-IE-proxy is enable, use Internet Explorer...
2009-11-15 JP Dingerrtmp_amf_flv: Try and refactor a bit by reducing overly...
2009-11-15 Laurent AimarAdded an input from memory access.
2009-11-12 Laurent AimarIgnored error when we cannot save our modified tuning...
2009-11-10 Laurent AimarAlso probe file:// for bd.
2009-11-09 Rémi Duraffortmmstu: fix msg_* format.
2009-11-09 Rémi Duraffortdshow: use var_Get* when applicable.
2009-11-01 Rémi Denis-CourmontXCB: implement --screen-follow-mouse (closes #2977)
2009-10-31 Rémi Denis-CourmontDVB: force m3u8 demux in scan mode
2009-10-30 Ilkka Ollakkadvb: set demux=ts only if we didn't do scan
2009-10-29 Jean-Baptiste KempfCDDA: Typo
2009-10-29 Marian Ďurkovičen50221: Provide compile-time option for slow CAMs
2009-10-27 Marian Ďurkovičen50221: Increase MAX_CASYSTEM_IDS to 64 and fix invert...
next