]> git.sesse.net Git - vlc/history - modules
Don't fail with no-debug
[vlc] / modules /
2006-02-04 Jean-Paul Samanfprintf die die
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-03 Sigmund Augdal Helberglinux_dvb.c: initialize a variable
2006-02-03 Christophe MutricySeems that the widget return the path in local encoding
2006-02-02 Antoine Cellerierinclude/* : fix doxygen comments
2006-02-02 Antoine Cellerieruse VLC threads instead of wxWidgets threads.
2006-02-02 Antoine Cellerierlets hope that this fixes the win32 build
2006-02-02 Antoine CellerierFix misplaced include (triggered error on win32 build...
2006-02-02 Antoine Celleriersrc/*, include/* : update core functions. (Should make...
2006-02-02 Rémi Denis-CourmontAdd libupnp-based UPnP discovery from Christian Henz
2006-02-01 Jean-Paul SamanFixed a memleak
2006-02-01 Rémi Denis-CourmontDon't use weird MAC charset
2006-02-01 Rémi Denis-CourmontAdditionnal conversions
2006-02-01 Rémi Denis-CourmontFrench -> English
2006-02-01 Derk-Jan Hartman* Enable OpenGL without Acceleration on Mac OSX. (Fallb...
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-02-01 Rémi Denis-CourmontTranslate french comment
2006-02-01 Rémi Denis-CourmontEncode non-ASCII characters outside comments
2006-02-01 Rémi Denis-CourmontFix warnings
2006-02-01 Rémi Denis-CourmontFix a bunch of warnings involving mix between uint32_t...
2006-02-01 Derk-Jan Hartman* Fix the fourcc of OpenGL on Mac Intel. We should...
2006-02-01 Sam Hocevar * modules/demux/mp4: more explicit error messages...
2006-02-01 Rémi Denis-CourmontFixed some warnings
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-02-01 Sam Hocevar * modules/demux/mp4: added more comments and debug...
2006-02-01 Derk-Jan Hartman* A few Mac OS X intf fixes. To be honest. we should...
2006-01-31 Derk-Jan Hartman* Disable the non functional QT/Quartz output on the...
2006-01-31 Derk-Jan Hartman* SYS_DARWIN -> __ppc__ || __ppc64__
2006-01-31 Sigmund Augdal Helberglogger.c: put in header prefix for syslog output (still...
2006-01-29 Clément StenacShould fix CDDA build
2006-01-29 Derk-Jan Hartman* Open the .sub file of the vobsubs, with the ToLocale...
2006-01-29 Christophe Mutricyinfopanels: Redimension the text area. implement modifiable
2006-01-29 Antoine CellerierPrompt for password again after displaying "Wrong passw...
2006-01-29 Rémi Denis-CourmontRemove debug messages
2006-01-29 Rémi Denis-Courmontuse vlc-https instead of vlc-http when using TLS
2006-01-29 Rémi Denis-CourmontFix output stream leak in case of Avahi error
2006-01-29 Rémi Denis-CourmontClean up
2006-01-29 Antoine Celleriermodules/control/http/mvar.c : explore vlm_message_t...
2006-01-28 Damien Fouilleulcdda.c: don't forget to include <errno.h> when using...
2006-01-28 Clément StenacAdd CDDB support to CDDA module (Refs:#459)
2006-01-28 Sigmund Augdal Helbergfreetype.c: don't render empty subtitles.
2006-01-28 Clément StenacFix refcount problem
2006-01-28 Sigmund Augdal Helbergtelnet.c: a few more minor (potensial) memleaks
2006-01-28 Clément StenacFixes for prehistoric build system
2006-01-28 Sigmund Augdal Helbergtelnet.c: fix a very minor memleak in Open
2006-01-28 Clément StenacRRD output (Refs:#473)
2006-01-27 Antoine CellerierUpdate copyright dates used in interfaces and binaries...
2006-01-27 Antoine Cellerier rpn.c : vlm_cmd now adds a "vlm_value" variable
2006-01-26 Sam Hocevar * modules/visualization/visual/visual.c: SECT_TEXT...
2006-01-26 Sam Hocevar * modules/video_chroma/*: use .p2align instead of...
2006-01-26 Sigmund Augdal Helbergmodules/demux/ts.c: Fixed a very very minor memleak
2006-01-26 Sigmund Augdal Helbergaccess_output/udp.c: Fixed an old memleak.
2006-01-24 Antoine Cellerieruse wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree...
2006-01-24 Derk-Jan Hartman* Fake the PCR/SCR on MPEG PES streams (VDR for instance).
2006-01-23 Clément StenacGather some sout stats (Refs:#473)
2006-01-23 Derk-Jan Hartman* Don't crash if the hdlr in a mov has no name.
2006-01-23 Clément StenacAdd global options for netsync and showintf and hide...
2006-01-23 Christophe Mutricyhttp.c: add an option to disable bonjour (closes #509).
2006-01-23 Antoine Cellerieroops, last commit wasn't meant to happen
2006-01-23 Antoine Cellerierfix subtitles position (aspect ratio)
2006-01-23 Derk-Jan Hartman* Fix the opacity and color settings for the YUVA renderer.
2006-01-22 Derk-Jan Hartman* Pass along the SSA header in mkv files to the decoder.
2006-01-22 Sigmund Augdal Helbergfreetype.c: Revived and revamped old yuva renderer
2006-01-22 Derk-Jan Hartman* Stupid subtitles with their lack of proper specificat...
2006-01-22 Derk-Jan Hartman* The vobsub param is Delay, not delay.
2006-01-22 Christophe Mutricymissing in [13991].
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-22 Clément StenacFix build of vcdx module
2006-01-22 Antoine Cellerierremove dirty debug messages.
2006-01-22 Antoine Celleriernew "vlm_cmd" (or "vlm_command") rpn function.
2006-01-21 Derk-Jan Hartman* Compile fix
2006-01-21 Derk-Jan Hartman* Some cleanup to the QT decoder. Still doesn't function.
2006-01-21 Antoine Cellerierthis looks better (thanks to Dnumgis for noticing)
2006-01-21 Derk-Jan Hartman* workaround for device drivers that do not support...
2006-01-21 Antoine Cellerierlooks nicer this way
2006-01-21 Derk-Jan Hartman* One more fix for vobsubs with negative times
2006-01-21 Rémi Denis-CourmontUgly bug-to-bug fix for wxWidgets drag'n'drop (closes...
2006-01-21 Clément StenacDon't preparse if we are about to play - Refs:#192
2006-01-21 Clément StenacPreparse items added through the directory access or...
2006-01-21 Sam Hocevar * modules/codec/spudec: fixed various (innocuous...
2006-01-21 Clément StenacEnqueue the item ID instead of pointer for preparse
2006-01-21 Clément StenacAudio - Refs:#473
2006-01-21 Clément StenacGet rid of warning
2006-01-20 Olivier Aubertsvg.c: use conditional includes for system includes...
2006-01-19 Derk-Jan Hartman* auhal.c: Another workaround for devices not supportin...
2006-01-19 Sigmund Augdal Helberglinux_dvb.c: output "Tuning failed" in dvb status page...
2006-01-18 Derk-Jan Hartman* auhal.c: Some drivers don't support hogmode. Don...
2006-01-17 Damien Fouilleuldshow.cpp: Removed default preferred media types (I420...
2006-01-16 Jean-Paul SamanWhitespace cleanup
2006-01-16 Derk-Jan Hartman* Real RTSP sometimes uses pnm://
2006-01-16 Jean-Paul SamanCompiler warning about a missing return statement in...
2006-01-16 Jean-Paul SamanUse brackets to avoid ambiguos else
2006-01-16 Derk-Jan Hartmanmodules/demux/vobsub.c:
2006-01-15 Clément StenacLayout stuff
2006-01-15 Clément StenacShow stats in interface (Refs:#473)
2006-01-14 Jean-Paul SamanRevert revision 13903. It is implemented in a different...
2006-01-14 Derk-Jan Hartman* Revert the Default charset encoding back to ISO-8859-1
2006-01-13 Rémi Denis-CourmontPartial distcheck fix
2006-01-12 Antoine CellerierFSF address change.
next