]> git.sesse.net Git - vlc/history - modules
* modules/access/satellite: Big rework of the old satellite module.
[vlc] / modules /
2003-11-07 Christophe Massiot* modules/access/satellite: Big rework of the old satel...
2003-11-07 Jean-Paul SamanPDA interface:
2003-11-07 Laurent Aimar * livedotcom.cpp: - better pts handling but still...
2003-11-07 Rocky BernsteinNeed to change libvcdinfo to be more robust when there are
2003-11-07 Jean-Paul SamanBasic functionality of File tabpage is working.
2003-11-07 Jean-Paul SamanRemoving GPE specific stuff.
2003-11-07 Laurent Aimar * more tolerant sdp check when using rtsp://. (SDP...
2003-11-06 Clément StenacSync with latest changes
2003-11-06 Laurent Aimar * livedotcom.cpp: use live.com library to read rtsp...
2003-11-06 Gildas Bazin* modules/demux/mpeg/ts.c: compilation fix for old...
2003-11-06 Damien Lucas. a small fix .... (many other to follow in the next...
2003-11-06 Derk-Jan Hartman* Going to Fullscreen was effecting all vout's. should...
2003-11-06 Derk-Jan Hartman* Updated the Output dialog.
2003-11-06 Damien Lucas. I422 -> YV12 Chroma
2003-11-06 Damien Lucas. 422 deinterlacing (bob and blend filters)
2003-11-06 Damien Lucasoups, ... forgot the interesting file !
2003-11-06 Damien Lucasdvbsub.c: DVB subtitles decoder (ETSI EN 300 743)....
2003-11-06 Derk-Jan Hartman* changed how cursor hiding works. Not perfect, but...
2003-11-06 Christophe Massiot* New (experimental and incomplete) demuxstream module...
2003-11-06 Gildas Bazin* modules/misc/sap.c: compilation fix.
2003-11-06 Simon Latapie * http interface: added volume control (relative or...
2003-11-06 Gildas Bazin* modules/access/v4l/v4l.c: big clean-up of the Video4L...
2003-11-05 Derk-Jan Hartman* Compilation fix. One to many )
2003-11-05 Laurent Aimar * sap: big clean up + some buffer overflow fixes ...
2003-11-05 Gildas Bazin* modules/gui/wxwindows/streamout.cpp: fixed a couple...
2003-11-05 Gildas Bazin* include/vlc_codec.h, modules/codec/ffmpeg/encoder...
2003-11-05 Gildas Bazin* src/input/input.c: honor the --demux config option...
2003-11-05 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fixed bug in the...
2003-11-05 Gildas Bazin* modules/gui/wxwindows/preferences_widgets.*: added...
2003-11-05 Laurent Aimar * all: who has seen that I have just forgot to release...
2003-11-05 Derk-Jan Hartman* moved garfou's changes before a variable that is...
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-11-05 Derk-Jan HartmanPlease test if this has any regressions
2003-11-04 Gildas Bazin* src/video_output/vout_synchro.c, include/vout_synchro...
2003-11-04 Simon Latapie * http interface: added "fullscreen" and "keep" functions
2003-11-04 Laurent Aimar * adpcm: converted to new API (need more testing).
2003-11-04 Eric Petit + configure.ac:
2003-11-04 Laurent Aimar * input: fixed position-offset, time and time-offset.
2003-11-04 Laurent Aimar * araw: ported to new API.
2003-11-03 Sam Hocevar * modules/misc/sap.c: fixed a warning and some coding...
2003-11-03 Laurent Aimar * all: ported the faad decoder to the new API (btw...
2003-11-03 Gildas Bazin* modules/access/dshow/*: attempt at supporting DV...
2003-11-03 Derk-Jan Hartman* modules/gui/macosx/*: Commit of the Visualizations...
2003-11-03 Gildas Bazin* modules/demux/mpeg/*: added support for ISO/IEC 13818...
2003-11-03 Simon Latapie * http.c,index.html: add seek function in http interfa...
2003-11-02 Gildas Bazin* modules/control/http.c: cough cough.
2003-11-02 Gildas Bazin* modules/gui/wxwindows/preferences_widgets.cpp: show...
2003-11-02 Gildas Bazin* modules/demux/util/id3.c, modules/demux/util/id3tag...
2003-11-02 Gildas Bazin* modules/control/http.c: delete command supports a...
2003-11-02 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2003-11-02 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2003-11-02 Gildas Bazin* src/audio_output/input.c: on-the-fly visualization...
2003-11-02 Derk-Jan Hartman* modules/audio_output/input.c: created variables to...
2003-11-02 Derk-Jan Hartman* Fixed bugs in parsing SSA lines. Turns out we are...
2003-11-01 Laurent Aimar * added stream_out_rtp.
2003-11-01 Laurent Aimar * rtp: added l8 (u8 samples) and l16 (s16b samples...
2003-11-01 Laurent Aimar * araw: mhh, aout_buffer_t.i_nb_samples is samples...
2003-11-01 Laurent Aimar * araw: added pseudo raw encoder. (s16b and s16l ...
2003-11-01 Laurent Aimar * rtp: - added TS/PS support. (ex: #rtp{dst=ip,port...
2003-11-01 Laurent Aimar * rtp: Added mpeg4 video(rfc 3016) and audio(mpeg4...
2003-11-01 Laurent Aimar * udp: added a new option: raw, to use it udp{raw...
2003-10-31 Derk-Jan Hartman* starting support for external vobsubs.
2003-10-31 Gildas Bazin* modules/control/hotkeys.c: use demux_Control( p_input...
2003-10-31 Laurent Aimar * begin to add a rtp mixer. For now it support mpeg...
2003-10-31 Derk-Jan Hartman* modules/demux/mkv.cpp: Set English as the default...
2003-10-30 Derk-Jan Hartman* Use the new vout_OSDMessage on the new hotkeys functions.
2003-10-30 Derk-Jan Hartman* implemented a vout_OSDMessage to display messages...
2003-10-30 Gildas Bazin* modules/gui/skins/win32/*: fixed a problem with drag...
2003-10-30 Gildas Bazin* modules/control/hotkeys.c, src/libvlc.h, include...
2003-10-30 Gildas Bazin* modules/stream_out/transcode.c: fixed last pts/dts...
2003-10-30 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2003-10-29 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2003-10-29 Gildas Bazin* modules/gui/wxwindows/preferences_widgets.cpp: attemp...
2003-10-29 Clément StenacWrap help at 72 chars instead of 80 to get our whole...
2003-10-29 Gildas Bazin* modules/gui/wxwindows/preferences.cpp: restored the...
2003-10-29 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MPEG2VIDEO...
2003-10-29 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MP3 is only...
2003-10-29 Gildas Bazin* modules/gui/wxwindows/*: fixed breakage.
2003-10-29 Clément StenacGrmbl, it was obvious I would forget to add the new...
2003-10-29 Clément Stenac* src/playlist/* && Makefile.am
2003-10-29 Gildas Bazin* modules/misc/freetype.c: don't use the pitch of the...
2003-10-29 Derk-Jan Hartman* hopefully this fixes the instability of the osx vout.
2003-10-29 Derk-Jan Hartman* the OSX vout has support for the new hotkeys now...
2003-10-29 Gildas Bazin* ALL: improved hotkeys support.
2003-10-29 Sigmund Augdal Helbergmodules/misc/freetype.c:
2003-10-28 Gildas Bazin* modules/video_output/x11/xcommon.c: hotkeys handling...
2003-10-28 Gildas Bazin* modules/video_output/directx/events.c: added centrali...
2003-10-28 Gildas Bazin* modules/codec/ffmpeg/video.c: fixed screwed up indire...
2003-10-28 Olivier TeulièreFix for a synchronization problem when a checkbox has...
2003-10-27 Jean-Paul SamanPDA interface update:
2003-10-27 Gildas Bazin* modules/gui/wxwindows/streamout.cpp: added theora...
2003-10-27 Gildas Bazin* modules/stream_out/transcode.c: bail out if we can...
2003-10-27 Gildas Bazin* modules/stream_out/transcode.c, modules/codec/ffmpeg...
2003-10-27 Rocky BernsteinDon't assume when Activate is called that i_tell is...
2003-10-27 Gildas Bazin* modules/codec/vorbis.c: fixed vorbis encoding.
2003-10-27 Damien Lucas. in PMT decoder, fix the iso639-2B language code decod...
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/audio.c: compilation fix
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/*: ported the ffmpeg audio and...
2003-10-26 Sigmund Augdal Helbergmodules/video_output/x11/xcommon.c:
2003-10-26 Gildas Bazin* modules/video_output/x11/xcommon.c: compilation fix.
next