]> git.sesse.net Git - vlc/shortlog
vlc
2008-05-01 Rémi Denis... NIH desyndromization
2008-05-01 Rémi Denis... Use malloc(1) as cookie rather than malloc(0)
2008-05-01 Rémi Denis... Remove useless #include
2008-05-01 Rémi Denis... C++ <inttypes.h> inclusion fixes
2008-05-01 Rémi Denis... Fix ffmpeg when !ENABLE_SOUT
2008-05-01 Rémi Denis... Don't generate module parameters twice
2008-05-01 Rémi Denis... Don't compile sout code if sout is disabled
2008-05-01 Rémi Denis... Look for config.h output in public header files
2008-05-01 Rémi Denis... Use macro for __attribute__((packed))
2008-05-01 Rémi Denis... libintl is never "included" anymore
2008-05-01 Rémi Denis... Spare one use of WORDS_BIGENDIAN from vlc_common.h
2008-05-01 Rémi Denis... Remove the temporary hack
2008-05-01 Rémi Denis... U?I64C: use U?INT64_C from <stdint.h>
2008-05-01 Rémi Denis... I64F?: use PRI?64 from <inttypes.h>
2008-05-01 Rémi Denis... <inttypes.h> is a superset of <stdint.h>, use it instead.
2008-05-01 Rémi Denis... Don't re-invent uint8_t - remove byte_t
2008-05-01 Felix Paul... Fixed the compilation of multiple Mac OS X related...
2008-05-01 Rémi Denis... Missing #include
2008-04-30 Rémi Denis... Support for RIFF/MIDI files
2008-04-30 Rémi Denis... --mono does noes exist. Comment out the text for it.
2008-04-30 Rémi Denis... Disc reading libs want ANSI rather than UTF-8 paths...
2008-04-30 Rémi Denis... Export ToLocaleDup
2008-04-30 Jean-Baptiste... Win64 compatible modifications around set/getWindowLong
2008-04-29 Adrien GrandFix the interpretation of command "help" by VLM.
2008-04-29 Rémi Denis... Restore ENABLE_SOUT #define (used in wav "codec")
2008-04-29 Mirsal EnnaimeMove the MPRIS Quit method to the root dbus object.
2008-04-28 Rémi Denis... Don't use VLC_ADD_PLUGIN for common sout and packetizer...
2008-04-28 Rémi Denis... Fix previous commit
2008-04-28 Rémi Denis... Protect access_output/ under ENABLE_SOUT as well
2008-04-28 Rémi Denis... Don't bother with mux/ and stream_out/ is sout is disabled
2008-04-28 Rémi Denis... VLC_ADD_PLUGINS -> VLC_ADD_PLUGIN
2008-04-28 Rémi Denis... Fixes
2008-04-28 Rémi Denis... Avoid vlc-config for access plugins that are always...
2008-04-28 Rémi Denis... nice is a phony target
2008-04-28 Rémi Denis... Cosmetics
2008-04-28 Rémi Denis... Remove a bunch of obsoleted kludges
2008-04-28 Rémi Denis... Set a substitution variable for configure-enabled plugins
2008-04-28 Rémi Denis... Invoke VLC_ADD_PLUGINS with only one plugin at a time
2008-04-28 Rémi Denis... Allow building plugins through autotools-builtin means...
2008-04-28 Rémi Denis... Update comments
2008-04-28 Rémi Denis... Typo
2008-04-28 Rémi Denis... Fix accelerated modules configure options.
2008-04-27 Felix Paul... remove bogus code introduced in the previous commit
2008-04-27 Felix Paul... You want to use mdate() instead of mtime() which is...
2008-04-27 Felix Paul... Hack to fix the compilation on 10.4. This should actual...
2008-04-27 Felix Paul... Use NSInteger since we got it now
2008-04-27 Rémi Denis... Fix previous commit - there is no vlc object here
2008-04-27 Rémi Denis... auhal: don't mix vlc_ and pthread_ function calls
2008-04-27 Felix Paul... Be sure to declare NSInteger if it isn't present
2008-04-27 Felix Paul... Reverted 4082c803f778e903ae0b1dc9afaf3ad86fddbd69 as...
2008-04-27 Felix Paul... * Fix the compilation on 10.4u
2008-04-27 Rémi Denis... vlc-config: no need to go through all plugins to get...
2008-04-27 Rémi Denis... Remove the forced ld -z,defs flags.
2008-04-26 Rémi Denis... Standard MIDI file demux: fix comments
2008-04-26 Antoine LejeuneAbility to save and load input item options in xspf...
2008-04-25 Christophe... Add CVE id
2008-04-25 Antoine LejeuneFix a bug introduced by 920692ff5d2d6b001e0f6ac7bda1978...
2008-04-25 Felix Paul... Use the user's native MacOSX-SDK if none is given.
2008-04-25 Felix Paul... Compilation 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 Christophe... Meaningful Typo
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 SamanDon't return at the end of void function.
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 Felix Paul... Compile FFmpeg on PowerPC-based machines without AltiVe...
2008-04-24 Rafaël CarréFix input item leaking
2008-04-24 Rafaël CarréTypo
2008-04-23 Christophe... Rename the files here also
2008-04-23 Rémi Denis... Win32: Simplify mutex
2008-04-23 Rémi Denis... Win32: remove (now dead) old mutex/cv implementation
2008-04-23 Rémi Denis... Win32: don't use spin locks^W^Wfast mutexes instead...
2008-04-23 Rémi Denis... Simplify threading code a bit
2008-04-23 Rémi Denis... Win32: don't use weak linking for SignalObjectAndWait
2008-04-23 Rémi Denis... Win32: fix core target
2008-04-23 Rémi Denis... Fix win32 warning
2008-04-23 Olivier AubertTrailing whitespace/tabs fixes
2008-04-23 Olivier Aubertmediacontrol: get_stream_information returns an empty...
2008-04-23 Olivier Aubertlibvlc.h: some doxygen fixes
2008-04-23 Olivier Aubertpython bindings: update to the new libvlc and mediacont...
2008-04-23 Olivier Aubertpython bindings: rename some files
2008-04-23 Olivier Aubertmediacontrol API: update to use the new libvlc_media_pl...
2008-04-23 Olivier AubertSome documentation fixes (following the mediainstance...
2008-04-23 Rafaël CarréRemove playlist items from the "items" array when they...
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 CellerierRevert "Fix memory leak"
2008-04-22 Antoine CellerierAdd picture specific alpha setting for mosaic pictures.
2008-04-22 Rafaël Carréplaylist-tree has only 2 meaningful values now
2008-04-22 Rafaël CarréRemove unused option: b_prefers_tree
2008-04-22 Rémi Denis... Typo
2008-04-22 Rafaël CarréRevert play & send durations, read preroll as 64 bits
2008-04-22 Rafaël CarréAbsence of cvs could result in not explicit warning
2008-04-22 Pierre d'Herbemonthttpd: Fix vlc_object_wait() usage. It's needed to...
2008-04-22 Rémi Denis... Fix b7d1154663ccc8f245...
2008-04-22 Pierre d'Herbemontblock: Remove a no-op introduced by me and spotted...
2008-04-22 Pierre d'Herbemontinput: Make sure priv->p_sout won't be reused when...
2008-04-22 Jean-Paul SamanPut extra debugging behind ifdef ZVBI_DEBUG.
next