]> git.sesse.net Git - vlc/history - modules/access
Remove window size parameter.
[vlc] / modules / access /
2007-03-08 Rémi Denis-CourmontReally fix
2007-03-08 Rémi Denis-CourmontFix ordering of CSRC and RTP profile extension
2007-03-07 Laurent AimarSmall warning fix.
2007-03-06 Rémi Denis-CourmontFix references
2007-03-05 Felix Paul Kühne* forward-port of all eyetv relates sources in my branch
2007-03-05 Rémi Denis-Courmont- Fix obvious crash in TCP/RTP/AVP
2007-03-05 Rémi Denis-Courmont- Clean up RTP parser
2007-02-26 Rémi Denis-CourmontSimplify shutdown() portability
2007-02-22 Laurent AimarDo not use (input_thread_t*)p_access->p_parent it is...
2007-02-22 Laurent AimarReworked DecodeModulation (close #1063)
2007-02-22 Sigmund Augdal Helbergfix cam support for twinhan cards. Not needed now,...
2007-02-21 Laurent AimarFixed compilation of v4l2 + refuse to initialize unless...
2007-02-21 Laurent AimarFixed memory leak at each new PMT if we don't have...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-19 Rémi Denis-CourmontFix use of uninitialized memory with raw UDP
2007-02-14 Rémi Denis-CourmontSingle service DCCP/RTP/AVP input
2007-02-14 Rémi Denis-CourmontFix undefined function call
2007-02-13 Rémi Denis-CourmontMark EOF in case of connection-orinted RTP transport
2007-02-13 Rémi Denis-Courmont0 bytes UDP packet are legal!
2007-02-12 Rémi Denis-CourmontFix previous commit
2007-02-12 Rémi Denis-CourmontSupport for TCP/RTP/AVP (rtptcp://).
2007-02-12 Rémi Denis-CourmontFix out-of-bound read in RTP access
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-02-10 Rémi Denis-CourmontForce RTP for UDP-Lite, as we have no legacy issue...
2007-02-05 Rémi Denis-CourmontI *can* do it
2007-02-05 Rémi Denis-CourmontFix linking
2007-02-05 Rémi Denis-CourmontFix impossible out-of-bound strcmp
2007-02-05 Rémi Denis-CourmontUDP-Lite access
2007-01-04 Rémi Denis-CourmontWin32 compile fix
2007-01-04 Rémi Denis-CourmontAllow directory module to recurse through symbolic...
2007-01-04 Rémi Denis-CourmontFix unlikely deadlock
2007-01-04 Rémi Denis-CourmontMatch file:// with the directory plugin as any browser...
2007-01-02 Rémi Denis-CourmontFix a bunch of format string injection in VCDX and...
2006-12-24 Dennis van Amerongen* modules/access/dshow/dshow.cpp: Typo specfic -> specific.
2006-12-24 Clément StenacMore cleanup
2006-12-15 Jean-Baptiste KempfInclude repairing for dc1394
2006-12-11 Derk-Jan Hartman* Some more const warning fixes
2006-12-11 Derk-Jan Hartman* forwardport [18336]:
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-12-06 Damien Fouilleul- dshow: backporting from 0.8.6
2006-12-06 Rémi Denis-CourmontDo not retry to HTTP connection with version 1.0 instea...
2006-12-03 Rémi Denis-CourmontFix memleak (oups)
2006-12-03 Rémi Denis-CourmontSame as previous commit, for invalid MMS URLs
2006-12-03 Rémi Denis-CourmontFix über memleak when falling back to MMS/HTTP
2006-11-30 Derk-Jan Hartman* Fix YUV422, YUY2, YUYV mappings in V4L.
2006-11-29 Derk-Jan Hartman* const and a few other casting fixes
2006-11-29 Derk-Jan Hartman* cdda: update due to input_GetItem
2006-11-28 Rémi Denis-CourmontAvoid duplicate memory allocation
2006-11-28 Rafaël CarréUses file:// MRL only files, don't bug when recursively...
2006-11-28 Rafaël CarréFixes buffer overflow introduced in [18129]
2006-11-28 Rafaël CarréUses file:// MRLs for items added by directory access
2006-11-27 Jean-Paul SamanDigital Cameras (firewire/1394) support by Andreas...
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Clément StenacDid I loose the count ?
2006-11-26 Clément Stenac« En essayant continuellement on finit par réussir...
2006-11-26 Clément StenacRound 3 :)
2006-11-26 Clément StenacRound 2
2006-11-26 Clément StenacCompile fixes, round 1
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-22 Rémi Denis-CourmontMove encoding and language stuff to their own directory
2006-11-21 Rémi Denis-CourmontAdd missing header
2006-11-19 Derk-Jan Hartman* Fix CDDA module after playlist API updates
2006-11-19 Clément StenacInput options inheritance in directory access (Closes...
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-16 Derk-Jan Hartman* Forgot to commit the paranoia changes in the cddax...
2006-11-14 Derk-Jan Hartman* Use utf8_open for the .bin vcdimage file
2006-11-14 Jean-Paul SamanAdd DivX as supported filter to DShow interface.
2006-11-13 Rémi Denis-CourmontReally fix the stat warning (tested on Mingw32)
2006-11-12 Rémi Denis-CourmontRemove debug message
2006-11-12 Rémi Denis-CourmontDon't use void * for utf8_(l)?stat() as it hinders...
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Damien Fouilleul- access/file.c: fixed stat on win32, make sure the...
2006-11-10 Rémi Denis-CourmontAdd more debug
2006-11-10 Rémi Denis-CourmontSwitch the directory to the UTF-8 wrappers
2006-11-10 Rémi Denis-CourmontCosmetic changes
2006-11-10 Rémi Denis-CourmontCode factorization and some warning fixes
2006-11-09 Rémi Denis-CourmontMissing(?) header
2006-11-08 Derk-Jan Hartman* forwardport [17538] : Real RTSP selection fix. refs...
2006-11-06 Rémi Denis-CourmontCosmetic fix
2006-11-06 Antoine CellerierSimplify
2006-11-06 Rémi Denis-CourmontFix boundary checks on file seek
2006-11-06 Rémi Denis-CourmontDV can't (fast)seek; it does not even have a Seek callback.
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-11-04 Rémi Denis-CourmontUse utf8_open
2006-11-04 Rémi Denis-CourmontFix warning
2006-11-04 Rémi Denis-CourmontFix warning
2006-11-01 Rémi Denis-CourmontSupport filenames outside the ANSI Code Page
2006-11-01 Rémi Denis-CourmontGet rid of broken file-cat option (closes #807)
2006-11-01 Rémi Denis-Courmont- Revert [17394] which reintroduced TOCTOU issues
2006-11-01 Rafaël CarréRemoves useless sanity checks
2006-11-01 Rafaël CarréMakes file plugin fail to access directories
2006-10-31 Rémi Denis-Courmontfix Windows build
2006-10-31 Rémi Denis-CourmontRewrite of the file access
2006-10-31 Rémi Denis-CourmontSuppress some useless variable
2006-10-31 Rafaël CarréFixes double free()
2006-10-30 Jean-Paul SamanRemove excess empty lines
2006-10-29 Rémi Denis-Courmont- Fix TOCTOU problem (utf8_stat -> fstat)
2006-10-29 Rémi Denis-CourmontMinor simplification
2006-10-29 Rémi Denis-CourmontCosmetic fix
2006-10-29 Rémi Denis-CourmontAllow seeking of character devices with non-zero size
next