]> git.sesse.net Git - vlc/history - src/input
* Fixed Altivec-enabled version of fastmemcpy
[vlc] / src / input /
2002-04-04 Christophe Massiot* FINALLY fixed HTTP input bug (I'm SO HAPPY with this !)
2002-04-02 Christophe MassiotCompilation fix. :-ppppp
2002-04-02 Christophe Massiot* Altivec-enabled version of fastmemcpy
2002-03-28 Johan Bilien* When unselecting an ES, we must ged rid of p_es-...
2002-03-26 Gildas Bazin* various little portability fixes
2002-03-21 Johan Bilien*** empty log message ***
2002-03-20 Sam Hocevar * ./src/input/mpeg_system.c: fixed a bus error on...
2002-03-19 Johan Bilien* fixed some bugs in program management : selected...
2002-03-18 Xavier Marchesini * skip "//" if we find "://" in a resource we have...
2002-03-17 Sam Hocevar * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transfo...
2002-03-15 Sam Hocevar * ./Makefile: fixed OS X vlc.app compilation dependen...
2002-03-14 Stéphane Borel*p_es->p_demux_data is available in p_config->p_demux_d...
2002-03-12 Stéphane Borel*New configuration option to choose audio output format...
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 Stéphane Borel* Dvd angle is now handled through a program structure...
2002-03-05 Gildas Bazin* fixed typo in the win32 change to the input parser.
2002-03-04 Christophe Massiot* IPv6 network module, courtesy of Alexis Guillard...
2002-03-04 Gildas Bazin* this time I actually commited the win32 modif to...
2002-03-03 Gildas Bazin* added network to the list of the plugins directories...
2002-03-03 Xavier Marchesini * Fixed DVD input under Win32.
2002-03-02 Xavier Marchesini * Various Win32 compilation fixes.
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 Johan BilienAdded a menu in the GTK and gnome interfaces to change...
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-02-05 Gildas Bazin* New AC3 decoder plugin using liba52 from Aaron Holtzm...
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-14 Christophe Massiot* More precise way to retrieve a PTS from the bit stream.
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...
2002-01-04 Sam Hocevar * ./BUGS: added a list of known bugs. Please add...
2001-12-31 Christophe Massiot* Fixed a bug in DecoderError.
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-30 Sam Hocevar * Forgot a file in my last commit.
2001-12-30 Sam Hocevar * Put ErrorThread() in input_ext-dec.h because it...
2001-12-27 Christophe Massiot* Changed pf_read prototype and minor changes.
2001-12-27 Christophe Massiot* Changed the way decoder_fifo_t works ;
2001-12-19 Christophe MassiotNext Generation Buffer Manager for DVD and VCD plug...
2001-12-17 Sam Hocevar * TS input: bugfix in DecodePAT and minor optimizatio...
2001-12-17 Sam Hocevar * TS input: we now check that the contents of the...
2001-12-13 Christophe MassiotFixed a major bug I introduced lately.
2001-12-12 Christophe MassiotNext Generation Buffer Manager, for TS plug-in. Please...
2001-12-12 Sam Hocevar * Additional fixes for OSes with no gettext (thanks...
2001-12-11 Christophe MassiotFixed major bugs in the PSI decoder.
2001-12-10 Christophe MassiotFixed possible segfault with --input.
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
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-12-06 Christophe Massiot* mad plug-in is now built-in to avoid PIC/non-PIC...
2001-12-05 Johan Bilien* Added 2 fields, p_selected_program and p_new_program...
2001-12-03 Christophe MassiotReversed my previous patch (too buggy).
2001-12-03 Stéphane Borel-added eof for ts seekable streams
2001-12-03 Sam Hocevar * Borrowed MPlayer's fast memcpy() routines. Best...
2001-12-03 Christophe MassiotFixed numerous bugs in ES selection.
2001-12-02 Stéphane Borel-hopeless fix for the input netlist corruption bug.
2001-11-30 Gildas Bazin * DeleteDecoderConfig wasn't freeing (anymore) the...
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-27 Christophe MassiotFixed a potential packet corruption in the DVD input...
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-15 Sam Hocevar * Fixed a little crash introduced in my previous...
2001-11-15 Sam Hocevar * Fixed a few crashes due to race conditions in the...
2001-11-13 Sam Hocevar * Fixed a crash when using `--input dvd /dev/dvd...
2001-11-13 Henri FallonAll decoders (audio, video, subtitles) are now modules.
2001-11-12 Sam Hocevar * Fixed the vlcs communication issue by initializing...
2001-11-12 Christophe MassiotCorrected a typo.
2001-11-12 Sam Hocevar * Automatic handling of the Channel Server's response...
2001-11-12 Stéphane Borel-LPCM _is_ a private stream. Sorry.
2001-11-12 Stéphane Borel-Fixed bug with MPEG audio in TS streams: MPEG audio...
2001-11-11 Stéphane Borel-Merged DVD netlist with input netlist to remove duplic...
2001-11-09 Christophe Massiot* BSD/OS VCD patch, courtesy of Steven M. Schultz ...
2001-11-08 Stéphane Borel-kludge to have less discontinuity after a zero scr...
2001-11-07 Jon Lech Johansen * Fixed some win32 compile issues.
2001-11-06 Christophe MassiotNew --enable-release config option.
2001-11-06 Sam Hocevar * Fixed support for SPU and LPCM streams over network.
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-21 Loïc MinierMoved unlock in the if structure. This suppresses the...
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.
next