]> git.sesse.net Git - vlc/history - modules
* include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag...
[vlc] / modules /
2003-09-30 Gildas Bazin* include/vlc_block.h, modules/codec/libmpeg2.c: re...
2003-09-30 Derk-Jan Hartman* compile before you commit
2003-09-30 Derk-Jan Hartman* src/input/input.c: fixed usage of sub-file variable.
2003-09-29 Gildas Bazin* modules/mux/ogg.c: always backup the vorbis/theora...
2003-09-28 Gildas Bazin* modules/mux/ogg.c: proper fps and ogg packet granulep...
2003-09-28 Gildas Bazin* modules/codec/theora.c: don't forget to delete the...
2003-09-28 Gildas Bazin* modules/mux/ogg.c: each ogg stream has to be cleared...
2003-09-28 Gildas Bazin* modules/demux/ogg.c, modules/codec/vorbis.c: misc...
2003-09-27 Gildas Bazin* modules/demux/ogg.c: support for DEMUX_GET_TIME....
2003-09-27 Gildas Bazin* modules/demux/ogg.c: support for 'chaining' (concaten...
2003-09-26 Gildas Bazin* modules/codec/ffmpeg/*: some chroma conversion routin...
2003-09-26 Gildas Bazin* modules/video_output/directx/*: some graphics card...
2003-09-26 Jean-Paul SamanUpdated design of PDA GUI.
2003-09-26 Jean-Paul SamanAdding files for PDA interface using the opie libaries.
2003-09-25 Gildas Bazin* modules/demux/ogg.c: reworked a bit. Ogg web radios...
2003-09-24 Gildas Bazin* modules/codec/vorbis.c: wait for the first dated...
2003-09-24 Gildas Bazin* include/main.h, src/libvlc.c, src/libvlc.h, src/misc...
2003-09-24 Gildas Bazin* modules/video_output/directx/events.c: fix for the...
2003-09-24 Laurent Aimar * all: set pf_run *only* if we accept this stream.
2003-09-24 Clément Stenac* modules/visualization/visual/visual.c: fixed strings
2003-09-22 Gildas Bazin* modules/gui/wxwindows/preferences.cpp: compilation...
2003-09-22 Clément Stenac* modules/gui/wxwindows/preferences.cpp:
2003-09-22 Jean-Paul SamanRemoved compatibility tweak for old satellite GUI.
2003-09-22 Derk-Jan Hartman* modules/gui/macosx/playlist.?: implemented Save Playlist
2003-09-21 Gildas Bazin* modules/gui/wxwindows/*: got rid of the close button...
2003-09-21 Gildas Bazin* modules/gui/wxwindows/*: we now have only 1 global...
2003-09-21 Gildas Bazin* modules/stream_out/duplicate.c: improved last fix.
2003-09-21 Gildas Bazin* include/vlc_common.h: ssize_t is now typedefed in...
2003-09-20 Gildas Bazin* modules/stream_out/duplicate.c: fixed array overflow.
2003-09-20 Derk-Jan Hartman* include/vlc/vlc.h:
2003-09-20 Gildas Bazin* src/input/input_programs.c: p_input->stream.p_selecte...
2003-09-20 Derk-Jan Hartman* modules/gui/macosx/*:
2003-09-20 Sam Hocevar * modules/list.sh:
2003-09-20 Derk-Jan Hartman* LIBAVCODEC_BUILD_STR has disappeared from ffmpeg...
2003-09-20 Laurent Aimar * all: clean up.
2003-09-19 Derk-Jan Hartman* extras/MacOSX/vlc.pbproj/project.pbxproj: Added a...
2003-09-19 Laurent Aimar * playlist.c : unlock playlist before calling vout_Des...
2003-09-19 Derk-Jan HartmanFix a crasher with strcasecmp and empty strings
2003-09-19 Jean-Paul SamanNew dvb and old satellite modules now use the *correct...
2003-09-19 Jean-Paul SamanFrequency et al is really specified in KHz and not...
2003-09-18 Simon Latapie * fixed some bugs in logo filter
2003-09-18 Loïc Minier * modules/LIST, modules/video_output/Modules.am:...
2003-09-15 Clément StenacFix for bad SAP packets with no \0 between headers...
2003-09-14 Clément Stenac* modules/visualisation/visual/visual.c: thou shall...
2003-09-13 Laurent Aimar * standard : added .ts and .ps
2003-09-13 Laurent Aimar * src/video_output/video_output.c : do not use FIND_...
2003-09-12 Laurent Aimar * include/input_ext-intf.h : added stream_t member...
2003-09-11 Clément Stenac* modules/misc/sap.c: HTTP announcing support
2003-09-11 Jean-Paul SamanMore modifications to layout of PDA interface.
2003-09-10 Laurent Aimar * mpegaudio.c : cosmetics.
2003-09-10 Laurent Aimar * all : added mpeg 2.5 support.
2003-09-10 Derk-Jan Hartman* a new option for the text rendering. It sets the...
2003-09-10 Laurent Aimar * ftp : use atoll.
2003-09-10 Laurent Aimar * http: Added 'Connection: Close' in the request....
2003-09-10 Clément StenacRemoved useless stuff for icecast
2003-09-10 Derk-Jan Hartman* Fixed the subsdec variables
2003-09-10 Clément Stenac* Workaround for buggy IceCast servers who identify...
2003-09-10 Laurent Aimar * demux/sdp: a msg_Err -> msg_Warn. Btw, it begins...
2003-09-10 Clément Stenac* visual.c: compilation fix in strings
2003-09-09 Derk-Jan Hartman* modules/visualization/visual/visual.c:
2003-09-09 Derk-Jan HartmanFixed list of muxers. QT and mp4 might need to be disab...
2003-09-09 Derk-Jan HartmanFix the condition for old faad.
2003-09-08 Clément Stenac* modules/visualisation/visual/effects.c
2003-09-08 Laurent Aimar * sdp: added --rtsp-tcp option. (rtp over rtsp connection)
2003-09-08 Laurent Aimar * sdp: commented out a debug message and added some...
2003-09-08 Clément Stenac* modules/gui/wxwindows/playlist.cpp
2003-09-08 Clément Stenac* src/playlist/playlist.c
2003-09-08 Benjamin Pracht-pvr.c
2003-09-08 Laurent Aimar * sdp: do not register 'rtp' name for access.
2003-09-08 Laurent Aimar * sdp : begin to play rtsp stream (as well as sdp...
2003-09-08 Laurent Aimar * rtsp: useless.
2003-09-08 Laurent Aimar * all: clean up.
2003-09-07 Laurent Aimar * control: use new variables and 'title*', 'chapter...
2003-09-07 Laurent Aimar * all : set pf_demux_control.
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-09-07 Laurent Aimar * gather: try to gather stream with similar propertie...
2003-09-07 Laurent Aimar * file: added an append option. (The default is to...
2003-09-05 Cyril Deguet* new event VLC_NET to open the network dialog ( "net...
2003-09-03 Benjamin Pracht * qdsk.c : fix a typo
2003-09-03 Gildas Bazin* modules/codec/libmpeg2.c: fixed segfault on exit.
2003-09-03 Clément StenacAdded descriptions
2003-09-02 Gildas Bazin* modules/codec/theora.c: oops, introduced a bug in...
2003-09-02 Sigmund Augdal Helberguse the configuration system, that is what it is there for
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-09-02 Gildas Bazin* modules/mux/mp4.c: mp4 muxer now produces quicktime...
2003-09-02 Sam Hocevar * modules/gui/skins/src/themeloader.cpp: Added proper...
2003-09-01 Gildas Bazin* modules/video_output/x11/xcommon.c: fixed YUY2 overlay.
2003-09-01 Jean-Paul SamanSmall error in hi/low band detection inside ioctl_SetFr...
2003-08-31 Gildas Bazin* modules/access/dshow/*: always try to get the video...
2003-08-31 Clément StenacMaybe fixes the crash (can't be sure, as it works on...
2003-08-30 Gildas Bazin* modules/gui/wxwindows/messages.cpp: forgot to initial...
2003-08-30 Gildas Bazin* include/vlc_config.h: removed unused config stuff.
2003-08-30 Gildas Bazin* modules/access/v4l/v4l.c: fixed uninitialized variable.
2003-08-30 Laurent Aimar * libavi.c: fixed a dead loop when data are missing.
2003-08-29 Laurent Aimar * all: removed old encoding way.
2003-08-29 Laurent Aimar * asf: you can now add 'title', 'author', 'copyright...
2003-08-29 Laurent Aimar * v4l: removed encoder.h include.
2003-08-29 Laurent Aimar * all: fix some gcc warnings and removed all u8/u16...
2003-08-29 Clément Stenac* effects.c :
2003-08-29 Laurent Aimar * asf: added stream infos object and fix a bug in...
next