]> git.sesse.net Git - vlc/history - modules
mozilla plugin: fix compilation.
[vlc] / modules /
2010-02-10 Jakob LebenQt: cleanups and organization
2010-02-10 Jakob LebenQt: PLModel::removeItem( int ) is not for public usage
2010-02-10 Jakob LebenQt: simplify selected item deletion in playlist model
2010-02-10 Jakob LebenQt: update playlist dialog on rootChanged signal from...
2010-02-10 Jakob LebenQt: return playlist model and views to "now playing...
2010-02-10 Rémi DuraffortUnused variable.
2010-02-10 Rémi Durafforthotkeys: use the return value of var_ToggleBool.
2010-02-10 Rémi DuraffortUse calloc.
2010-02-10 Jakob LebenQt: selector cosmetic polish
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-02-10 Jakob Lebendbus: fix compilation
2010-02-09 Rémi Denis-CourmontDBus: ifdef buggy input code out
2010-02-09 Rémi Denis-CourmontDBus: no need to lock playlist to add callbacks
2010-02-09 Rémi Denis-Courmontaudioscrobbler: no need to lock playlist to add callbacks
2010-02-09 Rémi Denis-Courmontaudioscrobbler: unused variables
2010-02-09 Rémi Denis-CourmontMake update-po happy
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Rémi Denis-CourmontNo need to lock the playlist for meta fetch and preparsing
2010-02-09 Gildas BazinMore improvements to the hildon interface and make...
2010-02-09 Jakob LebenQt: selector: correct expand-arrow position
2010-02-09 Erwan Tulouskins2: update to latest change in core
2010-02-09 Jakob LebenQt: PLModel: simplify and fix current item update
2010-02-09 Gildas BazinStability fix for the omxil decoder and make UYVY the...
2010-02-09 Jakob LebenQt: polish location bar geometry
2010-02-08 Laurent AimarFixed transform filter picture pitches usages.
2010-02-08 Laurent AimarFixed typo in 192kHz case in flac packetizer.
2010-02-08 Laurent AimarAdded 88.2/176.4/192 kHz samplerates support in flac...
2010-02-08 Laurent AimarCompleted a bit meta data support in VLC (close #3280).
2010-02-08 Laurent AimarFixed es priority for teletext (ts).
2010-02-08 Rémi DuraffortFix wrong size given to memset (found by coccinelle...
2010-02-08 Rémi Duraffortvcd: fix potential NULL-dereference (found with cocinne...
2010-02-08 Jakob LebenQt: properly styled SearchLineEdit
2010-02-08 Laurent AimarFixed YV12 and added YV9 support to our swscale wrapper.
2010-02-08 Laurent AimarAdded a few missing fourcc to rawvideo decoder.
2010-02-08 Fabio RitrovatoLua SD: fix for scripts without a description and ...
2010-02-08 Gildas BazinFix for XCB_CURSOR_NONE undeclared issue
2010-02-08 Fabio RitrovatoLua SD: parse options
2010-02-08 Fabio RitrovatoLua SD: forgot to cast
2010-02-08 Peter Bak NielsenFixed DVB-subtitles decoder subpicture flag.
2010-02-08 Laurent AimarFixed invalid access in file_select (lua).
2010-02-08 Fabio RitrovatoLua SD: use a nicer icon for nodes
2010-02-08 Gildas BazinFix typo in qt4 interface
2010-02-08 Gildas BazinRestore cursor when closing vout since the window doesn...
2010-02-08 Jean-Philippe AndréLua SD: fix another obvious leak
2010-02-08 Jean-Philippe AndréLua SD: fix obvious leaks
2010-02-08 Fabio Ritrovatoluasd: new SD related script functions
2010-02-07 Gildas BazinMake the maemo interface a bit more useable
2010-02-07 Gildas BazinForgot to update these when adding the omxil module
2010-02-07 Gildas BazinAdd OpenMAX IL Video/Audio decoder.
2010-02-07 Rémi Denis-Courmontncurses compile fix
2010-02-07 Rémi Denis-CourmontV4L: compile fix
2010-02-07 Rémi Denis-CourmontCompile fix
2010-02-07 Rémi Denis-CourmontBlind compile fix
2010-02-07 Rémi Denis-CourmontCompile fix
2010-02-07 Rémi Denis-CourmontUse vlc_dup
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-Courmontnet_Printf: automagic cast to VLC object
2010-02-07 Rémi Denis-Courmontvariables: remove leading underscores
2010-02-07 Rémi Denis-CourmontRTP out: use clz
2010-02-06 Rémi Denis-CourmontXDG screensaver: fix initialization ordering
2010-02-06 Rémi Denis-CourmontCleanup msg_Generic functions
2010-02-06 Rémi Duraffortvideo_filter_ball: fix typos (options called ball-ball...
2010-02-06 Laurent AimarExtended input_GetPcrSystem to also return the current...
2010-02-06 Rémi Denis-CourmontSD probe: always provide a long name
2010-02-06 Rémi Denis-CourmontSD probe: fix return value symbolic constant
2010-02-06 Rémi Denis-CourmontAutomatically pass the long name in the SD probe helper
2010-02-06 Laurent AimarProperly used enda atom in mp4 demuxer (close #2692).
2010-02-06 Laurent AimarAdded non native float 32/64 to araw decoder.
2010-02-06 Antoine CellerierAlso load .luac files.
2010-02-06 Rémi Denis-CourmontRevert "Qt: cleanup dialogs on destruction"
2010-02-06 Rémi Denis-CourmontLUA: fopen/fclose -> stat
2010-02-06 Antoine CellerierFix lua intf thread cancellation and cleanup properly...
2010-02-06 Laurent AimarAdded support for non native float32, and for float64...
2010-02-06 Laurent AimarFixed potential use of uninitialized value (format.c).
2010-02-06 Laurent AimarParsed enda atom in mp4 demuxer.
2010-02-06 Laurent AimarMerged m4v demuxer into es.c (close #2822).
2010-02-06 Laurent AimarNo functionnal changes (es demuxer).
2010-02-05 Laurent AimarRevert "zvbi: Fix displaying of teletext and closed...
2010-02-05 Jakob Lebenlua: adjust to playlist changes and kill a warning
2010-02-05 Jakob Lebenlua: vlclua_playlist_add_internal() should post an...
2010-02-05 Jean-Paul Samanzvbi: Fix displaying of teletext and closed captioning.
2010-02-05 Rémi Duraffortvideo_filter_colorthres: fix a typo.
2010-02-05 Rémi Duraffortprojectm: use the new constructor of libprojectM2 if...
2010-02-04 Jean-Philippe AndréSD: Fix podcast announcement and Qt special hack
2010-02-04 Jean-Philippe AndréLua/SD: Set the "longname" configuration parameter
2010-02-04 Rémi Denis-Courmontpanoramix: obsolete bools are not deprecated aliases
2010-02-04 Rémi Denis-CourmontLUA SD: simplify and fix a memory leak (untested)
2010-02-04 Rémi Denis-Courmontwin32text is for WinCE, not Win32
2010-02-04 Rémi Denis-CourmontTypo in [1b9f9692f91dcf0659919b16551389e0dbf96412]
2010-02-04 Rémi Denis-CourmontDe-uglify root SD item name (part 2)
2010-02-04 Jakob LebenQt: locationBar: buttons adjustment
2010-02-04 Fabio Ritrovatoluasd: the script loading module
2010-02-04 Fabio Ritrovatoluasd: use a configuration chain to pass parameters...
2010-02-04 Jean-Baptiste KempfQt: simple FirstRun dialog and rewording
2010-02-04 Jean-Baptiste KempfShow the normal popupMenu when no item is under the...
2010-02-04 Jean-Baptiste KempfQt: iconView, code cosmetics
2010-02-04 Jean-Baptiste KempfQt: iconView, setSpacing seems to be ignored in our...
2010-02-04 Jean-Baptiste KempfQt: iconView, make the item higher
2010-02-04 Jakob LebenQt: neat and crispy location bar, new location buttons
next