]> git.sesse.net Git - vlc/history - modules/access
Ignore test binaries
[vlc] / modules / access /
2008-12-04 Rémi Denis-CourmontImprove messages
2008-12-04 Rémi Denis-CourmontFix inverted RTP dropout and misordering, and some...
2008-12-04 Rémi Denis-CourmontRemove useless optimistic synchronization hack
2008-12-04 Rémi Denis-CourmontAdd some warnings
2008-12-03 Rémi Denis-CourmontRTP: fix overflow in jitter computation
2008-12-03 Rémi Denis-CourmontRTP: dequeue and discard late packets
2008-12-03 Rémi Denis-CourmontCosmetic
2008-12-02 Rémi Denis-CourmontFix socket hang-up detection
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-11-27 Rémi Denis-CourmontRTP: implement demux EOF
2008-11-27 Rémi Denis-CourmontRevert "Fixed deadlock when no data are received in...
2008-11-27 Rémi Denis-CourmontRTP: notify demux thread when RTP flow is dead
2008-11-27 Rémi Denis-CourmontRTP: fail when object is killed
2008-11-27 Rémi Denis-CourmontRTP: some documentation
2008-11-27 Rémi Denis-CourmontRTP: fix use of unitialized value
2008-11-24 Jean-Baptiste Kempf[ÐShow] add HDYC mediasubtype
2008-11-24 Laurent AimarFixed deadlock when no data are received in rtp.
2008-11-24 Laurent AimarDo not try other protocols when ask to quit (mms).
2008-11-22 Christophe MutricyFix mem leak
2008-11-22 Laurent AimarSet CDDA track duration when creating the track items.
2008-11-22 Laurent AimarDo not use playlist code in CDDA.
2008-11-22 Laurent AimarDo not refuse to open odd port number with RTP input...
2008-11-19 Laurent AimarMake icecast server detection more robust.
2008-11-17 Jean-Baptiste KempfSupport for QAM modulation on ATSC
2008-11-11 Laurent AimarRemoved useless buffering at stream level.
2008-11-09 Rémi Denis-Courmontread -> recv for Wins(o|u)ck
2008-11-09 Rémi Denis-CourmontRTP: try to improve packet re-ordering
2008-11-09 Rémi Denis-CourmontMove RTP to access/rtp
2008-11-08 Rémi Denis-Courmontmmap: fix large file support on 32-bits archs (closes...
2008-11-08 Rémi Denis-Courmontmmap: fix debug message formats
2008-11-05 Rémi Denis-CourmontFix buffer overflow
2008-11-04 Sebastien Escudierfix sdt.h include in dvb access module
2008-11-02 Rémi DuraffortUse var_CreateGet when needed (and cleaning)
2008-10-31 Rémi DuraffortFix potential memleak (+cleaning).
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-10-30 Rémi Denis-CourmontCleanup directory URI encoding
2008-10-29 Rémi Denis-CourmontUse asprintf and use free instead of g_free (fixes...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-25 Antoine CellerierFix x86_64 specific compilation warning.
2008-10-25 Antoine CellerierRemove warnings.
2008-10-25 Antoine CellerierSimplify confusing code.
2008-10-25 Nicolas Chauvet... Add support for libproxy via pkg-config
2008-10-22 Rémi Denis-Courmontdirectory: do not try to open "-" as it refers to stdin
2008-10-21 Pavlov Konstantinvideo4linux2: Add libv4l2 support. Fixes #1804.
2008-10-15 Edouard Gomezdshow: try to improve multithreading code for RAW sampl...
2008-10-15 Edouard Gomezdshow: prevent division by zero
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-10-14 Rémi DuraffortDon't use var_createGet instead of var_create (and...
2008-10-14 Geoffroy Coupriecheck for fcntl()
2008-10-13 Derk-Jan Hartmanfile: Fix compilation on Windows.
2008-10-12 Derk-Jan Hartmandirectory: Add XSPF node-extension support to our direc...
2008-10-12 Derk-Jan Hartmandirectory: close fd before return
2008-10-12 Rémi Denis-CourmontDisable mmap by default (works around #2188)
2008-10-11 Rémi Denis-CourmontSet close-on-exec file for file inputs
2008-10-10 Rémi DuraffortDon't dereference strrchr without check (CID 185)
2008-10-10 Rémi DuraffortFix buffer overflow (CID 188)
2008-10-10 Derk-Jan Hartmanmmap: Correct [cbc1122ac4551505181ea048ca14a5f87041090f]
2008-10-10 Derk-Jan Hartmanmmap: Only use MAP_NOCACHE on platforms that support it.
2008-10-10 Derk-Jan Hartmanmmap: open with MAP_NOCACHE
2008-10-10 Derk-Jan Hartmanmmap: backport fcntl defined fix from [47a7e913b9c0dc31...
2008-10-10 Derk-Jan Hartmanfile: Big bug... typo in the define.
2008-10-09 Laurent AimarIncluded arpa/inet.h for htons/...
2008-10-08 Laurent AimarFixed a segfault in access directory.
2008-10-08 Rémi DuraffortFix potential memleaks (CID 200)
2008-10-07 Derk-Jan Hartmanmmap: Don't use mmap by default on OS X.
2008-10-06 Rémi DuraffortUse NULL instead of 0 for pointers.
2008-10-06 Rémi DuraffortFix potential segfault (CID 224)
2008-10-06 Derk-Jan Hartmandvdread: minimum value for ps_pkt_size is 6
2008-10-06 Geoffroy CouprieWinCE: factorize the file access code (and make it...
2008-10-05 Christophe MutricyAvoid segfault
2008-10-05 Rémi DuraffortFix memleak (CID 202, 203, 204 and 205)
2008-10-05 Rémi DuraffortRemove unuse variable (and one memleak in the same...
2008-10-05 Rémi Denis-CourmontFix memory leak (CID#206)
2008-10-02 Rémi Denis-CourmontCleanup PVR path parser
2008-10-01 Rémi Denis-CourmontRemove dummy vlc_thread_ready
2008-09-30 Rémi Denis-CourmontDo not stat directories on Windows
2008-09-30 Rémi Denis-CourmontCode factorization
2008-09-30 Rémi Denis-CourmontWork around dirfd compilation breakage
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-30 Antoine CellerierFix CID 207. (Resource leak)
2008-09-29 Ilkka OllakkaDisconnect before trying with authentication
2008-09-29 Geoffroy CouprieRemove IS_WINNT macro
2008-09-28 Rémi Denis-CourmontFail permanently on fatal file I/O error
2008-09-28 Rémi Denis-CourmontDo not add subdirectories entries
2008-09-28 Laurent AimarAdded signal stat to dvb module.
2008-09-27 Rémi Denis-CourmontRemove useless includes
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-27 Rémi Denis-CourmontRemove dummy debug
2008-09-27 Rémi Denis-CourmontOops, forgot some dead code
2008-09-27 Rémi Denis-CourmontDirectory as XSPF playlist
2008-09-24 Derk-Jan Hartmancdda: Fix issue with pausing of CDDA
2008-09-23 Derk-Jan Hartmanmms: Fix uninitialized vlc_cond in mms KeepAlive thread
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Laurent AimarFixed audio/spu language selection when none specified...
2008-09-19 Derk-Jan Hartmanmmap: Use fnctl to set the READAHEAD flag when supporte...
2008-09-16 Rémi Denis-CourmontDocument the assertion
2008-09-16 Rémi Denis-Courmontmmap: allow tweaking the PTS delay
2008-09-16 Rémi Denis-Courmontmmap: handle I/O errors as fatal
next