]> git.sesse.net Git - vlc/history - modules
* New OSX controller (iTunes style)
[vlc] / modules /
2003-11-15 Derk-Jan Hartman* New OSX controller (iTunes style)
2003-11-15 Laurent Aimar * set dts/length of all pes packet.
2003-11-15 Derk-Jan Hartman* extra data has changed and was crashing.
2003-11-15 Olivier TeulièreSmall fix in a preference description string
2003-11-13 Gildas Bazin* modules/video_filter/transform.c: fix for ./toolbox...
2003-11-13 Laurent Aimar * input: handle also SPU in es_out_Add (and fix a...
2003-11-13 Laurent Aimar * src/input/input.c: es_out_Add automatically add...
2003-11-13 Laurent Aimar * avi: little clean up, and ported to es_format_t.
2003-11-12 Gildas Bazin* modules/misc/sap.c: fixed misplaced variable declaration.
2003-11-12 Laurent Aimar * all: big clean up (no more global variables).
2003-11-12 Clément StenacSupport for announcement of playlist group in SAP announces
2003-11-12 Simon Latapie * http.c: little fix in RPN evaluator (now it is real...
2003-11-12 Derk-Jan Hartman* small fix to the playlist window
2003-11-12 Simon Latapie * http.c : added parsing of options in Add MRL option...
2003-11-12 Derk-Jan Hartman* Away with that annoying playlist drawer. We now have...
2003-11-11 Derk-Jan Hartman* include/vlc_keys.h: added StringToKey()
2003-11-11 Laurent Aimar * wav: es_format_t
2003-11-11 Laurent Aimar * mkv: ues es_format_t.
2003-11-11 Laurent Aimar * all: use es_format_t and es_out_*. (Not well tested...
2003-11-10 Gildas Bazin* modules/gui/wxwindows/open.cpp: compilation fix for...
2003-11-10 Gildas Bazin* modules/gui/wxwindows/*: dshow open panel is fully...
2003-11-09 Jean-Paul SamanPDA Interface:
2003-11-09 Gildas Bazin* modules/gui/wxwindows/open.cpp: added an AutoBuildPan...
2003-11-09 Jean-Paul SamanPDA Interface:
2003-11-09 Jean-Paul SamanPDA interface:
2003-11-09 Rocky BernsteinAllow return to have a numeric prefix too.
2003-11-09 Rocky BernsteinSmall changes to assist debugging.
2003-11-09 Eric Petit + modules/gui/beos/VideoOutput.cpp: fixed modifiers
2003-11-09 Jean-Paul SamanPDA Interface:
2003-11-09 Gildas Bazin* modules/access/v4l/v4l.c: couple of fixes.
2003-11-09 Jean-Paul SamanPDA inteface:
2003-11-09 Gildas Bazin* modules/gui/wxwindows/preferences_widgets.cpp: compil...
2003-11-09 Simon Latapie * http.c: removed a completely useless check (now...
2003-11-09 Simon Latapie * http.c: modify seek function (now you can put almost...
2003-11-09 Rocky BernsteinHandle keyboard input: numeric entry, next, prev, retur...
2003-11-08 Sigmund Augdal Helberguse "video" and not "audio" as media type, and 33 ...
2003-11-08 Sigmund Augdal Helbergignore streams that are not m=audio or m=video
2003-11-08 Jean-Paul SamanPDA Interface
2003-11-08 Eric Petit + configure.ac: link httpd and stream_out_standard...
2003-11-08 Jean-Paul SamanPDA interface:
2003-11-08 Sigmund Augdal Helbergmodules/misc/sap.c:
2003-11-08 Laurent Aimar * useless.
2003-11-08 Laurent Aimar * livedotcom.cpp:
2003-11-08 Laurent Aimar * araw.c: prevent segfault with ulaw/alaw.
2003-11-07 Gildas Bazin* configure.aci, modules/demux/livedotcom.cpp: win32...
2003-11-07 Laurent Aimar * lalala added livedotcom
2003-11-07 Christophe Massiot* modules/stream_out/transrate: New transrating module...
2003-11-07 Christophe Massiot* src/misc/threads.c: Implementation of real-time prior...
2003-11-07 Christophe Massiot* modules/mux/mpeg/ts.c:
2003-11-07 Laurent Aimar * udp: mp3/rtp is now correctly working.
2003-11-07 Laurent Aimar * rtp: removed a annoying debug message
2003-11-07 Laurent Aimar * livedotcom.cpp:
2003-11-07 Laurent Aimar * rtp: added a sdp options to export sdp. For now...
2003-11-07 Christophe Massiot* modules/packetizer/mpegvideo.c: Detect discontinuitie...
2003-11-07 Jean-Paul SamanPDA interface:
2003-11-07 Christophe Massiot* Updated documentation.
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...
next