]> git.sesse.net Git - vlc/history - src
stream_filter/httplive.c: Improve detection of HTTP Live Streaming detection to all...
[vlc] / src /
2011-02-10 Rémi Denis-CourmontChange key items to string type
2011-02-10 Rémi Denis-CourmontSome documentation
2011-02-10 Rémi Denis-Courmontcore: merge the two hotkey files
2011-02-10 Rémi Denis-CourmontFix + and - hotkeys
2011-02-10 Jean-Baptiste KempfReadd txt autodetection
2011-02-10 Jean-Baptiste KempfSubtitle: do not dialog_Fatal when the subtitle was...
2011-02-10 Jean-Baptiste KempfMake SubtitleAdd accept flags instead of a bool
2011-02-10 Rémi Denis-CourmontKill some relocs
2011-02-10 Rémi Denis-CourmontFix compilation
2011-02-10 Rémi Denis-CourmontUse + as modifier separator, keep backward compatibilit...
2011-02-10 Rémi Denis-CourmontMerge ConfigKeyToString and KeyToString
2011-02-10 Rémi Denis-CourmontConfigKeyToString: simplify and fix potential leak
2011-02-10 Rémi Denis-CourmontUnduplicate code
2011-02-10 Rémi Denis-CourmontRemove unused StringToKey()
2011-02-10 Rémi Denis-CourmontRemove silly #include
2011-02-09 Pierre YnardWinCE: (don't) implement vlc_pipe()
2011-02-09 Pierre YnardBuild fix
2011-02-09 Rémi Denis-Courmontcore: use vlc_pipe()
2011-02-09 Rémi Denis-CourmontImplement vlc_pipe()
2011-02-05 Felix Paul Kühnemacosx vout: reenabled. will break compilation until...
2011-01-29 Rémi Denis-CourmontExport libvlc_video_set_format_callbacks
2011-01-28 Pierre YnardDon't pass input options when using --one-instance
2011-01-27 Pierre YnardDon't pass relative file paths when using --one-instance
2011-01-25 Pierre Ynardrtsp: support Range header in responses
2011-01-24 Rémi Denis-Courmontbindtextdomain: cleanup and fix error handling
2011-01-24 Srikanth RajuML/Core: Destroy ML after PL deactivates, but before...
2011-01-24 Srikanth RajuML/Core: Change ml_Hold/ml_Release to ml_Get
2011-01-24 Rémi Denis-CourmontWin32: fix gettext with non-ASCII installation path
2011-01-22 Jean-Baptiste KempfSolve a sign warning
2011-01-22 Jean-Baptiste KempfCorrect cast of fourCC in msg_Err
2011-01-22 Rémi Denis-CourmontAdd FOURCC's for DAT12 and L24 (IETF RFC3190)
2011-01-20 Pankaj yadavAdd misc/atomic.c to SOURCES_libvlc_symbian and fix...
2011-01-19 Christophe MassiotFix cosmetics.
2011-01-18 Rémi Denis-CourmontMove --x11-display to the XCB window plugin
2011-01-17 Rémi Denis-CourmontFix lock inversion
2011-01-15 Srikanth RajuML/Core: Release ML before playlist deactivates
2011-01-13 Pierre Ynardmissing: build fix
2011-01-13 Rémi Denis-Courmontlibvlccore: do not link against the C++ run-time
2011-01-12 Rémi Denis-CourmontRemove unused factory pattern for SDP announces
2011-01-12 Pierre Ynardhttpd: use locale-independent us_vasprintf() to write...
2011-01-12 Pierre YnardAdd us_vasprintf() function
2011-01-12 Pierre YnardUse make_URI() when creating input slaves
2011-01-11 Rémi Denis-Courmontvout_window: use custom entry callback
2011-01-11 Rémi Denis-CourmontSupport different prototype for plugin open/close callbacks
2011-01-11 Rémi Denis-CourmontFix file permissions
2011-01-11 Rémi Denis-CourmontRevert file permission
2011-01-10 Jean-Baptiste KempfSymbian: fix compilation and small include improvement
2011-01-10 Pankaj YadavSymbian Specific Directories
2011-01-10 Jean-Baptiste KempfSymbian: kill warnings, remove unecessary includes...
2011-01-10 Pankaj YadavSymbian App private path and build changes
2011-01-09 Laurent AimarSet text scale only once per subpicture.
2011-01-09 Laurent AimarImproved SpuRenderSubpictures() output region linking.
2011-01-09 Laurent AimarClean up a bit vout_subpicture.c (no functionnal changes).
2011-01-09 Laurent AimarSimplify a bit text re-rendering.
2011-01-09 Laurent AimarMade SpuRegionPlace() code a bit more obvious.
2011-01-09 Laurent AimarReworked the code doing the blending in vout.
2011-01-09 Laurent AimarFixed typo in vout subpicture rendering regarding AR.
2011-01-09 Laurent AimarMerged vout_RenderWrapper/vout_DisplayWrapper directly...
2011-01-09 Laurent AimarAllowed a vout_display_t module to do the OSD/subtitles...
2011-01-09 Laurent AimarExtended spu_Render to accept a list of supported chrom...
2011-01-09 Laurent AimarCleaned up a bit vout_subpictures includes.
2011-01-09 Laurent AimarNo functionnal changes (spu).
2011-01-09 Laurent AimarRenamed spu_DisplaySubpicture into spu_PutSubpicture.
2011-01-09 Laurent AimarReworked the way subtitles are rendered on video.
2011-01-09 Laurent AimarUsed picture_BlendSubpicture for rendering OSD/subtitle...
2011-01-09 Laurent AimarAdded picture_BlendSubpicture helper.
2011-01-09 Laurent AimarRevert "Fix render picture out-of-memory handling"
2011-01-09 Laurent AimarProperly reset pictures created for vout filters.
2011-01-09 Laurent AimarChanged picture_fifo_Pop/picture_pool_Get to set pictur...
2011-01-09 Jean-Baptiste KempfFix win* compilation and cosmetics
2011-01-09 Jean-Baptiste KempfSymbian: work-around the absence of pread/pwrite
2011-01-05 Rémi Denis-CourmontFix render picture out-of-memory handling
2010-12-30 Jean-Baptiste KempfSymbian: modules compilation fix
2010-12-30 Jean-Baptiste KempfSymbian: Return 1 as cpu number
2010-12-30 Jean-Baptiste KempfSymbian: no daemon mode
2010-12-28 Felix Paul KühneRevert "src: fixed 2 errors detected by the clang stati...
2010-12-28 Felix Paul Kühnesrc: fixed 2 errors detected by the clang static analyser
2010-12-20 Jakub WieczorekLibVLC Audio/video filters listing API
2010-12-20 Jean-Baptiste KempfTry to decode WMVP with lavc WMV3's decoder
2010-12-20 Jean-Baptiste KempfCodecs: map G.722 to avcodec decoder
2010-12-17 Pierre Ynardrtsp: pass proper PLAY requests to VoD
2010-12-13 Rémi DuraffortMore cleaner fix when tdestroy only is missing.
2010-12-12 Rémi Denis-CourmontDo not clear --play-and-pause once it happens
2010-12-12 Pierre Ynardrtsp: enable forgotten reason phrase
2010-12-10 Pierre Ynardhttpd: gracefully handle too large request bodies
2010-12-10 Pierre Ynardhttpd: fix parsing of request body
2010-12-10 Pierre Ynardhttpd: fix grammar in comments
2010-12-08 Pierre YnardAdd forgotten change_need_restart()
2010-12-08 Pierre YnardAdd option to choose the VoD server module
2010-12-07 Rémi Duraffortremove vlc_tdestroy from the symbols list.
2010-12-07 Rémi Durafforttsearch functions: check for the presence of search...
2010-12-06 Rémi Duraffortonly include search.h if available (anyway vlc_fixups...
2010-12-05 Rémi Denis-CourmontTypo
2010-12-05 Rémi Denis-CourmontWin32: compile fix (untested)
2010-12-05 Rémi Denis-CourmontFix comments
2010-12-05 Rémi Denis-CourmontRevert "vlc_clone_detach: remove thread handle parameter"
2010-12-05 Rémi Denis-CourmontWin32: implement cancellation of detached threads
2010-12-05 Rémi Denis-CourmontRemove VLC_VAR_MODULE, VLC_VAR_FILE and VLC_VAR_DIRECTORY
2010-12-05 Rémi Denis-CourmontAdd left and right wheel buttons
2010-12-05 Rémi Denis-CourmontRemove useless mouse buttons table
next