]> git.sesse.net Git - vlc/history - modules
More avoidable directories
[vlc] / modules /
2008-05-04 Rémi Denis-CourmontMore avoidable directories
2008-05-04 Rémi Denis-CourmontMaintain SUBDIRS manually for extra flexibility
2008-05-04 Rémi DuraffortFix a false assertion fail in the Qt4 playlist.
2008-05-04 Rémi Denis-CourmontFactorize the gcrypt thread support
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-04 Rémi DuraffortFix the playlist column problem added in 7bc28eebe843ef...
2008-05-03 Rémi Denis-CourmontLUA: don't reinvent scandir
2008-05-03 Rémi Denis-CourmontRTP sout: --sout-rtp-sap, works like --sout-standard-sap
2008-05-03 Rémi Denis-CourmontRationalize the SDP session name string
2008-05-03 Rémi Denis-CourmontRemove splice support - it does not quite help for...
2008-05-03 Jean-Baptiste KempfFix typo in commit 5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-03 Rémi Denis-CourmontUse the new registration mechanism for memcpy/memset
2008-05-02 Rémi Denis-CourmontUse var_AcquireMutex for the quicktime lock.
2008-05-02 Vincent Penquerc'hbasic support for Kate streams as subtitles
2008-05-02 Jean-Baptiste KempfSupport for MPSub.
2008-05-02 Jean-Baptiste KempfSmall fix for PJS to remove "".
2008-05-02 Jean-Baptiste KempfParsing of Phoenix Subtitles.
2008-05-02 Jean-Baptiste KempfSupport for AQT subtitles.
2008-05-01 Rémi Denis-CourmontUse int64_t directly within plugins rather than vlc_int64_t
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontRemove UI64_C
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-05-01 Rémi Denis-CourmontUse malloc(1) as cookie rather than malloc(0)
2008-05-01 Rémi Denis-CourmontRemove useless #include
2008-05-01 Rémi Denis-CourmontC++ <inttypes.h> inclusion fixes
2008-05-01 Rémi Denis-CourmontFix ffmpeg when !ENABLE_SOUT
2008-05-01 Rémi Denis-CourmontDon't generate module parameters twice
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-05-01 Rémi Denis-CourmontMissing #include
2008-04-30 Rémi Denis-CourmontSupport for RIFF/MIDI files
2008-04-30 Rémi Denis-CourmontDisc reading libs want ANSI rather than UTF-8 paths...
2008-04-29 Mirsal EnnaimeMove the MPRIS Quit method to the root dbus object.
2008-04-28 Rémi Denis-CourmontDon't use VLC_ADD_PLUGIN for common sout and packetizer...
2008-04-28 Rémi Denis-CourmontFix previous commit
2008-04-28 Rémi Denis-CourmontProtect access_output/ under ENABLE_SOUT as well
2008-04-28 Rémi Denis-CourmontDon't bother with mux/ and stream_out/ is sout is disabled
2008-04-28 Rémi Denis-CourmontAvoid vlc-config for access plugins that are always...
2008-04-28 Rémi Denis-Courmontnice is a phony target
2008-04-28 Rémi Denis-CourmontCosmetics
2008-04-28 Rémi Denis-CourmontRemove a bunch of obsoleted kludges
2008-04-28 Rémi Denis-CourmontAllow building plugins through autotools-builtin means...
2008-04-28 Rémi Denis-CourmontUpdate comments
2008-04-28 Rémi Denis-CourmontTypo
2008-04-27 Felix Paul Kühneremove bogus code introduced in the previous commit
2008-04-27 Felix Paul KühneYou want to use mdate() instead of mtime() which is...
2008-04-27 Felix Paul KühneHack to fix the compilation on 10.4. This should actual...
2008-04-27 Felix Paul KühneUse NSInteger since we got it now
2008-04-27 Rémi Denis-CourmontFix previous commit - there is no vlc object here
2008-04-27 Rémi Denis-Courmontauhal: don't mix vlc_ and pthread_ function calls
2008-04-27 Felix Paul KühneBe sure to declare NSInteger if it isn't present
2008-04-27 Felix Paul KühneReverted 4082c803f778e903ae0b1dc9afaf3ad86fddbd69 as...
2008-04-27 Felix Paul Kühne* Fix the compilation on 10.4u
2008-04-26 Rémi Denis-CourmontStandard MIDI file demux: fix comments
2008-04-26 Antoine LejeuneAbility to save and load input item options in xspf...
2008-04-25 Felix Paul KühneCompilation fix related to the recent threading simplif...
2008-04-24 Jean-Paul SamanLower score of modules/xvmc/xxmc.c because it is not...
2008-04-24 Jean-Paul SamanRemove silly out of memory message in an out of memory...
2008-04-24 Jean-Paul SamanCleanup and move debug message to a better place.
2008-04-24 Jean-Paul SamanFix indentation in scope blocks after bool change.
2008-04-24 Jean-Paul SamanFix latest crash in modules/codec/x264.c with ratecontrol.
2008-04-24 Jean-Paul SamanFix indentation after vlc_bool_t by bool replacement...
2008-04-24 Rafaël CarréFix input item leaking
2008-04-24 Rafaël CarréTypo
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-22 Antoine CellerierAdd picture specific alpha setting for mosaic pictures.
2008-04-22 Rafaël CarréRevert play & send durations, read preroll as 64 bits
2008-04-22 Jean-Paul SamanPut extra debugging behind ifdef ZVBI_DEBUG.
2008-04-22 Jean-Paul SamanCleanup
2008-04-22 Jean-Paul SamanFix error in undef zvbi private define ZVBI_PIXFMT_RGBA...
2008-04-22 Jean-Paul SamanRework to use asprintf() in live555 demux
2008-04-22 Pierre d'Herbemontstream_out/description.c: Add some debug msg to better...
2008-04-21 Rémi Denis-CourmontDo not touch m4/private.m4 from modules/genmf
2008-04-21 Felix Paul KühneSave the Last.FM account's password correctly
2008-04-21 Rémi Denis-CourmontComplete flags factorization
2008-04-21 Rémi Denis-CourmontSimplify
2008-04-21 Rémi Denis-CourmontRemove dead code
2008-04-21 Rémi Denis-CourmontFix genmf invocation
2008-04-21 Rémi Denis-CourmontRemove dead and ugly code of mine
2008-04-21 Rémi Denis-CourmontExcess whitespace
2008-04-21 Rémi Denis-CourmontMakefile factorization
2008-04-21 Rémi Denis-CourmontPut common modules Makefiles stuff to an include file
2008-04-20 Rafaël CarréFix ddf73ca0199b45de2b8b924a131df3922e5d48b5 : the...
2008-04-20 Rafaël CarréCheck dialog return value
2008-04-20 Rafaël CarréRelease the input in PopupMenu
2008-04-19 Mirsal EnnaimeFix MPRIS method names
2008-04-19 Mirsal EnnaimeAvoid a deadlock.
2008-04-18 Rafaël CarréFix display of album art
2008-04-18 Antoine CellerierSimplify.
2008-04-18 Antoine CellerierAdd NEWS about HTTP access supporting Digest Auth and...
2008-04-18 Felix Paul KühneImproved functionality, thanks to the feedback by Rober...
2008-04-18 Jean-Baptiste KempfFix the drag'n drop of directories on windows. Thanks...
2008-04-17 Jean-Baptiste KempfFix for [oCERT-2008-004] multiple speex implementations...
2008-04-17 Richard Hoskingi_fd is not applicable for Alsa so don't try and close...
2008-04-17 Jean-Paul SamanFix RTSP client receiving on standard RTSP port 554.
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
2008-04-16 Rafaël CarréMissing header (was included by ncurses.h in previous...
2008-04-16 Rafaël CarréDo not leak
next