]> git.sesse.net Git - vlc/shortlog
vlc
2012-08-05 Sebastien Zwickertvout_macosx: disable the VOUT_DISPLAY_HIDE_MOUSE event...
2012-08-05 Rémi Denis... libvlc needs libm nowadays
2012-08-05 Christopher... dash: made segmentbase optional
2012-08-05 Jean-Baptiste... Dailymotion: fix the parsing of the pages
2012-08-05 Mark HassmanWebUI: Update Playlist improvement
2012-08-05 Rémi Denis... deinterlace: fix build
2012-08-05 Rémi Denis... deinterlace: fix build
2012-08-05 Rémi Denis... Fix 3d Now! tests compilation
2012-08-05 Rémi Denis... Revert "Remove unused 3dnow and mmxext checks"
2012-08-05 Rémi Denis... Simplify SSE tests
2012-08-05 Rémi Denis... Typo
2012-08-04 Rémi Denis... volume_neon: ARM NEON software amplification
2012-08-04 Francois CartegnieQt: PLModel: don't reset model on zoom
2012-08-04 Rémi Denis... Cosmetic: fix file title
2012-08-04 Rémi Denis... audio_format_neon: force ARMv6 (fix compilation)
2012-08-04 Rémi Denis... deinterlace: ARM optimizations for 16-bits merge
2012-08-04 Rémi Denis... deinterlace: rewrite ARM optimizations for 8-bits merge
2012-08-04 Rémi Denis... Detect ARMv6 on Linux
2012-08-04 Rémi Denis... Add ARMv6 CPU capability
2012-08-04 Rémi Denis... avcodec: add AVX, XOP, FMA4
2012-08-04 Rémi Denis... Linux detection for AVX and friends
2012-08-04 Rémi Denis... Define CPU capabilities for AVX, AVX2, XOP and FMA4
2012-08-04 Rémi Denis... avcodec: factor CPU detection code
2012-08-04 Rémi Denis... Check for 3D Now! at build time
2012-08-04 Rémi Denis... Check for SSE4 at build time where possible
2012-08-04 Rémi Denis... Check for SSSE3 at build time if possible
2012-08-04 Rémi Denis... Check for SSE3 at build-time if possible
2012-08-04 Rémi Denis... Check for SSE2 at build-time if possible
2012-08-04 Rémi Denis... Check for MMXEXT and SSE at build-time if possible
2012-08-04 Rémi Denis... Check for MMX at build-time if possible
2012-08-04 Rémi Denis... Use STD*_FILENO constants where applicable
2012-08-03 Rafaël Carrécontrib: move some android complexity outside of vlc.git
2012-08-03 Felix Paul... macosx: fixed NSRangeException when triggering modifier...
2012-08-03 Jean-Baptiste... MP4: be more tolerant with broken files from Fuji cameras
2012-08-02 Erwan Tuloudbus: fix vout leak
2012-08-02 Rémi Denis... deinterlace: use explicit automake rules
2012-08-02 Rémi Denis... deinterlace: make pf_end_merge an x86-only thing
2012-08-02 Rémi Denis... configure: fix check for ARM NEON support
2012-08-02 Rémi Denis... zip: fix build without zlib
2012-08-02 Felix Paul... contrib: compile iOS contribs with thumb support
2012-08-02 Felix Paul... contrib/ffmpeg: remove stupid special treatment of iOS
2012-08-02 Felix Paul... extras/package: iOS: enable thumb for compilation,...
2012-08-02 Felix Paul... arm_neon: updated syntax to suit Apple's current, more...
2012-08-02 Rémi Denis... DirectSound: save/restore volume if configured
2012-08-02 Rémi Denis... DirectSound: fix inverted volume report
2012-08-02 Rémi Denis... wasapi: restart aout if device is invalidated (fixes...
2012-08-02 Rémi Denis... wasapi: retry if device is invalidated during open...
2012-08-02 Rémi Denis... wasapi: check IAudioClock::GetPosition for error
2012-08-02 Rémi Denis... wasapi: assign session identifier (fix #7200)
2012-08-02 Erwan Tuloulogo: check for negative offsets
2012-08-02 Erwan Tuloublend: extra check to avoid possible crash
2012-08-01 Rémi Denis... Check for AltiVec at build-time if possible (untested)
2012-08-01 Rémi Denis... Check for ARM NEON at build-time if possible
2012-08-01 Rafaël Carréfix typo in header, probably fix inclusion from C++
2012-08-01 Rémi Denis... cpu: do not define capabilities on platforms that do...
2012-08-01 Rafaël CarréWin32 screen access: use correct type
2012-08-01 Rafaël CarréRemove mention of member removed a long time ago
2012-08-01 Christoph Miebachtypo: removing double spaces
2012-08-01 Christoph Miebachtypo visible in vlc.pot
2012-07-31 Michał Trzebiatowskitypo visible in vlc.pot
2012-07-31 Francois CartegnieQt: don't crash if sql ML module is missing
2012-07-31 Felix Paul... src/misc: added runtime NEON detection code for Android
2012-07-31 Felix Paul... arm_neon: align ARM ASM to 4 bytes to work-around the...
2012-07-31 Felix Paul... src/misc: added compile time detection code for NEON...
2012-07-31 Sebastien Zwickertavcodec: Mac OS X Video Acceleration (VDA) support...
2012-07-31 Christoph Miebachl10n: Use translations of help messages
2012-07-31 Rafaël Carrétranscode: simplify drift calculation
2012-07-30 Rémi Denis... v4l2: add integer menu controls (Linux 3.5)
2012-07-30 Rémi Denis... v4l2: fix cut and paste error
2012-07-30 Rémi Denis... v4l2: typo
2012-07-30 Rémi Denis... v4l2: work around drivers without VIDIOC_G_PARM (refs...
2012-07-30 Rémi Denis... v4l2: mark --v4l2-fps as obsolete
2012-07-29 Jean-Baptiste... HLS: fix error in d781f87d and simplify
2012-07-29 Jean-Baptiste... Win32 installer: regroup the webplugins options
2012-07-29 Jean-Baptiste... Win32 installer: split the macros from the file
2012-07-29 Jean-Baptiste... Swscale: correct pragma for iOS
2012-07-29 Jean-Baptiste... SVG: kill unused warning
2012-07-29 Jean-Baptiste... Skins2: compability with C++11
2012-07-29 Jean-Baptiste... Qt: make a destructor as virtual
2012-07-29 Jean-Baptiste... NUV: code cosmetics
2012-07-29 Jean-Baptiste... MP4: kill a unused variable warning
2012-07-29 Jean-Baptiste... Avformat: kill parenthesis and variable type warnings
2012-07-29 Jean-Baptiste... Avcodec: fix a sign warning
2012-07-29 Jean-Baptiste... Faad: Fix wrong variable type
2012-07-29 Jean-Baptiste... Zip: fix a function return type assignment
2012-07-29 Jean-Baptiste... RealRTSP: kill a warning
2012-07-29 Jean-Baptiste... HTTP: code cosmetic
2012-07-29 Rémi Denis... Revert "Notify: add a callback to match telepathy,...
2012-07-29 Rémi Denis... Telepathy notify: remove plugin
2012-07-29 Rémi Denis... MSN notify: remove plugin
2012-07-29 Rémi Denis... HTTP: improve documentation of :http-user-agent
2012-07-28 Jean-Baptiste... Win32: Change the order of the links at the installer
2012-07-28 Jean-Baptiste... More NEWS about 2.1
2012-07-28 Felix Paul... macosx: CAS: added a label to sum up the current stream...
2012-07-28 Felix Paul... macosx: CAS: implemented UI logic for the stream-out...
2012-07-28 Felix Paul... macosx: make sure that the marquee is displayed correct...
2012-07-28 Felix Paul... macosx: prevent crashes when enabling or changing the...
2012-07-28 Benjamin DrungFix typo unkown -> unknown.
2012-07-27 Felix Paul... macosx: set a plist flag to enable a more clever use...
2012-07-27 Felix Paul... macosx: CAS: re-write the destination section's appeara...
next