]> git.sesse.net Git - vlc/history - modules/access
* mp4.c: * follow guidelines for box order in stbl.
[vlc] / modules / access /
2004-03-05 Carlo CalabròString review, as promised :)
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Christophe Massiot* modules/access/satellite/access.c: Read blocks multip...
2004-03-02 Derk-Jan HartmanSpelling error
2004-03-01 Gildas Bazin* include/vlc_threads.h:
2004-02-24 Gildas Bazin* modules/access/cdda.c: added "cddasimple" shortcut.
2004-02-24 Laurent Aimar * http.c: "Transfer-Encoding: chunked" support. (Teste...
2004-02-23 Rocky BernsteinChange error reporting on memory error to be memory...
2004-02-22 Gildas Bazin* modules/access/cdda/access.c: fix to allow playing...
2004-02-22 Rocky BernsteinFix mem leak caught by valgrind.
2004-02-22 Rocky Bernsteinfix mem leak. (Caught by valgrind.)
2004-02-22 Rocky BernsteinMake sure a couple of variables are initialized before
2004-02-20 Benjamin Prachtcoding style
2004-02-20 Benjamin Prachtcleaning of pvr input : settings are only set if ...
2004-02-19 Rocky BernsteinStructure not big enough and was writing past buffer...
2004-02-17 Gildas Bazin* ALL: portability fixes.
2004-02-16 Clément StenacAdded an option "recursive"
2004-02-16 Gildas Bazin* modules/access/dshow/filter.cpp: work-around a bug...
2004-02-14 Gildas Bazin* modules/access/cdda/*: forgot to remove demux in...
2004-02-14 Gildas Bazin* modules/access/cdda*: removed definition of WAVEHEADER.
2004-02-12 Laurent Aimar * all: use the data_packet_count from the asf header...
2004-02-12 Laurent Aimar * v4l: patch from Carsten Gottbeh�t (gottbehuet at...
2004-02-11 Gildas Bazin* modules/access/cdda/*: got rid of the demux. The...
2004-02-11 Jean-Paul SamanAdded some whitespace for alignment.
2004-02-10 Benjamin Prachttypos
2004-02-10 Jean-Paul SamanFixes for DVB-C:
2004-02-06 Gildas Bazin* modules/codec/dts.c: fixes a buffer overflow with...
2004-02-05 Gildas Bazin* modules/video_output/directx/directx.c: fixed the...
2004-02-04 Laurent Aimar * v4l: hue/colour/... path from Carsten Gottbeh�t
2004-02-02 Laurent Aimar http: fixed segfault with ICY server, fixed redirection.
2004-01-31 Alexis de Lattre * ipv4.c: IGMPv3 support (IP_ADD_SOURCE_MEMBERSHIP...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-29 Gildas Bazin* src/misc/configuration.c, include/configuration.h...
2004-01-28 Gildas Bazin* modules/access/dshow/*: bug fixes.
2004-01-26 Gildas Bazin* modules/access/dshow/*: implemented a few more things.
2004-01-26 Laurent Aimar * mmsh: msg_Err -> msg_Dbg.
2004-01-25 Gildas Bazin* ALL: removed a bunch of unused add_category_hint().
2004-01-25 Gildas Bazin* modules/access/*: strings review + coding style fixes.
2004-01-25 Rocky BernsteinString review.
2004-01-25 Rocky Bernsteinstring review.
2004-01-25 Rocky BernsteinAllow PBC selection. Had been temporarily disabled...
2004-01-22 Laurent Aimar * mmstu: workaround for low bitrate stream with mmst.
2004-01-21 Laurent Aimar * all: use net_*.
2004-01-21 Laurent Aimar * net: added net_OpenUDP
2004-01-17 Gildas Bazin* ALL: make sure newly created playlist_item_t are...
2004-01-15 Laurent Aimar * http: commented out a debug message.
2004-01-15 Laurent Aimar * do not try http 1.0 when we are going to die.
2004-01-14 Laurent Aimar * http: fixed for url like http://host[:port] (ie...
2004-01-09 Derk-Jan Hartman* Gibalou you broke something again :)
2004-01-09 Gildas Bazin* ALL: MSVC compilation fixes.
2004-01-08 Laurent Aimar * modules/demux/mp4/libmp4.c: use vasprintf
2004-01-07 Laurent Aimar * http: complete rewrite (using net_Printf/net_Gets)
2004-01-07 Rocky BernsteinBetter operator association in computing duration and...
2004-01-06 Rocky BernsteinReinstate duration times on playlist item for CD-DA...
2004-01-06 Rocky BernsteinUnbreak plugin as a result of the recent playlist API...
2004-01-05 Laurent Aimar * tcp: use net_*.
2004-01-05 Clément Stenac* ALL: playlist API changes
2004-01-03 Rocky BernsteinPut track information in Media Info. If we have SVD...
2004-01-03 Rocky BernsteinSorry to be so pedantic - grammar (and spelling)
2004-01-03 Rocky BernsteinSpelling.
2004-01-03 Rocky BernsteinSpelling - See I told you it was cut and pasted from...
2004-01-03 Rocky BernsteinSpelling - probably cut and pated from somewhere else.
2003-12-28 Cyril Deguet* modules/access/cdda/access.c: added some missing...
2003-12-22 Gildas Bazin* modules/access/dshow/dshow.cpp: fixed previous fix.
2003-12-22 Gildas Bazin* modules/access/dshow/dshow.cpp: small fix for devices...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-22 Sam Hocevar * toolbox:
2003-12-22 Sam Hocevar * modules/access/vcdx/access.c: Fixed an obvious...
2003-12-21 Sam Hocevar * Fixed URLs here and there.
2003-12-20 Rocky BernsteinRemove unused variable. Artifact of old track/entry...
2003-12-20 Rocky BernsteinGrammar correction.
2003-12-20 Rocky BernsteinSpelling correction.
2003-12-16 Gildas Bazin* modules/access/cdda/access.c: need to include errno.h
2003-12-15 Gildas Bazin* modules/access/dshow/*: fixed a problem when we would...
2003-12-14 Rocky Bernsteinsigned/unsigned mismatch fix.
2003-12-13 Rocky BernsteinAdd customizable playlist "author" field and set in...
2003-12-13 Rocky BernsteinIf not in PBC, playlist fills in all entries.
2003-12-11 Rocky BernsteinLong device text no longer used.
2003-12-11 Rocky BernsteinSwitch over to using "cd-audio" and "vcd" configuration...
2003-12-11 Rocky BernsteinGuard against dereferencing a NULL pointer.
2003-12-11 Rocky BernsteinUse cd-audio variable not vcd variable.
2003-12-07 Jean-Paul Samanif-deffed a unused variable.
2003-12-05 Rocky BernsteinA little cleanup on wait timing. No bug fixes yet,...
2003-12-05 Rocky BernsteinSlightly better handling of stills and toggling pause...
2003-12-05 Rocky BernsteinRemove interface thread. It was a crock anyway -- any...
2003-12-05 Rocky BernsteinFix duration that input_AddInfo uses milliseconds.
2003-12-04 Gildas Bazin* ALL: another bunch of MSVC compilation fixes.
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-12-04 Rocky BernsteinGuard against invalid p_vcd in dbg_print.
2003-12-03 Rocky BernsteinMake more like the French translation which is more...
2003-12-03 Rocky BernsteinFixed-width 2-column track number. Should help in sorti...
2003-12-02 Gildas Bazin* modules/access/dshow/*: PVR support contributed by...
2003-12-02 Rocky BernsteinPopulate VCD info in "File Info" window.
2003-12-02 Rocky BernsteinChange some printf's to debugging-only output.
2003-12-02 Rocky BernsteinSeparate title format string into cases where CDDB...
2003-12-02 Rocky BernsteinAdd secstotimestr and msecstotimestr to convert (milli...
2003-12-01 Rocky BernsteinAnother typo.
2003-12-01 Rocky BernsteinBugs in calculating duration. Thanks Sigmund for fixing...
2003-12-01 Rocky BernsteinAdd CDDB CD Info in File Info section (via input_AddInf...
next