]> git.sesse.net Git - vlc/history - src
demux: ogg: remove unused variable
[vlc] / src /
2014-01-27 Felix Paul Kühnedarwin/dirs: fix plugin lookup with the NPAPI plugin
2014-01-27 Rémi Denis-Courmontvlc_readdir: remove string duplication, simplify
2014-01-27 Rémi Denis-Courmontvlc_readdir: drop support for threaded access to a...
2014-01-27 Rémi Denis-Courmontinput: cosmetic
2014-01-24 Maxim Bublismisc/image: fixed overwriting of correct visible dimensions
2014-01-19 Rémi Durafforthelp: fix help string if colors are disabled
2014-01-19 Rémi Duraffortupdate: fix memory leak
2014-01-17 Rafaël Carrévout_Request: cosmetics
2014-01-16 Rafaël CarréUse str_format_meta for snapshots
2014-01-14 David FuhrmannUpdate tooltip for http-cert to reflect the situation...
2014-01-13 Rafaël Carrécore: ask video decoder to return its buffered pictures
2014-01-12 Wieland Hoffmannplaylist: Recurse on ITEM_TYPE_NODE when calculating...
2014-01-12 Daniel Verkampavcodec: map Auravision AURA
2014-01-12 Daniel Verkampavcodec: map Canopus Lossless (CLLC)
2014-01-12 Daniel Verkampavcodec: map KGV1 (Kega Game Video)
2014-01-11 Edward WangAndroid: implement vlc_strerror and vlc_strerror_c
2014-01-11 Daniel Verkampavcodec: map Escape 124 video
2014-01-11 Daniel Verkampavcodec: map RenderWare TXD
2014-01-11 Daniel Verkampavcodec: map GameCube THP video and audio
2014-01-11 Daniel Verkampavcodec: map LCL MSZH and ZLIB
2014-01-11 Daniel Verkampavcodec: map Wing commander IV Xxan video
2014-01-10 Rémi Denis-CourmontFix grammar / typo
2014-01-10 Ilkka Ollakkacore: differentiate mp2 from mp3 audio layers
2014-01-09 Jean-Baptiste KempfMap Bink Audio and Video codecs
2014-01-09 Rémi Denis-Courmontvlc_readdir: fix integer overflow on error
2014-01-09 Jean-Baptiste KempfAdd Atrac3+ decoder mapping
2014-01-07 Rémi Denis-Courmontsrc: simplify and inline pl_Get()
2014-01-07 Rémi Denis-Courmontplaylist: create instance only when needed
2014-01-07 Rémi Denis-Courmontlib: add helper for playlist startup
2014-01-07 Rémi Denis-Courmontsrc: helper for command line item handling
2014-01-07 Rémi Denis-Courmontinterface: create the playlist first and use it as...
2014-01-07 Rémi Denis-Courmontplaylist: merge interface and playlist locks as one
2014-01-07 Rémi Denis-Courmontsrc: move one declaration
2014-01-07 Rémi Denis-Courmontwin32: move single instance back-end to separate interface
2014-01-07 David Fuhrmannsrc: darwin/thread: do not create own condattr
2014-01-07 David Fuhrmannsrc: darwin/thread: reimplement monotonic clock for...
2014-01-05 Rémi Denis-Courmontvout: add proper core-managed object variable for wall...
2014-01-05 Rémi Denis-Courmontvout: pass enum for window state instead of boolean...
2014-01-04 Ilkka Ollakkadate_Decrement: change assert so it doesn't to funky...
2014-01-02 Rémi Denis-Courmontstr_format_meta: fix reference counting
2014-01-02 Felix AbecassisRemove the deprecated vlc_atomic_t type.
2014-01-02 Rémi Duraffortxdg: fix infinite loop if the file is invalid
2014-01-02 Rémi Duraffortvlm: reduce deletion complexity and help analyzers
2014-01-01 Rémi Denis-Courmontinput_CreateFilename: take explicit input thread pointer
2014-01-01 Rémi Denis-Courmontstr_format_meta: take input thread pointer rather than...
2014-01-01 Rémi Denis-Courmontstr_format_meta: clean up
2014-01-01 Rémi Denis-Courmontintf-add: small simplification
2014-01-01 Rémi Denis-Courmontlibvlc: look "syslog" value only once, simplify
2014-01-01 Rémi Denis-Courmontlibvlc: look the value of intf up only once when used
2014-01-01 Rémi Denis-Courmontlibvlc: remove "evil" daemon global variable and clean up
2014-01-01 Rémi Denis-CourmontRemove stray comment
2013-12-31 Rémi Denis-Courmontplaylist: remove playlist_PreparseEnqueue() (refs ...
2013-12-31 Rémi Denis-Courmontplaylist: remove playlist_AskForArtEnqueue() (refs...
2013-12-31 Rémi Denis-Courmontplaylist: add playlist-independent functions for meta...
2013-12-31 Rémi Denis-Courmontlibvlc: remove stray debug message
2013-12-31 Rémi Denis-Courmontplaylist: clean up #includes for meta data modules
2013-12-31 Rémi Denis-Courmontplaylist: hide fetcher underneath the preparser and...
2013-12-30 Francois Cartegnieapi: allow to change A/R on the fly.
2013-12-30 KO Myung-Hunos2: implement vlc_strerror() and vlc_strerror_c()
2013-12-30 Rémi Denis-CourmontMissing #includes
2013-12-29 Felix Paul Kühnedarwin/error: add partial l10n and doc
2013-12-29 Felix Paul Kühnedarwin/error: there is no need to re-implement the...
2013-12-29 Felix Paul Kühnedarwin: implement vlc_strerror and vlc_strerror_c
2013-12-29 Rémi Denis-Courmontwin32: remove unused net_strerror()
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-12-29 Rémi Denis-Courmontmsg: remove %m hack
2013-12-29 Rémi Denis-Courmontsrc: use vlc_strerror_c() for log messages
2013-12-29 Rémi Denis-Courmontwin32: implement vlc_strerror and vlc_strerror_c
2013-12-29 Rémi Denis-Courmontvlc_strerror() and vlc_strerror_c() convenience wrappers
2013-12-29 Rémi Denis-Courmontposix: simplify thread error handler
2013-12-28 Rémi Denis-CourmontSOCKSv5: fix inverted logic (fixes #10247)
2013-12-27 Felix Paul Kühnesrc/darwin: cleanup threads
2013-12-27 Felix Paul Kühnesrc: split darwin threading code from the generic posix...
2013-12-22 Francois Cartegniedemux: add missing default handler for GET_SIGNAL
2013-12-19 Rafaël CarréSimplify message when codec could not be found
2013-12-19 Rafaël CarréImprove the unsupported codec errors
2013-12-15 Rémi Duraffortinput: fix memory leak if access is not found
2013-12-13 Tristan Matthewslibvlc: don't use string after free
2013-12-13 Felix Abecassisfourcc: add entry for Android opaque buffer type.
2013-12-13 Felix Abecassisinput: rename members and functions previously related...
2013-12-13 Felix Abecassisinput: remove useless function DecoderFlushBuffering...
2013-12-13 Felix Abecassisinput: remove sout decoder buffering.
2013-12-13 Felix Abecassisinput: remove subpicture decoder buffering.
2013-12-13 Felix Abecassisinput: remove video decoder buffering.
2013-12-13 Felix Abecassisinput: remove audio decoder buffering.
2013-12-12 Ilkka Ollakkause CLOCK_FREQ in date_Decrement
2013-12-11 Francois Cartegnieinput: add DEMUX_SET_ES notification
2013-12-11 Rémi Duraffortupdate: fix use after free
2013-12-10 Rafaël CarréDon't reset master program clock if master program...
2013-12-09 Erwan Tulouimage: fix image misfunctioning in recent builds
2013-12-09 Rafaël CarréRename main module to core
2013-12-08 Felix Abecassisvout: set visible resolution of input/output video...
2013-12-08 Vittorio Giovaracore: use same source name in DisplayNew
2013-12-08 Vittorio Giovaracore: do not overwrite visible size
2013-12-06 Rafaël CarréRemove MODULE_PATH define
2013-12-06 Rémi Denis-Courmontinput: do not misinterpret attachment MRLs as file...
2013-12-06 Rémi Denis-Courmontinput: off-by-three
2013-12-06 Rafaël Carrémessages: Don't mix fprintf and utf8_fprintf
2013-12-06 Rafaël CarréPrint(Color)Msg: align pointers on the right
2013-12-02 Rafaël Carrédecoder: Simplify DecoderWaitUnblock() proto
next