]> git.sesse.net Git - vlc/shortlog
vlc
2012-08-21 Rémi Denis... Use str_format_time() instead of str_format() in outputs
2012-08-21 Rémi Denis... Unexport ml_Create() and ml_Destroy()
2012-08-21 Rémi Denis... ML: remove an unused function
2012-08-21 Rémi Denis... vout: add a warning
2012-08-21 Rémi Denis... libvlc: do not assume playlist exists when preparsing
2012-08-21 Rémi Denis... http out: remove dead code
2012-08-21 Francois Cartegniemedia_library: fix selecting union member / update...
2012-08-21 Rémi Denis... Lua demux: no need for playlist
2012-08-21 Rémi Denis... input_ExtractAttachmentAndCacheArt(): no need for playlist
2012-08-21 Rémi Denis... Remove assert() with side effects
2012-08-21 Rémi Denis... libvlc_media_save_meta(): no need for playlist object
2012-08-21 Rémi Denis... preparser: use vlc_object_t instead of playlist_t
2012-08-21 Rémi Denis... playlist fetcher: use vlc_object_t instead of playlist_t
2012-08-21 Rémi Denis... playlist: use standard C syntax for variadic macros
2012-08-21 Rémi Denis... playlist art: use vlc_object_t instead of playlist_t
2012-08-21 Rémi Denis... playlist preparser: do not wait for playing item (refs...
2012-08-21 Felix Paul... contrib/bghudappkit: patch to upgrade the xcodeproj...
2012-08-21 Felix Paul... contrib/growl: added patch to upgrade the xcodeproj...
2012-08-21 Felix Paul... contrib/caca: fixed compilation with llvm-gcc by disabl...
2012-08-21 Rémi Denis... RTP: use stream_DemuxControl() - fixes #3145
2012-08-21 Rémi Denis... RTP input: keep track of chained demux
2012-08-21 Rémi Denis... stream_Demux: add getters for position, length and...
2012-08-21 Rémi Denis... stream_Demux: memory leak
2012-08-21 Jean-Baptiste... Contribs: fix live555
2012-08-21 Rémi Denis... stream_Demux: no need to block thread cancellation
2012-08-21 Rémi Denis... stream_Demux: destroy the demux from the thread
2012-08-21 Rémi Denis... stream_Demux: allocating an empty block is legal, do...
2012-08-21 Rémi Denis... stream_Demux: remove unsafe pointer access
2012-08-21 Rémi Denis... var_LocationParse(): accept semicolon as separator
2012-08-21 Jean-Baptiste... CDDA and SDL plugins do not need -lwinmm
2012-08-21 Rémi Denis... v4l2: revector tuner setup
2012-08-21 Konstantin... macosx gui: use vlc_path2uri.
2012-08-21 Sebastien Zwickertmacosx: Repack module_config_t.
2012-08-21 Jean-Baptiste... Win32: the core does not need netapi to link
2012-08-21 Rémi Denis... vlc_UrlParse(): fix handling of port numbers
2012-08-21 Jean-Baptiste... MKV: map metadata ENCODED-BY
2012-08-20 Konstantin... src/text/url.c: unbreak win32 build.
2012-08-20 Rémi Denis... IDN news
2012-08-20 Rémi Denis... vlc_UrlParse: support for Internationalized Domain...
2012-08-20 Rémi Denis... configure: add check for libidn
2012-08-20 Rémi Denis... vlc_UrlParse: rewrite, de-inline and simplify
2012-08-20 Rémi Denis... vlc_path2uri(): rename from make_URI() and always conve...
2012-08-20 Rémi Denis... Qt4: remove unnecessary path to URL conversion
2012-08-20 Rémi Denis... decode_URI_duplicate: fix error handling
2012-08-20 Rémi Denis... Split URL functions from other strings functions
2012-08-20 Rémi Denis... XCB: key symbols list update
2012-08-20 Jean-Baptiste... Qt: allow selection of 2.x style
2012-08-20 Jean-Baptiste... Qt: avoid a crash
2012-08-20 Jean-Baptiste... Rawvideo: support RGBA
2012-08-20 Rémi Denis... Qt4: simplify and hopefully fix progress bar deletion
2012-08-20 Rémi Denis... Revert "Qt: external progressBar, simplification for...
2012-08-20 Rémi Denis... Qt4: fix compressor and spatializer initializer order...
2012-08-20 Jean-Baptiste... Vorbis: code cosmetics
2012-08-20 Jean-Baptiste... Audio: display a coherent channel order for 6.1 vorbis
2012-08-20 Jean-Baptiste... Contribs: fix android compilation and build only the...
2012-08-20 Jean-Baptiste... Contribs: update live555 after 8 months...
2012-08-20 Rémi Denis... Qt4: map Browser Refresh to VLC
2012-08-20 Rémi Denis... Bind some browser keys by default
2012-08-20 Rémi Denis... xcb: map X11 Cancel to VLC Browser Stop
2012-08-20 Rémi Denis... xcb: print X11 key symbol in debug
2012-08-20 Rémi Denis... Lua: fix number syntax error - unbreak RC interface
2012-08-19 Rémi Denis... contrib: depollute Makefile variables name space
2012-08-19 Rémi Denis... contrib: gcrypt: add SHA-256 for GnuTLS
2012-08-19 Rémi Denis... libmpeg2: unused variable
2012-08-19 Rémi Denis... Repack module_config_t
2012-08-19 Rémi Denis... config: improve/fix the callback prototype for config...
2012-08-19 Rémi Denis... plugin: use separate description command for lists...
2012-08-19 Rémi Denis... Remove configuration item actions for now
2012-08-19 Rémi Denis... DirectSound: unused variable
2012-08-19 Rémi Denis... qt4: passwords do not offer choices
2012-08-19 Rémi Denis... modules: always load modules with callbacks for the...
2012-08-19 Rémi Denis... Cosmetics
2012-08-19 David Fuhrmannmacosx: save debug log to rtf instead rtfd
2012-08-19 David Fuhrmannmacosx: improve playlist table column resizing behaviour
2012-08-19 David Fuhrmannmacosx: use same translation dict for menu and column...
2012-08-19 David Fuhrmannmacosx: dynamically create context and main sub menu...
2012-08-19 Rémi Denis... help: fix loop invariant for string choices
2012-08-19 Rémi Denis... vlc_UrlIsNotEncoded: remove dead function
2012-08-19 Rémi Denis... Missing inclusion of <ctype.h>
2012-08-19 Francois CartegnieQt: PLModel: Don't overpass pixmap cache for fetching...
2012-08-19 Rémi Denis... vlc_getaddrinfo: do not copy hints
2012-08-19 Rémi Denis... vlc_getaddrinfo: pass AI_IDN explicitly where applicable
2012-08-19 Rémi Denis... vlc_getaddrinfo: pass AI_NUMERICSERV explicitly where...
2012-08-19 Rémi Denis... vlc_getaddrinfo: remove useless parameter
2012-08-19 Rémi Denis... vlc_getaddrinfo: port is unsigned, 0 means unspecified
2012-08-19 Benjamin DrungFix typo misformed -> malformed.
2012-08-19 Felix Paul... contrib/OSX: add compilation support in case Xcode...
2012-08-19 Felix Paul... contrib: remove PPC support for OS X
2012-08-19 Felix Paul... contrib: assume OS X 10.7 by default and raise compatib...
2012-08-19 Felix Paul... contrib: fixed SDK lookup using Xcode 4.2 or later
2012-08-19 Felix Paul... NEWS: updated OSX section
2012-08-19 Felix Paul... macosx: removed explicit 10.5 compatibility code
2012-08-18 Francois CartegnieQt: BookMarks dialog: correctly handle deleting selection
2012-08-18 Francois CartegnieQt: Bookmarks: correctly apply buttons states
2012-08-18 Edward Wangcontrib: disable harfbuzz on Android
2012-08-18 Christoph Miebachtypos visible in vlc.pot
2012-08-17 Francois CartegnieQt: EventDialog: remove useless destructor
2012-08-17 Francois CartegnieQt: UpdateDialog: use dynamic event IDs
2012-08-17 Francois CartegnieQt: use dynamic ID for DialogEvent
2012-08-17 Francois CartegnieQt: Ensure event IDs are not reused.
next