]> git.sesse.net Git - vlc/history - modules
* Some fixes
[vlc] / modules /
2005-06-30 Benjamin Pracht* Some fixes
2005-06-30 Felix Paul Kühne* implemented reset- and backward-methods (refs #13)
2005-06-30 Felix Paul Kühne* added a summary-tab at the end of the wizard (mostly...
2005-06-29 Gildas Bazin* modules/stream_out/rtp.c, modules/misc/rtsp.c: attemp...
2005-06-29 Benjamin Pracht* Still some work for playlist drag'n'drop
2005-06-29 Gildas Bazin* modules/mux/mp4.c: added support for amr nb/wb and...
2005-06-29 Benjamin Pracht* Add an option to recusively expand the current node...
2005-06-28 Derk-Jan Hartman* Fix some configuration options declerations and strings
2005-06-28 Derk-Jan Hartman* forwardport of [11522]
2005-06-28 Benjamin Pracht* Don't select items that are in a selected node for...
2005-06-28 Benjamin Pracht* Start of the beginnig of drag'n'drop in the OSX playl...
2005-06-28 Rémi Denis-CourmontThis doesn't owe in the VLC
2005-06-27 Clément StenacDon't insult the user - Patch by Torsten Spindler
2005-06-27 Gildas Bazin* modules/demux/playlist/b4s.c: WinCE compilation fix.
2005-06-27 Gildas Bazin* modules/codec/mpeg_audio.c: don't use this codec...
2005-06-26 Felix Paul Kühne* implemented a general, re-usable help-panel used...
2005-06-26 Clément StenacHigher default caching value. Prebuffering should reall...
2005-06-26 Antoine Cellerierforward port 11543 (again)
2005-06-26 Rémi Denis-CourmontCompile fix
2005-06-26 Rémi Denis-CourmontFixes httpd_ClientIP on Win32 & the likes
2005-06-26 Rémi Denis-CourmontForgot this file
2005-06-26 Rémi Denis-CourmontUse integer rather than strings for UDP/TCP port numbers
2005-06-25 Rémi Denis-CourmontFix previous commit
2005-06-25 Rémi Denis-CourmontMost compiler warning fixed
2005-06-25 Antoine Cellerierforward port of 11539
2005-06-25 Rémi Denis-CourmontHTTP_PROXY -> http_proxy that's the commit I should...
2005-06-25 Rémi Denis-CourmontForward port of 11534
2005-06-25 Rémi Denis-Courmont- support for Basic HTTP Proxy authentication (closes...
2005-06-25 Rémi Denis-CourmontClean up : use user and pass from vlc_UrlParse
2005-06-25 Rémi Denis-CourmontBigger buffer to reduce stuttering
2005-06-24 Derk-Jan Hartman* More greenline prevention (opengl sucks ! :D )
2005-06-24 Benjamin PrachtMuch cleaner fix for the "vlc would crash on item delet...
2005-06-23 Clément StenacFix "intf" saving - Closes #223
2005-06-23 Derk-Jan Hartman* Disabled UDP timeout on multicast RTSP sessions....
2005-06-23 Benjamin Pracht* Fixes playlist search
2005-06-23 Derk-Jan Hartman* Properly release streams. closes #226
2005-06-21 Rémi Denis-Courmont- Rounds VOC v1.10 sample rates to usual values (11025...
2005-06-21 Benjamin PrachtFix playlist item search (was broken by the "general...
2005-06-21 Benjamin Pracht* Hopefully really fix OSX playlist this time (very...
2005-06-20 Derk-Jan Hartman* Mark the video and decoder options of the dummy modul...
2005-06-20 Felix Paul Kühne* forwardport [11483] to trunk
2005-06-20 Derk-Jan Hartman* Don't show the General node in OS X playlist. it...
2005-06-20 Benjamin PrachtAdd a playlist lock. Hopefully fixes the last crash...
2005-06-20 Benjamin Pracht* Use 0 as default quality setting. The previous "3...
2005-06-19 Felix Paul Kühne* ALL: basic skeleton for a streaming-wizard (refs...
2005-06-17 Christophe Massiot * modules/demux/playlist/playlist.c: New --no-playlist...
2005-06-17 Christophe Massiot * modules/demux/playlist: Exported symbols inside...
2005-06-17 Christophe Massiot * modules/control/http.c: Added support for .hosts...
2005-06-15 Antoine Cellerierfix prefs icon problem under windows. (All subcategory...
2005-06-15 Christophe Mutricyaccess/dvdread.c: Compilation fix
2005-06-14 Derk-Jan Hartman* Lets go beserk on the locking and event passing for...
2005-06-14 Derk-Jan Hartman* remove some useless i_mux_rate stuff that we don...
2005-06-14 Derk-Jan Hartman* Fix the Reset button for OS X preferences (closes...
2005-06-14 Gildas Bazin* modules/video_output/x11/xcommon.c: try to detect...
2005-06-14 Derk-Jan Hartman* Accurate GET_TIME for dvdread
2005-06-14 Gildas Bazin* modules/video_output/opengl.c: win32 build fix ...
2005-06-13 Derk-Jan Hartman* Largefile support for segmented mkv files (closes...
2005-06-13 Derk-Jan Hartman* compile fix
2005-06-13 Christophe Massiot * modules/stream_out/bridge.c: Fixed the bug of disapp...
2005-06-12 Derk-Jan Hartman* Don't list 'Input only' devices
2005-06-10 Derk-Jan Hartman* Changed mute hotkey to command-alt-arrowdown (like...
2005-06-10 Benjamin PrachtAdd a tooltip to the "search in playlist" input field
2005-06-10 Clément StenacImplement SORT_AUTHOR. Closes #196
2005-06-10 Clément StenacRemove i263 from stream output dialogs. Closes #187
2005-06-10 Felix Paul Kühnemosaic.c: fixed a string
2005-06-10 Christophe Massiot * include/vlc_threads.h: Priority level VLC_THREAD_PRI...
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-06-10 Christophe Massiot * modules/mux/mpeg/ts.c: New --no-sout-ts-crypt-video...
2005-06-10 Christophe Massiot * modules/codec/ffmpeg: New options to fine-tune advan...
2005-06-10 Christophe Massiot * modules/access/fake.c: New --fake-id option to speci...
2005-06-10 Benjamin Pracht* reflects syntax change in the dvdread access
2005-06-10 Felix Paul Kühne* fixed some strings
2005-06-10 Felix Paul Kühneforwardport of [11376]
2005-06-09 Benjamin Pracht* All: include x264 in the contrib system, and add...
2005-06-09 Derk-Jan Hartman* GL_CLAMP --> GL_CLAMP_TO_EDGE. This fixes the Greenli...
2005-06-08 Jean-Paul SamanForward port of #11366
2005-06-08 Clément StenacBackport [11359]
2005-06-08 Gildas Bazin* modules/access/dvdnav.c: slightly better fix for...
2005-06-08 Rémi Denis-Courmontport previous commits
2005-06-08 Derk-Jan Hartman* Fix rear speaker recognition
2005-06-08 Christophe Massiot * modules/codec/fake.c: New fake codec. Use it in...
2005-06-08 Christophe Massiot * modules/stream_out/transcode.c: Really fixed the...
2005-06-08 Gildas Bazin* modules/stream_out/transcode.c: fixed crash with...
2005-06-08 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c, modules/packetizer...
2005-06-08 Gildas Bazin* modules/demux/mkv.cpp: don't forget to release the...
2005-06-07 Jean-Paul SamanForward port of revision #11345: Correctly display...
2005-06-07 Christophe Massiot * modules/codec/ffmpeg: More sensible values for ...
2005-06-07 Christophe Massiot * modules/access_output/udp.c: More verbosity when...
2005-06-07 Christophe Massiot * modules/stream_out/bridge.c: Miscellaneous fixes...
2005-06-07 Christophe Massiot * modules/stream_out/mosaic_bridge.c: Avoid accessing...
2005-06-07 Christophe Massiot * modules/stream_out/transcode.c: Fixed a segfault...
2005-06-07 Gildas Bazin* modules/audio_output/directx.c: audio device selectio...
2005-06-07 Gildas Bazin* modules/codec/x264.c: proper calculation of PTS/DTS...
2005-06-07 Gildas Bazin* modules/stream_out/transcode.c: better picture heap...
2005-06-06 Gildas Bazin* modules/codec/x264.c: support for multi-threaded...
2005-06-06 Christophe Massiot * modules/stream_out/transcode.c: Bail out when no...
2005-06-06 Gildas Bazin* modules/codec/ffmpeg/encoder.c: don't enable CODEC_FL...
2005-06-05 Derk-Jan Hartman* Fix for if only several channels are not set.
2005-06-05 Derk-Jan Hartman* Fix the issues with changing inNumberFrames when...
2005-06-05 Gildas Bazin* modules/access/dvdnav.c,dvdread.c: don't crash if...
next