]> git.sesse.net Git - vlc/history - src/misc
Symbian: Return 1 as cpu number
[vlc] / src / misc /
2010-12-30 Jean-Baptiste KempfSymbian: Return 1 as cpu number
2010-12-28 Felix Paul KühneRevert "src: fixed 2 errors detected by the clang stati...
2010-12-28 Felix Paul Kühnesrc: fixed 2 errors detected by the clang static analyser
2010-12-20 Jean-Baptiste KempfTry to decode WMVP with lavc WMV3's decoder
2010-12-20 Jean-Baptiste KempfCodecs: map G.722 to avcodec decoder
2010-12-06 Rémi Duraffortonly include search.h if available (anyway vlc_fixups...
2010-12-05 Rémi Denis-CourmontFix comments
2010-12-05 Rémi Denis-CourmontRevert "vlc_clone_detach: remove thread handle parameter"
2010-12-05 Rémi Denis-CourmontRemove VLC_VAR_MODULE, VLC_VAR_FILE and VLC_VAR_DIRECTORY
2010-12-04 Rémi Denis-CourmontWin32: remove thread times
2010-12-04 Rémi Denis-Courmontvlc_clone_detach: remove thread handle parameter
2010-12-01 Pierre Ynardwin32: disable broken thread times too
2010-12-01 Pierre Ynardwin32: vlc_thread_set_priority() is broken
2010-11-29 Rémi Denis-CourmontUnused mutex
2010-11-29 Rémi Denis-CourmontReplace vlc_detach() with simpler vlc_clone_detach()
2010-11-27 Rémi Denis-CourmontRemove unused msg_Stack stuff
2010-11-26 Laurent AimarAdded video_format_ScaleCropAr().
2010-11-24 Rémi Denis-CourmontAllow rescheduling a one shot timer from itself
2010-11-24 Rémi Denis-CourmontFix one shot timers
2010-11-24 Rémi Denis-Courmontvlc_timer_schedule: fix resetting the timer from itself
2010-11-24 Pierre Ynardvariables: properly reset the variable tree in var_Dest...
2010-11-24 Rémi Denis-Courmontcosmetic fix
2010-11-24 Rémi Denis-CourmontRemove unused timer attribute
2010-11-07 Laurent AimarFixed support for crop parameters in picture_NewFrom*().
2010-11-07 Laurent AimarAdded video_format_CopyCrop helper.
2010-11-07 Laurent AimarGet process affinity mask to compute the number of...
2010-11-06 Rémi Denis-CourmontRemove __LIBVLC__ checks from src/
2010-11-03 Rémi Denis-CourmontSplit portable, POSIX and Win32 file system helpers
2010-11-03 Jean-Baptiste KempfRevert "Stats: be extra careful when cleaning members"
2010-11-03 Jean-Baptiste KempfStats: be extra careful when cleaning members
2010-11-02 Rafaël Carréstats: fix initialization on 32bits builds
2010-10-31 Rémi Denis-CourmontRemove unmaintained BeOS support
2010-10-25 Laurent AimarFixed filter_chain_MouseFilter when multiple video...
2010-10-25 Laurent AimarMoved picture_t related functions to its own file.
2010-10-22 Felix Paul Kühnemisc/atomic: fixed linking
2010-10-21 Laurent AimarFixed typo in targa image mime.
2010-10-13 Rémi Denis-CourmontTimer: do not run concurrently
2010-10-13 Rémi Denis-CourmontTimer: make the overrun counter atomic
2010-10-13 Rémi Denis-CourmontTimer: remove the static lock
2010-10-13 Rémi Denis-CourmontAdd atomic swap and compare-and-swap
2010-10-12 Rémi Denis-Courmontvlc_timer: compute overruns and adjust if they occur
2010-10-06 Rémi Duraffortepg: more small cleanup
2010-10-05 Rémi Duraffortepg: remove dummy cast.
2010-10-01 Pierre d'Herbemontmtime: Minimize imprecision and prevent overflow on...
2010-09-25 Pierre d'Herbemontpthread: Use pthread_cond_timedwait_relative_np() on...
2010-09-25 Pierre d'Herbemontmtime: Avoid overflow when using mach_absolute_time().
2010-09-14 Rémi Duraffortupdate: remove spurious asprintf (the string is not...
2010-08-17 Laurent AimarFixed a segfault and a possible memory leak in xml_read...
2010-08-11 Laurent AimarExtended filter_chain_VideoFilter to support filters...
2010-08-09 Brad SmithAdd support for detecting the number of CPUs with OpenBSD.
2010-08-08 Brad SmithAdd AltiVec detection for OpenBSD/powerpc.
2010-08-03 Rémi Denis-CourmontDo not export vlc_wclosedir()
2010-08-02 Rémi Denis-CourmontRemove CPP contradiction from [5a005c66]
2010-08-02 Rémi Denis-CourmontWin32: always use the performance timers (fix #3918)
2010-07-29 Rafaël CarréOSX release updates are made through sparkle
2010-07-28 Rémi Denis-CourmontReally fix PRNG return value descriptions
2010-07-28 Ilkka Ollakkacorrect documentation on rand-functions return values
2010-07-27 Rémi Denis-CourmontImprove xml_ReaderReset()
2010-07-27 Rémi Denis-Courmontadd xml_ReaderReset()
2010-07-27 Rémi Denis-CourmontXML reader: use VLC object and plugin infrastructures
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-22 Rémi Denis-Courmonttypo
2010-07-14 Ilkka Ollakkastatistics to 64bit
2010-07-14 Ilkka Ollakkaadd msg_SubscriptionSetVerbosity call, so core filter...
2010-07-11 Laurent AimarAdded a way to flush video filters and video filter...
2010-07-11 Rémi Denis-CourmontReturn 64-bits values for integer object variables
2010-07-10 Rémi Denis-CourmontAdd var_InheritAddress()
2010-07-09 Ilkka Ollakkaapply Enable/DisableObjectPrinting to filter subscripti...
2010-07-07 Sébastien Escudierchange warning color in console
2010-07-03 Srikanth RajuML: Use a lock for ml_Create
2010-07-03 Srikanth RajuML: No need to initialise
2010-07-03 Srikanth RajuML: Remove leading underscores from core functions
2010-07-03 Srikanth RajuML: Replace pl_Hold with pl_Get
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-07-02 Rémi Denis-Courmontstats: can't set two values in the same union
2010-06-27 Rémi Denis-CourmontAtomic operations (currently same ones as in garbage...
2010-06-26 Srikanth RajuML: Media Library Core
2010-06-25 Jean-Baptiste KempfAdd jp2k fourCC
2010-06-25 Jai MenonJPEG 2000 decoding support.
2010-06-15 Francois Cartegnievlc_GetCPUCount: add Solaris detection
2010-06-08 Rémi Denis-CourmontRemove VLC_VAR_LIST variable type
2010-06-08 Rémi Denis-Courmontprograms is a string, which is a string, which is not...
2010-06-03 Rémi Denis-CourmontProtect XInitThreads() with a global lock
2010-06-03 Rémi Denis-Courmontvlc_global_mutex: common functions for process-wide...
2010-06-03 Laurent AimarMoved generic subpicture code to its own file.
2010-05-30 Rémi Denis-Courmontlibvlc_Quit: support using a callback
2010-05-25 Rémi Denis-CourmontSimplification
2010-05-25 Rémi Denis-CourmontRemove support for reparenting
2010-05-25 Rémi Denis-CourmontRemove vlc_object_detach()
2010-05-24 Laurent AimarFixed a memleak in picture_fifo_Delete().
2010-05-24 Laurent AimarMoved var_InheritURational to the core.
2010-05-21 Jean-Baptiste KempfRename On2's VP8 to Google/On2's VP8
2010-05-19 Jean-Baptiste KempfAdd VP8 fourcc VP80
2010-05-14 Laurent AimarMade vlc_fourcc_GetChromaDescription public.
2010-05-12 Laurent AimarAdded video_format_Print.
2010-05-10 Laurent AimarFixed video_format_IsSimilar regarding sar.
2010-05-10 Laurent AimarMoved out text_style_* to src/misc/text_style.c
2010-05-09 Laurent AimarMade vlc_memalign public.
2010-05-09 Rémi Denis-CourmontMaemo: work-around segmentation fault when poll() unwinds
2010-05-08 Laurent AimarAdded VLC_CODEC_NV12 to vlc_fourcc.h.
next