]> git.sesse.net Git - vlc/history - modules/access
DMO/loader patch from Alex Antropoff.
[vlc] / modules / access /
2007-09-19 Rémi Denis-CourmontFix RTP prebufferring regression
2007-09-18 Rémi Denis-CourmontRemove last occurences - fixes #1297
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-17 Rémi Denis-CourmontAttempt to fix today's RTP access changes
2007-09-17 Rémi Denis-CourmontIgnore muxed RTCP packets for AVP profile
2007-09-17 Rémi Denis-Courmont- Restore RTP pre-buffering broken in previous commit.
2007-09-17 Rémi Denis-CourmontDo not use BlockChoose when the access is explicitly...
2007-09-17 Rémi Denis-CourmontRemove useless #define
2007-09-16 Rémi Denis-CourmontFix HTTP DVB ACL
2007-09-16 Rémi Denis-CourmontMemory error handling
2007-09-16 Rémi Denis-CourmontGetNonEmptyString simplification
2007-09-11 Antoine CellerierAdd support for "iTunes podcast" (example: itpc://www...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-10 Damien Fouilleulsmb.c: prevents problem with glibc defining open as...
2007-09-09 Rémi Denis-CourmontUse net_SetCSCov
2007-09-05 Rémi Denis-CourmontAlways autodetect MRU
2007-09-05 Rémi Denis-CourmontDo not assume that long long = int64_t
2007-09-05 Rémi Denis-CourmontMissing static
2007-09-04 Rémi Denis-CourmontFix incorrect type size on 64bits
2007-09-01 Jean-Baptiste KempfJack Input bugfixes and some more options:
2007-08-31 Rémi Denis-CourmontIncrease MTU too lowest legal MTU when it is really...
2007-08-28 Damien Fouilleuldshow: support for devices of the same name (UNTESTED...
2007-08-28 Damien Fouilleulsmb.c: this is a useless patch, why did i apply it...
2007-08-28 Damien Fouilleulsmb.c: protect open call, sounds like open is macro...
2007-08-23 Rafaël CarréMerges ITEM_TYPE_VFILE and ITEM_TYPE_AFILE to ITEM_TYPE...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-19 Pierre d'Herbemontcdda/access.c: Fix a warning.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-09 Rémi Denis-CourmontRevert [21008]
2007-08-07 Rémi Denis-CourmontFix HTTP authentication.
2007-08-07 Rémi Denis-CourmontDo not bother with the byte range when we are at offset...
2007-08-05 Rémi Denis-CourmontFix server port parsing. Bug reported by Gerrit Benker.
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-08-04 Rémi Denis-CourmontFix usage of add_shortcut.
2007-07-21 Christophe MutricyBetter fix for <linux/videodev2.h> . Refs #1238
2007-07-19 Rémi Denis-CourmontSame as previous commit
2007-07-19 Rémi Denis-CourmontRemove extra whitespace
2007-07-13 Ken SelfBDA - minor bug fix in graph destructor
2007-07-01 Ken SelfAdd BDA shortcuts dvbt, dvbc, dvbs (without hyphens...
2007-06-11 Sigmund Augdal Helbergfix compile faults and semantic errors in pvr module...
2007-06-07 Laurent AimarDo not use dvdnav_get_video_aspect (No idea of its...
2007-06-07 Rémi Denis-Courmont - Avoid a bunch of dummy string copy
2007-06-06 Rémi Denis-CourmontMMSH connection error handling fix from Alex Antropoff
2007-05-27 Laurent AimarDo not unset b_seekable on 401 error.
2007-05-27 Laurent AimarFixed compilation warnings.
2007-05-27 Laurent AimarCompilation warnings fixes.
2007-05-26 Ken Selfbda: fix bandwidth labels
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-19 Rémi Denis-CourmontFix line breaks
2007-05-19 Ken SelfMore BDA DVB-S and DVB-T parameters bring it closer...
2007-05-18 Antoine Cellerier* modules/access/http.c: When redirecting, don't includ...
2007-05-16 Ken SelfBDA - additional DVB-S parameters added
2007-05-16 Jean-Paul SamanUse proper datatype.
2007-05-16 Jean-Paul SamanRemove unused variable pw.
2007-05-15 Ken SelfImproved handling of no-signal condition and other...
2007-05-12 Rémi Denis-CourmontInitial JACK audio access-demux from Julien Plissonneau...
2007-05-11 Pierre d'Herbemonthttp Access: Simplify the re-location code.
2007-05-11 Antoine CellerierFix segfault upon redirection (test url: http://www...
2007-05-09 Ken SelfFix choppy audio on live play - caching enabled properly
2007-05-04 Antoine Cellerier* mmsh.c: Try using the http-proxy config option if...
2007-04-26 Jean-Paul SamanRemove emptylines and whitespace
2007-04-23 Damien Fouilleul- the long awaited Windows BDA driver support for DVB...
2007-04-19 Jean-Paul SamanCheck return value of malloc()
2007-04-16 Jean-Paul SamanPatch from Paul Corke <paul.corke at datatote dot co...
2007-04-16 Damien Fouilleuldshow/common.h: reverting r19786
2007-04-16 Mark MoriartyUse ifdef/endif tests on the undefs
2007-04-14 Rémi Denis-CourmontRemove unused variable
2007-04-14 Mark MoriartyFix dshow build on Cygwin -- add size_t and ptrdiff_t...
2007-03-28 Pierre d'Herbemonthttp Access: Make sure non-absolute relocation is handl...
2007-03-28 Pierre d'Herbemonthttp Access: Avoid using an empty pointer (Oops).
2007-03-28 Pierre d'Herbemonthttp Access: Make sure we handle redirection that don...
2007-03-24 Laurent AimarFixed small memory leaks.
2007-03-24 Laurent AimarFixed typo (Patch by Ari Constancio)
2007-03-24 Laurent AimarFixed typo in proxy description. (Patch by Ari Constancio)
2007-03-24 Laurent AimarImplemented http proxy for mmsh (close #629)
2007-03-23 Christophe MutricyFix the strings.
2007-03-23 Laurent AimarFixed #949 (UTF-8 url support)
2007-03-23 Laurent AimarFixed #1102 ("Bad request" error)
2007-03-23 Laurent AimarFixed compilation warning.
2007-03-23 Laurent AimarFixed dvbsi_to_utf8 (memory leak + possible segfault)
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
next