]> git.sesse.net Git - vlc/shortlog
vlc
2012-08-22 Felix Paul... macosx/playlist: added missing sanity check
2012-08-22 Felix Paul... macosx/open: added missing sanity checks
2012-08-22 Felix Paul... macosx: fixed random debug message crash
2012-08-22 Jean-Baptiste... Core: display $Z as Artist - Title
2012-08-22 Felix Paul... macosx: fixed crash when setting up the video output
2012-08-22 Felix Paul... macosx: fixed crash in CoreDialogs when closing the...
2012-08-22 Felix Paul... extras/package: disable the macosx dialog provider...
2012-08-22 Felix Paul... macosx: added a checkbox to send crash reports automati...
2012-08-22 Felix Paul... macosx: fail silently when crash log delivery gives...
2012-08-22 Felix Paul... macosx: update crash log server DNS
2012-08-22 Sebastien Zwickertmacosx: str_format_meta(): take playlist as parameter...
2012-08-22 Felix Paul... macosx: use a more precise (Mountain) Lion definition
2012-08-22 Felix Paul... macosx: fixed crashlog lookup on Mountain Lion
2012-08-22 Felix Paul... macosx: update check for Lion and add another one for...
2012-08-22 Denis CharmetFix MKV PCR "free-run" when a track is disabled.
2012-08-21 Rémi Denis... Use standard abs() function where appropriate
2012-08-21 Rémi Denis... ftp: check if server supports UTF-8 (fixes #2746)
2012-08-21 Rémi Denis... ftp: add callback to parse server responses
2012-08-21 Rémi Denis... ftp: rename function for consistency and avoid forward...
2012-08-21 Rémi Denis... ftp: fix memory leak and avoid forward declaration
2012-08-21 Rémi Denis... str_format_meta(): take playlist as parameter directly
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>
next