]> git.sesse.net Git - vlc/history - src
* include/vlc_video.h: Fixed mask variable types for YUV to RGB conversions.
[vlc] / src /
2006-04-21 Christophe MutricyFix error pages
2006-04-20 Rémi Denis-CourmontFix overflow on UTF-16 strings with an odd characters...
2006-04-19 Filippo Caronedelete item added in playlist control
2006-04-15 Cyril Deguet* all: added a new skin text variable "$S" to get the...
2006-04-15 Rémi Denis-CourmontDo not provide a broken language option on Linux and...
2006-04-14 Rémi Denis-CourmontDo not alter LC_NUMERIC (refs #581).
2006-04-13 Derk-Jan Hartman* Revert the unintentially committed files of [15202]
2006-04-13 Derk-Jan Hartman* Fix libgcrypt on MacIntel by disabling it's ASM....
2006-04-13 Derk-Jan Hartman* Fix subtitle alignment if we don't have styles....
2006-04-12 Rémi Denis-CourmontSet close-on-exec flag on sockets so that we don't...
2006-04-11 Antoine Cellerier"too"!=2=="two"
2006-04-11 Antoine CellerierFix indentation.
2006-04-11 Rémi Denis-CourmontLalala
2006-04-11 Rémi Denis-CourmontEven more tests
2006-04-11 Rémi Denis-CourmontAdditionnal unit test for decode_URI
2006-04-11 Rémi Denis-CourmontFix missing initializer warning
2006-04-11 Clément StenacMore strings
2006-04-11 Clément StenacString fixes
2006-04-10 Derk-Jan Hartman* Fix 16:9 vs. 16:10 AR and cropping switching on the...
2006-04-09 Antoine CellerierHum, in fact we should remove it altogether since it...
2006-04-09 Antoine CellerierFix what looks like a type. (someone confirm please)
2006-04-09 Rémi Denis-CourmontBasic unit test for URI decoding
2006-04-08 Rémi Denis-CourmontFix warning
2006-04-07 Antoine CellerierWin32 specific changes: Add --started-from-file option...
2006-04-07 Christophe Massiot * src/misc/strings.c: Missing break; in decode_URI().
2006-04-07 Derk-Jan Hartman* Lower the priority of the SVG renderer
2006-04-07 Rémi Denis-CourmontOops again
2006-04-06 Antoine CellerierFix OSD display when vout crop is used (so that every...
2006-04-06 Rémi Denis-Courmont- Reimplement URL component decoding separately from...
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-04-06 Christophe MutricyFix if statement
2006-04-05 Christophe Massiot * src/misc/httpd.c: Do not dereference a possibly...
2006-04-04 Antoine CellerierRemove useless code (or its use was really cryptic)
2006-04-03 Christophe MutricyComple fix
2006-04-03 Rémi Denis-Courmont- Do not rewrite “+” as a white space when unescaping...
2006-04-03 Derk-Jan Hartman* Fix FindFallbackEncoding on Mac OS X.
2006-04-02 Rémi Denis-CourmontFix warning
2006-04-02 Rémi Denis-CourmontMissing ;
2006-04-02 Rémi Denis-CourmontFix warning
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-04-01 Rémi Denis-CourmontMore useless code - at least at do try to understand...
2006-04-01 Rémi Denis-CourmontFixes are cool when they actually fix something
2006-04-01 Antoine CellerierHum, this isn't needed anymore.
2006-04-01 Antoine CellerierFix stat wrapper on windows... Wrappers are nice. Wrapp...
2006-03-31 Antoine CellerierPrevent segfault under windows. We now have to fix...
2006-03-31 Antoine CellerierLibvlc strings 2nd review (Refs:#438)
2006-03-31 Rémi Denis-CourmontProbably a fix for crap compilers
2006-03-31 Rémi Denis-CourmontFix an old overflow and two recent bugs introduced...
2006-03-31 Filippo CaronePlaylist control: libvlc_playlist_pause added
2006-03-30 Rémi Denis-CourmontCosmetic, Fix my name
2006-03-29 Antoine CellerierFix windows drive listing. (We have wrappers arround...
2006-03-29 Antoine Celleriersrc/misc/vlm.c: fix FindEndCommand quote escaping
2006-03-29 Rémi Denis-CourmontFix warnings
2006-03-29 Felix Paul Kühne* fixed a few signedness warnings. Please shout if...
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-03-28 Clément StenacFix intf options
2006-03-27 Clément StenacStrings review for libvlc.h (Refs:#438)
2006-03-27 Rémi Denis-Courmont- Use utf_8scandir() and some cleanup
2006-03-27 Rémi Denis-CourmontFix lame encoded URL decoder (closes #613)
2006-03-27 Rémi Denis-Courmontutf8_scandir: Unicode wrapper for scandir()
2006-03-25 Derk-Jan Hartman* In case we do scaling on SSA subs, we also need to...
2006-03-25 Clément Stenac* Remove Advanced/Misc
2006-03-25 Clément Stenac*EXPERIMENTAL* Default to disabling vout_synchro, but...
2006-03-25 Christophe Mutricymisc/configuration.c: Use the proper directory separator
2006-03-25 Rémi Denis-CourmontBug to really-stupid-and-worrisomely-not-fixed-for...
2006-03-22 Jean-Paul SamanAdd support for X-Playnow RTSP option
2006-03-22 Rémi Denis-CourmontIsUTF8: check if a string is a valid UTF8 sequence...
2006-03-22 Rémi Denis-CourmontClean up
2006-03-22 Rémi Denis-CourmontClean up vlc_iconv prototype
2006-03-21 Rémi Denis-Courmont- FromWide(): converts a wchar_t * to UTF-8 char *
2006-03-20 Antoine Cellerierfix #478.
2006-03-18 Jean-Paul SamanUndo r 14546 breakage
2006-03-18 Clément StenacDon't use %f in es_out (Closes:#587)
2006-03-18 Clément StenacDisplay IP of client in debug
2006-03-18 Clément StenacDon't use %f in VLM, except for display (Closes:#588)
2006-03-15 Derk-Jan Hartman* Fix src/misc/charset on platforms without setlocale...
2006-03-14 Antoine CellerierLooks like we didn't malloc the right size. (If this...
2006-03-13 Rémi Denis-CourmontChange Russian charset selection
2006-03-13 Rémi Denis-CourmontCandidate language to likely non-UTF8 code page functions
2006-03-12 Rémi Denis-Courmont* Use uint32_t instead of wchar_t to represent UTF32...
2006-03-12 Rémi Denis-CourmontAlways link libintl through libvlc on Win32
2006-03-12 Rémi Denis-Courmont * Revert my [14546] that doesn't work
2006-03-12 Jean-Paul SamanFix compiler warning: Add missing include
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-03-11 Antoine CellerierCheck that destination node is really a node.
2006-03-10 Rémi Denis-CourmontFix typo
2006-03-10 Rémi Denis-CourmontTest distcheck with libtool when using libtool so I...
2006-03-10 Rémi Denis-CourmontRemove broken lldiv check and only use lldiv replacemen...
2006-03-10 Rémi Denis-CourmontUse better name for newly introduced file
2006-03-10 Rémi Denis-CourmontSame as previous commit - for VLC
2006-03-10 Rémi Denis-CourmontFix and restore nice file names
2006-03-10 Rémi Denis-CourmontClean up ListenTCP error handling (refs #320)
2006-03-09 Rémi Denis-Courmont- Clean up error message generation with TCP outgoing...
2006-03-09 Rémi Denis-CourmontCommon socket error handling
2006-03-09 Rémi Denis-CourmontFix make core on Win32 with shared libvlc
2006-03-09 Christophe Mutricylibvlc.h: preferences tweaking
2006-03-09 Christophe Mutricyall: move the logger option from video to interface...
2006-03-09 Derk-Jan Hartman* Don't crash if we want to msg_Dbg on an object that...
2006-03-09 Rémi Denis-CourmontAs a work-around, accept both decimal separators when...
2006-03-08 Eric Petit Force lldiv emulation on BeOS
next