]> git.sesse.net Git - vlc/history - include
Revert "zip access: fix #2467. Now it's able to open files with non ASCII names,...
[vlc] / include /
2009-05-18 Laurent AimarImproved a bit picture API.
2009-05-18 Laurent AimarRemoved unused picture_heap_t field in picture_t.
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Laurent AimarAdded video_format_Setup to replace vout_InitFormat.
2009-05-16 Laurent AimarAdded a picture_Setup to replace vout_InitPicture.
2009-05-16 Laurent AimarFixed vlc_filter.h include.
2009-05-16 Laurent AimarFixed includes in vlc_codec.h
2009-05-16 Laurent AimarSplit vlc_vout.h into vlc_picture.h and vlc_subpicture.h
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-05-16 Rémi Denis-Courmontplaylist_ItemGetByInputId: remove dead code
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Pierre YnardWinCE: Require a recent enough mingwce to fix *printf...
2009-05-15 Laurent AimarAdded a small vlc_fourcc_GetCodecAudio helper.
2009-05-15 Laurent AimarAdded a small vlc_fourcc_GetCodecFromString helper.
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
2009-05-15 Laurent AimarRemoved unused AUDIO_FMT_S/U16_NE.
2009-05-15 Laurent AimarAdded and used VLC_CODEC_MP3 when applicable.
2009-05-15 Pierre YnardWinCE: Require a recent enough mingwce to fix *printf...
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Hugo Beauzee-LuyssenAdding a libvlc_MediaPlayerLengthChanged event
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Jean-Baptiste KempfFourCC v210
2009-05-13 Laurent AimarMerged mp1v/mp2v codecs.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-13 Laurent AimarAdded two codec four aout usage (spdif).
2009-05-13 Laurent AimarAdded a i_original_fourcc field to es_format_t.
2009-05-13 Laurent AimarAdded fourcc helpers and defines to centralize them.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontDeprecate all broken vout_Control() abusers
2009-05-13 Rémi Denis-Courmontuse VLC_DEPRECATED_API as needed
2009-05-13 Rémi Denis-Courmontlibvlc: add support for setting/getting the video scale
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontRemove crap that calls vout_Control from outside the...
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontRemove deprecated functions
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 basOS GAdded and used text_style_* methods.
2009-05-11 Laurent AimarSplit INPUT_EVENT_TIMES into INPUT_EVENT_POSITION/LENGTH.
2009-05-11 Laurent AimarRemoved dead code.
2009-05-11 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-10 Hugo Beauzee-LuyssenChanging libvlc_video_take_snapshot prototype
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-Courmontmake_URI: make a URI out of a path, if needed
2009-05-10 Rémi Denis-Courmontdecode_URI: improve documentation, add a return value
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-05-07 Laurent AimarMoved date_Decrement to libvlc core from dirac.
2009-05-07 Rémi Denis-CourmontImplement utf8_rename
2009-05-05 Jean-Paul Samanmozilla: Fix #2678 resizing browser plugin during playback.
2009-05-02 Laurent AimarAdded a new channel extraction helper to aout.
2009-04-28 Laurent AimarFixed decoder spacing mode selection.
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-04-25 Laurent AimarRenamed BLOCK_TS_INVALID to VLC_TS_INVALID and put...
2009-04-25 Laurent AimarAdded BLOCK_TS_INVALID define to check against unset...
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-20 Rémi Denis-CourmontFix precompilation
2009-04-19 Felix Paul Kühneclang compilation fix
2009-04-18 Rémi Denis-CourmontUse gettext() as per gettext standard for non-constant...
2009-04-17 Cyril MathéAdd a us_strtof function to prevent some problem
2009-04-16 Rémi Denis-CourmontInclude <libintl.h> only when really needed
2009-04-15 Rémi Denis-CourmontSupport for pgettext
2009-04-15 Rémi Denis-CourmontThread-safe and more compact hotkeys initialization
2009-04-15 Rémi Denis-CourmontRevert "Win32: use the destructor function for TLS...
2009-04-12 Laurent AimarImplemented replacement for swab.
2009-04-12 Rémi Denis-CourmontRemove unused vlc_(send|recv)msg
2009-04-12 Rémi Denis-CourmontFix C++ linking
2009-04-11 Pierre d'Herbemontlibvlc: Export _get/set_nsobject.
2009-04-11 Rémi Denis-CourmontWin32: use the destructor function for TLS (fixes ...
2009-04-11 Rémi Denis-CourmontDeinline vlc_threadvar_(|s)get and kill useless indirection
2009-04-11 Rémi Denis-Courmonttypo
2009-04-10 Rémi Denis-CourmontRemove buggy and unused vlc_wraptext()
2009-04-10 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-04-10 Rémi Denis-CourmontMove remaining replacement to static import library
2009-04-10 Rémi Denis-CourmontStart moving replacement functions to a static import...
2009-04-10 Rémi Denis-CourmontRemove unused scandir check
2009-04-10 David Flynnwin32: delete old *printf fixup code.
2009-04-10 David Flynnwin32: Fix *printf & require mingw32-runtime version...
2009-04-10 David FlynnRevert "Revert "win32: remove old attempts to define...
2009-04-09 Jean-Baptiste KempfRevert "win32: fix %zu fixups - dont use mingw's vsnprintf"
2009-04-09 Jean-Baptiste KempfRevert "win32: vlc_fix_format_string - various fixes"
2009-04-09 Jean-Baptiste KempfRevert "win32: make vlc_vsnprintf more like c99 vsnprintf"
2009-04-09 Jean-Baptiste KempfRevert "win32: remove old attempts to define snprintf...
2009-04-08 Laurent AimarWarned about unused filename_sanitize result.
2009-04-06 Antoine CellerierAdd image_Mime2Fourcc() function and use in image_ReadUrl()
2009-04-06 Rémi Denis-CourmontReally fix the vlm_MessageNew NULL warning
2009-04-05 Sébastien EscudierVLM : Add media name in callbacks
2009-04-05 Jean-Baptiste KempfAdd extensions we support to the open dialogs.
2009-04-04 Rémi Denis-CourmontBump plugin API due to block_t breakage (and lots of...
2009-04-03 Laurent AimarRemoved unused block_t->p_prev field.
2009-04-03 David Flynnwin32: remove old attempts to define snprintf _snprintf
2009-04-03 David Flynnwin32: make vlc_vsnprintf more like c99 vsnprintf
2009-04-03 David Flynnwin32: vlc_fix_format_string - various fixes
2009-04-03 David Flynnwin32: fix %zu fixups - dont use mingw's vsnprintf
2009-04-01 Rémi Duraffortadd libvlc_media_player_(get|set)_agl to the hearder...
2009-03-31 Rémi Duraffortalbum art: use filename_sanitize function
2009-03-31 Christophe CourtautFixed bug in snapshot format
2009-03-29 Laurent AimarModify INPUT_RECORD_PREFIX value (prefer h/m/s over...
next