]> git.sesse.net Git - vlc/shortlog
vlc
2012-11-16 Jean-Baptiste... Update NEWS from 2.0.4
2012-11-15 Rémi Denis... aout: make more room for filters
2012-11-15 Rémi Denis... aout: fix support for 8-bits PCM
2012-11-15 Rémi Denis... format: remove endianess conversions
2012-11-15 Rémi Denis... endian: endian conversion code from format
2012-11-15 Felix Paul... macosx: reset A to B loop when switching playlist items
2012-11-15 Rémi Denis... aout: convert endianess separately
2012-11-15 Rémi Denis... aout: rewrite and robustify conversion pipelines
2012-11-15 Rémi Denis... aout: internal helper for endianess conversion
2012-11-15 Rémi Denis... Add missing VLC_CODEC_U(24|32)(N|I) definitions
2012-11-15 Felix Paul... macosx: fixed objc string comparison error found by...
2012-11-15 Felix Paul... macosx: fixed format-security warnings introduced in...
2012-11-15 Felix Paul... NEWS: updated OSX parts
2012-11-15 Felix Paul... macosx: implemented A->B Loop (close #5187)
2012-11-15 Felix Paul... macosx: white space and minor coding style fixes
2012-11-15 Felix Paul... macosx: fix incorrect text shadow offset (close #7630)
2012-11-15 Rémi Denis... aout: deal with failure to restart
2012-11-15 Rémi Denis... wasapi: fix typo screwing up synchro
2012-11-15 Rémi Denis... aout: only discard input buffers if they are fatally...
2012-11-15 Rémi Denis... aout: set PTS correctly on silence blocks
2012-11-15 Jean-Baptiste... Yadif for higher bits depth
2012-11-15 Jean-Baptiste... Ogg: Parse chapters in comments
2012-11-15 Rafaël CarréFix typo
2012-11-14 Rémi Denis... ALSA: fix time measurements
2012-11-14 Rémi Denis... Android: do not use semaphores from vlc_testcancel()
2012-11-14 Rémi Denis... vlc_sem_wait: add missing cleanup handler
2012-11-14 KO Myung-HunQt: enable ONE INSTANCE options of simple preferences...
2012-11-14 Edward Wangopensles_android: Implement TimeGet
2012-11-14 Felix Paul... macosx: fix crash when displaying the Media Information...
2012-11-14 Felix Paul... macosx: added 'clone' and 'wall' to Video Effects panel
2012-11-14 Denis CharmetUse timecodescale to compute subtitle duration
2012-11-14 Denis CharmetUse encoding scope to correctly decode data
2012-11-13 Rémi Denis... aout: fix infinite loop on error (fixes #7711)
2012-11-13 Rémi Denis... wasapi: fix check for invalid position
2012-11-13 Rémi Denis... aout: fix flawed resampling logic
2012-11-13 Rémi Denis... aout: fix potential live loop
2012-11-13 Rémi Denis... ALSA: remove custom zero padding code
2012-11-13 Rémi Denis... aout: update discontinuity flag
2012-11-13 Rémi Denis... aout: make some functions static
2012-11-13 Rémi Denis... aout: remove output conversions
2012-11-13 Jean-Baptiste... Contribs: use a special regex package based on glibc...
2012-11-13 Jean-Baptiste... Contribs: fix a52 fixed patch
2012-11-13 Diego Fernando... contrib: workaround libxml 2.9.0 threads error for OSX
2012-11-13 KO Myung-HunOS/2: implement one-instance feature
2012-11-13 Edward Wangaudiotrack: Fix compilation
2012-11-13 Jean-Baptiste... LGPL
2012-11-13 Jean-Baptiste... DTS in wav: check frame size
2012-11-13 Erwan Tulouskins2: correct a uri conversion issue with new vlc_pat...
2012-11-12 Rémi Denis... aout: rewrite synchronization code
2012-11-12 Rémi Denis... aout: separate time and play callbacks
2012-11-12 Rémi Denis... aout: improve plugin interface documentation
2012-11-12 Jean-Baptiste... DTS: fix Win32 compilation
2012-11-12 Jean-Baptiste... DTS in wav: use DTS helper
2012-11-12 Jean-Baptiste... DTS: split some parsing headers functions
2012-11-12 Jean-Baptiste... DTS to S/PDIF: Update copyright holders
2012-11-11 Rémi Denis... Fix mutex-emulated atomic operations on GCC
2012-11-11 Felix Paul... macosx: fixed crash when terminating while the progress...
2012-11-11 Rémi Denis... aout: use atomic variable instead of aout lock for...
2012-11-11 Felix Paul... macosx: another sanity check since in rare circumstance...
2012-11-11 Rémi Denis... aout: inline synchronization code into dec.c
2012-11-11 Felix Paul... macosx: added sanity check to prevent a Cocoa runtime...
2012-11-11 Felix Paul... vlc_atomic: work-around clang issue #11174
2012-11-11 Rémi Denis... aout: remove another write-only parameter
2012-11-11 Rémi Denis... aout: remove write-only parameter
2012-11-11 Rémi Denis... aout: move actual filtering to filters.c
2012-11-11 Rémi Denis... wasapi: reorder channels (fixes #6829)
2012-11-11 Rémi Denis... wasapi: fix indentation
2012-11-11 Rémi Denis... waveout: fix warning
2012-11-11 Rémi Denis... Shrink channel reordering tables to 9-10 bytes (from...
2012-11-11 Rémi Denis... aout_CheckChannelReorder: remove redundant parameter
2012-11-11 Rafaël Carréold dvb access: remove unused includes
2012-11-11 Rafaël Carrédvb: libdvbpsi is not optional
2012-11-11 David FuhrmannPOTFILES.in: add new macosx source files
2012-11-11 David FuhrmannNEWS: mention support for multiple vouts
2012-11-10 Rafaël Carrézsh completion: update to last libvlccore api
2012-11-10 Rémi Denis... aout_ChannelReorder: optimize 16 and 32 bits cases...
2012-11-10 Jean-Baptiste... AIFF: avoid division by 0
2012-11-10 David Fuhrmannmacosx: fix fullscreen button state in mainwindow
2012-11-10 David Fuhrmannmacosx: simplify vout window instantiation
2012-11-10 Rémi Denis... puzzle: use atomic variables and flag instead of lock
2012-11-10 Rémi Denis... posterize: use atomic variable instead of lock
2012-11-10 Rémi Denis... mirror: use atomic variables instead of lock
2012-11-10 Rémi Denis... antiflicker: memory leak
2012-11-10 Rémi Denis... antiflicker: use atomic variables instead of lock
2012-11-10 Rémi Denis... Remove spin lock functions
2012-11-10 Rémi Denis... media library: remove non-sensical use of spin locks
2012-11-10 Rémi Denis... rotate: use single float rather than pair of integers...
2012-11-10 Rémi Denis... Qt4: allow dial control for float variables
2012-11-10 Rémi Denis... rotate: use atomic variable instead of spin lock
2012-11-10 Rémi Denis... Remove unused barrier()
2012-11-10 Rémi Denis... Privatize b_die
2012-11-10 Rémi Denis... mkv: do not use .b_die
2012-11-10 Rémi Denis... Do not access b_die directly
2012-11-10 Rémi Denis... stream: remove useless vlc_object_kill() calls
2012-11-10 Rémi Denis... objects: use atomic reference counter instead of spin...
2012-11-10 Rémi Denis... vlc_atomic: fix GCC macros return types
2012-11-10 Rémi Denis... Move VLC object internals to a more private header
2012-11-10 Rémi Denis... Add option to enable OSD menu
2012-11-10 Rémi Denis... Move osd_text.c to src/video_output/
2012-11-08 Rémi Denis... vout: use atomic variables for stats instead of spin...
next