]> git.sesse.net Git - vlc/history - modules
Less and less information with compile
[vlc] / modules /
2008-05-07 Felix Paul KühneDon't mix 2 implementation approaches
2008-05-07 Felix Paul KühneRemove any pl_Get usage
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-CourmontDon't reregister the same callbacks over and over again
2008-05-07 Rémi Denis-CourmontUPnP_Intel: yield the playlist
2008-05-07 Rémi Denis-CourmontVorbis: yield the playlist when using it
2008-05-07 Rémi Denis-CourmontSAP: yield and release the playlist
2008-05-07 Rémi Denis-CourmontWe know where VLM is, no need to find it.
2008-05-07 Rafaël CarréFix detection of ending of FontBuilder thread
2008-05-07 Rémi Denis-CourmontFix Range handling
2008-05-07 Rémi Denis-CourmontAdd RTSP Date:
2008-05-07 Rémi Denis-CourmontRTSP: output proper Range: header
2008-05-07 Rémi Denis-Courmontsout-std: remove RTP stuff (since we don't have a RTP...
2008-05-07 Rémi Denis-CourmontUndo --sout-udp-auto-mcast
2008-05-06 Rafaël CarréFix #1572
2008-05-06 Ilkka OllakkaAdding some forgotten return-statements and removing...
2008-05-06 Miguel Angel Cabre... RTMP bugfix and reusability enhacenment
2008-05-06 Felix Paul Kühneuse PL_**LOCK instead of vlc_mutex_lock
2008-05-06 Rafaël Carrémosaic: Free string variables after using them
2008-05-06 Jean-Paul SamanFix compiler warning in fbosd.c
2008-05-06 Jean-Paul SamanRemove dead code.
2008-05-06 Jean-Paul SamanCleanup and add workaround for FPGA bug.
2008-05-05 Rémi Denis-CourmontSSL certificates are in /etc, not in /usr/share
2008-05-05 Rémi Denis-Courmontconfig_GetConfigDir -> config_GetUserConfDir
2008-05-05 Rémi Denis-CourmontUse config_Get*Dir
2008-05-05 Rafaël Carrés/URI/location/ to comply to the spec
2008-05-05 Rafaël CarréRead the correct type from the vlc value - fixes #1569
2008-05-05 Rafaël CarréAvoid deadlocking: refs #1566
2008-05-05 Rafaël Carréncurses: use --color option
2008-05-05 Rafaël CarréDBus: Round volume to nearest integer - fixes #1561
2008-05-05 Rémi Denis-CourmontFontconfig: compiler warning
2008-05-05 Rafaël CarréFix memleak
2008-05-05 Rafaël CarréFix es format leaking in live555
2008-05-05 Rafaël CarréFix memory leak in dummy input
2008-05-05 Rafaël CarréUse the verbose variable, over the private i_verbose...
2008-05-04 Rémi Denis-CourmontNo need to lookup i_verbose. The core does it anyway.
2008-05-04 Rémi Denis-CourmontDon't use libvlc->b_color
2008-05-04 Rémi Denis-CourmontRemove VLC_OBJECT_GLOBAL
2008-05-04 Jean-Baptiste KempfDirect3D blurriness fix by Kaarlo Henrik Räihä
2008-05-04 Rémi Denis-CourmontAlso if BUILD_LUA
2008-05-04 Rémi Denis-CourmontAvoid useless recursion into GUI directories
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...
next