]> git.sesse.net Git - vlc/history - src/misc
WIN32 rc-quiet fix, only do net_Accept once per second to avoid loading down CPU
[vlc] / src / misc /
2004-10-08 Gildas Bazin* src/misc/win32_specific.c, modules.c: WinCE improveme...
2004-10-07 Gildas Bazin* src/misc/modules.c: pfff nobody found this one.....
2004-10-07 Derk-Jan Hartman* opengl: remove NULL from string arrays
2004-10-07 Gildas Bazin* src/misc/modules.c: fixed harmless memory leaks in...
2004-10-06 Derk-Jan Hartman* forgot this file in the vlc_b64_encode patch
2004-10-05 Gildas Bazin* src/misc/*, src/extras/libc.c: bunch of WinCE fixes.
2004-10-04 Gildas Bazin* src/misc/win32_specific.c: WinCE build fixes.
2004-10-04 Gildas Bazin* src/*: got rid of the #ifdef HAVE_ERRNO_H.
2004-10-01 Gildas Bazin* configure.ac: added an --enable-httpd and --enable...
2004-10-01 Gildas Bazin* src/*: WinCE compilation fixes.
2004-10-01 Gildas Bazin* src/*: bunch of portability fixes.
2004-09-27 Gildas Bazin* src/misc/modules.c: allow negative priorities.
2004-09-20 Gildas Bazin* modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support...
2004-09-19 Gildas Bazin* src/misc/vlm.c:
2004-09-18 Gildas Bazin* src/misc/vlm.c: we probably have enough bugs already :p
2004-09-15 Gildas Bazin* modules/stream_out/description.c: new "description...
2004-09-15 Gildas Bazin* ALL: separation of the SPU engine from the VOUT.
2004-09-14 Gildas Bazin* src/misc/vlm.c: started "vod server" integration...
2004-09-13 Gildas Bazin* include/vlc_block.h: block_Duplicate() needs to dupli...
2004-09-09 Gildas Bazin* src/misc/httpd.c: spelling mistake.
2004-09-06 Rémi Denis-Courmont0 is a legal socket descriptor
2004-08-31 Derk-Jan Hartman* forgot the most important file of the commit :)
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...
2004-08-16 Eric Petit ALL: BeOS fixes
2004-08-13 Gildas Bazin* src/misc/block.c: fixed memory alignment in block_New...
2004-08-08 Gildas Bazin* modules/stream_out/transcode.c: added support for...
2004-08-04 Gildas Bazin* src/misc/modules.c: don't forget to save callbacks...
2004-07-30 Sam Hocevar * src/video_output/video_output.c:
2004-07-29 Gildas Bazin* src/input/decoder.c: don't let the decoder/packetizer...
2004-07-27 Derk-Jan Hartman-
2004-07-24 Gildas Bazin* src/misc/net.c, modules/control/rc.c: win32 fixes.
2004-07-24 Gildas Bazin* src/misc/net.c, include/network.h: added net_vaPrintf...
2004-07-24 Rémi Denis-CourmontFixed typo
2004-07-24 Rémi Denis-Courmont- really iterate through getaddrinfo(),
2004-07-22 Gildas Bazin* src/misc/objects.c: hmmm, did I say vlc_opengl.h...
2004-07-22 Eric Petit BeOS doesn't know about PF_INET
2004-07-21 Cyril Deguet * all: created a new module type "opengl provider...
2004-07-20 Gildas Bazin* src/misc/httpd.c: fixed non-initialized variable...
2004-07-19 Gildas Bazin* src/misc/httpd.c: ipv6 win32 fix.
2004-07-17 Rémi Denis-CourmontFix socket errors handling.
2004-07-17 Rémi Denis-CourmontIPv6 support for HTTPd
2004-07-14 Gildas Bazin* src/misc/threads.c: fixed long standing win32 thread...
2004-07-10 Gildas Bazin* src/misc/mtime.c, include/mtime.h: new common "date...
2004-07-05 Laurent Aimar * block.*: faster block_* and removed unused features.
2004-07-05 Rémi Denis-Courmont* configure.ac: check for struct sockaddr_storage
2004-07-05 Gildas Bazin* src/misc/block.c: win32 race condition fix.
2004-06-26 Gildas Bazin* src/misc/modules.c: got rid of unused variable.
2004-06-26 Gildas Bazin* src/misc/modules.c: module_Need() probed sub-modules...
2004-06-22 Clément StenacRe-enable dynamic plugins
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-09 Gildas Bazin* src/misc/net.c: fix for the udp-auto-mtu on win32.
2004-06-06 Clément StenacPatch by Rémi Denis-Courmont to include TCP listening...
2004-06-04 Gildas Bazin* src/misc/modules.c: some error checking when loading...
2004-06-03 Gildas Bazin* src/misc/modules.c: in plugins cache mode, force...
2004-06-01 Gildas Bazin* ALL: brought back module_EndBank() from the dead...
2004-05-30 Gildas Bazin* src/misc/modules.c: avoid name collisions on win32.
2004-05-29 Laurent Aimar * all: begin to introduce access_t (nothing working...
2004-05-29 Gildas Bazin* src/misc/modules.c: small cleanup.
2004-05-29 Gildas Bazin* include/*,src/*: New plugins cache feature for faster...
2004-05-20 Eric Petit misc/cpu.c: another BeOS compile fix
2004-05-15 Laurent Aimar * all: improved perfs (using block_ChainLastAppend).
2004-04-29 Clément StenacAdd missing objects descriptions
2004-04-29 Clément StenacFix segfault on "del"
2004-04-29 Gildas Bazin* src/input/demux.c, src/misc/objects.c: demux2 has...
2004-04-27 Clément StenacFix VLM item URI assignment
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-23 Gildas Bazin* src/*: portability fixes.
2004-04-21 Laurent Aimar * block: fixed block_Realloc.
2004-04-19 Laurent Aimar * httpd: better fix for mmsh.
2004-04-18 Clément Stenac* ALL: Better announce system
2004-04-15 Gildas Bazin* src/misc/block.c: fixed BlockRealloc()
2004-04-15 Laurent Aimar * httpd: may fix mmsh for vlc.
2004-04-15 Stephan AssmusBeOS specific compile fix, there is no INADDR_NONE...
2004-04-14 Simon Latapie * vlm.c: a few bug fixes, cleaning, and maid vlm more...
2004-03-31 Gildas Bazin* src/misc/win32_specific.c: compilation fix.
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-23 Gildas Bazin* src/misc/variables: fixed mem-leak for VLC_VAR_CLEARC...
2004-03-22 Laurent Aimar * vlm: fixed some segfaults.
2004-03-22 Laurent Aimar * all: forgot to commit theses files.
2004-03-22 Gildas Bazin* src/misc/modules.c: compilation fix.
2004-03-22 Laurent Aimar * vlm: better vlm_Show.
2004-03-21 Laurent Aimar * vlm.*: move vlm to the core (now, vlm_New create...
2004-03-13 Laurent Aimar * block.c: fixed block realloc.
2004-03-11 Laurent Aimar * block: a little pre header + padding.
2004-03-10 Laurent Aimar * httpd: fixed a big mem leak for http streaming.
2004-03-09 Gildas Bazin* include/vlc_common.h: free tab if empty in TAB_REMOVE().
2004-03-08 Gildas Bazin* src/misc/net.c: fixes a few corner cases.
2004-03-08 Gildas Bazin* src/misc/httpd.c: don't read past the end of our...
2004-03-06 Laurent Aimar * httpd: fixed handling of 'Connection: '.
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-04 Laurent Aimar * modules.c: fixed module_Need. (but I'm not sure...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Sigmund Augdal Helbergsrc/misc/modules.c:
2004-03-03 Laurent Aimar * objects: include vlc_http.h
2004-03-03 Laurent Aimar * include/httpd.h, modules/misc/httpd.c: remove old...
2004-02-29 Gildas Bazin* src/misc/variables.c: fixed memleak.
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-02-22 Christophe Massiot* Updated contrib build system
2004-02-20 Christophe Massiot* src/misc/threads.c: made vlc_set_thread_priority...
2004-02-01 Sigmund Augdal Helbergsrc/misc/cpu.c:
next