]> git.sesse.net Git - vlc/history - modules
* modules/gui/wince: new open directory menu (win32 only for now)
[vlc] / modules /
2005-03-29 Gildas Bazin* modules/gui/wince: new open directory menu (win32...
2005-03-29 Gildas Bazin* modules/gui/wince/interface.cpp: fixed menus handling.
2005-03-29 Gildas Bazin* modules/demux/ts.c: use EIT support in libdvbpsi...
2005-03-29 Laurent Aimar * ts: do not include eit.h if TS_USE_DVB_SI is 0.
2005-03-28 Derk-Jan Hartman* New menu-items referencing forum
2005-03-28 Derk-Jan Hartman* Spelling correction
2005-03-28 Derk-Jan Hartman* Changed video-fiter to vout-filter, because video...
2005-03-28 Steve Lhommemkv.cpp: compilation fixes for gcc
2005-03-28 Steve Lhommemkv.cpp: seeking in linked files now works
2005-03-28 Steve Lhommemkv.cpp: compute the correct duration even when some...
2005-03-28 Steve Lhommemkv.cpp: handle missing linked segments (seg->missing...
2005-03-28 Steve Lhommemkv.cpp: major rewrite to handle hard-linked segments...
2005-03-28 Steve Lhommemkv.cpp: no more crash on linked segments or multi...
2005-03-27 Mark Moriartymux/asf.c new --sout-asf-packet-size switch. It defau...
2005-03-27 Steve Lhommemkv.cpp: hard-linked segments can now play in order...
2005-03-27 Steve Lhommemkv.cpp: new options for the demuxer
2005-03-26 Olivier Aubertsnapshot.c:
2005-03-26 Olivier Aubertsvg.c: updated to the latest changes in the text render...
2005-03-26 Steve Lhommemkv.cpp: avoid gcc warnings
2005-03-25 Steve Lhommemkv.cpp: play all loaded segments sequentially and...
2005-03-25 Steve Lhommemkv.cpp: the first Cluster was lost due to preloading
2005-03-25 Eric Petit Fix for thread-unsafe OpenGL implementations (OS X...)
2005-03-25 Laurent Aimar * vlc_meta.h: added a few const
2005-03-24 Eric Petit nuv.c: compile fix (for big endian platforms)
2005-03-23 Steve Lhommemkv.cpp: fix the pb of switching when seeking was used...
2005-03-23 Steve Lhommemkv.cpp: prepare for more segment switching features
2005-03-23 Steve Lhommemkv.cpp: segment switching almost work and doesn't...
2005-03-23 Christophe Massiot* modules/stream_out/bridge.c: New bridge-in/bridge...
2005-03-23 Christophe Massiot* modules/mux/mpeg/ts.c: New --sout-ts-es-id-pid which...
2005-03-23 Christophe Massiot* modules/mux/mpeg/ts.c, modules/demux/ts.c: Fixed...
2005-03-23 Laurent Aimar * all: added a nuv demuxer (limited to mpeg4 video...
2005-03-23 Laurent Aimar * dvb: fix report of error in FrontendPoll (please...
2005-03-22 Mark Moriartyreintroduce nearbyint, but use the 1001 multiplier...
2005-03-22 Gildas Bazin* modules/stream_out/transcode.c: reverted previous...
2005-03-21 Olivier Teulière * skins2: added vlc.volumeUp() and vlc.volumeDown...
2005-03-21 Derk-Jan Hartman* Patch to reenable sap-timeout functionality (Bug...
2005-03-20 Mark Moriartytranscode -- round fps to full integer value (eg, 25...
2005-03-20 Cyril Deguet- all: use fribidi in skins2 text rendering if available
2005-03-19 Gildas Bazin* modules/codec/dvbsub.c: first implementation of dvb...
2005-03-19 Mark Moriartytranscode nit -- use nearbyint to get accurate conversi...
2005-03-19 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: fixed resampling...
2005-03-18 Gildas Bazin* modules/stream_out/transcode.c: convert audio to...
2005-03-18 Mark Moriartyps.c -- add i_rate_bound (MPEG spec 13818 requires...
2005-03-17 Gildas Bazin* modules/audio_filter/resampler/linear.c: ported linea...
2005-03-17 Gildas Bazin* modules/stream_out/transcode.c: simplifications ...
2005-03-17 Gildas Bazin modules/codec/araw.c: a/ulaw encoding support. Patch...
2005-03-17 Gildas Bazin* modules/stream_out/transcode.c: prepare transcoder...
2005-03-17 Gildas Bazin* src/misc/image.c, src/video_output/vout_intf.c: handl...
2005-03-17 Christophe Massiot* modules/stream_out/switcher.c: Fixed aspect ratio.
2005-03-17 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: resampling fix...
2005-03-17 Steve Lhommemkv.cpp: allow seamless transition between segments
2005-03-17 Gildas Bazin* modules/audio_filter/converter/mpgatofixed32.c: added...
2005-03-17 Gildas Bazin* modules/codec/ffmpeg/encoder.c: reverted commit 10351...
2005-03-16 Gildas Bazin* modules/gui/wince: better volume slider behaviour.
2005-03-16 Gildas Bazin* modules/audio_output/waveout.c: change global volume...
2005-03-16 Steve Lhommemkv.cpp: faster code with newer libs
2005-03-16 Steve Lhommemkv.cpp: seeking is not only based on video
2005-03-16 Gildas Bazin* modules/audio_filter/converter/a52tofloat32.c: suppor...
2005-03-16 Steve Lhommemkv.cpp: store silent tracks info
2005-03-16 Jean-Paul SamanQuick patch to make pda.c inteface compile again. It...
2005-03-16 Steve Lhommemkv.cpp: more code rearranging
2005-03-16 Eric Petit macosx/voutgl.m: fixed --macosx-stretch in GL provider
2005-03-16 Gildas Bazin* modules/access/directory.c: fixed a bunch of bugs.
2005-03-16 Gildas Bazin* modules/demux/ty.c: fixed segfault while probing.
2005-03-16 Rémi Denis-Courmont- TY should have a lower priority than PS
2005-03-16 Derk-Jan Hartman* New ignore-filetypes option for the directory module.
2005-03-15 Christophe Massiot* modules/codec/ffmpeg/encoder.c: Fixed aspect ratio...
2005-03-15 Christophe Massiot* modules/stream_out/switcher.c: Added --sout-switcher...
2005-03-15 Sigmund Augdal Helbergwall.c: fix alignment when rows or cols are 2 or less.
2005-03-15 Gildas Bazin* modules/audio_output/waveout.c: use hardware volume...
2005-03-15 Anil Daoud* display useful information in the tooltip
2005-03-15 Jérome DecoodtWork on MacOS preferences. Need to be completed, improv...
2005-03-14 Derk-Jan Hartman* macosx: simplify volume update method for scrollfield...
2005-03-14 Anil Daoud* wxwindows/*: disable systray code for wx2.4 (Thanks...
2005-03-14 Derk-Jan Hartman* Renamed --filter to --video-filter for reasons of...
2005-03-14 Laurent Aimar * mp4.c: do not unselect ES at the end.
2005-03-14 Sam Hocevar * modules/stream_out/switcher.c: fixed forbidden...
2005-03-14 Anil Daoud* activex: updated svn:ignore property
2005-03-14 Sigmund Augdal Helbergcorba/Modules.am: include missing files in dist. Fixes...
2005-03-13 Jérome DecoodtAdded setScrollField: and resetScrollField to manage...
2005-03-13 Steve Lhommemkv.cpp: use the same technique for the main segment...
2005-03-13 Steve Lhommemkv.cpp: segment preloading now works
2005-03-13 Rémi Denis-CourmontFix my email address
2005-03-12 Eric Petit Renamed the "contrast" variable used between dvdnav...
2005-03-12 Steve Lhommemkv.cpp: know your parents better
2005-03-12 Steve Lhommemkv.cpp: better segment initialisation
2005-03-12 Steve Lhommemkv.cpp: don't keep segments already found elsewhere
2005-03-12 Steve Lhommemkv.cpp: more code reorganisation for segment preloading
2005-03-11 Anil Daoud* configure.ac: alsa is now really default enabled
2005-03-11 Clément StenacString fixes by Christophe Mutricy
2005-03-11 Steve Lhommemkv.cpp: preload linked segments too
2005-03-11 Steve Lhommemkv.cpp: remove an unused variable
2005-03-11 Sigmund Augdal Helbergalsa.c: removed a printf, shut up a compiler warning
2005-03-11 Jean-Paul SamanRemoved unneeded VLC_OBJECT() cast and another segfault...
2005-03-11 Sigmund Augdal Helbergwxwindows/preferences_widgets.cpp: Fix size of ModulesL...
2005-03-11 Gildas Bazin* modules/codec/ffmpeg/encoder.c, modules/stream_out...
2005-03-11 Rémi Denis-CourmontTivo file demuxer
2005-03-11 Clément StenacReduce the global verbosity
2005-03-10 Clément StenacFix locking
2005-03-10 Jean-Paul SamanSame mistake here: Pass real VLC_OBJECT's to msg_*
next