]> git.sesse.net Git - vlc/shortlog
vlc
2011-08-20 Rémi Denis... Win32: use only one condition variable per R/W lock
2011-08-20 Rémi Denis... Update list of SOCKET_LIBS-dependent plugins
2011-08-20 Felix Paul... macosx: simplified the subtitle opening sheet
2011-08-20 Rémi Denis... Do not redefine stuff from <ws2ipdef.h>
2011-08-20 Rémi Denis... Move Winsock poll() emulation to src/win32/
2011-08-20 Rémi Denis... src/Makefile: dead code
2011-08-20 Rémi Denis... Check for struct pollfd separately from poll, needed...
2011-08-20 Rémi Denis... configure: unify poll and connect tests
2011-08-20 Rémi Denis... Fix d2d1.h detection: C++ is required
2011-08-19 Rémi Denis... SRTP needs gcrypt
2011-08-19 Rémi Denis... Reduce interface lock scope
2011-08-19 Rémi Denis... Remove references to the VCDX interface
2011-08-19 Rémi Denis... Remove dangling module bank error check
2011-08-19 Rémi Denis... Remove the libvlc global lock
2011-08-19 Rémi Denis... Clean up CPU flags one-time initialization
2011-08-19 Rémi Denis... Move CPU capabilities debug to src/misc/cpu.c
2011-08-19 Rémi Denis... Obsolete thread-unsafe command line options for CPU...
2011-08-19 Rémi Denis... Remove unused system_End() parameter
2011-08-19 Rémi Denis... Use same callback prototype for built-in logger as...
2011-08-19 Rémi Denis... Remove msg_cb_data_t and simplify accordingly
2011-08-19 Rémi Denis... Fix namespace, remove useless variable and clean up...
2011-08-19 Rémi Denis... Make log messages subscriber static
2011-08-19 Rémi Denis... Remove object message filtering from core
2011-08-19 Rémi Denis... Qt4: implement message object/module filter in the...
2011-08-19 Rémi Denis... modules/genmf: set LDFLAGS
2011-08-19 Felix Paul... macosx: implement a 'Record' menu item
2011-08-19 Felix Paul... macosx: make sure we can't access the split view while...
2011-08-19 Felix Paul... macosx: work-around CoreAnimation limitations on 10...
2011-08-19 Felix Paul... macosx: show the playlist size as a badge in the sideba...
2011-08-19 Felix Paul... macosx: converted interface builder files from nib...
2011-08-19 Felix Paul... macosx: use a nice button for the drop zone on 10.6...
2011-08-19 Felix Paul... vout_macosx: fixed memory leak
2011-08-19 Felix Paul... configure: use VLC_ADD_LIBS to pass more flags to the...
2011-08-19 Felix Paul... configure: fixed linking of Mac modules and x264 which...
2011-08-19 Anuradha SuraparajuAdd Dirac encoding support using the Schroedinger library
2011-08-19 Rafaël CarréFix linking with libv4l2
2011-08-18 Rémi Denis... Remove msg_subscription_t.verbosity
2011-08-18 Rémi Denis... Remove msg_SubscriptionSetVerbosity
2011-08-18 Rémi Denis... ncurses: apply message verbosity filtering
2011-08-18 Rémi Denis... ncurses: no need to turn off cancellation in message...
2011-08-18 Rémi Denis... Qt4: apply verbosity filtering within Qt, do not rely...
2011-08-18 Rémi Denis... Useless #include
2011-08-18 Rémi Denis... Remove redumdant vlc_va_copy() and checks
2011-08-18 Rémi Denis... bswap64: hack for C++ brain damage
2011-08-18 Rémi Denis... Remove vlc-config
2011-08-18 Rémi Denis... Migrate VLC_ADD_* flags from vlc-config to AC_SUBST
2011-08-18 Rémi Denis... Set filesystem libs in Makefile
2011-08-18 Rémi Denis... Fix kate linking, use LIBS rather than LDFLAGS
2011-08-18 Rémi Denis... Do not use -fvtable-thunks, the compiler does not suppo...
2011-08-18 Rémi Denis... Set SOCKET_LIBS on Windows too
2011-08-18 Rémi Denis... Move MODULE_* predefined constants from vlc-config...
2011-08-18 Rémi Denis... Remove unused prefix stuff from vlc-config
2011-08-18 Rémi Denis... Remove broken and useless vlc-config --list
2011-08-18 Rémi Denis... configure: print auto-selected plug-ins list directly
2011-08-18 Rémi Denis... configure: don't give bad advice about modifying vlc...
2011-08-18 Rémi Denis... Typo
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...
next