]> git.sesse.net Git - vlc/shortlog
vlc
2010-10-31 Pierre d'Herbemontquartztext: Fixup.
2010-10-31 Pierre d'Herbemontmp4: fixup
2010-10-31 Pierre d'Herbemontvmem: By default keep the original image aspect ratio.
2010-10-31 Romain Goyetopengl: Supports OpenGL ES.
2010-10-31 Pierre d'Herbemontquartztext: Allow to bypass quartztext build on Darwin.
2010-10-31 Romain Goyetmodules: Add iOS vout module.
2010-10-31 Pierre d'Herbemontswscale: Support RGB565 in swscale.
2010-10-31 Pierre d'Herbemontquartztext: Basic support for iOS.
2010-10-31 Pierre d'Herbemontmp4: Don't build IOKit specific hack on iOS.
2010-10-31 Pierre d'Herbemontmotion: Don't use unimotion on iOS.
2010-10-31 Pierre d'Herbemontarm_neon: Force libtool to be in CC mode when using...
2010-10-31 Rémi Denis... Remove useless #includes
2010-10-31 Brad SmithFix a typo with the libtool flag -export-symbols-regex
2010-10-30 Pierre YnardVAAPI: build fix
2010-10-30 Ilkka OllakkaQt4: coverflow, only do animation if target is under...
2010-10-30 Ilkka OllakkaQt4: small buggy test if modelinder is hidden or now
2010-10-30 Ilkka OllakkaQt4: don't crash coverflow when cliked my mouse
2010-10-30 Ilkka OllakkaQt4: coverflow, fix off-by-one in scrollto
2010-10-30 Laurent AimarAdded targa support to image demuxer.
2010-10-30 Ilkka OllakkaQt4: showslide scroll to row instead of column
2010-10-30 Ilkka OllakkaQt4: don't connect centerindexchanged, it's trigggered...
2010-10-30 Ilkka OllakkaQt4 don't return on empty arturl, otherwise we don...
2010-10-30 Rémi Duraffortluarc: fix #4282
2010-10-30 Rémi Duraffortlua_sd: force garbage collection once a while.
2010-10-30 Rémi DuraffortUse var_Inherit* when applicable.
2010-10-30 Rémi Denis... Require XCB version of libpulse
2010-10-30 Rémi Denis... VAAPI: use vlc_xlib_init()
2010-10-30 Laurent AimarCreated the ES inside the Open() function of the ES...
2010-10-30 Laurent AimarFixed playing end of decoded audio data.
2010-10-30 Ludovic FauvetUpnp: missing <assert.h> include
2010-10-30 Ludovic FauvetFix stupid typo
2010-10-30 Jean-Baptiste... Text: Fix compilation on non-UTF-8 systems
2010-10-30 Rafaël Carréncurses: fix messages display
2010-10-30 Jean-Baptiste... Qt: reorder views
2010-10-30 Jean-Baptiste... Qt: initial pass for CoverFlow view of the playlist
2010-10-30 Jean-Baptiste... Qt, playlist: Move getMeta helper functions to PLModel
2010-10-29 Rafaël Carréncurses: add back comment mistakenly removed
2010-10-29 Rafaël Carréncurses: simplify IsIndex() and DrawPlaylist()
2010-10-29 Christophe... Add some translators
2010-10-29 Christophe... Activate Modern Greek translation on Windows (and Mac)
2010-10-29 Rafaël Carréncurses: if (a || (!a && b)) -> if (a || b)
2010-10-29 Rafaël Carréncurses: typo
2010-10-29 Rafaël Carréncurses: remove broken code to switch between flat...
2010-10-29 Rafaël Carréncurses: missing check in CheckIdx()
2010-10-29 Rafaël Carréncurses: messages box
2010-10-29 Rafaël Carréncurses: lot of changes stacked together
2010-10-29 Jean-Baptiste... NEWS: mention latest 1.2.0 developments
2010-10-29 Pierre Ynarddescription: fix the way the input is stopped
2010-10-28 Rémi Denis... GME: support for more than one track per file
2010-10-28 Rémi Denis... GME: useless #include
2010-10-28 Rémi Denis... GME: fix potential integer overflow
2010-10-28 Rémi Denis... GME: new plugin based on the official C API
2010-10-28 Rémi Denis... GME: complete plugin removal
2010-10-28 Rémi Denis... Win32: libintl (gettext-runtime) should not need libiconv
2010-10-28 Jean-Baptiste... PLModel: formatting fixes
2010-10-28 Jean-Baptiste... Qt: fix the view checked() state in the ViewMenu
2010-10-28 Jean-Baptiste... Qt: further playlistPanel simplifications
2010-10-28 Pierre YnardAdd missing include
2010-10-28 Pierre Ynardi18n: remove deleted file
2010-10-27 Pierre Ynardvlm: use libvlc as a parent for vlm instance input...
2010-10-27 Rémi Denis... LUA: use FromCharset()
2010-10-27 Rémi Denis... FromLocale and ToLocale based on FromCharset and ToCharset
2010-10-27 Pierre d'Herbemontlibvlc.sym: Alphabetical order.
2010-10-27 Pierre d'Herbemontvlc_cpu: Fix a typo about ppc64.
2010-10-27 Ilkka OllakkaRevert "Qt4: small loop change"
2010-10-27 Rafaël Carréncurses: rearrange Run() to remove a variable
2010-10-27 Rafaël Carréncurses: cosmetics to reduce LoC count (now under 2k!)
2010-10-27 Rafaël CarréRedraw(): if/else if/else if -> switch/case
2010-10-27 Rafaël Carréncurses: split HandleKey()
2010-10-27 Rafaël Carréncurses: densify HandleKey()
2010-10-27 Rafaël Carréncurses: remove "default: break;" from switches
2010-10-27 Rafaël Carréncurses: factor HandleBrowseKey() out of HandleKey()
2010-10-27 Rafaël Carréncurses: Fix comment, UTF-8 locale is now required
2010-10-27 Jean-Baptiste... Qt: move view names to the StandardPanel file
2010-10-27 Jean-Baptiste... Qt: Playlist, code simplification and factorisation
2010-10-27 Jean-Baptiste... Qt: rename playlist views files
2010-10-27 Jean-Baptiste... Qt: playlist views, correct virtualness
2010-10-26 Pierre Ynardluatelnet: fix grammar
2010-10-26 Pierre Ynardluatelnet: don't replace \r by extra \n
2010-10-26 Rafaël Carréncurses: factor HandlePlaylistKey() out of HandleKey()
2010-10-26 Rémi Denis... FreeType: use ToCharset()
2010-10-26 Rémi Denis... MMS: use ToCharset()
2010-10-26 Rémi Denis... Add ToCharset() helper to convert from UTF-8
2010-10-26 Rémi Denis... DVB: resync with TS demux
2010-10-26 Rémi Denis... Replace vlc_fix_readdir() with FromCharset()
2010-10-26 Rémi Denis... Move vlc_iconv* to <vlc_charset.h>
2010-10-26 Rémi Denis... TS: use FromCharset()
2010-10-26 Rémi Denis... NSC: use FromCharset()
2010-10-26 Rémi Denis... ASF: use FromCharset()
2010-10-26 Rafaël Carréncurses Eject(): initialize psz_device correctly
2010-10-26 Ilkka OllakkaQt4: small loop change
2010-10-26 Ilkka OllakkaQt4: don't create multiple playlist models
2010-10-26 Rafaël Carréncurses: fix search string display
2010-10-26 Rafaël Carréncurses: remove color switching
2010-10-26 Rafaël Carréncurses: remove f_slider* from intf context
2010-10-26 Rafaël Carréncurses: remove variable from interface context
2010-10-26 Rafaël Carréncurses: fix playlist locking problem
2010-10-26 Rafaël Carréncurses: cleanup
2010-10-26 Rafaël Carrétypo
2010-10-26 Rafaël Carréncurses: require libncursesw
next