]> git.sesse.net Git - vlc/shortlog
vlc
2008-12-16 Rémi Denis... b_menu: remove unused variable
2008-12-16 Rémi Denis... Migrate AA and GGI to intf-popupmenu
2008-12-16 Rémi Denis... b_menu_change: remove write-only variable
2008-12-16 Rémi Duraffortbdagraph: cleaning.
2008-12-16 Rémi Denis... Win32: fix race condition initializing static mutexes
2008-12-16 Rémi Denis... Robustify Win32 mutex assertions
2008-12-16 Rémi Duraffortbda: little cleanup.
2008-12-16 Rémi Duraffortanalyser/zsh: fix memleak (#2303)
2008-12-16 Rémi Denis... C++-proofing
2008-12-16 Rémi Denis... AVI: fix track names character set (fixes #2334)
2008-12-16 Rémi Denis... FromLatin1: converts from ISO-8859-1 to UTF-8
2008-12-16 Rémi Denis... Remove conditionally unused function
2008-12-16 Rémi Denis... Check for vmsplice() since Middle Ages libc didn't...
2008-12-16 Christophe... i18n
2008-12-16 Christophe... Cosmetic: reorder and remove duplicates
2008-12-16 Christophe... Distribute pixmaps/space.png
2008-12-16 Christophe... modules/access_filter is no longer distributed
2008-12-16 Christophe... Distribute vorbis.h
2008-12-15 Rémi DuraffortQt/vlm: == instead of =
2008-12-15 Rémi Duraffortpudec: fix potential memleaks.
2008-12-15 Rémi Duraffortmms/mmstu: fix a memleak and avoid to memcpy two times...
2008-12-15 Laurent AimarAdded S_TEXT/ASCII codec to matroska.
2008-12-15 Jean-Baptiste... NEWS.
2008-12-15 Rémi DuraffortReally fix this.
2008-12-15 Rémi DuraffortFix multiple deallocation (three deallocation for the...
2008-12-15 Rémi DuraffortRemove a varaible never really used (only writen one...
2008-12-15 Rémi Duraffortnetwork/poll: non initialized variable.
2008-12-15 Rémi DuraffortFix compilation warning on Win CE.
2008-12-15 Laurent AimarAdded support for real video and 14_4 audio codec in...
2008-12-15 Rémi DuraffortUnused variable.
2008-12-15 Rémi Duraffortcontrol/media_control: fix a memleak (we don't need...
2008-12-15 Rémi DuraffortUse const char* when needed (easier to understand if...
2008-12-15 Basos GAdded vlc_get_libvlc_object to libvlccore
2008-12-15 Rémi DuraffortFix memleak (#2351) (mvar_AppendNewVar already do a...
2008-12-15 Rémi Duraffortxtag_free don't need to return anything.
2008-12-15 Rémi Duraffort* Fix memleak (#2352)
2008-12-15 Rémi DuraffortFix memleak (#2350).
2008-12-15 Rémi DuraffortRemove unneded test before delete/free.
2008-12-15 Ken SelfBDA free() strings from var_GetNon_EmptyString
2008-12-15 kenselfAdd ATSC option to GUI
2008-12-15 kenselfSignificant changes to ATSC and DVB-S processing which...
2008-12-15 kenselfAdded Tunng Space class definitions
2008-12-15 kenselfEnhance DVB-S handling with range parameter and option...
2008-12-15 Ilkka Ollakka[Qt] Cleanup: Don't skip first sorting, seems that...
2008-12-15 Ilkka Ollakka[QT] cosmetic, use regexp instead of multiple removes...
2008-12-15 Olivier Aubertpython bindings: workaround for the #2257 / #2266 VLC...
2008-12-14 Filippo Caroneupdate version and distribution management
2008-12-14 Filippo Caronejvlc: various unit tests fixes
2008-12-14 Filippo Caronejvlc: fix LibVlcState enum to reflect native states
2008-12-14 Rémi Duraffortcmml: fix memleak (#2345)
2008-12-14 Rémi Duraffortvlm: don't remove quotes around name in
2008-12-14 Filippo Caronejvlc: more libvlc_media unit tests added
2008-12-14 Filippo CaroneMediaDescriptorTest.java removed
2008-12-14 Filippo CaroneMediaDescriptorTest renamed to LibVlcMediaTest
2008-12-14 Filippo Caronejvlc: add_intf unit test added
2008-12-14 Filippo Caronejvlc: some libvlc_media bindings added
2008-12-14 Filippo Caronejvlc: LibVlcMediaDescriptor renamed to LibVlcMedia
2008-12-14 Filippo Caronejvlc: libvlc_add_intf and libvlc_wait added
2008-12-14 Filippo Caronereturn width on getWidth, not height
2008-12-14 Laurent AimarProtect against division by 0 on corrupted file (real).
2008-12-14 Laurent AimarFixed real frame allocation error path.
2008-12-14 Rémi DuraffortRemove unused variables.
2008-12-14 Laurent AimarRemoved useless real video code in avcodec.
2008-12-14 Laurent AimarFixed frame rate output value.
2008-12-14 Laurent AimarDo not print real index debug by default.
2008-12-14 Laurent AimarFixed a few real demuxer issues.
2008-12-14 Laurent AimarFixed real PCR.
2008-12-14 Laurent AimarCosmetics real demux reorganization.
2008-12-14 Laurent AimarIncrease its priority.
2008-12-14 Laurent AimarAdded uncompressed rar stream filter.
2008-12-14 Laurent AimarBig clean up/rewrite of the real demuxer.
2008-12-14 Laurent AimarImproved detection of multi-part files for rar.
2008-12-14 Laurent AimarImproved the way input-list is given to stream_AccessNew.
2008-12-14 Laurent AimarRemoved useless b_quick parameter in stream_AccessNew.
2008-12-14 Rémi DuraffortIgnore modules/stream_filter/Makefile.am
2008-12-13 Rémi DuraffortRemove modules/demux/decomp.c from po files.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-13 Rémi Duraffortanother fix for win32.
2008-12-13 Rémi DuraffortFix compilation on win32.
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-13 Rémi Duraffortsout/switcher: fix potential memleaks.
2008-12-13 Rémi Duraffortsout/switcher: fix compilation.
2008-12-13 Filippo Caronetell jna to load libvlc with RTLD_GLOBAL option
2008-12-13 Filippo Caronejna version updated
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-12 Rémi Duraffortrealrtsp: fix compilation warning, use calloc and some...
2008-12-12 Rémi Duraffortrealrtsp: cosmetics
2008-12-12 Rémi Duraffortrtspreal: no need to compute the values of this array.
2008-12-12 Rémi Duraffortrtspreal: no need to ask for the size of the array as
2008-12-12 Rémi Duraffortrealrtsp: don't write outside a static buffer.
2008-12-12 Rémi Duraffortrealrtsp: fix read after the end of the string if the...
2008-12-12 Rémi Duraffortrealrtsp: initialize *all* the array
2008-12-12 Rémi Duraffortrealrtsp: fix potential memleaks.
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-12 Sébastien EscudierUse NULL for pointer
2008-12-12 Jean-Baptiste... [MKV] Detect Dirac in MKV.
2008-12-11 Laurent AimarDo not use 2 event manager in input.
2008-12-11 Laurent AimarFixed some avi with jpeg video.
next