]> git.sesse.net Git - vlc/history - include
Activate the german translation
[vlc] / include /
2009-09-16 Rémi Duraffortlibvlc_events: use int instead of uint64_t (using boole...
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-09-12 Rémi Denis-CourmontImplement thread semaphores
2009-09-12 Rémi Denis-CourmontMissing #include <errno.h>
2009-09-07 Rémi Denis-CourmontBring back aout_buffer_t.p_sys for the sole benefit...
2009-09-07 Rémi Denis-CourmontRework aout_buffer_t layout
2009-09-07 Rémi Denis-CourmontMove LibVLC error messages to libvlc_printerr().
2009-09-07 Rémi Denis-CourmontRemove set/get drawable
2009-09-07 Laurent AimarCosmetics (K&R of picture_pool).
2009-09-07 Laurent AimarCosmetics (K&R of picture_fifo).
2009-09-07 Laurent AimarAdded picture_pool_NewExtended.
2009-09-07 Geoffroy CouprieWin32: make the windows_interfaces header compatible...
2009-09-05 Rémi Denis-CourmontAdd a CPU capability for ARM NEON
2009-09-05 Rémi Denis-CourmontExport vlc_object_get_name
2009-09-05 Rémi Denis-CourmontDeprecate vlc_object_find_name()
2009-09-04 Olivier AubertFix comment
2009-09-03 Pierre d'Herbemontlibvlc_media_library: Remove a non sense.
2009-09-03 Olivier Aubertpython-ctypes: implement consistency checker, and fix...
2009-09-03 Olivier Aubertlibvlc.h: fix incorrect comment docstring
2009-09-03 Rafaël Carréaout_BufferAlloc() : remove stack allocation
2009-09-03 Rémi Duraffortvariables: warn if var_CountChoices result isn't used.
2009-09-03 Olivier Aubertlibvlc.h: mark libvlc_errmsg and libvlc_clearerr with...
2009-09-01 JP DingerUse the cpp to auto-update libvlc_event_type_name(...
2009-08-29 Pierre YnardFix typos in comments
2009-08-28 Niles BindelAdded ability to move to previous item in the media...
2009-08-28 Rafaël CarréNULL is defined in stddef.h
2009-08-28 Rafaël Carrévlc_fixups.h : get NULL declaration when needed
2009-08-28 Jean-Baptiste KempfUse VLC_CODEC for ADPCM_IMA_WAV
2009-08-28 Jean-Baptiste KempfUse a VLC_CODEC_ADPCM_MS for MS ADPCM
2009-08-27 Laurent AimarAdded VLC_CODEC_BD_PG codec.
2009-08-27 Jean-Baptiste KempfSupport of .vqf and .w64 files on file opening
2009-08-27 Jean-Baptiste KempfTwinVQ support using the lastest avcodec commit from...
2009-08-27 Pierre YnardWinCE: add replacement getpid() function
2009-08-26 Rémi Denis-CourmontRemove config_GetCacheDir
2009-08-26 Niles BindelAdd input resource support to the LibVLC Media Player
2009-08-25 Laurent AimarMoved aout_input_t to aout_internal.h.
2009-08-25 Laurent AimarSplit out aout_mixer_t from aout_instance_t.
2009-08-25 Rémi Denis-Courmontvlc_bits: constify
2009-08-25 Rémi Denis-CourmontFix impossible delay
2009-08-25 Rémi Denis-CourmontDefine all XDG user directories (not implemented yet)
2009-08-25 Sébastien EscudierFix typo in input_item header
2009-08-24 Erwan Tuloucore: add missing type (fix compil for qt4) and add...
2009-08-24 Laurent AimarCompleted picture_Export documentation.
2009-08-24 Laurent AimarRevert "vout_pictures: Use unsigned for width and heigh...
2009-08-24 Rémi Denis-CourmontRemove config_GetUserDataDir()...
2009-08-24 Rémi Denis-CourmontRemove config_GetUserConfDir
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-23 Rémi Denis-CourmontNever rename an object post attach & un-deprecated...
2009-08-23 Rémi Denis-CourmontRevert "vlc_bits: Differentiate between writable bits...
2009-08-23 Rémi Denis-CourmontRemove vlc_object_t.p_private
2009-08-23 Rémi Denis-CourmontUse VLC object for meta writer and factor code
2009-08-23 Rémi Denis-CourmontUse a VLC object for meta reader
2009-08-23 Rémi Denis-CourmontMake playlist_export_t a VLC object
2009-08-23 Jean-Baptiste KempfFix signed warning for postproc
2009-08-23 Rémi Denis-Courmontart_finder_t: custom type for art finder modules
2009-08-21 Pierre d'HerbemontImplement access_GetParentInput and demux_GetParentInpu...
2009-08-20 Pierre d'Herbemontvout_pictures: Use unsigned for width and height in...
2009-08-20 Pierre d'Herbemontvlc_vout_display: Should use unsigned for height and...
2009-08-20 Pierre d'Herbemontvlc_fixups: Dummy definition for LC_NUMERIC_MASK.
2009-08-20 Pierre d'Herbemontvlc_fixups: Continue to poke around to fix win32 build.
2009-08-20 Pierre d'Herbemontvlc_fixups: Use (void) instead of VLC_UNUSED which...
2009-08-20 Pierre d'Herbemontvlc_fixups: Better dummy implementation for type checki...
2009-08-20 Pierre d'Herbemontvlc_bits: Differentiate between writable bits stream...
2009-08-20 Pierre d'Herbemontes: RGB masks needs to be uint32_t.
2009-08-20 Rafaël Carrébump plugin ABI to 1.1.0a (avoid using 1.0 modules...
2009-08-20 Rafaël CarréUpdate mechanism: split update.c
2009-08-19 Pierre d'Herbemontmedia_list_player: Make sure we'll correctly play next...
2009-08-19 Geoffroy CouprieMove the additional headers to include/vlc_windows_inte...
2009-08-19 Rémi Denis-CourmontHide psz_object_name in private data
2009-08-19 Rémi Denis-CourmontDeprecate ugly and unsafe vlc_object_find_name()
2009-08-19 Rémi Denis-CourmontRemove filter_chain_GetFilter: unused and not thread...
2009-08-18 Jakob Leben[PATCH] playlist, Qt4: new playlist_TreeMoveMany()
2009-08-17 Rémi Duraffortlibvlc_video*: constify.
2009-08-16 Rémi Denis-CourmontDisplay size cannot be negative
2009-08-15 Rémi Denis-Courmontutf8_open: make third parameter optional
2009-08-15 Rémi Denis-Courmontget vout: use size_t for the counter
2009-08-15 Alexander BethkeRefactored/re-enabled libvlc_vlm_show_media
2009-08-14 Hugo Beauzee-LuyssenAdding a libvlc_media_player_next_frame
2009-08-14 Jean-Baptiste Kempf*.aob files are now readable
2009-08-13 Laurent AimarRemoved audio_date_t in favor to date_t.
2009-08-13 Laurent AimarRemoved unused aout_VolumeInfos.
2009-08-13 Pierre YnardWinCE: switch back vlc_thread_t to an allocated struct
2009-08-11 Rémi Denis-CourmontVOUT_WINDOW_SET_FULLSCREEN: control request for fullscr...
2009-08-10 Rémi Denis-CourmontTry to improve comments
2009-08-09 Rémi Denis-CourmontReplace libvlc_exception_get_message with libvlc_errmsg
2009-08-09 Rémi Denis-CourmontLibVLC: per-thread error message API
2009-08-09 Rémi Denis-Courmontlibvlc_log: remove useless exception parameters
2009-08-09 Rémi Denis-Courmontlibvlc_playlist_play: remove exception
2009-08-09 Rémi Denis-Courmontlibvlc_add_intf: return a value
2009-08-09 Rémi Denis-CourmontRemove libvlc_get_vlc_id()
2009-08-09 Rémi Denis-CourmontLibVLC: remove unused exception error code
2009-08-08 Laurent AimarAdded vlc_fourcc_IsYUV.
2009-08-07 Laurent AimarAdded VLC_CODEC_DVDA_LPCM for lpcm in AOB.
2009-08-05 Laurent AimarAdded YUV fourcc helpers mainly for vout.
2009-08-04 Laurent AimarIntroduce "vout display" module API to replaced "vout...
2009-08-04 Olivier AubertHave (and document) libvlc_media_get_duration return ms
2009-08-03 Ilkka Ollakkaadd add_font define to plugin defines, and change freet...
2009-08-02 Rémi Denis-CourmontReplace VLC_ETHREAD with VLCENOMEM.
2009-08-02 Rémi Denis-CourmontCleanup vlc_timer_* prototypes
2009-08-02 Rémi Denis-CourmontWin32: privatize vlc_timer layout too
next