]> git.sesse.net Git - vlc/shortlog
vlc
2011-08-18 Rémi Denis... NEWS: add S20B and DAT12
2011-08-18 Rémi Denis... Clean up L20 decoding
2011-08-18 Rémi Denis... Initialize the configuration R/W lock statically
2011-08-18 Rémi Denis... Win32: emulate static condition variables
2011-08-18 Rémi Denis... Win32: use native Win32 functions directly for static...
2011-08-18 Rémi Denis... Win32: support vlc_cond_wait() with a static mutex
2011-08-18 Rémi Denis... Define VLC_STATIC_RWLOCK
2011-08-18 Rémi Denis... msg_VaGeneric: simplify error handling
2011-08-18 Rémi Denis... Create the C/POSIX locale on need-basis in message...
2011-08-18 Rémi Denis... Remove unused duplicate vlc_usage
2011-08-18 Rémi Denis... Remove unused NODBG object flag
2011-08-18 Jean-Baptiste... Avformat demux: don't add empty tracks in AVMEDIA_TYPE_...
2011-08-18 Jean-Baptiste... Avcodec: map teletext IDs
2011-08-18 Denis CharmetFix many ES_OUT_RESET_PCR problems
2011-08-18 Denis CharmetFix block dropping at chapter change for non ordered...
2011-08-18 Jean-Baptiste... Freetype: kill warnings about sign comparison
2011-08-18 Jean-Baptiste... RemoteOSD: Simplify, remove warning and remove headers
2011-08-18 Jean-Baptiste... Skins2: remove unused variable
2011-08-17 Rémi Denis... Keep revision.c in source tarballs
2011-08-17 Rémi Denis... Decoder for IEC61119 DAT12 (VLC_CODEC_DAT12)
2011-08-17 Rémi Denis... Decoder for PCM 20-bits (VLC_CODEC_S20B)
2011-08-17 Rémi Denis... araw: refactor decoder to support byte-unaligned formats
2011-08-17 Rémi Denis... Generate plugins cache during staged (native) installation
2011-08-17 Rémi Denis... audio format: use bswap*()
2011-08-17 Rémi Denis... Improve byte order inline functions
2011-08-17 Rémi Denis... Introduce VLC_NORETURN function attribute and use it
2011-08-17 Rémi Denis... Introduce VLC_GCC_VERSION macro, fix popcount and clz
2011-08-17 Rémi Denis... MKV: compilation with EGCS is not supported anymore
2011-08-17 Felix Paul... macosx: cut 1 px from the black effects pngs to suit...
2011-08-17 Jean-Baptiste... Mosaic: remove unused variable
2011-08-17 Felix Paul... auhal: fixed compilation against the 10.7 SDK
2011-08-17 Jean-Baptiste... AuHal: try to fix compilation on SDK > 10.5
2011-08-17 Jean-Baptiste... MacOS: fix compilation
2011-08-17 Felix Paul... macosx: fix compilation with the 10.5 SDK
2011-08-17 Jean-Baptiste... Auhal: simplifications
2011-08-16 Felix Paul... macosx: remove the fullscreen button from the main...
2011-08-16 Rémi Denis... skins2: remove weird stuff and hopefully fix Win32...
2011-08-16 Rémi Denis... Disable the dangling callback warning for the time...
2011-08-16 Rémi Denis... Remove vlc_plugin_set from export list
2011-08-16 Rémi Denis... configure: remove flawed V4L2 detection logic
2011-08-16 Jean-Baptiste... Auhal: remove unnecessary variables
2011-08-16 Jean-Baptiste... Auhal: code cosmetics and warning
2011-08-16 Rémi Denis... Qt4: retain newlines in config item long text
2011-08-16 Jean-Baptiste... Qt: remove unneeded whitespace that blocks normalized...
2011-08-16 Rémi Denis... ALSA: update to new audio output interface
2011-08-16 Rémi Denis... Define HAVE_V4L2 conditional
2011-08-16 Rémi Denis... Fix OSS input compilation
2011-08-16 Rémi Denis... Make plugins cache relocatable
2011-08-16 Rémi Denis... Include "modules.h" from libvlc-module.c
2011-08-16 Rémi Denis... Use callback and opaque pointer for plugin descriptors
2011-08-16 Rémi Denis... Split modules bank stuff from module (non-bank) stuff
2011-08-16 Rémi Denis... Small code factorization
2011-08-16 Rémi Denis... Inline DeleteModule() and simplify
2011-08-16 Rémi Denis... Use vlc_module_destroy() instead of DeleteModule()...
2011-08-16 Rémi Denis... Clean up config_Free()
2011-08-16 Rémi Denis... Create primary module from plug-in descriptor and facto...
2011-08-16 Rémi Denis... Destroy submodules from vlc_module_destroy()
2011-08-16 Rémi Denis... Correct module descriptor indentation (no functional...
2011-08-16 Rémi Denis... Remove never defined HAVE_DL_DYLD and HAVE_IMAGE_H...
2011-08-16 Rémi Denis... Remove unused HAVE_DL_WINDOWS
2011-08-16 Rémi Denis... RC: fix parse_MRL prototype: unused parameter and const
2011-08-16 Rémi Denis... RC: unused variable
2011-08-16 Felix Paul... vout_macosx: compilation fix for 10.6 and earlier
2011-08-16 Jean-Baptiste... Qt: use qDeleteAll on VLM dialog
2011-08-16 Jean-Baptiste... Qt: use QWidgetList when applicable
2011-08-16 Felix Paul... macosx: moved compatiblity fixes to a designated header
2011-08-16 Jean-Baptiste... Qt: use QString iso std::string
2011-08-16 Jean-Baptiste... Qt: use __MIN when applicable
2011-08-16 Jean-Baptiste... Qt: remove unnecessary header
2011-08-16 Jean-Baptiste... Qt: use const_iterator when possible
2011-08-16 Jean-Baptiste... Qt: Use append iso push_*
2011-08-16 Jean-Baptiste... Qt: use isEmpty() iso empty()
2011-08-16 Jean-Baptiste... Qt: use count() iso size() on Qt Containers
2011-08-16 Jean-Baptiste... Qt, menus: std::vector -> QVector
2011-08-16 Felix Paul... macosx: don't let the vout resize the window if we...
2011-08-16 Felix Paul... macosx: added native fullscreen support for OS X Lion
2011-08-16 Felix Paul... macosx: use an updated API to set the behavior of menu...
2011-08-15 Rémi Denis... aout: fix crash if output restart fails
2011-08-15 Rémi Denis... aout: fix crash if input restart fails
2011-08-15 Rémi Denis... Remove module_t.b_builtin
2011-08-15 Rémi Denis... Remove unused module bank parameters
2011-08-15 Rémi Denis... Clean up registration of statically linked modules
2011-08-15 Rémi Denis... Copy strings from plugin descriptor, remove (D|Und...
2011-08-15 Rémi Denis... Remove module_hold and module_release
2011-08-15 Rémi Denis... Typo
2011-08-15 Rémi Denis... vlc_module_(start|stop): constify
2011-08-15 Rémi Denis... Do not save unloadable flag for submodule
2011-08-15 Rémi Denis... Always use (get)text domain from primary module
2011-08-15 Rémi Denis... Do not store help for submodules in cache
2011-08-15 Rémi Denis... file: show directory config items in a separate section
2011-08-15 Rémi Denis... Initialize submodule explicitly
2011-08-15 Rémi Denis... Remove module_t.psz_object_name
2011-08-15 Rémi Denis... Use module_get_object() where appropriate and improve...
2011-08-15 Rémi Denis... Allow NULL module capability
2011-08-15 Felix Paul... compilation fix
2011-08-15 Felix Paul... macosx: saved various objc selector dispatches when...
2011-08-14 Felix Paul... macosx: fixed crash when opening multiple files using...
2011-08-14 Felix Paul... macosx: make sure that the left end of the black progre...
2011-08-14 Felix Paul... macosx: fixed some ui bugs, which sneaked in recently
2011-08-14 Felix Paul... macosx: re-implemented a non-embedded video window
next