]> git.sesse.net Git - vlc/history - src/input/input.c
* fixed several format string inconsistencies and deprecated C constructions.
[vlc] / src / input / input.c
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-12 Gildas Bazin* src/input/input.c: forgot to commit this during my...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-12-03 Arnaud Schauly* src/playlist/playlist.c : Added playlist_AddItem...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-10-08 Sam Hocevar * ./src/input/input.c: do not try to use stream outpu...
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-16 Sam Hocevar * ./src/playlist/playlist.c: added -Z (--random)...
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-25 Sigmund Augdal Helberg plugin/access/http.c: cosmetic fixes in an error...
2002-07-24 Christophe Massiot* ./configure : better detection of IPv6, fixed solaris...
2002-07-21 Sigmund Augdal Helberg * ./src/libvlc.c: updated usage info to include STRIN...
2002-06-27 Sam Hocevar * ./src/misc/modules.c: added the --plugin-path optio...
2002-06-08 Sam Hocevar * ./include/vlc_threads.h, ./src/misc/threads.c:...
2002-06-07 Sam Hocevar * ./plugins/win32/*: tried to port the Win32 interfac...
2002-06-07 Sam Hocevar * ./src/playlist/playlist.c: lots of playlist behavio...
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-02 Sam Hocevar(new in MAIN)
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-21 Sam Hocevar * ./src/input/input.c: fixed a bug with the input...
2002-05-20 Sam Hocevar * ./src/interface/main.c: fixed a little memleak.
2002-05-14 Christophe MassiotFixed a bug (glitch/segfault) when seeking.
2002-04-23 Sam Hocevar * ./src/interface/main.c: tidied the help output...
2002-04-08 Johan Bilien* made file access plugin use input_SetProgram so that...
2002-04-04 Christophe Massiot* FINALLY fixed HTTP input bug (I'm SO HAPPY with this !)
2002-03-18 Xavier Marchesini * skip "//" if we find "://" in a resource we have...
2002-03-15 Sam Hocevar * ./Makefile: fixed OS X vlc.app compilation dependen...
2002-03-11 Gildas Bazin* New GTK configuration interface. This interface is...
2002-03-09 Stéphane Borel*Fixed EOF segfault at end of DVD
2002-03-06 Stéphane Borel*Removed an occurance of former angle item in gtk.
2002-03-05 Gildas Bazin* fixed typo in the win32 change to the input parser.
2002-03-04 Gildas Bazin* this time I actually commited the win32 modif to...
2002-03-03 Xavier Marchesini * Fixed DVD input under Win32.
2002-03-02 Sam Hocevar * ./plugins/dummy/input_dummy.c: fixed `vlc vlc...
2002-03-02 Stéphane Borel*Initiliaze p_access_module & p_demux_modules to NULL...
2002-03-01 Stéphane Borel*dvd and dvdread support for input III.
2002-03-01 Christophe MassiotInput III (Episode 1).
2002-02-27 Sam Hocevar * ./src/input/input.c: BeOS network support (no idea...
2002-02-26 Xavier MarchesiniMulticast now works under Win32, but this is a _bad_...
2002-02-25 Sam Hocevar * ./include/threads.h: support for the State Threads...
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-01-21 Christophe Massiot* Decoders do not necessarily use bit stream (see mad...
2002-01-15 Stéphane BorelThe gnome/gtk interface should no longer user p_input...
2002-01-15 Stéphane Borel*stream lock is initialized in input_CreateThread inste...
2002-01-10 Sam Hocevar * ./src/input/input.c: fixed a few segfaults caused...
2002-01-09 Sam Hocevar * ./include/modules_inner.h: replaced _X with __VLC_S...
2002-01-07 Sam Hocevar * ./plugins/mga/mga.c: removed the mgammx module...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-27 Christophe Massiot* Changed pf_read prototype and minor changes.
2001-12-12 Sam Hocevar * Additional fixes for OSes with no gettext (thanks...
2001-12-10 Christophe MassiotFixed possible segfault with --input.
2001-12-07 Sam Hocevar * Fixed a total breakage of decoder plugins introduce...
2001-12-07 Johan Bilien* added functions in inputs to change the current progr...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-27 Christophe MassiotFixed a compilation issue under Win32
2001-11-25 Stéphane BorelSupport for libdvdread.
2001-11-23 Christophe MassiotMajor rewrite of the network layer. The following synta...
2001-11-21 Christophe Massiot(Hopefully) fixed the network connect() bug under UNIX...
2001-11-15 Sam Hocevar * Fixed MacOS X 10.1 network input, thanks to Mathias...
2001-11-13 Sam Hocevar * Fixed a crash when using `--input dvd /dev/dvd...
2001-11-12 Sam Hocevar * Fixed the vlcs communication issue by initializing...
2001-11-12 Sam Hocevar * Automatic handling of the Channel Server's response...
2001-11-09 Christophe Massiot* BSD/OS VCD patch, courtesy of Steven M. Schultz ...
2001-11-07 Jon Lech Johansen * Fixed some win32 compile issues.
2001-11-06 Christophe MassiotNew --enable-release config option.
2001-11-02 Christophe Massiot* libdvdcss port to OpenBSD.
2001-11-01 Sam Hocevar * Modified the pf_close kludge in input.c so that...
2001-10-30 Christophe MassiotFixed '-' input.
2001-10-30 Christophe MassiotNew interface for MacOS X, courtesy of Florian G. Pflug.
2001-10-23 Johan BilienAdded VCD input plugin for Linux :
2001-10-22 Xavier MarchesiniThe vlc now crosscompiles smoothly without having to...
2001-10-15 Sam Hocevar * Fixed an error in the ts://server[:port][/broadcast...
2001-10-10 Sam Hocevar * 0.2.90 release.
2001-10-03 Sam Hocevar * Added User-Agent header in the HTTP input.
2001-10-03 Sam Hocevar * Added an endianness check for cross-compilations.
2001-10-03 Christophe Massiot* Repaired dummy input broken yesterday.
2001-10-03 Christophe MassiotInfo : you can use #ifndef instead of #ifdef... #else :p
2001-10-03 Xavier MarchesiniThe vlc now compiles when cross-compiling with Mingw32...
2001-10-03 Tony CastleyChanges to ensure the BeOS compile still works.
2001-10-02 Sam Hocevar * Added HTTP virtualhost support in the HTTP input.
2001-10-02 Christophe Massiot* Fixed a warning in input_es.c ;
2001-10-02 Christophe Massiot* Cleaned up sam's mess with input's pf_open and pf_clo...
2001-10-01 Christophe Massiot* Removed -march=pentiumpro ; should now work on pentiu...
2001-09-24 Christophe MassiotFixed many alignment issues.
2001-08-27 Christophe MassiotIP Multicast support, courtesy of Mathias Kretschmer...
2001-08-09 Sam Hocevar * Fixed a bug in the gtk interface which caused vlc...
2001-08-05 Gildas Bazin* Big rewrite of the DirectX audio plugin. The audio...
2001-07-18 Christophe Massiot* Rewrote the video decoder to take advantage of severa...
2001-07-17 Christophe MassiotCleaned up include/. Unnecessary headers are no longer...
2001-06-27 Christophe MassiotElementary Stream input plugin (use it with --input...
2001-06-21 Sam Hocevar * Win32 network support by Boris Dor�s <babal@via...
2001-06-15 Sam Hocevar * Unrolled two loops in dvd_netlist.c to prevent...
2001-06-14 Sam Hocevar * Fully working Windows DVD ioctl support by Jon...
2001-06-14 Sam Hocevar * DirectX enhancements by Gildas Bazin, such as softw...
next