]> git.sesse.net Git - vlc/history - src/input
* ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
[vlc] / src / input /
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2002-12-31 Christophe Massiot* src/misc/darwin_specific.m: Partial attempt at fixing...
2002-12-25 Sam Hocevar * ./src/libvlc.c: added a debug message to test the...
2002-12-18 Gildas Bazin* src/libvlc.h, src/input/input_dec.c: added an "sout...
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-14 Laurent Aimar Added stream output. (common work with titer).
2002-12-12 Gildas Bazin* src/input/input.c: forgot to commit this during my...
2002-12-12 Gildas Bazin* src/input/input_clock.c, include/input_ext-intf.h...
2002-12-12 Christophe MassiotFixed a possible deadlock.
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-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-12 Sam Hocevar * ./Makefile.am: fixed rc compilation under mingw32...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: libvlc now compiles and run under WinCE. I...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-11-09 Sam Hocevar * ./Makefile.am: added a "update-vlc.dsp" rule to...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-05 Gildas Bazin* All: moved the check for "video" and "audio" config...
2002-10-29 Sam Hocevar * ./include/vlc_common.h: defined the INSERT_ELEM...
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
2002-10-26 Gildas Bazin* ALL: p_selected_area->i_tell is now update inside...
2002-10-24 Laurent Aimar * ffmpeg : new way to gather a frame
2002-10-24 Gildas Bazin* src/input/input_ext-dec.c, include/input_ext-dec...
2002-10-23 Gildas Bazin* ALL: New ogg demux and vorbis codec modules for preli...
2002-10-21 Laurent Aimar * input_ext-dec.* : add a new function to parse decode...
2002-10-10 Christophe MassiotDo not use vasprintf under Mac OS X because OS X.1...
2002-10-08 Sam Hocevar * ./src/input/input.c: do not try to use stream outpu...
2002-09-30 Sam Hocevar * src/*: another bunch of .cvsignore files.
2002-09-01 Christophe MassiotAdded a priority for video decoders, for systems with...
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-26 Christophe Massiot* Miscellaneous S/PDIF fixes.
2002-08-18 Sigmund Augdal Helbergdoxygen documented my code
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-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-08-04 Sam Hocevar * ./src/misc/modules.c: if a module name starts with...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...
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-24 Sam Hocevar * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault...
2002-07-23 Sam Hocevar * ALL: decoders now use a fourcc as a probe value.
2002-07-23 Sam Hocevar * ./src/input/input_info.c, ./src/misc/messages.c...
2002-07-22 Sigmund Augdal Helbergwin32 compilation fixes
2002-07-21 Sam Hocevar * ./src/input/input_ext-plugins.c: reverted my previo...
2002-07-21 Sigmund Augdal Helberg * ./src/libvlc.c: updated usage info to include STRIN...
2002-07-21 Laurent Aimar * all : enable cinepak decoder, I hope I haven't break...
2002-07-21 Sam Hocevar * ./src/input/input_ext-plugins.c: added a missing...
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-07-16 Sam Hocevar * ./plugins/mpeg_vdec/video_parser.c, ./src/input...
2002-07-15 Laurent Aimar * avi.c : quick hack to read file created by ffmpeg...
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-02 Sam Hocevar * ./src/video_output/video_output.c: fixed the "pictu...
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-27 Laurent Aimar ALL : In order to make ac3 working in avi file...
2002-05-21 Sam Hocevar * ./src/input/input.c: fixed a bug with the input...
2002-05-21 Sam Hocevar * src/input/input_ext-plugins.c, src/input/input_ext...
2002-05-20 Sam Hocevar * ./src/interface/main.c: fixed a little memleak.
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-05-17 Stéphane Borel*Don't keep the control lock during the pause
2002-05-17 Sam Hocevar * ./src/interface/intf_msg.c, src/interface/intf_play...
2002-05-16 Gildas Bazin* src/input/input_programs.c: fixed memory corruption...
2002-05-15 Cyril Deguet- check size to avoid realloc(0)
2002-05-15 Marc Ariberti * removed a debug message that I forgot in my previou...
2002-05-15 Marc AribertiOn sam's advice I added the input_FDNetworkClose()...
2002-05-14 Christophe MassiotFixed a bug (glitch/segfault) when seeking.
2002-05-14 Johan Bilien * src/input/mpeg_system.c : We handle PCR even...
2002-05-14 Christophe MassiotIt should now be possible to quit when reading a bogus...
2002-05-14 Johan Bilien * src/input/mpeg_system.c: fixed an old old bug...
2002-05-13 Laurent Aimar * include/video.h : added new fourcc code for avi
2002-05-12 Christophe Massiot* Mac OS X port : menus for Program/Title/Chapter/Langu...
2002-04-26 Laurent Aimar * src/input/input_programs.c : an video divx ES...
2002-04-25 Sam Hocevar * ./src/misc/modules_plugin.h: exported input_ClockMa...
2002-04-25 Johan Bilien* Moved Program Specific Information decoder to the...
2002-04-24 Sam Hocevar * ./src/interface/main.c: we no longer segfault if...
2002-04-23 Laurent Aimar* ./plugins/ac3_adec/* use _M to avoid conflict with...
2002-04-23 Sam Hocevar * ./src/interface/main.c: tidied the help output...
2002-04-17 Johan Bilien* in TS demux, a program is selected only if a PMT...
2002-04-10 Johan Bilien* fixed a bug in input_SetProgram, that made the ps...
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-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...
next