]> git.sesse.net Git - vlc/history - include
* Added an info panel to show movie info, etc.
[vlc] / include /
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2003-02-11 Christophe Massiot* modules/codec/lpcm.c: Attempt at supporting all chann...
2003-02-09 Stephan Assmusmodules/gui/beos/PreferenceWindow.h/.cpp
2003-02-09 Christophe Massiot* aout_Volume* functions now do their own vlc_object_fi...
2003-02-08 Christophe Massiot* src/extras/libc.c: New vlc_wraptext function,
2003-02-07 Sam Hocevar * ./include/interface.h: grmbl, I forgot VLC_EXPORT...
2003-02-07 Sam Hocevar * ./modules/access/dvdplay/demux.c: fixed a minor...
2003-02-06 Sam Hocevar * ./modules/access/dvdplay/demux.c: the dvdplay plugi...
2003-02-06 Christophe MassiotFixed interface freezes in the OS X interface.
2003-02-06 Eric Petit Tuned BeOS priorities for a better playback on low...
2003-02-06 Christophe MassiotFixed AFMT_AC3 and AFMT_S16_NE handling.
2003-02-02 Sam Hocevar * ./include/vlc_config.h: changed "VideoLAN Client...
2003-02-02 Johan Bilien * NEWS: VCD entry points and iso files
2003-02-02 Christophe Massiot* README.MacOSX.rtf: Typos
2003-01-30 Christophe Massiot* modules/codec/mpeg_video/headers.c: more checks in...
2003-01-29 Gildas Bazin* include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO...
2003-01-29 Jon Lech Johansen * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying...
2003-01-28 Sam Hocevar * ./src/video_output/video_output.c: don't try to...
2003-01-28 Sam Hocevar * ./bootstrap, ./toolbox: moved the Glade bugs fixing...
2003-01-28 Gildas Bazin* src/video_output/video_output.c, include/video_output...
2003-01-28 Sam Hocevar * ./include/vlc_common.h: removed duplicate macro...
2003-01-28 Sam Hocevar * ./po/*: spelling fixes.
2003-01-27 Sam Hocevar * ./include/vlc_common.h: if we don't have strndup...
2003-01-27 Olivier Teulière * src/misc/objects.c: vlc_list_find now returns a...
2003-01-25 Laurent Aimar* avi: no more segfault when we have 'max buffer alloca...
2003-01-24 Derk-Jan Hartman* changed the CONFIG_DIR for Darwin into Library/Prefer...
2003-01-24 Eric Petit * vlc_threads.h: lower a priority that made sound...
2003-01-23 Christophe Massiot* Resized elements in the open panel,
2003-01-23 Christophe MassiotFixed a segfault with quitting when no audio output...
2003-01-22 Christophe MassiotReverse stereo option.
2003-01-22 Christophe MassiotLess aggressive debug message.
2003-01-22 Laurent Aimar * added file needed for video transcoding with vlc.
2003-01-19 Sam Hocevar * ./src/misc/beos_specific.cpp, ./src/misc/darwin_spe...
2003-01-18 Christophe MassiotIncluding font-eutopiabold36.rle for DivX and ogg subti...
2003-01-16 Loïc Minier * configure.ac.in:
2003-01-16 Sam Hocevar * ./include/vlc_common.h: fixed win32 plugin compilation.
2003-01-13 Laurent Aimar * all: now mux and access_out can request to reserve...
2003-01-10 Eric Petit Thread priority management on BeOS.
2003-01-09 Christophe Massiot* OS X: Fixed a segfault with empty configuration strin...
2003-01-08 Laurent Aimar * all: added a new function (sout_BufferChain) and...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2003-01-06 Simon Latapie * added a i_min, i_max, f_min and f_max in module_conf...
2003-01-05 Christophe MassiotMacOS X port :
2003-01-03 Christophe Massiot* modules/access/file.c: we now regularly check the...
2002-12-31 Christophe Massiot* src/misc/darwin_specific.m: Partial attempt at fixing...
2002-12-30 Christophe Massiot* OS X interface : Added new access modules to the...
2002-12-30 Gildas Bazin* src/misc/messages.c: don't try to decorate logs on...
2002-12-27 Sam Hocevar * ./src/extras/libc.c: if configure is called with...
2002-12-18 Sam Hocevar * ./include/vlc_messages.h: msg_* functions now use...
2002-12-15 Gildas Bazin* include/vlc/vlc.h: added a new pi_types field to...
2002-12-14 Laurent Aimar Added stream output. (common work with titer).
2002-12-14 Gildas Bazin* src/misc/objects.c: implemented the FIND_CHILD mode...
2002-12-13 Boris Dorès- vlc_playlist.h, playlist.c: added the ability to...
2002-12-13 Gildas Bazin* ALL: added a new vlc_list_t common type. vlc_list_fin...
2002-12-12 Gildas Bazin* src/input/input_clock.c, include/input_ext-intf.h...
2002-12-10 Gildas Bazin* include/configuration.h: fixed my previous fix.
2002-12-10 Gildas Bazin* configure.ac.in: fixed ugly hack in sdl detection...
2002-12-09 Gildas Bazin* include/configuration.h: rolled back the last changes...
2002-12-08 Christophe MassiotNew vlc_thread_set_priority function, to set the priori...
2002-12-07 Christophe Massiot* configure.ac.in: Disabled -Wtraditional as it produce...
2002-12-07 Gildas Bazin* ALL: a few updates to the variables API:
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-12-03 Laurent Aimar * adpcm.c: add adpcm decoding support (Now just ms...
2002-12-03 Arnaud Schauly* Added a session announcement protol module (enabled...
2002-11-28 Christophe Massiot* Correct socklen_t detection.
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c, modules/*: facto...
2002-11-25 Sam Hocevar * ./modules/video_chroma/i420_rgb16.c: merged the...
2002-11-25 Olivier Teulière * small compilation fixes for win32
2002-11-24 Sam Hocevar * ./configure.ac.in: we no longer choke if libdvbpsi...
2002-11-20 Sam Hocevar * ./evc/plugins.vcp.in: fixed plugin entry points...
2002-11-20 Sam Hocevar * ./include/vlc_common.h, ./src/extras/libc.c: export...
2002-11-19 Gildas Bazin* include/video.h, include/vlc_config.h, src/video_outp...
2002-11-18 Sam Hocevar * ./src/misc/modules.c: support for Unicode filenames...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-13 Sam Hocevar * ./msvc/*, ./evc/*: moved eMbedded Visual Studio...
2002-11-12 Gildas Bazin* include/vlc_playlist.h, src/playlist/playlist.c:...
2002-11-12 Sam Hocevar * ./Makefile.am: fixed rc compilation under mingw32...
2002-11-11 Gildas Bazin* src/audio_output/filters.c, src/audio_output/input...
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-10 Gildas Bazin* src/audio_output/output.c: fixed another quality...
2002-11-09 Sam Hocevar * ./include/aout_internal.h: fixed a breakage I just...
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-07 Sam Hocevar * ./include/vlc_common.h: compilation fix for Cygwin.
2002-11-07 Gildas Bazin* INSTALL.win32, include/vlc_config.h, src/libvlc.h...
2002-11-06 Sam Hocevar * ./modules/access/dvdplay/access.c: activated button...
2002-11-03 Gildas Bazin* include/codecs.h: new header file to store informatio...
2002-11-01 Gildas Bazin* src/audio_output/common.c, include/aout_internal...
2002-10-29 Sam Hocevar * ./include/vlc_common.h: defined the INSERT_ELEM...
2002-10-28 Gildas Bazin* configure.ac.in: libvorbis depends on libogg.
2002-10-28 Sam Hocevar * ./include/variables.h, ./src/misc/variables.c:...
2002-10-28 Sam Hocevar * ./Makefile.am: fixed missing build dependencies...
2002-10-27 Eric Petitvlc_threads_func.h : skip a useless BeOS warning
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
2002-10-25 Gildas Bazin* include/aout_internal.h: oops, forgot to commit this...
next