]> git.sesse.net Git - vlc/history - src
visual: removes warnings about unused parameters in vlc callback and Run() functions
[vlc] / src /
2008-01-28 Rémi Denis-CourmontFix previous commit (dead code...)
2008-01-28 Rafaël Carréaout_DecNewBuffer: remove unused parameter
2008-01-28 Rafaël Carréaudio_output: same
2008-01-28 Rafaël Carrévideo_output: removes warnings about unused parameters...
2008-01-28 Rafaël Carrénetwork/udp.c net_SetCSCov(): removes warnings if UDPLI...
2008-01-28 Rafaël Carrémodules CacheFind(): remove unused parameter
2008-01-28 Rafaël Carréupdate.c verify_signature(): remove unused parameter
2008-01-28 Rafaël Carrécontrol/: don't show warnings about unused exceptions
2008-01-28 Rafaël Carrélibvlc_release() has only 1 parameter now
2008-01-28 Rafaël Carrélibvlc_release(): removes unused exception
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-28 Rafaël Carréremoved unused parameter
2008-01-28 Rafaël Carréfix warning
2008-01-28 Rafaël Carréremoves unused parameter
2008-01-27 Rémi Denis-CourmontFix symbols list, fix linking on platforms that DO...
2008-01-27 Rémi Denis-CourmontDist vlc_fixups
2008-01-27 Rémi Denis-CourmontUpdate the symbols list
2008-01-27 Rémi Denis-CourmontFix another series of HAVE_ dependencies (string replac...
2008-01-27 Rémi Denis-CourmontDefault to using pthread instead of exploding.
2008-01-27 Rémi Denis-CourmontFix VLM compilation with --disable-vlm - fixes #1431
2008-01-27 Rafaël Carréfix warning
2008-01-27 Rafaël Carrécast to (const char**)
2008-01-27 Rafaël Carrécast to (char*) , remove unused code
2008-01-27 Rafaël Carrémissing header
2008-01-27 Rafaël Carrécast to (char*)
2008-01-27 Rafaël Carréfix warnings, using (char*) casting
2008-01-25 Sigmund Augdal HelbergCore changes needed to add asa support. By equinox...
2008-01-25 Rémi Denis-CourmontThis file does not exist
2008-01-25 Rémi Denis-Courmontmove mutex setkind hack to src/
2008-01-25 Rémi Denis-CourmontPrivatize the memalign replacement
2008-01-25 Rafaël Carréfix segfault
2008-01-24 Rémi Denis-CourmontAdd sanity check for public headers
2008-01-24 Rémi Denis-CourmontTabs
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-24 Rémi Denis-Courmont...and consistent semantics
2008-01-24 Rémi Denis-CourmontConsistent naming
2008-01-24 Rémi Denis-CourmontWhitelisting.
2008-01-24 Rafaël Carré* input/stream.c: checks memory allocation, patch by...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-23 Rémi Denis-Courmontavoid mere whitespaces when hostname is not specified
2008-01-23 Rafaël CarréMakefile.am: add vlc_pgpkey.h
2008-01-22 Rémi Denis-CourmontRemove forward declaration
2008-01-22 Rémi Denis-CourmontWe don't the logging level. Assume debug is only wanted...
2008-01-22 Rémi Denis-CourmontPrint messages directly to standard error if we don...
2008-01-22 Rémi Denis-CourmontAllow mutexes without objects. QueueMsg can handle...
2008-01-22 Rémi Denis-CourmontRemove useless cast
2008-01-22 Rafaël Carrégcry_md_read() returns a buffer which hold at least...
2008-01-22 Rafaël Carréupdate: do not make wrong assumptions about mpis' size
2008-01-22 Rémi Denis-Courmontconfig_GetInt returns -1 on error - that does not mean...
2008-01-22 Rémi Denis-CourmontRemove Cthreads support
2008-01-22 Rémi Denis-CourmontRemove State Threads support
2008-01-22 Rémi Denis-CourmontRemove support for GNU Portable Threads
2008-01-22 Rafaël Carréupdate: put pgp key in its own header (and update the...
2008-01-22 Rafaël Carréprint a message about cvlc only when running with the...
2008-01-22 Rafaël Carréuse the correct type *cough*
2008-01-22 Ilkka Ollakkafix previous commit
2008-01-22 Ilkka Ollakkaset volume-change variable also in volumeUp/volumeDown...
2008-01-21 Rémi Denis-CourmontFix non-debug builds
2008-01-21 Rémi Denis-CourmontRemove potential deadlocks in waitpipe with net_*
2008-01-21 Rémi Denis-CourmontRemove the requirement for vlc object to be locked...
2008-01-21 Rémi Denis-CourmontForgot to update the symbols
2008-01-21 Rémi Denis-CourmontRemove unnecessary complication
2008-01-21 Rémi Denis-CourmontSet non-blocking mode on accepted sockets
2008-01-21 Rémi Denis-CourmontDon't clutter the production builds with the (useless...
2008-01-20 Rémi Denis-CourmontRemoev reverse abstraction
2008-01-18 Pierre d'Herbemontinput/meta.c: Don't re-run the art finder if the art...
2008-01-17 Rafaël Carré"state" is an integer, not a boolean (since vlc_bool_t...
2008-01-16 Christophe MutricyUpdate the symbol list
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rémi DuraffortUse utf8_unlink in src/misc/update.c
2008-01-16 Rémi DuraffortImplementation of utf8_unlink. If someone can test...
2008-01-16 Rafaël Carréfix #1362 (replace ':' with '_' in filenames on macosx)
2008-01-16 Rafaël Carréinput options whitelisting: 1st step
2008-01-16 Pierre d'Herbemontcontrol/media_instance.c: Silly debug code removal...
2008-01-16 Rafaël Carrésrc/control: set svn:keywords to Id
2008-01-15 Rafaël Carrémdate(): update comment
2008-01-14 Pierre d'Herbemontmisc/events.c: Make sure we don't leak.
2008-01-14 Pierre d'Herbemontmisc/events.c: Fix a NULL ptr access.
2008-01-14 Rafaël Carrédon't copy 'meta-file' option to inputs
2008-01-13 Rémi DuraffortAlert the user when something wrong accure during the...
2008-01-13 Christophe MutricyFix saving of strings config variables. Patch courtesy...
2008-01-13 Pierre d'Herbemontcontrol/media_instance.c: Send EncouteredError event...
2008-01-12 Pierre d'Herbemontvlc/libvlc.h: Export libvlc_media_instance_get_drawable().
2008-01-12 Pierre d'Herbemontcontrol/hierarchical_node_media_list_view.c: Fix a...
2008-01-12 Pierre d'Herbemontvlc/libvlc.h: Make media_descriptor_duplicate Public.
2008-01-12 Pierre d'Herbemontcontrol/media_instance.c: Use input_Read.
2008-01-12 Christophe MutricyRemove always false test
2008-01-12 Pierre d'Herbemontmisc/variables.c: Make sure we don't use an unitialized...
2008-01-08 Rémi DuraffortCosmetic
2008-01-08 Rémi DuraffortLittle change to print the right message in the user...
2008-01-07 Pierre d'Herbemontvlc/libvlc.h: Use libvlc_time_t.
2008-01-07 Pierre d'Herbemontcontrol/media_instance.c: Make sure media_instance_paus...
2008-01-07 Pierre d'Herbemontcontrol/media_instance.c: Make sure the toggling the...
2008-01-07 Pierre d'Herbemontlibvlc.h: Define and implement libvlc_media_instance_is...
2008-01-07 Pierre d'Herbemontsrc/input.c: Define and set the "can-pause" variable.
2008-01-06 Pierre d'HerbemontFix previouses commit.
2008-01-06 Pierre d'HerbemontMacOSX: Make sure VLC.framework is renamed to VLCKit...
2008-01-06 Antoine CellerierUse module_Need in strict mode if loading a "video...
2008-01-05 Rémi Denis-Courmontnet_Accept: poll() takes milliseconds rather than micro...
next