]> git.sesse.net Git - vlc/history - modules
More warning fixes
[vlc] / modules /
2006-11-12 Rémi Denis-CourmontWarning fix
2006-11-12 Rémi Denis-CourmontFix compiler warnings
2006-11-12 Rémi Denis-CourmontDo not use pointer arithmethic on void pointers.
2006-11-12 Rémi Denis-CourmontTry to fix Qt4 build
2006-11-12 Rémi Denis-CourmontFix compilation of WxWidgets.
2006-11-12 Clément StenacQt4: add meta info panel and fix layout bug in stats
2006-11-12 Rafaël CarréVarious bugfixes
2006-11-11 Antoine CellerierOnly accept mouse coordinates inside video window
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Antoine CellerierAdd "shuffle" button to puzzle in order to prevent...
2006-11-11 Dennis van Amerongen* modules/gui/wxwidgets/extrapanel.cpp: Add the puzzle...
2006-11-11 Damien Fouilleul- I422 to YUY2 now works (due to previous commit)
2006-11-11 Damien Fouilleul- make sure chroma converters respect picture line...
2006-11-11 Damien Fouilleul- access/file.c: fixed stat on win32, make sure the...
2006-11-11 Rémi Denis-CourmontAdd missing UTF-8 wrapper
2006-11-11 Marian DurkovicSync IPv4 and IPv6 multicast debugs
2006-11-11 Rémi Denis-CourmontUse Unicode wrappers to open HTTP interface files
2006-11-11 Rémi Denis-CourmontFix a bunch of warnings
2006-11-11 Rémi Denis-CourmontFix [17660]
2006-11-11 Rémi Denis-CourmontDRMS: use Unicode Win32 API
2006-11-11 Rémi Denis-CourmontLeverage FromWide
2006-11-11 Rémi Denis-CourmontToLocale -> WideCharToMultiByte (refs #817)
2006-11-11 Rémi Denis-CourmontRemove another harmful extra ToLocale() call
2006-11-11 Rémi Denis-CourmontUse Unicode wrapper
2006-11-11 Rémi Denis-CourmontRemove extraneous ToLocale().
2006-11-11 Marian Durkovicforwardport [17650]
2006-11-11 Sigmund Augdal Helbergadded a color threshold filter that can make effects...
2006-11-11 Rémi Denis-CourmontDon't build Win32 code on Linux !
2006-11-11 Marian DurkovicCosmetics: Warn the user about lack of IGMPv3 support...
2006-11-11 Antoine CellerierReally prevent illegal puzzles and prevent some illegal...
2006-11-11 Antoine CellerierPut video in black slot when puzzle is solved
2006-11-11 Antoine CellerierI'm not sure that this is ok but it definitively preven...
2006-11-10 Antoine CellerierWoops.
2006-11-10 Antoine CellerierAdd --puzzle-black-slot option to change puzzle type
2006-11-10 Rémi Denis-CourmontDon't use Apple readdir fix twice
2006-11-10 Rémi Denis-CourmontUse free() instead of LocaleFree() for utf8_readdir...
2006-11-10 Rémi Denis-CourmontAdd more debug
2006-11-10 Antoine CellerierPuzzle vout filter. (vlc --vout-filter puzzle <your...
2006-11-10 Rémi Denis-CourmontSwitch the directory to the UTF-8 wrappers
2006-11-10 Rémi Denis-CourmontCosmetic changes
2006-11-10 Rémi Denis-CourmontCode factorization and some warning fixes
2006-11-10 Rémi Denis-CourmontPartial forward port of thedj's [17597]:
2006-11-09 Clément StenacDon't show visualizations selector (unused).
2006-11-09 Rémi Denis-CourmontHandle seeking with best effort in dump filter
2006-11-09 Dennis van Amerongen* wxwidgets: revert go-where-you-click slider changes...
2006-11-09 Filippo Caroneinclude errno.h in dump.c
2006-11-09 Rémi Denis-CourmontYou can't find the root object, so don't try to mess...
2006-11-09 Rémi Denis-CourmontAdd a bug. Fix compilation on Win32.
2006-11-09 Rémi Denis-CourmontFix TTL in c= line
2006-11-09 Rémi Denis-CourmontMissing(?) header
2006-11-09 Rémi Denis-CourmontHow to remove ~200 lines of code
2006-11-09 Christophe Massiot * modules/stream_out/autodel.c: Removed unused call...
2006-11-09 Rémi Denis-CourmontSuppress copy-cat code (more to come)
2006-11-09 Rémi Denis-Courmont- Remove the rc-force option, and do the same automatically
2006-11-09 Rémi Denis-CourmontOf course localetime_r has to have another name on...
2006-11-09 Christophe Massiot * modules/stream_out/autodel.c: New autodel module...
2006-11-09 Felix Paul Kühne* don't mix old and new pl API
2006-11-09 Felix Paul Kühne* added an option to disable auto-playback of newly...
2006-11-09 Felix Paul Kühne* forward-port [17568]
2006-11-09 Felix Paul Kühneretry on failure to connect to rc-unix socket. Patch...
2006-11-09 Olivier Teulière * skins2/parser/skin_parser.cpp: Fixed a crash, and...
2006-11-08 Rémi Denis-CourmontAdd dump access filter to save original media to home
2006-11-08 Derk-Jan Hartman* forwardport [17538] : Real RTSP selection fix. refs...
2006-11-08 Christophe MutricyUse add_bool where it is adapted
2006-11-08 Christophe Massiot * modules/demux/ts.c: Fixed --ts-out used in conjuncti...
2006-11-08 Christophe Massiot * modules/codec/libmpeg2.c, modules/packetizer/mpegvid...
2006-11-08 Christophe Massiot * modules/codec/ffmpeg/encoder.c: MPEG compliance...
2006-11-08 Marian DurkovicFix skins2 Drag&Drop to accept files with non-ANSI...
2006-11-07 Christophe Massiot * modules/mux/mpeg/ts.c: Fixed --sout-ts-crypt-audio and
2006-11-07 Derk-Jan Hartman* memleak if normvol filter cannot be used.
2006-11-06 Antoine CellerierUse str_format_time and str_format_meta here too. Make...
2006-11-06 Antoine CellerierUse str_format_time and str_format_meta in file output...
2006-11-06 Antoine CellerierMove string formating functions used in marq to the...
2006-11-06 Antoine CellerierTab/trailing spaces police
2006-11-06 Rémi Denis-CourmontCosmetic fix
2006-11-06 Antoine CellerierSimplify
2006-11-06 Rémi Denis-CourmontFix boundary checks on file seek
2006-11-06 Rémi Denis-CourmontDV can't (fast)seek; it does not even have a Seek callback.
2006-11-06 Marian DurkovicForwardport Unicode wxWidgets fixes - [17434], [17436...
2006-11-05 Felix Paul Kühne* forward-port [17501] and [17500]
2006-11-05 Felix Paul Kühne* forward-port [17497] with the addition of an 'embedde...
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-11-05 Rémi Denis-CourmontUse ListenUDP
2006-11-05 Rémi Denis-CourmontCosmetic fix
2006-11-04 Rémi Denis-CourmontFix error passing from IPv4 plugin
2006-11-04 Rémi Denis-CourmontFix remotely triggerable memory leak
2006-11-04 Rémi Denis-CourmontFix const warning
2006-11-04 Rémi Denis-CourmontIgnore missing TTL in c= line.
2006-11-04 Rémi Denis-CourmontFix various problems with the SDP parser:
2006-11-04 Rémi Denis-CourmontUse utf8_open
2006-11-04 Rémi Denis-CourmontFix warning
2006-11-04 Rémi Denis-Courmont- Fix quoting of IPv6 addresses in SAP source-filter
2006-11-04 Rémi Denis-CourmontFix warning
2006-11-03 Sigmund Augdal Helbergaccess_output/udp.c: Don't crash horribly when trying...
2006-11-02 Derk-Jan Hartman* forwardport the mjpeg fix and the dvbsub color fixes
2006-11-02 Dennis van Amerongen* modules/video_output/directx/direct3d.c: add experime...
2006-11-01 Sigmund Augdal Helbergmux/avi.c: write '\0' rather than an uninitalized byte...
2006-11-01 Sigmund Augdal Helbergmux/avi.c: fixed a crash when trying to make audio...
2006-11-01 Derk-Jan Hartman* Fix a bug discovered by Chris Rath on seekable files...
2006-11-01 Rémi Denis-CourmontSupport filenames outside the ANSI Code Page
next