]> git.sesse.net Git - vlc/history - modules/access
Qt: remove trailing space.
[vlc] / modules / access /
2008-12-31 Joseph Tuloutest if access dc1394 is right earlier in the probing...
2008-12-28 Ken SelfBDA allow card selection
2008-12-21 Dominique LeuenbergerFix for 'no-return-in-nonvoid function intf.c'
2008-12-17 Rémi DuraffortCheck malloc return value.
2008-12-17 Rémi DuraffortUse NULL instead of 0.
2008-12-17 Rémi Duraffortcaugh caugh.
2008-12-17 Rémi DuraffortAnother fix for win32.
2008-12-17 Rémi DuraffortFix win32 compilation.
2008-12-16 Rémi Duraffortbdagraph: cleaning.
2008-12-16 Rémi Duraffortbda: little cleanup.
2008-12-15 Rémi Duraffortmms/mmstu: fix a memleak and avoid to memcpy two times...
2008-12-15 Rémi DuraffortReally fix this.
2008-12-15 Rémi DuraffortFix multiple deallocation (three deallocation for the...
2008-12-15 Rémi DuraffortRemove unneded test before delete/free.
2008-12-15 Ken SelfBDA free() strings from var_GetNon_EmptyString
2008-12-15 kenselfSignificant changes to ATSC and DVB-S processing which...
2008-12-15 kenselfAdded Tunng Space class definitions
2008-12-15 kenselfEnhance DVB-S handling with range parameter and option...
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-13 Rémi Duraffortanother fix for win32.
2008-12-13 Rémi DuraffortFix compilation on win32.
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-12 Rémi Duraffortrealrtsp: fix compilation warning, use calloc and some...
2008-12-12 Rémi Duraffortrealrtsp: cosmetics
2008-12-12 Rémi Duraffortrtspreal: no need to compute the values of this array.
2008-12-12 Rémi Duraffortrtspreal: no need to ask for the size of the array as
2008-12-12 Rémi Duraffortrealrtsp: don't write outside a static buffer.
2008-12-12 Rémi Duraffortrealrtsp: fix read after the end of the string if the...
2008-12-12 Rémi Duraffortrealrtsp: initialize *all* the array
2008-12-12 Rémi Duraffortrealrtsp: fix potential memleaks.
2008-12-09 Laurent AimarRemove access-filter support.
2008-12-09 Laurent AimarRemoved useless stream_DemuxDelete.
2008-12-07 Rémi Denis-CourmontRTP: add QCLEP and GSM static formats (untested)
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.
next