]> git.sesse.net Git - vlc/history - include
i18n
[vlc] / include /
2008-12-15 Rémi DuraffortUse const char* when needed (easier to understand if...
2008-12-15 Basos GAdded vlc_get_libvlc_object to libvlccore
2008-12-11 Laurent AimarDo not use 2 event manager in input.
2008-12-11 Rémi Denis-CourmontGive a clue about extending enums
2008-12-11 basoslibvlc_MediaPlayerSnapshotTaken Event creation
2008-12-09 Laurent AimarRemove access-filter support.
2008-12-09 Laurent AimarMoved stream record to its own module.
2008-12-09 Laurent AimarSupport for auto and user requested stream_filter.
2008-12-09 Laurent AimarAdded files/declarations for stream_filter module.
2008-12-09 Laurent AimarRemoved useless stream_DemuxDelete.
2008-12-09 Laurent AimarPrepare for stream filter.
2008-12-09 Laurent AimarFixed input_get_event_manager naming scheme.
2008-12-09 Laurent AimarFixed input_AddSubtitle(s) coherency.
2008-12-09 Laurent AimarAllow decoder/packetizer to output meta data.
2008-12-09 Laurent AimarFixed ppsz_input_state in RC after input state changes.
2008-12-04 Laurent AimarRemoved obsolete BUFFERING_S input state.
2008-12-04 Laurent AimarAdded a input "cache" variable and INPUT_EVENT_CACHE...
2008-12-04 Laurent AimarRemoved unused STOP_S input state.
2008-12-04 Laurent AimarFixed input bookmark thread safety, support and event.
2008-12-04 Laurent AimarAdded a new INPUT_GET_BOOKMARK to allow future safe...
2008-12-02 Michael HanselmannAdd us_asprintf function
2008-11-25 Pierre YnardThread cancellation on WinCE
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-11-23 Laurent AimarRemoved intf-change-vout/rate-change/stats-change/intf...
2008-11-23 Laurent AimarAdded INPUT_EVENT_TELETEXT.
2008-11-23 Laurent AimarAllows audio output users to control vout creation.
2008-11-22 Laurent AimarClean up input events.
2008-11-22 Laurent AimarClean up input_item_t functions and usages.
2008-11-22 Laurent AimarRemoved unused -playlist_ItemSetName.
2008-11-22 Laurent AimarMove/clean up input event code to its own file.
2008-11-22 Laurent AimarRemoved unneeded macros.
2008-11-21 Jean-Paul SamanAllow minimum rate change upto 32/1 in input.
2008-11-20 Laurent AimarMoved INPUT_CONTROL_FIFO_SIZE to private header.
2008-11-20 Jean-Paul SamanRemove FORWARD_S and BACKWARD_S from input state.
2008-11-17 Laurent AimarAdded a utf8_mkstemp implementation.
2008-11-17 Laurent AimarPrivatized ES_OUT_SET_ACTIVE/MODE and removed ES_OUT_GE...
2008-11-17 Laurent AimarFixed ES_OUT_SET_FMT name.
2008-11-14 Rémi DuraffortRevert "Fix compilation warning when compiling without...
2008-11-13 Rémi DuraffortFix compilation warning when compiling without --enable...
2008-11-11 Laurent AimarRemoved useless buffering at stream level.
2008-11-10 Laurent AimarConstify es_out_Add es_format_t* argument.
2008-11-07 Lukas Durfinalibvlc: better audio handling
2008-11-07 Laurent AimarModified demux_vaControlHelper to take bitrate in an...
2008-11-05 Laurent AimarAllow aout to grab vout_Request calls.
2008-11-04 Laurent AimarFixed ES_OUT_SET_DEFAULT name (added ES_).
2008-11-04 Laurent AimarImproved a bit es_out_t generalisation.
2008-11-04 David FlynnFix prototype to be more const
2008-11-02 Laurent AimarMoved VOUT_MIN_DIRECT_PICTURES to src/video_output.
2008-11-02 Laurent AimarRemoved check on OPTIMIZE_MEMORY in installed headers.
2008-11-02 Rémi DuraffortRemove MALLOC_NULL and use calloc when needed.
2008-11-02 Rémi DuraffortRemove MALLOC_(VOID|ERR). (and use calloc instead of...
2008-11-01 Laurent AimarIncrease the number of video/sub buffer.
2008-11-01 Laurent AimarMoved out a few defines from vlc_config.h
2008-11-01 Rémi Denis-CourmontOnly check msleep on Linux (seems to depend on GNU...
2008-10-31 Rémi DuraffortRemove unused macros (or used only one time).
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-29 Rémi Denis-CourmontRe-order (no functional changes)
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-10-23 Laurent AimarFixed segfault with decoder_GetInputAttachments/GetDisp...
2008-10-22 Rémi Denis-Courmontblock_FifoPace: proper waiting for overflowing queue
2008-10-22 Laurent AimarAdded hotkey code for input "frame-next".
2008-10-22 Rémi Denis-CourmontSAP does needs an object, not specifically a stream...
2008-10-22 Rémi Denis-CourmontPrivatize httpd_MsgInit and httpd_MsgClean
2008-10-20 Rémi Denis-Courmontvlc_mutex_locker: automatic mutex locking for C++
2008-10-16 Lukas Durfinalibvlc: description and count of tracks, titles, chapte...
2008-10-15 Laurent AimarRemoved unused i_matrix_coefficients picture_t field.
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-10-15 Laurent AimarFixed doc for vlc_demux.
2008-10-14 Rémi Denis-CourmontCount message references and get rid of the global...
2008-10-12 Rémi Denis-CourmontSanitize/rewrite the message subscription API
2008-10-12 Rémi Denis-CourmontRemove dead functions
2008-10-12 Rémi Denis-CourmontCosmetic
2008-10-12 Rémi Denis-Courmontnet_Read, net_Write use void pointer for data
2008-10-11 Lukas Durfinalibvlc: better title/chapter handling
2008-10-10 Laurent AimarFixed invalid/useless usage of ES_OUT_RESET_PCR.
2008-10-10 Laurent AimarChange ES_OUT_SET_NEXT_DISPLAY_TIME parameters.
2008-10-08 Laurent AimarCosmetics + A calloc check.
2008-10-08 Laurent AimarFixed vlc_meta_Merge.
2008-10-05 Adrien MagloRedefine vlc_dictionary_clear() and vlc_dictionary_remo...
2008-10-05 Rémi Denis-CourmontAnother useless parameter
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-10-05 Rémi Denis-CourmontRemove slow and leaking var_AcquireMutex
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-10-05 Rémi Denis-CourmontStatic mutexes
2008-10-04 Rémi Denis-CourmontFix vlc_thread_ready invalid use of object_wait
2008-10-04 Rémi Denis-CourmontCritical section are internally recursive
2008-10-01 Rémi DuraffortInitialise variable before using it (CID 238)
2008-10-01 Rémi DuraffortProtect against bad use after a vlc_dictionary_clear.
2008-10-01 Geoffroy CouprieWinCE: missing threading functions
2008-09-30 Laurent AimarAdded aout pause support.
2008-09-30 Laurent AimarMoved a few aout tests+statistics to decoder.
2008-09-30 Laurent AimarUse audio desync as initial audio-delay value.
2008-09-30 Rémi Denis-CourmontDe-inline playlist_Signal
2008-09-30 Rémi Denis-CourmontUnexport vlc_object_waitpipe
2008-09-30 Geoffroy CouprieWinCE: more missing functions fixes
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-30 Geoffroy CouprieWinCE: fix missing functions
2008-09-29 Geoffroy CouprieRemove IS_WINNT macro
next