]> git.sesse.net Git - vlc/history - src
Add colorthres support for YUV 422 packed.
[vlc] / src /
2010-01-04 Rémi Denis-Courmontlibvlc_add_intf: remove dummy exception parameter
2010-01-03 Rémi Denis-CourmontNo, Insert() does not need to be recursive
2010-01-03 Rémi Denis-CourmontTake variable Lookup() out of GetUnused()
2010-01-03 Rémi Denis-CourmontVariable lookup: small code factorization
2010-01-03 Rémi Denis-CourmontTriggerCallback: factor condition
2010-01-03 Rémi Denis-Courmontvariable lookup: missing const
2010-01-03 Rémi Denis-CourmontSort hotkeys per key code and use binary search
2010-01-03 Rémi Denis-CourmontRefactor key mapping internals
2010-01-03 Rémi Denis-CourmontFix struct hotkey
2010-01-03 Rémi Denis-Courmont0 has to be a legal value for vlc_key_t
2010-01-02 Rémi Denis-CourmontRemove useless member of libvlc private data
2010-01-02 Rémi Denis-CourmontDon't use a static mutex for libvlc_wait on Win32 ...
2010-01-02 Rémi Denis-CourmontAllow more than one thread to call libvlc_wait
2010-01-02 Rémi Denis-CourmontWin32: using a static mutex with a condition is not...
2009-12-30 Rémi Denis-CourmontExport var_Inherit()
2009-12-30 Rémi Denis-CourmontUnused variable
2009-12-30 Rémi Denis-CourmontDead code
2009-12-30 Rémi Denis-CourmontGetUnused: remove invalidated comment
2009-12-30 Rémi Denis-CourmontFactor variable destruction code (out of the variable...
2009-12-30 Rémi Denis-CourmontAllocate each object variable separately
2009-12-30 Antoine CellerierC has a function named strchr().
2009-12-30 Antoine CellerierFix module_need parsing. a,b,c,d should first try loadi...
2009-12-30 Rémi Denis-CourmontWin32: fix previous commit plus small optimization
2009-12-30 Rémi Denis-CourmontWin32: emulate static mutexes with a boolean (fix:...
2009-12-30 Pierre d'Herbemontvariables: Fix two typos in InheritValue().
2009-12-30 Pierre d'Herbemontconfig: Make sure lua will be able to find share/lua...
2009-12-30 Pierre d'Herbemontdarwin_specific: Save some expansive work at startup...
2009-12-30 Pierre d'Herbemontconfig: On Mac OS use the app identifier for app depend...
2009-12-29 Rémi Denis-CourmontInheritValue: fix type given to var_GetChecked()
2009-12-29 Rémi Denis-CourmontInheritValue: simplify and render thread-safe
2009-12-29 Rémi Denis-CourmontAllocate variable and inherit value before the variable...
2009-12-29 Rémi Denis-Courmontvlc_execve: use _exit in case of failure
2009-12-29 Rémi Denis-Courmontvlc_execve: simplify, keep standard error
2009-12-29 Martin T. Sandsmarkuse _exit() instead of exit() when checking CPU capabil...
2009-12-29 Rémi Denis-CourmontRemove buggy and never used VLC_VAR_INHERITVALUE
2009-12-29 Rémi Denis-CourmontInherit from parent only, not from LibVLC
2009-12-28 Geoffroy CouprieCSIDL_COMMON_APPDATA means All Users\Appdata, not MyUse...
2009-12-28 Rémi Duraffortfactorize.
2009-12-28 Rémi Duraffortmodule_cache_t: fix padding.
2009-12-28 Rémi Duraffortinput_thread_private_t: fix padding.
2009-12-28 Rémi Duraffortlibvlc_priv_t: fix padding.
2009-12-28 Rémi Duraffortinput_clock_t: fix padding.
2009-12-28 Rémi Duraffortlibvlc: destroy the intf variable only if created just...
2009-12-28 Rémi Duraffortsout_announce: use a static mutex instead of a variable.
2009-12-28 Rémi Duraffortvlm: use a static mutex instead of a mutex variable...
2009-12-28 Rémi Duraffortosd: fix return value.
2009-12-28 Rémi Duraffortplaylist: add a fixme => race condition.
2009-12-28 Rémi Denis-Courmontvlc_GetActionId: binary search
2009-12-28 Rémi Denis-CourmontCheck that hotkeys are sorted properly (debug-only...
2009-12-28 Rémi Denis-CourmontSort hotkey names ASCII-wise
2009-12-27 Antoine CellerierAdd vlc_GetActionId().
2009-12-27 Paul CorkeFix compilation under MinGW/MSYS on WinXP Remove an...
2009-12-26 Rémi Denis-CourmontRename directx-wallpaper to video-wallpaper
2009-12-26 Rémi Denis-CourmontReally make a valid URI for '-'
2009-12-26 Rémi Denis-CourmontRevert "Win32: fix #2592 (stdin file input). It may...
2009-12-26 Rémi Denis-Courmontvout: expand stacking mode from boolean to unsigned
2009-12-26 Geoffroy CouprieWin32: fix #2592 (stdin file input). It may impact...
2009-12-26 Pierre d'Herbemontinput: With --play-and-pause don't pause non pausable...
2009-12-23 Rémi Denis-Courmont--list: do not use colors if stdout is not a TTY
2009-12-23 Rémi Denis-CourmontRevert "No need to show service probes in the module...
2009-12-23 Fabio RitrovatoNo need to show service probes in the module list
2009-12-23 Pierre d'Herbemontmedia_player: Emit an event when the root media is...
2009-12-22 Rémi Denis-CourmontRemove module_GetModulesNamesForCapability
2009-12-22 Fabio RitrovatoDon't use color when listing modules on Windows
2009-12-22 Erwan Tulouvlc core: remove a hack that seems no longer needed
2009-12-22 Antoine CellerierSecond (blind) attempt at fixing win and mac.
2009-12-22 Antoine CellerierRevert "Probably fix LoadMessages() on windows. (Untest...
2009-12-22 Antoine CellerierProbably fix LoadMessages() on windows. (Untested ...
2009-12-21 Antoine CellerierOnly skip \r or \n.
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-12-21 Rémi Denis-CourmontAdd a warning
2009-12-21 Rémi Denis-Courmontprobe: helpers for services discovery
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: use probe
2009-12-21 Rémi Denis-Courmontprobe: infrastructure for run-time features probing
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: add object parameter
2009-12-20 Laurent AimarAdded INPUT_EVENT_ITEM_EPG event.
2009-12-20 Laurent AimarFixed invalid locking order when activating visualization.
2009-12-19 Rémi Denis-Courmontmodule_need: clarify b_strict
2009-12-19 Jean-Philippe AndréStream: Export stream_FilterNew
2009-12-17 Pierre d'Herbemontconfig: Use fsync on Snow Leopard.
2009-12-17 Pierre d'Herbemontlibvlc: Make sure we remove object observers in media_d...
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-12-15 Pierre d'Herbemontlibvlc: Fix a leak in media_discoverer.
2009-12-15 Rafaël Carréplugins need to define __PLUGIN__ to build properly
2009-12-13 Laurent AimarReplaced vout_display_t::get by ::pool.
2009-12-13 Laurent AimarAllowed to use vout_display with a dummy vout.
2009-12-13 Laurent AimarAdded a way to retreive an opengl context from a vout...
2009-12-12 Rémi Denis-CourmontUse VLC_CODEC_PPM
2009-12-12 Johann RansayPPM image support
2009-12-12 Laurent AimarDo not rebufferize when transcoding to a non real time...
2009-12-12 Laurent AimarFixed time/position report when using sout.
2009-12-10 Pierre d'Herbemontlibvlc: don't abort but return an error code if no...
2009-12-10 Rémi Denis-CourmontUse ...NonEmpty... for --open
2009-12-10 Rémi Denis-CourmontFix --syslog
2009-12-10 Rémi Denis-Courmontcore: config_GetPsz -> var_CreateGetNonEmptyString
2009-12-10 Pierre d'Herbemontconfig: Don't leak dataDir and configDir in dirs_macos.
2009-12-10 Pierre d'Herbemontlibvlc: Make sure we don't continue vlc exectution...
next