]> git.sesse.net Git - vlc/history - src
amem: add support for pause/resume and flush/drain
[vlc] / src /
2011-07-11 Rémi Denis-CourmontRemove __ prefix in *New() core functions
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_INPUT type
2011-07-11 Rémi Denis-Courmontstream: re-use existing input pointer for statistics
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_DECODER type
2011-07-11 Rémi Denis-CourmontDo not check vlc_object_alive() on decoders
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_VOUT
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_AOUT
2011-07-10 Rémi Denis-CourmontMark non-file input items as preparsed even if they...
2011-07-10 Rémi Denis-Courmontlibvlc_audio_output_set: really force the requested...
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-07-10 Rémi Denis-Courmontlibvlc_media_parse: thread-safety
2011-07-10 Rémi Denis-Courmontlibvlc_media_get_meta: do not free(NULL)
2011-07-10 Rémi Denis-Courmontplaylist preparse and fetch: return error if appropriate
2011-07-10 Rémi Denis-CourmontRemove debug-only dependency of vlc_events on vlc_object
2011-07-10 Rémi Denis-CourmontUse vlc_atomic_t for input item ID
2011-07-08 Rémi Denis-CourmontMix 16-bits PCM instead of fixed-point if input is...
2011-07-08 Rémi Denis-CourmontMerge all audio output locks except volume control
2011-07-08 Rémi Denis-CourmontAdd pause callback for audio output (aout_output_t...
2011-07-08 Rémi Denis-CourmontFix infinite mixing loop with dummy audio output
2011-07-08 Jean-Baptiste KempfSupport of Lagarith
2011-07-07 Rémi Denis-CourmontRemove unused vlc_execve()
2011-07-07 Rémi Denis-CourmontMove vlc_gettext() with vlc_bindtextdomain()
2011-07-07 Rémi Denis-CourmontRemove useless copy of LGPLv2.1
2011-07-05 Rémi Denis-CourmontVLM: use custom reference count instead of object destr...
2011-07-04 Rémi Denis-CourmontRun-time CPU detection for ARM (meaning NEON)
2011-06-30 Rémi Denis-CourmontDefine CONFIG_CLASS() macro and use it
2011-06-30 Rémi Denis-CourmontFix setting "value" of config hints
2011-06-30 Rémi Denis-CourmontChanging module_config_t breaks plugin cache compatibility
2011-06-30 Rémi Denis-CourmontDon't load/save module_config_t.b_removed
2011-06-29 Rémi Denis-CourmontAdd integer config item type for RGB values
2011-06-29 Rémi Denis-CourmontRethink the configuration item type identifiers to...
2011-06-29 Rémi Denis-CourmontMove --playlist-autostart to main
2011-06-29 Rémi Denis-CourmontReplace CONFIG_HINT and CONFIG_ITEM with a boolean...
2011-06-29 Rémi Denis-CourmontDon't apply CONFIG_ITEM mask to variable types
2011-06-29 Rémi Denis-Courmontvlc_GetCPUCount: use counting functions instead of...
2011-06-29 Rémi Denis-Courmontvlc_GetCPUCount(): move to thread subsystem (cosmetic)
2011-06-26 Rafaël Carréinterface: fix memleak
2011-06-25 Laurent AimarLet the value from --rate use the same code path than...
2011-06-25 Laurent AimarAllowed to give the list of prefered chroma to "text...
2011-06-24 Laurent AimarAdded vlc_chroma_description_t::pixel_bits.
2011-06-24 Laurent AimarAdded planar I420 9/10-bit VLC_CODEC_* definitions...
2011-06-24 Jean-Baptiste KempfAdd a fourCC for DTS
2011-06-21 Pierre Ynardintf-add: list CLI on win32 regardless of stdin
2011-06-21 Pierre YnardRevert "intf-add: update cli interface name"
2011-06-21 Rémi Denis-CourmontRemove unused intf_thread_t.psz_intf
2011-06-20 Rémi Denis-Courmontintf-add: update cli interface name
2011-06-20 Rémi Denis-Courmontintf-add: do not list CLI if stdin is not a TTY (fix...
2011-06-20 Rémi Denis-CourmontRespect --no-playliust-autostart (fix #3541)
2011-06-20 Rémi Denis-CourmontPlaylist: create playlist-autostart just once
2011-06-20 Rémi Denis-CourmontTurn --services-discovery into a string advanced option
2011-06-19 Rafaël Carréremove warnings
2011-06-19 Rafaël Carréinit_rand48(): only run once
2011-06-19 Rafaël CarréUse correct type for vlc_atomic_dec
2011-06-19 Rémi DuraffortCreate and copy the meta array only if the copied item...
2011-06-18 Alexey SokolovAdd libvlc_media_list_player_retain() to libvlc.
2011-06-18 Rémi Denis-CourmontSmall simplification
2011-06-15 Rafaël Carréupdate: factorize using macro
2011-06-15 Rafaël Carrésystem_Init(): remove unused arguments
2011-06-14 Laurent AimarFixed "spu-elapsed" value set by the core.
2011-06-13 Francois CartegnieQt: str_format_meta: fix few variable names
2011-06-13 Francois CartegnieQt: fix str_format_meta (closes #4777)
2011-06-13 Sébastien ToqueDon't use fdatasync on Android
2011-06-13 Rémi Denis-CourmontStub for if_nameindex()
2011-06-11 Rémi Denis-CourmontNuke manual IP version selection
2011-06-11 Rémi Denis-Courmontaout: remove stray mixer FIFO locking
2011-06-10 Laurent AimarRemoved unused "scale" object variable in text renderer.
2011-06-09 Rémi Denis-Courmontaout_InputPlay: keep the input FIFO lock
2011-06-09 Rémi Denis-Courmontaout_OutputNextBuffer: move both FIFOs atomically and...
2011-06-09 Jean-Baptiste KempfWin32: Fix libvlc.dll properties
2011-06-09 Rémi Denis-Courmontmixer: do not check for expired input PTS
2011-06-09 Rémi Denis-CourmontSmall quirk in previous commit
2011-06-09 Rémi Denis-Courmontaout_InputPlay: compute drift once (rather than 2-4...
2011-06-09 Rémi Denis-Courmontmixer: cleanup packetization
2011-06-09 Rémi Denis-Courmontaout_InputPlay: compute current time only once
2011-06-09 Rémi Denis-CourmontCosmetic change: aout_InputIsEmpty -> aout_DecIsEmpty
2011-06-08 Jean-Baptiste KempfWin32: define _WIN32_IE in a centralized way
2011-06-07 Rémi Denis-CourmontRemove aout_mixer_input_t.begin
2011-06-07 Rémi Denis-Courmontaout mixer: do output buffer packetization in core...
2011-06-07 Rémi Denis-Courmontaout_Fifo*: remove useless parameter
2011-06-07 Rémi Denis-Courmontmixer: partial cleanup, use aout_mixer_t instead of...
2011-06-07 Rémi Denis-CourmontConstify aout_OutputNew()
2011-06-05 Jean-Baptiste KempfUpdate NEWS, LIST and subtitles extensions for STL
2011-06-05 Laurent AimarAdded VLC_CODEC_EBU_STL.
2011-06-05 Laurent AimarFade for 1/4 of the display time.
2011-06-04 Rémi Duraffortlibvlc: do not export libvlc_module_description_list_ge...
2011-06-04 Rémi Denis-Courmontdate_Increment: use lldiv()
2011-06-03 Jean-Baptiste KempfUpdate: use update-test.v.o for debug builds on win32
2011-06-02 Jean-Baptiste KempfAndroid: Fix src/network/udp.c compilation.
2011-06-02 Jean-Baptiste KempfFix duplication
2011-06-02 Laurent AimarUsed vlc_custom_create() to create vout_display_t objects.
2011-06-02 Laurent AimarRedraw vout subpicture only when needed.
2011-06-01 Laurent AimarConverted subpicture widget/epg to YUVP.
2011-05-31 Jean-Baptiste KempfWin32: correct FileType for dlls
2011-05-31 Jean-Baptiste KempfUpdate Win32 resource files
2011-05-31 Rémi Denis-CourmontCancel interface thread on exit
2011-05-31 Rémi Denis-Courmontaout: simplify input handling, remove dead code
2011-05-31 Rémi Denis-Courmontmixer: simplify based on single input per output
2011-05-31 Rémi Denis-CourmontPass mixer multiplier as argument
2011-05-31 Rémi Denis-CourmontReplay gain: no need to restart the audio mixer (anymore)
next