]> git.sesse.net Git - vlc/shortlog
vlc
2013-12-29 Rémi Denis... libav: use vlc_strerror_c()
2013-12-29 Rémi Denis... file: use vlc_strerror()
2013-12-29 Rémi Denis... src: use vlc_strerror_c() for log messages
2013-12-29 Rémi Denis... win32: implement vlc_strerror and vlc_strerror_c
2013-12-29 Rémi Denis... vlc_strerror() and vlc_strerror_c() convenience wrappers
2013-12-29 Rémi Denis... posix: simplify thread error handler
2013-12-29 Jean-Baptiste... Direct3D: less verbose output
2013-12-28 Jean-Baptiste... Contrib: use a simpler way to discriminate between...
2013-12-28 Luca Barbatoavcodec: Always output frames
2013-12-28 Jean-Baptiste... Fix FFv1 output with FFmpeg
2013-12-28 Jean-Baptiste... Do not activate YUVA422P in FFmpeg until 51.74.100
2013-12-28 Rémi Denis... mmdevice: cosmetic
2013-12-28 Rémi Denis... SOCKSv5: fix inverted logic (fixes #10247)
2013-12-27 Pierre-Hugues... Add name and duration to enqueue and play
2013-12-27 Rafaël Carréfb vout: set i_visible_*
2013-12-27 Ilkka Ollakkatranscode: add chroma conversion in actually checked...
2013-12-27 Ilkka Ollakkatranscode: add chroma conversion to be the first filter...
2013-12-27 Felix Paul... src/darwin: cleanup threads
2013-12-27 Jean-Baptiste... Bluray: reindent headers
2013-12-27 Jean-Baptiste... Bluray: remove more outdated code
2013-12-27 Jean-Baptiste... Contribs: update bluray to 0.5.0
2013-12-27 Jean-Baptiste... Require libbluray 0.3.0
2013-12-27 Felix Paul... audiounit_ios: merge stability improvements from AUHAL...
2013-12-27 Felix Paul... src: split darwin threading code from the generic posix...
2013-12-26 Jean-Baptiste... Update NEWS, MODULES_LIST and POTFILES.in
2013-12-26 Felix Paul... macosx/applescript: fix opening non-file URLs (close...
2013-12-26 Felix Paul... auhal: prevent assertion failure on TPCircularBufferCle...
2013-12-26 Felix Paul... auhal: add missing bounds checking (close #10110)
2013-12-26 Rafaël Carrécontrib: jpeg: do not redefine FALSE/TRUE on OSX
2013-12-26 Rafaël Carrécontrib: speex*: remove destination folder before unpacking
2013-12-25 Gilles Chanteperdrixlive555: retrieve RTSP track languages from SDP
2013-12-25 Maxim Bubliscodec: implemented libjpeg module
2013-12-23 Jean-Baptiste... MP4: support in32 FourCC as a type
2013-12-22 Francois Cartegniedemux: ogg: don't recreate decoders on same chained...
2013-12-22 Francois Cartegniedemux: ogg: don't probe length again with chained streams
2013-12-22 Francois Cartegniedemux: ogg: do PCR handling on stream boundary
2013-12-22 Francois Cartegniedemux: add missing default handler for GET_SIGNAL
2013-12-21 Francois Cartegniedemux: ogg: delay ES creation for preparsing.
2013-12-21 Francois Cartegniedemux: ogg: add preparsing of headers (fix #6691)
2013-12-21 Francois Cartegniedemux: ogg: fix use after free seekpoints.
2013-12-19 Rafaël Carrécontrib: harfbuzz: disable icu
2013-12-19 Rafaël Carréstd: Always use module name if access was not specified
2013-12-19 Rafaël CarréSimplify message when codec could not be found
2013-12-19 Rafaël Carrélibavutil: set verbosity based on VLC own verbosity
2013-12-19 Rafaël Carréavcommon.h: move code around
2013-12-19 Rafaël CarréImprove the unsupported codec errors
2013-12-17 Rafaël Carrécontrib: gcrypt 1.6.0
2013-12-17 Rafaël Carrémux hevc into mp4
2013-12-17 Rafaël Carréx265: update to API 4
2013-12-16 Rémi Duraffortaudioscrobbler: fix use of uninitialized variable
2013-12-16 Rémi Duraffortvobsub: fix memory leak
2013-12-16 Rémi Duraffortqt4: fix memory leak (allocate only when needed)
2013-12-16 Rémi Duraffortatmo: fix some dealocation mismatch
2013-12-16 Rémi Duraffortlivehttp: fix typo
2013-12-16 Sébastien Toqueyuv->rgb neon: only convert visible area
2013-12-16 Jean-Baptiste... Avcodec: fix FTBFS with FFmpeg because of YUVA422P...
2013-12-16 Tristan Matthewslivehttp: fix format string
2013-12-15 Rémi DuraffortRemove dead initializations
2013-12-15 Rémi Duraffortamto: fix dealocator (delete [] instead of free)
2013-12-15 Rémi Duraffortomxil: fix calloc usage
2013-12-15 Rémi Duraffortaccess_dvd: fix sizeof mismatch
2013-12-15 Rémi Duraffortmp4: fix sizeof mismatch
2013-12-15 Rémi Durafforthqdn3d: fix sizeof mismatch
2013-12-15 Rémi Duraffortmp4: fix memory leak
2013-12-15 Rémi Duraffortaccess_jack: fix memory leak
2013-12-15 Rémi Duraffortlivehttp: fix many memory leaks
2013-12-15 Rémi Duraffortlivehttp: fix memory leaks
2013-12-15 Rémi Duraffortinput: fix memory leak if access is not found
2013-12-15 Rémi Duraffortmkv: fix memory leak
2013-12-15 Jean-Baptiste... Freetype: rename HAVE_STYLES
2013-12-15 Jean-Baptiste... Freetype: unexport a function we don't need anymore...
2013-12-15 Jean-Baptiste... Freetype: introduce a dummy font selector
2013-12-15 Jean-Baptiste... Freetype: remove unneeded includes
2013-12-15 Jean-Baptiste... Move font defaults to platform_fonts.h
2013-12-15 Jean-Baptiste... Freetype: simplify win32 fonts lookup folder
2013-12-15 Nicolas BertrandDCP: new access-demux module for DigitalCinemaPackage
2013-12-15 Denis CharmetAvoid infinite recursion loop when parsing tags
2013-12-15 Jean-Baptiste... Freetype: Split font selection code from freetype.c
2013-12-15 Jean-Baptiste... Win32: fix obvious typo.
2013-12-15 Jean-Baptiste... Freetype: move the font selection to a function-pointer
2013-12-15 Jean-Baptiste... Freetype: fix small error in previous commit
2013-12-15 Jean-Baptiste... Freetype: create an xml_reader helper
2013-12-15 Jean-Baptiste... Split Freetype destruction from the main destruction
2013-12-15 Jean-Baptiste... Freetype: split freetype init from Create
2013-12-14 Jean-Baptiste... Fix typo
2013-12-14 Jean-Baptiste... Update NEWS and MODULES_LIST for 2.2.0
2013-12-14 KO Myung-Hunconfigure: add a feature test for OpenGL
2013-12-13 Tristan Matthewslibvlc: don't use string after free
2013-12-13 Rafaël Carréfortunes !
2013-12-13 Francois Cartegniecodecs: avcodec: fix Makefile libs order
2013-12-13 Francois Cartegniedemux: mp4: improve debug tree info
2013-12-13 Felix Abecassisfourcc: add entry for Android opaque buffer type.
2013-12-13 Felix Abecassisinput: rename members and functions previously related...
2013-12-13 Felix Abecassisinput: remove useless function DecoderFlushBuffering...
2013-12-13 Felix Abecassisinput: remove sout decoder buffering.
2013-12-13 Felix Abecassisinput: remove subpicture decoder buffering.
2013-12-13 Felix Abecassisinput: remove video decoder buffering.
2013-12-13 Felix Abecassisinput: remove audio decoder buffering.
2013-12-13 Maxim BublisVLC_FOURCC replaced with VLC_CODEC_* values
2013-12-13 Tristan Matthewsogg: use CLOCK_FREQ in muxer
next