]> git.sesse.net Git - vlc/shortlog
vlc
2013-12-07 Jean-Baptiste... Contrib: upgrade Opus to 1.1
2013-12-06 Rafaël CarréRemove MODULE_PATH define
2013-12-06 Rémi Denis... input: do not misinterpret attachment MRLs as file...
2013-12-06 Rémi Denis... input: off-by-three
2013-12-06 Rafaël Carréavcodec: decode dvbs
2013-12-06 Rafaël Carrémessages: Don't mix fprintf and utf8_fprintf
2013-12-06 Rafaël CarréPrint(Color)Msg: align pointers on the right
2013-12-05 Jean-Baptiste... Fix make dist
2013-12-05 David Fuhrmannmac packages: remove obsolete Delete Preferences.app
2013-12-05 Andy TatherDirectSound: fix SPDIF
2013-12-05 Andy TatherWaveout: Fix SPDIF output
2013-12-05 Rémi Denis... contrib: documentation update
2013-12-05 Rémi Denis... contrib: fix FFI build
2013-12-05 Tristan Matthewsflac: fix void pointer arithmetic warning
2013-12-04 Francois Cartegniedemux: asf: flush remaining tail data (fix #5356)
2013-12-04 Francois Cartegniedemux: asf: define MAX_ASF_TRACKS
2013-12-04 Tristan Matthewsogg: fix order of frees
2013-12-04 Tristan Matthewsopus: avoid NULL pointer dereference
2013-12-04 Ilkka Ollakkatranscode: initialize audio encoder properly when first...
2013-12-04 Francois CartegnieQt: SoutWidgets: refactor (fix #8865)
2013-12-04 Rafaël CarréDistribute windows_audio_commons.h
2013-12-04 Ilkka OllakkaRevert "faad: try to guess channel count if we can...
2013-12-04 Ilkka Ollakkatranscode: initialize audio encoder after first packet...
2013-12-03 Ilkka Ollakkatranscode: cosmetic
2013-12-03 Ilkka Ollakkatranscode: assume user requests visible width/height...
2013-12-03 Ilkka Ollakkaavcodec: just set timestamp at beginning of block
2013-12-03 Ilkka Ollakkatranscode: small refactor
2013-12-03 Ilkka Ollakkatranscode: add some comments
2013-12-03 Francois Cartegniedemux: asf: correctly flag invalid time
2013-12-03 Francois Cartegniedemux: asf: reset PCR on seek
2013-12-03 Francois Cartegniedemux: asf: wait keyframe on index seek too
2013-12-03 Rafaël Carrédvbpsi: do not spam the debug log at each PMT update
2013-12-03 Rafaël Carrédvbpsi: do not print a message if message type is DVBPS...
2013-12-03 Rafaël Carréplaylist demux: do not use index()
2013-12-03 Rafaël Carrécontrib: don't build glib by default
2013-12-02 Rafaël Carrédecoder: Simplify DecoderWaitUnblock() proto
2013-12-02 Rafaël Carrédecoder: merge DecoderError into DecoderProcess
2013-12-02 Rafaël Carrédecoder: cosmetics
2013-12-02 Felix Paul... codec/fluidsynth: fixed linking on Darwin
2013-12-02 Felix Paul... contrib/fluidsynth: add glib dependency
2013-12-02 Felix Paul... contrib: added target for libffi since it is required...
2013-12-02 Felix Paul... contrib: added target for glib since this is a required...
2013-12-02 Francois Cartegniedemux: playlist: asx: handle common mime type for asx...
2013-12-02 Francois CartegnieQt: update QUrlValidator (fix #9932)
2013-12-02 Felix Paul... audio unit: fix init order
2013-12-02 Jean-Baptiste... Freetype: fix compilation with 2.5.1
2013-12-02 Felix Paul... audiounit: fix crash
2013-12-02 Rémi Denis... deinterlace: fix segmentation fault (fixes #9916)
2013-12-02 Francois Cartegniedemux: asf: fix keyframe waiting after a seek (fix...
2013-12-02 Francois Cartegniedemux: asf: remember extended stream parameters for...
2013-12-02 Felix Paul... contrib: fix compilation of libraries for iOS which...
2013-12-02 Maxim BublisFixed warning on incompatible pointer types
2013-12-02 Rémi Duraffortlua sd: fix potential memory leaks (cdi #1048936)
2013-12-02 Rémi Duraffortaudioscrobbler: fix memory leak (cid #1048937 and others)
2013-12-02 Rémi Duraffortaudioscrobbler: factorize test and fix potential memleak
2013-12-02 Rémi Duraffortrtsp: fix memory leaks and factorize (cid #1048938)
2013-12-02 Rémi Duraffortsap: fix potential memory leak (cid #1048940)
2013-12-01 Gaurav Pruthiaccess/zip:patch for memory leak in zipstream.c #8726
2013-12-01 Maxim BublisFixed unused variable and parameter warnings.
2013-12-01 Ilkka Ollakkahqdn3d: add mutex on callback and delete callback on...
2013-11-30 Francois Cartegnievout: missing initializer (cid #1049030)
2013-11-30 Francois Cartegniedemux: mkv: fix use after free (cid #1049107)
2013-11-30 Francois Cartegnievlmshell: fix null pointer dereference (cid #1049028)
2013-11-30 Francois Cartegniedemux: mkv: fix use after free (cid #1049108)
2013-11-30 Felix AbecassisAvoid redeclaration of lseek under MSVC.
2013-11-30 Felix AbecassisAdd missing include in order to provide a declaration...
2013-11-30 Felix AbecassisImplement atomic operations for MSVC using the Interloc...
2013-11-30 Felix AbecassisImplement ATTR_PACKED for MSVC.
2013-11-30 Felix AbecassisAdd #ifdef clauses around MinGW specific code.
2013-11-30 Jean-Baptiste... Avcodec: use the already computed size
2013-11-30 Jean-Baptiste... Xiph: fix sign warning
2013-11-30 Jean-Baptiste... AVI: fix sign warning for DV Audio
2013-11-30 Jean-Baptiste... UleadDVAudio: fix signedness warning
2013-11-30 Jean-Baptiste... CDG: fix warning
2013-11-30 Jean-Baptiste... Fix KEY_PAUSE double-definition
2013-11-30 Ilkka Ollakkaavcodec: set dummy time base value in probing
2013-11-30 Ilkka Ollakkaavcodec: define 1/2 second buffer size by default
2013-11-30 Felix Abecassisfourcc: fix empty initializer
2013-11-30 Felix Abecassisnetwork: undef EAFNOSUPPORT before overriding it.
2013-11-30 Felix AbecassisFix concatenation of Unicode string literals.
2013-11-30 Rémi Denis... Remove old stray definitions
2013-11-29 Felix Paul... contrib/modplug: download from ganesh instead of SF...
2013-11-29 Ludovic Fauvetnsis: simplify OS detection
2013-11-29 Tristan Matthewsflac: fix extradata clamping check
2013-11-29 Tristan MatthewsAvoid type conversion errors with VLC_TS_*
2013-11-29 Ludovic Fauvetnsis: request admin execution level
2013-11-29 Ludovic Fauvetnsis: kill VLC before copying/updating any file
2013-11-29 Ludovic Fauvetnsis: compile the nsProcess plugin
2013-11-29 Jean-Baptiste... Contribs: update live555 for security issues
2013-11-29 Felix Abecassiswin32: remove xstrdup macro.
2013-11-29 Francois CartegnieQt: fix profiles with vcodec=copy (fix #9342, fix ...
2013-11-28 Felix Paul... audiounit_ios: merge playback performance improvements...
2013-11-28 Jean-Baptiste... MKV: change debug message
2013-11-28 David Fuhrmannmacosx: adapt window main menu to HIG
2013-11-28 Jean-Baptiste... MMDevice: simplify Close in WinRT mode
2013-11-28 David Fuhrmannmacosx: implement simpler and generic drop view for...
2013-11-28 Francois Cartegniedemux: ogg: don't double read
2013-11-27 Francois Cartegniecodec: opus: fix oob read (cid #1062575)
2013-11-27 Francois Cartegniedemux: ogg: fix unwanted heap reading (cid #1048649...
2013-11-27 Francois Cartegniedemux: ogg: divide by zero fix (cid #1048729)
next