]> git.sesse.net Git - vlc/history - modules
* modules/video_output/x11/xcommon.c, modules/gui/wxwidgets/video.cpp, modules/gui...
[vlc] / modules /
2006-08-15 Gildas Bazin* modules/video_output/x11/xcommon.c, modules/gui/wxwid...
2006-08-15 Olivier Teulière * skins2/controls/ctrl_image.cpp: Avoid a crash when...
2006-08-15 Olivier Teulière * skins2/controls/*: forward the onResize() method...
2006-08-15 Derk-Jan Hartman* Get and write the correct profile_compat_byte
2006-08-15 Derk-Jan Hartman* provide the SPS and PPS in the SDP when doing h264...
2006-08-15 Olivier Teulière * skins2/src/skin_main.cpp: Fixed a crash in the prefe...
2006-08-15 Olivier Teulière * qt4: Added a few forward declarations and includes
2006-08-14 Derk-Jan Hartman* first sps, then pps
2006-08-14 Gildas Bazin* modules/packetizer/h264.c: insert an SPS and PPS...
2006-08-14 Derk-Jan Hartman* Set the SPS and PPS properly in the extradata when...
2006-08-14 Derk-Jan Hartman* set extradata of the x264 encoder.
2006-08-14 Derk-Jan Hartman* Victory at last. The h264 packetizer is fixed. Thx...
2006-08-13 Dennis van Amerongen* shout.c: add support for protocol selection (icy...
2006-08-13 Jean-Paul SamanFix memory leak
2006-08-12 Derk-Jan Hartman* fix the getlength. It needs to be after the SETUP...
2006-08-12 Derk-Jan Hartman* refactoring of live555 module.
2006-08-10 Antoine CellerierAdd "enqueue" command. Original patch by Greg Farell
2006-08-10 Rémi Denis-CourmontPartial UPnP fix from Christian Henz, from Ralf Huvendiek.
2006-08-10 Derk-Jan Hartman* p_input->p_libvlc == p_filter->p_libvlc: remove p_inp...
2006-08-09 Jean-Paul SamanFix comments
2006-08-08 Derk-Jan Hartman* Fix an #ifdef hidden error in cddax
2006-08-07 Clément StenacFix sort by artist
2006-08-07 Felix Paul Kühne* configure.ac: enabled Obj-C exceptions in the OBJCFLA...
2006-08-06 Clément Stenac* Add random/loop buttons
2006-08-06 Olivier Teulière * skins2: Fixed resizing of the Text control
2006-08-06 Clément StenacFix deletion of items when changing them to nodes
2006-08-06 Felix Paul Kühne* fix compilation warnings by adding _defaultTableHeade...
2006-08-06 Olivier Teulière * skins2: fixed the xkeepratio/ykeepratio attributes...
2006-08-06 Jean-Paul SamanOops use VLC_ error messages
2006-08-06 Jean-Paul Samansanity checking
2006-08-06 Jean-Paul Samanenabled check for p_sys->i_channels>2 again for mp3...
2006-08-06 Jean-Paul SamanImplement afilter transcode filters and renamed vfilter...
2006-08-06 Jean-Paul Samanifdef away compiler warning
2006-08-06 Jean-Paul SamanRemove unused variable
2006-08-06 Jean-Paul SamanFix double free bug in psychedelic filter
2006-08-06 Jean-Paul SamanRemove some whitespace
2006-08-06 Jean-Paul SamanUse C-style comments
2006-08-06 Jean-Paul SamanCleanup whitespace
2006-08-06 Jean-Paul SamanRemove unused variable.
2006-08-06 Jean-Paul SamanCoding Style fixes
2006-08-06 Clément StenacQt4:
2006-08-06 Loren Merrittoops in r16209
2006-08-05 Olivier Teulière * skins2: new "xkeepratio" and "ykeepratio" attributes...
2006-08-04 Loren Merrittfix the crf option to reflect x264's API change in...
2006-08-04 Jean-Paul SamanSome cleanup of whitespace
2006-08-03 Gildas Bazin* modules/access/file.c, directory.c: bug and memory...
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-08-03 Clément StenacHandle blocking errors, fix layout for login
2006-08-03 Clément Stenac* Some Qt interaction stuff
2006-08-02 Clément StenacFix crash with GVP, if it breaks it, yell and provide...
2006-08-02 Clément StenacInteraction cleanup, remove some unused functions,...
2006-08-01 Clément StenacRemove references to deprecated files
2006-08-01 Clément StenacImprove Qt interaction stuff
2006-07-31 Felix Paul Kühne* interaction.c: always show errors through the interac...
2006-07-31 Felix Paul Kühne* removed the old panel which used to show msg_err...
2006-07-31 Gildas Bazin* modules/demux/ps.c: fixed breakage
2006-07-31 Derk-Jan Hartman* Fix support for QT ref files. this close #700
2006-07-31 Filippo CaroneVideo resize function added in libvlc.
2006-07-30 Felix Paul Kühne* compilation fix
2006-07-30 Felix Paul Kühneosx/intf.m: don't show msg_err's in the OSX GUI anymore...
2006-07-30 Felix Paul Kühne* additional interaction enhancements
2006-07-30 Clément StenacIcons support
2006-07-30 Clément StenacQt4 playlist dialog base stuff
2006-07-30 Olivier Teulière * skins2/*: fixed some doxygen comments
2006-07-30 Olivier Teulière * skins2/src/generic_layout.cpp: refresh the area...
2006-07-30 Cyril Deguet* fixed galaktos plugin which was broken for a very...
2006-07-30 Olivier Teulière * skins2: when restoring the previous skin because...
2006-07-29 Damien Fouilleulfew fixes in libvlc APis
2006-07-29 Derk-Jan Hartman* Allow the asx module to peek instead on relying on...
2006-07-29 Felix Paul Kühne* minor core cleanup and WX compilation fix
2006-07-29 Felix Paul Kühne* enhanced the interaction core with some method additi...
2006-07-29 Christophe Mutricyfix breakqge introduce in [16152]
2006-07-29 Jérome DecoodtAdd Ctrl+clic to handle one button mice
2006-07-29 Felix Paul Kühne* enabled ffmpeg's beta WMV3/VC1-support
2006-07-28 Filippo CaroneReal VOUT_REPARENT (UNIX only ATM).
2006-07-28 Clément StenacCheck type before cast
2006-07-28 Clément StenacWTF isn't QEvent a QObject ?
2006-07-28 Clément StenacDon't use RTTI
2006-07-27 Clément StenacAdd --france / --no-france option to disable DRM playback.
2006-07-26 Eric PetitMake I420_UYVY/MMX support widths non multiple of 8
2006-07-25 Olivier Teulière * skins2/src/skin_common.hpp: Added missing header
2006-07-24 Christophe MutricyLocalized the stings inside the .ui and update the...
2006-07-24 Olivier Teulière * skins2/src/dialogs.cpp: more encoding fixes
2006-07-23 Olivier Teulière * skins2: fixed several encoding issues. In particular...
2006-07-23 Jean-Paul SamanForward port of revision 16113. Fixes a bug in live555...
2006-07-20 Felix Paul Kühne* some minor fixes (signed vs unsigned ints, removed...
2006-07-20 Felix Paul Kühne* compilation fix to reflect x264's API change in its...
2006-07-20 Christophe MutricyCompile fix. gcc doesn't like foo=foo();
2006-07-20 Clément StenacFix a bunch of bugs
2006-07-20 Christophe MutricyCosmetic: svn properties, Id, copyright dates
2006-07-20 Damien Fouilleul- direct3d: new video output module using Direct3D...
2006-07-19 Antoine CellerierAdd some "const" where relevant
2006-07-19 Antoine CellerierMake code less readable and (hopefully) faster for...
2006-07-19 Clément StenacSome more Qt interaction support
2006-07-19 Olivier Aubertmodules/misc/svg.c: fix SVG rendering
2006-07-19 Clément StenacAdd support for modules help strings (Closes:#413)
2006-07-19 Clément StenacRemove some code duplication
2006-07-19 Clément StenacMove v4l and pvr into the main access directory.
2006-07-19 Clément StenacSome more demux and access code factorization
next