]> git.sesse.net Git - vlc/history - src/input
* ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed
[vlc] / src / input /
2003-05-31 Eric Petit * src/input/input_ext-intf.c : added an input_SetRate...
2003-05-27 Derk-Jan Hartman* Turn mem leaks into warning's instead of errors....
2003-05-22 Gildas Bazin* src/audio_output/*, src/input/*: fixed the audio...
2003-05-18 Laurent Aimar * input_program.c: input_DelES destroyed the decoder...
2003-05-17 Gildas Bazin* include/input_ext-intf.h: forgot this file in my...
2003-05-15 Gildas Bazin* src/input/input_programs.c: a few fixes to the naviga...
2003-05-15 Gildas Bazin* src/input/input_programs.c: implemented prev-title...
2003-05-11 Gildas Bazin* src/input/input_programs.c: small bug fix.
2003-05-11 Derk-Jan Hartman* src/input/input_programs.c: Added a 'intf-changed...
2003-05-10 Gildas Bazin* src/input/input_programs.c: misc fixes/improvements...
2003-05-08 Eric Petit ALL: fixed BeOS-specific warnings (ssize_t is not...
2003-05-05 Gildas Bazin* modules/demux/mpeg/ts.c: compiler warning fix.
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-05-05 Gildas Bazin* ALL: removed the old channels server stuff (was depre...
2003-05-04 Gildas Bazin* src/misc/variables.c, ALL: improvements to the object...
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-30 Christophe Massiot* Resampler plug-in based on CoreAudio's AudioConverter.
2003-03-25 Gildas Bazin* src/input/input.c, src/video_output/video_output...
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2003-03-14 Sigmund Augdal Helbergall: info strings are now localized, fixed some typos...
2003-03-12 Sam Hocevar * ./src/stream_output/stream_output.c: Win32 compilat...
2003-03-11 Gildas Bazin* ALL: experimental code for stream (dvd) navigation...
2003-03-05 Gildas Bazin* src/input/input_ext-plugins.c: added an msleep()...
2003-03-04 Christophe Massiot* Fixed a major bug in the LPCM codec.
2003-02-26 Gildas Bazin* src/input/input_ext-dec.c: added a few sanity checks...
2003-02-24 Sigmund Augdal Helbergupdated documentation to reflect that input_AccessReini...
2003-02-18 Derk-Jan Hartman* Changed an Error message. Many people did not understand:
2003-02-08 Christophe MassiotFixed previous commit.
2003-02-08 Christophe Massiot* src/extras/libc.c: New vlc_wraptext function,
2003-02-06 Christophe MassiotFixed interface freezes in the OS X interface.
2003-01-31 Christophe MassiotFixed a major bug of people who like to declare vars...
2003-01-25 Laurent Aimar* avi: no more segfault when we have 'max buffer alloca...
2003-01-22 Laurent Aimar * all: modified files for video transcoding. Still...
2003-01-21 Derk-Jan Hartman* ./src/input/input_ext_intf.c
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...
next