]> git.sesse.net Git - vlc/shortlog
vlc
2008-07-22 Rémi DuraffortUse pl_Yield and pl_Release everywhere.
2008-07-22 Pierre d'Herbemontsap: Don't release when not needed.
2008-07-22 Pierre d'Herbemontsap: Don't use the playlist.
2008-07-22 Laurent AimarCheck for file size change at every read (improve readi...
2008-07-22 Laurent AimarAuto hide "VLC ZOOM SHOW" with mouse timeout.
2008-07-22 Rémi Denis... Typo - fix #1737
2008-07-22 Pierre d'Herbemontmacosx: Remove a warning that happen way too much.
2008-07-22 Pierre d'Herbemontmacosx: Don't wrongly set an item for the update panel.
2008-07-22 Laurent AimarUse image_Convert for upscaling the picture (2x faster).
2008-07-22 Pierre d'Herbemontplaylist: Fix the return value of playlist_ItemToNode...
2008-07-22 Pierre d'Herbemontplaylist: Never delete the playlist_item directly....
2008-07-22 Pierre d'Herbemontdirectory: assert() at critical places.
2008-07-22 Pierre d'Herbemontservices_discovery: Make sure we kill also object creat...
2008-07-22 Rémi Denis... access_filter: memory leak
2008-07-21 Laurent AimarFixed scaled output mouse tracking in remoteosd.
2008-07-21 Laurent AimarFixed an invalid msg_Err format (potential segfault).
2008-07-21 Laurent AimarAdded a missing const qualifier.
2008-07-21 Laurent AimarFixed a memory leak in aspect-ratio/crop/zoom/deinterla...
2008-07-21 Laurent AimarFixed a memory leak in AspectCallback.
2008-07-21 Laurent AimarFixed unitialized memory passed to write().
2008-07-21 Laurent AimarClean up remoteosd (use picture_*, fix a few race condi...
2008-07-21 Laurent AimarUse picture_New/...
2008-07-21 Laurent AimarUse picture_New.
2008-07-21 Laurent AimarUse picture_New/Delete/Release.
2008-07-21 Filippo Caronejvlc: specify maven central repo in pom
2008-07-21 Filippo Caronejvlc: MediaPlayerListener stopped method added
2008-07-21 Filippo Caronejvlc: VLCExample updated
2008-07-21 Filippo Caronejvlc: MediaInstance* renamed to MediaPlayer*
2008-07-21 Adrien Grandlibvlc_vlm.h: Fix typo.
2008-07-21 Pierre d'Herbemontmacosx: Make sure the vout window send mouseEvents...
2008-07-21 Rémi DuraffortUse pl_Release an factorise two lines.
2008-07-21 Derk-Jan Hartmanlive555: Fix TCP rollover
2008-07-21 Derk-Jan Hartmanlive555: Fix fallback case for unsupported transport.
2008-07-21 Rémi DuraffortMissing #undef
2008-07-21 Rémi DuraffortUse pl_Release.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-21 Derk-Jan Hartmanqtcapture: Use Hosttime when available.
2008-07-20 Laurent AimarUpgraded swscale mode to bicubic by default (fast bilin...
2008-07-20 Adrien GrandVOD support for Java bindings
2008-07-20 Laurent AimarAdded missing include file.
2008-07-20 Laurent AimarClean up include files.
2008-07-20 Laurent AimarFixed subtitle duration when rate != default.
2008-07-20 Laurent AimarCosmetics (moved BuildDone under HAVE_FONTCONFIG)
2008-07-20 Laurent AimarFixed locking scheme.
2008-07-20 Laurent AimarFixed printf format for size_t.
2008-07-20 Laurent AimarFixed a potential segfault when font builder thread...
2008-07-20 Filippo Caronejvlc: abstract test class added to not-internal tests too
2008-07-20 Filippo Caronejvlc: download a sample file to run tests, if needed
2008-07-20 Filippo Caronejvlc: log4j and ioutils dependencies added
2008-07-20 Laurent AimarRespect mp4 track enable flag.
2008-07-20 Laurent AimarFixed motiondetect segfaults.
2008-07-20 Laurent AimarAdded picture_New/picture_Delete/picture_CopyPixels...
2008-07-20 Filippo Caronejvlc: libvlc state and event type enums aligned with...
2008-07-20 Pierre d'Herbemontmedia_list_player: Don't fetch stop event from media...
2008-07-20 Filippo Caronejvlc tests: avoid a libvlc_media_player race condition
2008-07-20 Filippo Caronejvlc: remove MediaInstace
2008-07-20 Filippo CaroneMediaInstance renamed to MediaPlayer
2008-07-20 Jean-Paul SamanFix displaying of teletext buttons.
2008-07-20 Jean-Paul SamanRevert "Fix of #1640 teletext buttons appear too often"
2008-07-20 Jean-Paul SamanFix ticket #1700: Disable video title showing when...
2008-07-20 Lukas DurfinaFix of #1640 teletext buttons appear too often
2008-07-19 Laurent AimarFixed undenormalise for 64 bits.
2008-07-19 Laurent AimarUse filter helpers.
2008-07-19 Laurent AimarUse picture_CopyProperties.
2008-07-19 Jean-Baptiste... Correct location for mpeg2
2008-07-19 Filippo Caronejvlc: fix the native type for drawable
2008-07-19 Filippo Caronejava bindings: specify hudson as continuus integration...
2008-07-19 Jean-Baptiste... libMpeg2 0.5.1 bump
2008-07-19 Jean-Baptiste... Typo
2008-07-19 Derk-Jan Hartmanquicktime decoder: fix a cast warning
2008-07-19 Derk-Jan Hartmanquicktime codec: prevent malloc(0)
2008-07-19 Derk-Jan Hartmanquicktime decoder: I don't trust this codec enough...
2008-07-19 Derk-Jan HartmanMac OS X framework: libvlc_MediaPlayerPlayed -> libvlc_...
2008-07-19 Felix Paul... Removed some useless dgb msgs and added some more usefu...
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Rémi DuraffortCosmetic.
2008-07-19 Laurent AimarUse block_Release instead of pf_release directly.
2008-07-19 Laurent AimarFixed buffer overread in equalizer BandCallback.
2008-07-19 Laurent AimarFixed a segfault in aout_EnableFilter.
2008-07-19 Laurent AimarAdded filter_NewPicture/Subpicture/AudioBuffer helpers.
2008-07-19 Laurent AimarFixed vout_Create documentation.
2008-07-19 Laurent AimarFixed a few buffer overflow by not using sprintf...
2008-07-19 Pierre d'Herbemontlibvlc: Don't raise an exception if there is no vout...
2008-07-19 Pierre d'Herbemontplaylist: playlist_NodeAddInput was noted as deprecated...
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteFromInputInParent wasn't used...
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteInputInParent->playlist_Delete...
2008-07-19 Rémi DuraffortQt4: We must lock the playlist before calling UpdateTre...
2008-07-19 Rémi DuraffortFix a compilation warning.
2008-07-19 Filippo CaroneExtra info about compiler and revision name added binde...
2008-07-18 Laurent AimarClean up gaussianblur. There is no need to nearly dupli...
2008-07-18 Laurent AimarUse picture helpers.
2008-07-18 Laurent AimarAnother typo.
2008-07-18 Laurent AimarFixed a typo.
2008-07-18 Laurent AimarUse picture helpers.
2008-07-18 Laurent AimarDo not return title if no chapters in mkv.
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
2008-07-18 Laurent AimarAdded new picture helpers (picture_Yield, picture_Release,
2008-07-18 Rémi DuraffortThe playlist is not locked so don't pretend that the...
next