]> git.sesse.net Git - vlc/history - src
Preferences: fix some memleaks and fix horrible video-filter bug. :D
[vlc] / src /
2008-08-01 Rémi DuraffortRevert "Prefer setenv to putenv (evenmore with local...
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Jean-Baptiste KempfRemove unneeded space.
2008-07-31 Pierre d'Herbemontthreads: Make sure we don't re-create a thread if the...
2008-07-31 Pierre d'Herbemontlibvlccore: Don't set the priority on first thread...
2008-07-31 Rémi DuraffortFix commit.
2008-07-31 Pierre d'Herbemontlibvlccore: fix AUTO_ADJUST_PTS_DELAY short comment.
2008-07-31 Rémi DuraffortCheck asprintf return value.
2008-07-31 Rémi DuraffortPrefer setenv to putenv (evenmore with local variables).
2008-07-31 Adrien MagloFix a memleak when using the --use-stream-immediate...
2008-07-31 Rémi DuraffortRemove memleak in input_ItemAddInfo (check correctly...
2008-07-30 Jean-Baptiste KempfTranslate Console.
2008-07-30 Adrien MagloFix a segfault which orrured when you set a schedule...
2008-07-30 Jean-Baptiste KempfTry to store config_GetConfDir in the official place...
2008-07-30 Jean-Baptiste KempfFix config_GetHomeDir by using CSIDL_PERSONAL instead...
2008-07-29 Laurent AimarClean up pf_pre_render prototype (btw, this function...
2008-07-28 Christophe MutricyInstall the translations in share on win32 and MacOSX
2008-07-28 Laurent AimarCosmetic.
2008-07-28 Laurent AimarRemoved an unused lock.
2008-07-28 Laurent AimarCosmetics (Error is not used only on error)
2008-07-27 Laurent AimarAllow picture_Copy to work on different sized pictures.
2008-07-27 Laurent AimarDo not leak memory in case of multiple region inside...
2008-07-27 Laurent AimarFixed double free on invalid scaling.
2008-07-27 Rémi DuraffortFix a memleak.
2008-07-27 Laurent AimarFixed croppping of standard OSD messages (well more...
2008-07-27 Derk-Jan Hartmanconfig loader: make it more clear where this fprintf...
2008-07-26 Derk-Jan Hartmanplaylist: don't set current_status to NULL when a file...
2008-07-25 Laurent AimarAdded missing VLC_OBJECT...
2008-07-25 Laurent AimarCosmetics (factorize code).
2008-07-24 Laurent AimarFixed dvd menu highlight (close #1709)
2008-07-24 Rémi Denis-Courmontvlc_thread_set_priority: don't mess up the thread_id
2008-07-24 Rémi Denis-CourmontRemove the main thread hack on platforms with non-idiot...
2008-07-24 Laurent AimarFixed completely broken video filter 2 chain in vout...
2008-07-24 Rémi Denis-CourmontDo not ResumeThread an invalid thread handle
2008-07-23 Pierre d'Herbemontvout: Fix a long standing typo 1.85:1 -> 185:100.
2008-07-23 Pierre d'Herbemontvariables: Don't sort the choice list here. Because...
2008-07-23 Pierre d'Herbemontvout: Given that 16:10 is the most common display ratio...
2008-07-23 Laurent AimarFixed filter_chain for vout hack.
2008-07-22 Pierre d'Herbemontvideo_output: Forgotten Close.
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'Herbemontservices_discovery: Make sure we kill also object creat...
2008-07-22 Rémi Denis-Courmontaccess_filter: memory leak
2008-07-21 Laurent AimarFixed a memory leak in AspectCallback.
2008-07-21 Laurent AimarUse picture_New.
2008-07-21 Laurent AimarUse picture_New/Delete/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-20 Laurent AimarAdded picture_New/picture_Delete/picture_CopyPixels...
2008-07-20 Pierre d'Herbemontmedia_list_player: Don't fetch stop event from media...
2008-07-20 Jean-Paul SamanFix ticket #1700: Disable video title showing when...
2008-07-19 Laurent AimarUse picture_CopyProperties.
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Rémi DuraffortCosmetic.
2008-07-19 Laurent AimarFixed a segfault in aout_EnableFilter.
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-18 Laurent AimarAdded new picture helpers (picture_Yield, picture_Release,
2008-07-17 Pierre d'Herbemontvout: Make sure vout_Close() has been called before...
2008-07-17 Pierre d'Herbemontvout: Rename vout_Destroy to vout_CloseAndDestroy.
2008-07-17 Laurent AimarDo not increase refcount when the release callback...
2008-07-17 Laurent AimarRevert "Fixed image_Convert by properly overriding...
2008-07-17 Christophe MutricyFix building when VLM is disable
2008-07-17 Laurent AimarFixed image_Convert by properly overriding release...
2008-07-17 Laurent AimarRevived vout_Destroy from the dead.
2008-07-17 Rémi DuraffortDon't unlock the playlist to lock it the next instruction.
2008-07-16 Felix Paul KühneFixed l10n msg
2008-07-16 Felix Paul KühneWe agreed not to put sentences aka dots in non-longtext...
2008-07-16 Pierre d'Herbemontdirectory: Make sure we can exit and interrupt the...
2008-07-15 Rémi DuraffortCheck asprintf return value and fix a potential memleak.
2008-07-15 Pierre d'Herbemontservices_discovery: Don't forget a PL_LOCK.
2008-07-15 Pierre d'Herbemontinteraction: Fix a interaction leak.
2008-07-15 Pierre d'Herbemontplaylist: Fix a legitimate warning.
2008-07-15 Pierre d'Herbemontplaylist: playlist_Get*Leaf are already defined in...
2008-07-15 Pierre d'Herbemontplaylist: Remove playlist_GetAllEnabledChildren as...
2008-07-15 Pierre d'Herbemontplaylist: Use PL_ASSERT_LOCKED where the playlist lock...
2008-07-15 Pierre d'Herbemontservices_discovery: playlist_NodesPairCreate needs...
2008-07-15 Pierre d'Herbemontplaylist: Hold the lock at creation time to conform...
2008-07-15 Pierre d'Herbemontplaylist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform...
2008-07-15 Pierre d'Herbemontplaylist: Use PL_ASSERT_LOCKED.
2008-07-15 Pierre d'Herbemontplaylist: Use an accessor for current status item and...
2008-07-14 Pierre d'Herbemontplqylist: Delete current playing item, if qpplicable...
2008-07-14 Rémi DuraffortCheck asprintf return value and avoid potential segfault.
2008-07-14 Rémi DuraffortAvoid potential segfault and fix potential memleak.
2008-07-14 Rémi DuraffortFix a memory leak.
2008-07-13 Pierre d'Herbemontplaylist: Fix input item deletion (stupid macros),...
2008-07-13 Pierre d'Herbemontplaylist: Fix a typo and an unecessary loop.
2008-07-13 Pierre d'Herbemontplaylist: wait for preparser end from playlist thread.
2008-07-13 Pierre d'Herbemontplaylist: Don't export playlist_ItemNewFromInput as...
2008-07-13 Pierre d'Herbemontplaylist: Don't accept more items when if preparser...
2008-07-13 Laurent AimarAdded input "teletext-es" variable to ease teletext...
2008-07-13 Pierre d'Herbemontplaylist: Fix a warning about an unitialized ptr.
2008-07-12 Pierre d'Herbemonttext: Remove forbidden, and subject to race, playlist...
2008-07-12 Pierre d'Herbemontosd: Remove a number of unneeded cast.
2008-07-12 Pierre d'Herbemontosd: Make sure we release properly in __osd_Volume.
2008-07-12 Pierre d'Herbemontosd: Remove a yield() that doesn't make sense.
2008-07-11 Laurent AimarFixed resize of subtitle with original size specified...
next