]> git.sesse.net Git - vlc/history - include
jvlc: pom version set to 1.0.1-SNAPSHOT
[vlc] / include /
2009-09-24 Rémi Denis-CourmontAdd and use LIBVLC_FORMAT_ARG for gettext functions
2009-09-24 Rémi Denis-Courmontvlc_objects.h: add LIBVLC_MALLOC and LIBVLC_USED
2009-09-24 Rémi Denis-CourmontAdd LIBVLC_MALLOC function attribute
2009-09-23 Rémi Denis-CourmontMake aout_buffer_t an alias for block_t
2009-09-23 Rémi Denis-CourmontCosmetic change
2009-09-23 Srikanth RajuSql Core
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-23 Rémi Denis-Courmontaout_buffer_t.b_disconuity -> aout_buffert.i_flags
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Laurent AimarAlways defined CPU_CAPABILITY_*
2009-09-22 Rémi Denis-CourmontRemove aout_buffer_t.b_alloc (it's always true)
2009-09-22 Laurent AimarStored vlc_epg_t array inside input_item_t.
2009-09-22 Laurent AimarMoved out epg functions from vlc_epg.h and es_out.c...
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-22 Rémi Denis-Courmontvlc_cpu.h: dedicated header for CPU features
2009-09-22 Jean-Baptiste KempfDefine new capabilities for SSE3 SSSE3 and SSE4 (4...
2009-09-20 Rémi Denis-CourmontRemove unused 486 and 586 capabilities
2009-09-20 Rémi Denis-CourmontRemove never set, never used Pentium Pro capability
2009-09-20 Rémi Denis-CourmontAllow setting the name of an object at any time...
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
next