]> git.sesse.net Git - vlc/history - src
Rename VLC_{PUBLIC,DEPRECATED}_API to LIBVLC_{API,DEPRECATED}
[vlc] / src /
2011-05-07 Rémi Denis-CourmontRename LIBVLC_* function attributes to VLC_* within...
2011-05-07 Rémi Denis-CourmontDo not use internal libvlc symbol outside of libvlc
2011-05-07 Rémi Denis-CourmontReplace VLC_EXPORT macro with a simple prefix, VLC_API
2011-05-07 Rémi Denis-CourmontRemove invalid use of VLC_EXPORT
2011-05-07 Rémi Denis-CourmontWin32 R/W locks: fix/add comments, add asserts
2011-05-07 Rémi Denis-Courmontvlc_cond_wait() does not return any value
2011-05-05 Rémi Denis-CourmontXML: test case for C0/C1 control codes encoding
2011-05-05 Rémi Denis-CourmontXML: encode C0/C1 control codes correctly (fix #4737)
2011-05-04 Rémi Denis-CourmontRename vlc_key_t to vlc_action_t
2011-05-02 Rémi Denis-CourmontReset config if module bank works, save config if VLC...
2011-05-02 Rémi Denis-CourmontMove common predefined macros to config.h and common.am
2011-05-02 Rémi Denis-CourmontRemove some leftovers from pre-libtool era
2011-05-02 Rémi Denis-CourmontRemove ugly builtin support
2011-05-01 Rémi Denis-Courmontconfig_StringEscape: iterate through string twice rathe...
2011-04-30 Rémi Denis-CourmontAutomatically save all configuration items
2011-04-30 Rémi Denis-Courmontvlc_towc(): unroll multibyte sequence decoding, fix...
2011-04-29 Rémi Denis-CourmontRemove unused config_SaveConfigFile parameter
2011-04-29 Rémi Denis-CourmontReally save bookmarks automatically
2011-04-28 Laurent AimarNo functionnal changes (vout).
2011-04-28 Rob JonsonUpdate windows rename function to correctly deal with...
2011-04-26 Laurent AimarRendered text OSD at display size.
2011-04-25 Jean-Baptiste KempfRemove prefer-system codecs option
2011-04-24 Jean-Baptiste KempfMore documentation for vlc_services_discovery.h
2011-04-24 Jean-Baptiste KempfDocument vlc_services_discovery.h
2011-04-23 Jean-Baptiste KempfQt: improve title display
2011-04-22 Jean-Baptiste KempfAdd another DV fourcc
2011-04-22 Hugo Beauzée-Luyssenlibvlc-module: Adding a input-title-format variable
2011-04-22 Hugo Beauzée-Luyssenstrings: Adding a 'Z' flag to insert 'Now playing'...
2011-04-21 Rémi DuraffortDo not add a newline at the end of the strings send...
2011-04-21 Rémi Duraffortdecoder: fix a segfault.
2011-04-21 Francois CartegnieRevert "input: dvb: also create program data for progra...
2011-04-20 Yuval TzeBackward compatibility: handle the "sub-filter" ambiguity
2011-04-20 Yuval TzeNew sub-filter support add new "sub filter" capability...
2011-04-20 Yuval TzeRefactor: rename "sub-filter" to "sub-source" this...
2011-04-14 Laurent AimarImproved subtitiles/OSD quality when the rendering...
2011-04-14 Laurent AimarFixed i_original_picture_width/height fields of the...
2011-04-14 Juha JeronenInverse telecine deinterlacer
2011-04-13 Rémi Denis-CourmontInline and simplify aout_FormatNbChannels
2011-04-12 Rémi Denis-CourmontGo to new line if there is no option description
2011-04-11 Rémi Denis-CourmontMake drawable-hwnd an integer config item (untested)
2011-04-10 Rémi Denis-Courmontplaylist: go back to nearest well-known playback rate...
2011-04-09 Rémi Denis-Courmontaout: do not compute the same difference three times
2011-04-09 Rémi Denis-CourmontRemove write-only aout_input_t.input_alloc
2011-04-09 Rémi Denis-Courmontdecoder: do not reallocate audio buffer on interface...
2011-04-09 Rémi Denis-Courmontdecoder: allocate decoder audio buffers directly
2011-04-09 Rémi Denis-CourmontAvoid invalid cast (int / uint16_t)
2011-04-07 Rémi Denis-CourmontReally fix audio volume underflow (audio_volume_t is...
2011-04-07 Rémi Denis-CourmontRemove write-only aout_output_t.i_volume
2011-04-07 Rémi Denis-CourmontEnforce volume min and max (small regression from previ...
2011-04-07 Rémi Denis-CourmontPass mute flag to aout_output_t.pf_volume_set
2011-04-07 Rémi Denis-CourmontRemove dangling declarations
2011-04-07 Rémi Denis-CourmontMake aout "intf-change" a void variable
2011-04-07 Rémi Denis-CourmontRemove "saved-volume" and "volume-change". Use "volume".
2011-04-07 Rémi Denis-CourmontRename "volume-muted" to simply "mute"
2011-04-07 Rémi Denis-CourmontRemove never used aout_output_t.pf_volume_get
2011-04-07 Rémi Denis-Courmontaout_VolumeGet: return volume directly
2011-04-07 Rémi Denis-CourmontClarify audio volume interface code (kill doVolumeChanges)
2011-04-07 Rémi Denis-CourmontRemove text for non existent --volume-save
2011-04-07 Rémi Denis-CourmontRemove never used function aout_MixerMultiplierGet()
2011-04-07 Rémi Denis-CourmontRemove mixing from audio mixers
2011-04-07 Rémi Denis-CourmontRemove AOUT_MAX_INPUTS
2011-04-07 Rémi Denis-CourmontSpawn one audio output instance per audio input
2011-04-07 Rémi Denis-Courmontdecoder: release the aout instance when we stop the...
2011-04-07 Rémi Denis-CourmontRequire an aout instance to create an aout input
2011-04-07 Rémi Denis-CourmontRemove impossible error
2011-04-07 Rémi Denis-CourmontRemove outdated comment
2011-04-06 Pierre YnardUse add_loadfile() for --vlm-conf
2011-04-05 Pierre Ynardvlm: use make_URI() with --vlm-conf
2011-04-05 KO Myung-HunOS/2 uses the same file operations as Win32
2011-04-05 KO Myung-HunDo not use clock_gettime() on OS/2.
2011-04-05 KO Myung-HunEnable vlc_poll() on OS/2
2011-04-05 KO Myung-HunDefine ALIGN for OS/2.
2011-04-05 Sébastien Escudierfix vlm scheduling
2011-04-05 Sébastien Escudiervlm : fix TAB_CLEAN
2011-04-04 Rémi Denis-CourmontUnexport input_DecoderNew and input_clock_t
2011-04-04 Rémi Denis-Courmontinput_DecoderCreate: create a decoder w/o input thread
2011-04-04 Rémi Denis-CourmontInput resource: allow operation without input
2011-04-04 Rémi Denis-Courmontdecoder: do not emit output events if there is no input
2011-04-04 Rémi Denis-Courmontdecoder: do not update statistics if there is no input
2011-04-04 Rémi Denis-Courmontdecoder: do not try to fetch attachments if there is...
2011-04-04 Rémi Denis-Courmontdecoder: keep a pointer to resources independent of...
2011-04-04 Rémi Denis-CourmontCreateDecoder: common sub-expression
2011-04-04 Rémi Denis-CourmontSpelling
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2011-04-03 KO Myung-HunDefine if_nametoindex() for OS/2
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-04-03 Rémi DuraffortRemove old obsolete variables.
2011-03-31 Rémi Denis-CourmontCache mdate()
2011-03-29 Juha JeronenPhosphor deinterlacer
2011-03-29 Rémi Denis-CourmontYoupiiiiiiiiiiiiiiiiiiie! ... err, remove vlc_object_find()
2011-03-29 Rémi Denis-Courmontstream_MemoryNew: remove vlc_object_find()
2011-03-29 Rémi Denis-Courmontstream_UrlNew: avoid harmful vlc_object_find()
2011-03-29 Rémi Denis-Courmontsout: remove broken statistics code
2011-03-27 Rémi Denis-CourmontCosmetics
2011-03-24 Francois Cartegnieinterfaces: "Add interface" subitems: being interface...
2011-03-22 Jean-Baptiste KempfRename macro to avoid confusion
2011-03-21 Jean-Baptiste KempfMore XDcam fourcc
2011-03-21 Rémi DuraffortRemove obvious statements.
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-03-21 Rémi Duraffortvlm: fix memory leaks.
next