]> git.sesse.net Git - vlc/history - src/misc
Cancel interface thread on exit
[vlc] / src / misc /
2011-05-30 Rémi Denis-CourmontDon't overwrite the LibVLC structure lock with memset()
2011-05-26 Rémi Denis-CourmontRemove vlc_object_find_name() search mode parameter
2011-05-26 Rémi Denis-CourmontRemove last use of FIND_ANYWHERE
2011-05-25 Rémi Denis-CourmontRemove no-op vlc_object-kill in vlc_object_destroy
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-25 Rémi Denis-CourmontAttach object during creation
2011-05-25 Rémi Denis-CourmontCleanup, no functional changes
2011-05-25 Rémi Denis-CourmontRemove unused FIND_PARENT
2011-05-25 Rémi Denis-CourmontRemove dead old object thread code
2011-05-24 Jean-Baptiste KempfWin32: fix compilation for update
2011-05-23 Laurent AimarUpdated update code to vlc_clone().
2011-05-23 Laurent AimarRemoved vlc_thread_set_priority().
2011-05-18 Rémi Denis-CourmontReserve RGBT codec (RGBA 5-5-5-1)
2011-05-16 Rafaël Carréupdate: fix hashing of text files with empty lines
2011-05-11 Rémi Denis-CourmontUpdate message callback
2011-05-11 Rémi Denis-CourmontSimplify verbosity filtering
2011-05-11 Rémi Denis-CourmontNo need to copy msg_item_t.psz_header
2011-05-11 Rémi Denis-CourmontSplit up debug message printing (more readable in my...
2011-05-11 Rémi Denis-CourmontOnly take top-most object message header
2011-05-11 Rémi Denis-CourmontNo need to copy module in message item
2011-05-11 Rémi Denis-CourmontAllocate message item on the stack
2011-05-11 Rémi Denis-Courmontconstify
2011-05-11 Rémi Denis-CourmontUse copy/free paradigm rather than hold/release for...
2011-05-10 Rémi Denis-CourmontAlias vlc_memset() to memset()
2011-05-09 Rémi Denis-CourmontRemove plugin directory per CPU capability hack
2011-04-22 Jean-Baptiste KempfAdd another DV fourcc
2011-04-21 Rémi DuraffortDo not add a newline at the end of the strings send...
2011-04-20 Yuval TzeNew sub-filter support add new "sub filter" capability...
2011-04-20 Yuval TzeRefactor: rename "sub-filter" to "sub-source" this...
2011-04-05 KO Myung-HunOS/2 uses the same file operations as Win32
2011-04-05 KO Myung-HunDo not use clock_gettime() on OS/2.
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2011-03-29 Rémi Denis-CourmontYoupiiiiiiiiiiiiiiiiiiie! ... err, remove vlc_object_find()
2011-03-22 Jean-Baptiste KempfRename macro to avoid confusion
2011-03-21 Jean-Baptiste KempfMore XDcam fourcc
2011-03-21 Rémi DuraffortRemove obvious statements.
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-03-21 Juha JeronenSupport field plane_t's in plane_CopyPixels
2011-03-19 Rémi Denis-Courmontvar_LocationParse: fix buffer size
2011-03-12 Rémi Denis-Courmontvar_LocationParse: helper for DVB/V4L2-style MRLs
2011-02-26 Jean-Baptiste KempfUpdate: Correctly cast to (int)
2011-02-20 Laurent AimarSet picture_t::i_nb_fields to 2 by default.
2011-02-17 Rémi Denis-CourmontMove core POSIX files to their own directory like Windo...
2011-02-17 Jean-Baptiste KempfSupport for hdv9 fourcc
2011-02-17 Jean-Baptiste KempfSupport for hdv4 fourcc
2011-02-15 Rémi Denis-CourmontFix typos
2011-02-15 Rémi Denis-CourmontReserve FOURCC's for RV12 and AV16 XVideo formats
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2011-02-10 Rémi Denis-Courmontcore: merge the two hotkey files
2011-02-09 Pierre YnardBuild fix
2011-02-09 Rémi Denis-Courmontcore: use vlc_pipe()
2011-02-09 Rémi Denis-CourmontImplement vlc_pipe()
2011-01-24 Srikanth RajuML/Core: Change ml_Hold/ml_Release to ml_Get
2011-01-22 Jean-Baptiste KempfSolve a sign warning
2011-01-22 Rémi Denis-CourmontAdd FOURCC's for DAT12 and L24 (IETF RFC3190)
2011-01-19 Christophe MassiotFix cosmetics.
2011-01-17 Rémi Denis-CourmontFix lock inversion
2011-01-09 Laurent AimarRenamed spu_DisplaySubpicture into spu_PutSubpicture.
2011-01-09 Laurent AimarAdded picture_BlendSubpicture helper.
2011-01-09 Laurent AimarChanged picture_fifo_Pop/picture_pool_Get to set pictur...
2011-01-09 Jean-Baptiste KempfFix win* compilation and cosmetics
2011-01-09 Jean-Baptiste KempfSymbian: work-around the absence of pread/pwrite
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
next