]> git.sesse.net Git - vlc/history - include
Qt bugfix: pressing Enter Key in preferences dialog should save prefs
[vlc] / include /
2008-09-01 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-08-31 Rémi Denis-CourmontUnexport vlc_object_dump
2008-08-31 Pierre d'Herbemontplaylist: Fetcher and parser are playlist private.
2008-08-30 Rémi Denis-Courmontvlc_object_get: take instance as a parameter
2008-08-29 Rémi Denis-Courmontsout_AccessOutNew: allow any VLC object type, not just...
2008-08-29 Rémi Denis-CourmontMake access_out independent of sout instance
2008-08-29 Rémi Denis-CourmontAdd ACCESS_OUT_CAN_CONTROL_PACE, fix AccessOutControl...
2008-08-29 Laurent AimarImproved config_chain parsing by using escape for ...
2008-08-28 Rémi Denis-Courmontvlc_thread_join: cannot join current thread
2008-08-28 Rémi Denis-Courmontvlc_join: check for deadlock
2008-08-28 Rémi Denis-Courmontvlc_object_lock_and_wait: broken by design, remove
2008-08-28 Rémi Denis-CourmontDeprecate vlc_object_get
2008-08-28 Rémi Denis-Courmontpsz_intf_switch was read-only: remove dead code
2008-08-28 Laurent AimarAdded a INPUT_CONTROL_RESTART_ES and use it in video_ou...
2008-08-27 Rémi Denis-Courmont(Potentially) allow pthread without pthread native...
2008-08-27 Rémi Denis-Courmontblock: cancellation safety
2008-08-27 Rémi Denis-CourmontCleanup helper for unlocking
2008-08-27 Rémi Denis-CourmontSupport for cancellation cleanup functions
2008-08-27 Rémi Denis-CourmontWin32: vlc_cond_(timed)wait are cancellation points
2008-08-27 Rémi Denis-CourmontSupport for cancelling self and use normal thread variable
2008-08-27 Rémi Denis-CourmontMove stuff around
2008-08-27 Rémi Denis-CourmontMore natural prototype for vlc_savecancel
2008-08-27 Rémi Denis-CourmontStub cancellation support
2008-08-27 Rémi Denis-Courmontvlc_testcancel: explicit cancellation point
2008-08-27 Rémi Denis-Courmontvlc_cancel: POSIX thread cancellation
2008-08-27 Rémi Denis-Courmontvlc_savecancel, vlc_restorecancel: POSIX cancellation...
2008-08-27 Rémi Denis-CourmontLibvlccore ABI has broken (DEMUX_CAN_PAUSE+ modified)
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-27 Jean-Paul SamanAdd documentation.
2008-08-27 Jean-Paul SamanAdd video_format_{Copy,Init,Clean} inline functions...
2008-08-27 Jean-Paul Samandocument vlc_fourcc_to_char() function.
2008-08-27 Laurent AimarAdded BLOCK_FLAG_TYPE_MASK define (helper).
2008-08-26 Laurent AimarAdded small block_ChainProperties helper.
2008-08-26 Laurent AimarDo not access to internal p_input sout in input_DecoderNew.
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-26 Antoine CellerierPreliminary changes to fix postprocessing. Decoder...
2008-08-25 Rémi Denis-Courmontvlc_clone, vlc_join: untangle objects and threads
2008-08-24 Rémi Denis-CourmontMissing cast with vlc_config_set
2008-08-24 Rémi Denis-CourmontMemory error handling
2008-08-24 Antoine CellerierExport function to copy pixels between 2 plane_t struct...
2008-08-22 Geoffroy CouprieAdd tree-view for SD only
2008-08-22 Laurent AimarExport input_SplitMRL helper.
2008-08-21 Rémi Denis-CourmontFix typo
2008-08-21 Laurent AimarAdded BLOCK_FLAG_END_OF_SEQUENCE and use it for mpeg2.
2008-08-20 Laurent AimarUninlined es_format_t functions and added video_format_...
2008-08-19 Laurent AimarAdded s32l/b support to aout.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: de-static-inline a bunch of input_item...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-14 Rémi Denis-CourmontRemove unused typedef
2008-08-14 Jean-Paul SamanRemove some trailing whitespace.
2008-08-14 Jean-Paul SamanDocument media list and media list view.
2008-08-14 Jean-Paul SamanAdd another bunch of doxygen file comments.
2008-08-13 Rémi Denis-CourmontVLC_OBJECT: expansion safety
2008-08-13 Rémi Denis-CourmontUse %s even if all strings are currently free of percen...
2008-08-13 Jean-Paul SamanAdd a bunch of \file doxygen comments
2008-08-12 Pierre d'Herbemontthreads: Make sure vlc_assert_locked() doesn't result...
2008-08-12 Pierre d'Herbemontvlc_network: vlc_poll is always exported. Don't put...
2008-08-12 Pierre d'Herbemontvlc_playlist.h: Correct type for request status. (Fix...
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
2008-08-11 Jean-Paul SamanDocument filter chain API.
2008-08-11 Jean-Paul SamanImprove comment wording in vlc_block.h
2008-08-10 Pierre d'Herbemontupdate: Various fixes to make it work on Mac OS X.
2008-08-10 Rémi Denis-Courmontbarrier: avoid staticity and pthread-specificity
2008-08-10 Rémi Denis-CourmontFix previous commit
2008-08-10 Rémi Denis-Courmontvlc_cond_timedwait: fix unlikely Win32 DWORD overflow
2008-08-09 Rémi Denis-CourmontWin32 condition variable: remove write-only counter
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-08 Olivier Aubertlibvlc.h: document the fact that libvlc_media_player_ge...
2008-08-08 Jean-Paul SamanDocument media descriptor, media library, media service...
2008-08-07 Rémi Denis-Courmontvlc_poll: no conditional symbols
2008-08-06 Derk-Jan HartmanRevert "poll(): ifndef HAVE_POLL means we don't use...
2008-08-06 Derk-Jan Hartmanpoll(): ifndef HAVE_POLL means we don't use poll()...
2008-08-03 Rémi Denis-CourmontDo not hide many (all?) thread function having an incor...
2008-08-03 Rémi Denis-CourmontDo not hide many (all?) thread function having an incor...
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-02 Pierre d'Herbemontinput: Export input_GetState().
2008-08-01 Jean-Baptiste KempfAdd m2ts and mts to the interface dialog selectors.
2008-08-01 Pierre d'Herbemontinput: Expose input_ItemHasErrorWhenReading.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-30 Jean-Baptiste KempfAccelerators fixed, noticed by Cristi
2008-07-29 Laurent AimarClean up pf_pre_render prototype (btw, this function...
2008-07-29 Jean-Baptiste KempfFix Tooltips and accelerators, since we need to update po.
2008-07-28 Laurent AimarRemoved an unused lock.
2008-07-27 Laurent AimarAllow picture_Copy to work on different sized pictures.
2008-07-27 Laurent AimarFixed croppping of standard OSD messages (well more...
2008-07-24 Rémi Denis-CourmontRemove the main thread hack on platforms with non-idiot...
2008-07-24 Rémi Denis-CourmontKill potential unused variable warning
2008-07-24 Laurent AimarFixed completely broken video filter 2 chain in vout...
2008-07-23 Rémi Denis-CourmontRemove misleading comment
2008-07-22 Pierre d'Herbemontplaylist: Never delete the playlist_item directly....
2008-07-21 Adrien Grandlibvlc_vlm.h: Fix typo.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarAdded picture_New/picture_Delete/picture_CopyPixels...
2008-07-19 Laurent AimarAdded filter_NewPicture/Subpicture/AudioBuffer helpers.
2008-07-19 Laurent AimarFixed vout_Create documentation.
2008-07-19 Pierre d'Herbemontplaylist: playlist_NodeAddInput was noted as deprecated...
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteFromInputInParent wasn't used...
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteInputInParent->playlist_Delete...
2008-07-18 Laurent AimarAdded new picture helpers (picture_Yield, picture_Release,
next